add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/dict.md Normal file
View File

@@ -0,0 +1,24 @@
# 字典
> 使用DICT协议的命令行字典。
> 更多信息:<https://github.com/cheusov/dictd>。
- 列出可用的数据库:
`dict -D`
- 获取有关数据库的信息:
`dict -i {{数据库名称}}`
- 在特定数据库中查找单词:
`dict -d {{数据库名称}} {{单词}}`
- 在所有可用数据库中查找单词:
`dict {{单词}}`
- 显示有关DICT服务器的信息
`dict -I`