add new chinese translations
This commit is contained in:
@@ -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`
|
Reference in New Issue
Block a user