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 @@
# 关机
> 关闭并重启系统。
> 更多信息:<https://manned.org/shutdown.8>。
- 立即关机([h]alt
`shutdown -h now`
- 立即重启([r]eboot
`shutdown -r now`
- 5分钟后重启[r]eboot
`shutdown -r +{{5}} &`
- 在下午1:00关机使用24小时制[h]钟):
`shutdown -h 13:00`
- 取消待处理的关机/重启操作([c]ancel
`shutdown -c`