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,16 @@
# flatpak 更新
> 更新 flatpak 应用程序和运行时。
> 更多信息:<https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-update>。
- 更新所有已安装的应用程序和运行时(使用 `-y` 自动确认所有提示):
`flatpak update`
- 仅更新特定应用:
`flatpak update {{com.example.app}}`
- 更新/降级到特定提交(另见 flatpak remote-info 和 flatpak mask
`flatpak update --commit={{COMMIT}} {{com.example.app}}`