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,9 @@
# qm 磁盘导入
> 将磁盘映像导入到虚拟机作为未使用的磁盘。
> 必须使用支持的映像格式,如 raw、qcow2、qed、vdi、vmdk 和 vhd。
> 更多信息: <https://pve.proxmox.com/pve-docs/qm.1.html>。
- 使用特定存储名称导入 VMDK/qcow2/raw 磁盘映像:
`qm importdisk {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`