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,28 @@
# vboxmanage-showvminfo
> 显示已注册虚拟机的信息。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-showvminfo>。
- 显示特定虚拟机的信息:
`VBoxManage showvminfo {{vm_name|uuid}}`
- 显示特定虚拟机的更多详细信息:
`VBoxManage showvminfo --details {{vm_name|uuid}}`
- 以机器可读的格式显示信息:
`VBoxManage showvminfo --machinereadable {{vm_name|uuid}}`
- 如果虚拟机是加密的,请指定密码 ID
`VBoxManage showvminfo --password-id {{password_id}} {{vm_name|uuid}}`
- 如果虚拟机是加密的,请指定密码文件:
`VBoxManage showvminfo --password {{path/to/password_file}} {{vm_name|uuid}}`
- 显示特定虚拟机的日志:
`VBoxManage showvminfo --log {{vm_name|uuid}}`