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

29
pages.zh/common/lsar.md Normal file
View File

@@ -0,0 +1,29 @@
# lsar
> 列出一个归档文件的内容。
> 另请参见:`unar``ar`。
> 更多信息:<https://manned.org/lsar>。
- 列出归档文件的内容:
`lsar {{path/to/archive}}`
- 列出密码保护的归档文件的内容:
`lsar {{path/to/archive}} --password {{password}}`
- 打印归档中每个文件的所有可用信息(非常长):
`lsar {{-L|--verylong}} {{path/to/archive}}`
- 测试归档中文件的完整性(如果可能):
`lsar --test {{path/to/archive}}`
- 以 JSON 格式列出归档文件的内容:
`lsar --json {{path/to/archive}}`
- 显示帮助:
`lsar --help`