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,24 @@
# systemd-sysext
> 激活或停用系统扩展映像。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-sysext.html>。
- 列出已安装的扩展映像:
`systemd-sysext list`
- 将系统扩展映像合并到 `/usr/``/opt/`
`systemd-sysext merge`
- 检查当前合并状态:
`systemd-sysext status`
-`/usr/``/opt/` 中取消合并所有当前安装的系统扩展映像:
`systemd-sysext unmerge`
- 刷新系统扩展映像(`unmerge``merge` 的组合):
`systemd-sysext refresh`