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,17 @@
# swaplabel
> 打印或更改交换区的标签或 UUID。
> 注意:`path/to/file` 可以指向常规文件或交换分区。
> 更多信息:<https://manned.org/swaplabel>。
- 显示交换区的当前标签和 UUID
`swaplabel {{path/to/file}}`
- 设置交换区的标签:
`swaplabel --label {{new_label}} {{path/to/file}}`
- 设置交换区的 UUID您可以使用 `uuidgen` 生成 UUID
`swaplabel --uuid {{new_uuid}} {{path/to/file}}`