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 @@
# xdg-desktop-menu
> 用于安装或卸载桌面菜单项的命令行工具。
> 更多信息:<https://manned.org/xdg-desktop-menu>。
- 将应用程序安装到桌面菜单系统:
`xdg-desktop-menu install {{path/to/file.desktop}}`
- 将应用程序安装到桌面菜单系统,同时禁用供应商前缀检查:
`xdg-desktop-menu install --novendor {{path/to/file.desktop}}`
- 从桌面菜单系统卸载应用程序:
`xdg-desktop-menu uninstall {{path/to/file.desktop}}`
- 强制更新桌面菜单系统:
`xdg-desktop-menu forceupdate --mode {{user|system}}`