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

24
pages.zh/common/paci.md Normal file
View File

@@ -0,0 +1,24 @@
# paci
> 一个用于 Bash 脚本的包管理器。
> 更多信息:<https://github.com/tradebyte/paci>。
- 更新可用包和版本的列表(建议在其他 `paci` 命令之前运行此命令):
`paci refresh`
- 配置其行为:
`paci configure`
- 搜索指定的包:
`paci search {{package}}`
- 安装一个包:
`paci install {{package}}`
- 更新一个包:
`paci update {{package}}`