add new chinese translations
This commit is contained in:
20
pages.zh/common/errno.md
Normal file
20
pages.zh/common/errno.md
Normal 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}}`
|
Reference in New Issue
Block a user