android/pm-install-*: add Korean translation (#23068)

This commit is contained in:
HoJeong Im
2026-07-22 03:54:23 +02:00
committed by GitHub
parent 09bb9dd299
commit e58213974d
3 changed files with 27 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# pm install-commit
> 대기 중인 패키지 설치를 완료.
> 관련 항목: `pm install-create`, `pm install-write`.
> 더 많은 정보: <https://developer.android.com/tools/adb#pm>.
- 대기 중인 패키지 설치 완료:
`pm install-commit {{세션_아이디}}`
+9
View File
@@ -0,0 +1,9 @@
# pm install-create
> 패키지 설치 세션을 생성.
> 관련 항목: `pm install-write`, `pm install-commit`.
> 더 많은 정보: <https://developer.android.com/tools/adb#pm>.
- 설치 세션을 생성하고 세션 ID 발급:
`pm install-create`
+9
View File
@@ -0,0 +1,9 @@
# pm install-write
> 설치 세션에 패키지 추가.
> 관련 항목: `pm install-create`, `pm install-commit`.
> 더 많은 정보: <https://developer.android.com/tools/adb#pm>.
- 설치 세션에 패키지 추가:
`pm install-write {{세션_아이디}} {{라벨}} {{경로/대상/패키지.apk}}`