mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
screencap, settings, wm: add Korean translation (#11527)
* [add]: add screencap.md, settings.md, wm.md for android * Update pages.ko/android/settings.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
d7d5623372
commit
a1fe74ac82
3 changed files with 42 additions and 0 deletions
9
pages.ko/android/screencap.md
Normal file
9
pages.ko/android/screencap.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# screencap
|
||||
|
||||
> 모바일 디스플레이의 스크린샷 찍기.
|
||||
> 이 명령은 `adb shell`을 통해서만 사용할 수 있습니다.
|
||||
> 더 많은 정보: <https://developer.android.com/studio/command-line/adb#screencap>.
|
||||
|
||||
- 스크린샷 찍기:
|
||||
|
||||
`screencap {{경로/대상/파일}}`
|
20
pages.ko/android/settings.md
Normal file
20
pages.ko/android/settings.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# settings
|
||||
|
||||
> Android OS에 대한 정보 얻기.
|
||||
> 더 많은 정보: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||
|
||||
- `global` 네임스페이스의 설정 목록을 표시:
|
||||
|
||||
`settings list {{global}}`
|
||||
|
||||
- 특정 설정의 값 가져오기:
|
||||
|
||||
`settings get {{global}} {{airplane_mode_on}}`
|
||||
|
||||
- 특정 설정 값 설정:
|
||||
|
||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||
|
||||
- 특정 설정 삭제:
|
||||
|
||||
`settings delete {{secure}} {{screensaver_enabled}}`
|
13
pages.ko/android/wm.md
Normal file
13
pages.ko/android/wm.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# wm
|
||||
|
||||
> Android 기기 화면에 대한 정보 표시.
|
||||
> 이 명령은 `adb shell`을 통해서만 사용할 수 있습니다.
|
||||
> 더 많은 정보: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||
|
||||
- Android 기기 화면의 물리적 크기를 표시:
|
||||
|
||||
`wm {{크기}}`
|
||||
|
||||
- Android 기기 화면의 물리적 밀도를 표시:
|
||||
|
||||
`wm {{밀도}}`
|
Loading…
Add table
Reference in a new issue