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,20 @@
# vboxmanage-clonevm
> 创建现有虚拟机VM的克隆。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-clonevm>。
- 克隆指定的虚拟机:
`VBoxManage clonevm {{vm_name}}`
- 为新虚拟机指定一个新名称:
`VBoxManage clonevm {{vm_name}} --name {{new_vm_name}}`
- 指定保存新虚拟机配置的文件夹:
`VBoxManage clonevm {{vm_name}} --basefolder {{path/to/directory}}`
- 在VirtualBox中注册克隆的虚拟机
`VBoxManage clonevm {{vm_name}} --register`