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

View File

@@ -1,13 +1,13 @@
# unp
> 解压任意归档文件
> 需要安装相关的解压程序,例如 RAR 文件需要安装 `unrar`。
> 更多信息:<https://manned.org/unp>.
> 提取任何档案
> 需要安装相关的提取工具,例如 RAR 格式需要 `unrar`。
> 更多信息:<https://manned.org/unp>
- 解压一个归档文件
- 提取一个档案
`unp {{路径/到/归档文件.zip}}`
`unp {{path/to/archive.zip}}`
- 解压多个归档文件
- 提取多个档案
`unp {{路径/到/归档文件1.tar.gz}} {{路径/到/归档文件2.rar}}`
`unp {{path/to/archive1.tar.gz}} {{path/to/archive2.rar}}`