adb-*, co-*, cpdf, crackle, crictl: add Korean translation (#14085)

This commit is contained in:
HoJeong Im
2024-10-12 02:03:05 +09:00
committed by GitHub
parent 9baf249d01
commit efd167b4ae
12 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# adb reboot
> 연결된 Android 기기 또는 에뮬레이터를 재부팅.
> 더 많은 정보: <https://manned.org/adb>.
- 장치를 정상적으로 재부팅:
`adb reboot`
- 장치를 부트로더 모드로 재부팅:
`adb reboot bootloader`
- 장치를 복구 모드로 재부팅:
`adb reboot recovery`
- 장치를 빠른 부팅 모드로 재부팅:
`adb reboot fastboot`