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,37 +1,37 @@
# aurman
> 用来构建和安装 AUR 包的 Arch Linux 实用工具。
> 见 `pacman`.
> 更多信息:<https://github.com/polygamma/aurman>.
> 一个用于从 Arch 用户库构建和安装软件包的 Arch Linux 工具。
> 见 `pacman`
> 更多信息:<https://github.com/polygamma/aurman>
- 同步并更新所有包:
- 同步并更新所有软件包:
`aurman --sync --refresh --sysupgrade`
- 同步并更新所有包但不显示 `PKGBUILD` 文件的变动
- 同步并更新所有软件包,不显示 `PKGBUILD` 文件的更改
`aurman --sync --refresh --sysupgrade --noedit`
- 安装一个新包:
- 安装一个新软件包:
`aurman --sync {{包名}}`
`aurman --sync {{package}}`
- 安装一个新包但不显示 `PKGBUILD` 文件的变动
- 安装一个新软件包,不显示 `PKGBUILD` 文件的更改
`aurman --sync --noedit {{包名}}`
`aurman --sync --noedit {{package}}`
- 无确认提示安装一个新包
- 安装一个新软件包时不提示
`aurman --sync --noedit --noconfirm {{包名}}`
`aurman --sync --noedit --noconfirm {{package}}`
- 在官方库和 AUR 包数据库中查找关键
- 在官方库和 AUR 中搜索软件包数据库中关键
`aurman --sync --search {{关键字}}`
`aurman --sync --search {{keyword}}`
- 移除一个包及其依赖:
- 移除一个软件包及其依赖
`aurman --remove --recursive --nosave {{包名}}`
`aurman --remove --recursive --nosave {{package}}`
- 清除包缓存(用两 `--clean` 参数清除所有包缓存
- 清除软件包缓存(使用两 `--clean` 标志以清除所有软件包):
`aurman --sync --clean`
`aurman --sync --clean`