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 @@
# vboxmanage-export
> 将虚拟机导出为虚拟设备ISO或云服务。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-export>。
- 指定目标 OVA 文件:
`VBoxManage export --output {{path/to/filename.ova}}`
- 以 OVF 0.9 传统模式导出:
`VBoxManage export --legacy09`
- 以 OVF (0.9|1.0|2.0) 格式导出:
`VBoxManage export --{{ovf09|ovf10|ovf20}}`
- 创建导出文件的清单:
`VBoxManage export --manifest`
- 指定虚拟机的描述:
`VBoxManage export --description "{{vm_description}}"`