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

@@ -1,8 +1,24 @@
# poweroff
# 关机
> 关闭系统。
> 更多信息:<https://www.manned.org/poweroff>.
> 更多信息:<https://www.manned.org/poweroff>
- 关闭系统电源
- 关闭系统:
`sudo poweroff`
`poweroff`
- 停止系统(与 `halt` 相同):
`poweroff --halt`
- 重启系统(与 `reboot` 相同):
`poweroff --reboot`
- 立即关机,不联系系统管理器:
`poweroff --force`
- 仅写入 wtmp 关机条目,而不关闭系统:
`poweroff --wtmp-only`