adduser, apt-*, apt, aptitude, at: update Chinese translation (#6400)

This commit is contained in:
千玄子
2021-08-24 03:25:59 +08:00
committed by GitHub
parent b7bc62dfbb
commit ff74227350
6 changed files with 50 additions and 13 deletions

View File

@@ -9,8 +9,12 @@
- 查找包含指定文件或路径的软件包:
`apt-file search {{文件名或路径}}`
`apt-file {{search|find}} {{文件路径}}`
- 列出指定包的内容:
`apt-file list {{软件包名}}`
`apt-file {{show|list}} {{软件包名}}`
- 查找符合给定 `pattern` 中正则表达式的软件包:
`apt-file {{search|find}} --regexp {{正则表达式}}`