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 @@
# systemd-detect-virt
> 检测在虚拟化环境中的执行。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-detect-virt.html>。
- 列出可检测的虚拟化技术:
`systemd-detect-virt --list`
- 检测虚拟化,打印结果并在虚拟机或容器中运行时返回零状态码,其他情况下返回非零代码:
`systemd-detect-virt`
- 静默检查,不打印任何内容:
`systemd-detect-virt --quiet`
- 仅检测容器虚拟化:
`systemd-detect-virt --container`
- 仅检测硬件虚拟化:
`systemd-detect-virt --vm`