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

@@ -0,0 +1,20 @@
# paccache
> 一个 `pacman` 缓存清理工具。
> 更多信息:<https://manned.org/paccache>。
-`pacman` 缓存中删除除最近三个软件包版本之外的所有版本:
`paccache -r`
- 设置要保留的软件包版本数量:
`paccache -rk {{num_versions}}`
- 执行干运行并显示候选删除软件包的数量:
`paccache -d`
- 将候选软件包移动到一个目录,而不是删除它们:
`paccache -m {{path/to/directory}}`