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,12 @@
# grub-reboot
> 为GRUB设置下次启动的默认启动项。
> 更多信息:<https://manned.org/grub-reboot>。
- 将下次启动的默认启动项设置为条目编号、名称或标识符:
`sudo grub-reboot {{entry_number}}`
- 将下次启动的默认启动项设置为替代启动目录的条目编号、名称或标识符:
`sudo grub-reboot --boot-directory {{/path/to/boot_directory}} {{entry_number}}`