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-id128
> 生成并打印 sd-128 标识符。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-id128.html>。
- 生成一个新的随机标识符:
`systemd-id128 new`
- 打印当前机器的标识符:
`systemd-id128 machine-id`
- 打印当前启动的标识符:
`systemd-id128 boot-id`
- 打印当前服务调用的标识符(此标识符在 systemd 服务中可用):
`systemd-id128 invocation-id`
- 生成一个新的随机标识符,并将其作为 UUID 打印(五组由短横线分隔的数字):
`systemd-id128 new --uuid`