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 @@
# qm 暂停
> 在Proxmox虚拟环境PVE中暂停虚拟机VM
> 使用`--skiplock`和`--skiplockstorage`标志时请谨慎,因为在某些情况下可能导致数据损坏。
> 更多信息:<https://pve.proxmox.com/pve-docs/qm.1.html>。
- 通过ID暂停虚拟机
`qm suspend {{vm_id}} {{integer}}`
- 在暂停虚拟机时跳过锁检查:
`qm suspend {{vm_id}} {{integer}} --skiplock`
- 在暂停虚拟机时跳过存储的锁检查:
`qm suspend {{vm_id}} {{integer}} --skiplockstorage`