Add Korean translation
This commit is contained in:
parent
66a050d3c3
commit
7b7329f06c
|
@ -0,0 +1,28 @@
|
|||
<resources>
|
||||
<string name="app_name">심플 손전등</string>
|
||||
<string name="app_launcher_name">손전등</string>
|
||||
<string name="camera_error">카메라 취득 실패</string>
|
||||
<string name="camera_permission">적절한 스트로보 스코프 효과를 얻으려면 카메라 사용 권한이 필요합니다.</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="bright_display">브라이트 디스플레이 버튼 활성화</string>
|
||||
<string name="show_stroboscope">스트로보 스코프 버튼 활성화</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">광고가 없는 심플한 손전등입니다.</string>
|
||||
<string name="app_long_description">
|
||||
브라이트 디스플레이와 사용자 정의 스트로보 스코프를 제공하는 깔끔한 손전등입니다. 앱(위젯이 아닌경우)을 통해 켜면 기기가 잠들지 않습니다.
|
||||
|
||||
1x1 크기의 플래시 위젯을 제공하며 사용자가 직접 컬러 설정이 가능합니다.
|
||||
|
||||
광고가 포함되어 있거나, 불필요한 권한을 요청하지 않습니다. 이 앱의 모든 소스는 오픈소스이며, 사용자가 직접 애플리케이션의 컬러를 설정 할 수 있습니다.
|
||||
|
||||
이 앱은 다양한 시리즈의 모바일앱 중 하나입니다. 나머지는 http://www.simplemobiletools.com 에서 찾아 보실 수 있습니다.
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
Loading…
Reference in New Issue