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

20
pages.zh/common/errno.md Normal file
View File

@@ -0,0 +1,20 @@
# errno
> 查找 errno 名称和描述。
> 更多信息:<https://joeyh.name/code/moreutils/>.
- 根据名称或代码查找 errno 描述:
`errno {{name|code}}`
- 列出所有 errno 名称、代码和描述:
`errno --list`
- 搜索描述中包含所有给定文本的代码:
`errno --search {{text}}`
- 搜索描述中包含所有给定文本的代码(所有语言环境):
`errno --search-all-locales {{text}}`