*: add traditional Chinese translation (#10835)

This commit is contained in:
Tylerastro
2023-10-05 00:21:37 +08:00
committed by GitHub
parent 6a50a531da
commit fb5a970497
15 changed files with 392 additions and 0 deletions

12
pages.zh_TW/osx/reboot.md Normal file
View File

@@ -0,0 +1,12 @@
# reboot
> 重啟系統。
> 更多資訊:<https://ss64.com/osx/reboot.html>.
- 立即重新啟動:
`sudo reboot`
- 立即強制重新啟動(應避免使用此選項):
`sudo reboot -q`