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,21 @@
# virsh-list
> 列出虚拟机的ID、名称和状态。
> 另见:`virsh`。
> 更多信息:<https://manned.org/virsh>。
- 列出运行中的虚拟机信息:
`virsh list`
- 列出所有虚拟机的信息,不论其状态:
`virsh list --all`
- 列出自动启动状态为启用或禁用的虚拟机信息:
`virsh list --all --{{autostart|no-autostart}}`
- 列出有快照或没有快照的虚拟机信息:
`virsh list --all --{{with-snapshot|without-snapshot}}`