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,7 +1,7 @@
# softwareupdate
> 通过命令行更新 macOS 应用商店中应用程序的工具
> 更多信息<https://keith.github.io/xcode-man-pages/softwareupdate.8.html>.
> 更新 macOS App Store 应用程序。
> 更多信息: <https://keith.github.io/xcode-man-pages/softwareupdate.8.html>
- 列出所有可用的更新:
@@ -11,10 +11,10 @@
`softwareupdate --install --all`
- 下载并安装所有推荐的更新:
- 下载并安装所有 [r]ecommended 更新:
`softwareupdate --install --recommended`
- 下载并安装特定应用程序:
- 下载并安装特定应用程序:
`softwareupdate --install {{更新应用程序名}}`
`softwareupdate --install {{update_name}}`