Skip to content

Commit c54b8ba

Browse files
authored
Merge pull request #73 from hanjoongcho/master
Add Korean translation
2 parents 6f48a69 + c6035aa commit c54b8ba

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<resources>
2+
<string name="app_name">Simple Draw</string>
3+
<string name="app_launcher_name">Draw</string>
4+
<string name="open_file">파일 열기</string>
5+
<string name="eraser">지우개</string>
6+
<string name="failed_to_load_image">%s 이미지 파일 로딩 실패</string>
7+
8+
<!-- Settings -->
9+
<string name="show_brush_size">브러쉬 크기조절 도구 활성화</string>
10+
<string name="clear">지우기</string>
11+
<string name="change_background_color">배경색 변경</string>
12+
13+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
14+
<!-- Short description has to have less than 80 chars -->
15+
<string name="app_short_description">다양한 색으로 그릴 수 있는 캔버스입니다.</string>
16+
<string name="app_long_description">
17+
무언가를 그려보고 싶지만 종이가 없나요? 그렇다면 이 애플리케이션은 당신에게 아주 유용합니다. 그냥 색상을 선택하고 그려보세요. 당신이 그린 그림을 저장하거나 이메일 또는 소셜 네트워크를 통해 직접 공유 할 수 있습니다.
18+
19+
광고가 포함되어 있거나, 불필요한 권한을 요청하지 않습니다. 이 앱의 모든 소스는 오픈소스이며, 사용자가 직접 애플리케이션의 컬러를 설정 할 수 있습니다.
20+
21+
이 앱은 다양한 시리즈의 모바일앱 중 하나입니다. 나머지는 http://www.simplemobiletools.com 에서 찾아 보실 수 있습니다.
22+
</string>
23+
24+
<!--
25+
Haven't found some strings? There's more at
26+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
27+
-->
28+
</resources>

0 commit comments

Comments
 (0)