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,20 +1,20 @@
# adb reboot
# adb 重启
> 重启连接的 Android 设备或模拟器。
> 更多信息:<https://manned.org/adb>.
> 重启连接的 Android 设备或模拟器。
> 更多信息:<https://manned.org/adb>
- 正常重启设备:
- 正常重启设备
`adb reboot`
- 重启设备到引导加载程序模式:
- 将设备重启到引导程序模式
`adb reboot bootloader`
- 重启设备到恢复模式:
- 将设备重启到恢复模式
`adb reboot recovery`
- 重启设备到 fastboot 模式:
- 将设备重启到快速启动模式
`adb reboot fastboot`
`adb reboot fastboot`