abouttreesummaryrefslogcommitdiff
path: root/res/values-ko/strings.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-11-26 18:11:28 +0100
committerJules Aguillon2022-11-26 18:11:28 +0100
commitebdacbc2b2ac48e137dd9a1409aa334512e2fb62 (patch)
tree549cfd7acf3fbe7730bc5de1d4e1e40117239808 /res/values-ko/strings.xml
parent122a9c23d01eaf8c65d7c72f5976049d25c3093a (diff)
downloadunexpected-keyboard-ebdacbc2b2ac48e137dd9a1409aa334512e2fb62.tar.gz
unexpected-keyboard-ebdacbc2b2ac48e137dd9a1409aa334512e2fb62.zip
Make sure translation are in sync
The new script makes sure that strings files don't contain obsolete strings but also ease the job of contributors by adding missing translations as comments. A Github Action ensures that translations stay in sync over time.
Diffstat (limited to 'res/values-ko/strings.xml')
-rw-r--r--res/values-ko/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 22262de..217af01 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -1,13 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <!-- <string name="app_name" product="debug">Unexpected Keyboard (debug)</string> -->
+ <!-- <string name="app_name" product="default">Unexpected Keyboard</string> -->
<string name="settings_activity_label">Unexpected Keyboard 설정</string>
<string name="pref_category_layout">레이아웃</string>
+ <!-- <string name="pref_label_brightness">Adjust label brightness</string> -->
<string name="pref_layout_title">키보드 레이아웃 변경</string>
<string name="pref_layout_e_system">시스템 세팅</string>
<string name="pref_accents_title">악센트</string>
<string name="pref_accents_e_all_installed">설치된 모든 언어의 악센트 표시</string>
<string name="pref_accents_e_selected">선택한 언어의 악센트만 표시</string>
<string name="pref_accents_e_none">모든 언어의 악센트 숨기기</string>
+ <!-- <string name="pref_show_numpad_title">Show NumPad</string> -->
+ <!-- <string name="pref_show_numpad_never">Never</string> -->
+ <!-- <string name="pref_show_numpad_landscape">Only in landscape mode</string> -->
+ <!-- <string name="pref_show_numpad_always">Always</string> -->
+ <!-- <string name="pref_autocapitalisation_title">Automatic capitalisation</string> -->
+ <!-- <string name="pref_autocapitalisation_summary">Press Shift at the beginning of a sentence</string> -->
+ <!-- <string name="pref_extra_keys_title">Add keys to the keyboard</string> -->
+ <!-- <string name="pref_second_layout_title">Secondary layout</string> -->
+ <!-- <string name="pref_second_layout_none">None</string> -->
<string name="pref_category_typing">타자</string>
<string name="pref_swipe_dist_title">스와이프 범위</string>
<string name="pref_swipe_dist_summary">키 모서리 문자의 입력 범위 (%s)</string>
@@ -17,9 +29,12 @@
<string name="pref_vibrate_summary">키 누를 때 진동 키거/끄기</string>
<string name="pref_precise_repeat_title">정확한 커서 움직임</string>
<string name="pref_precise_repeat_summary">더 많거나 적은 스와이프로 키 반복 조절</string>
+ <!-- <string name="pref_lock_double_tap_title">Double tap on shift for caps lock</string> -->
+ <!-- <string name="pref_lock_double_tap_summary">You can lock any modifier by holding it</string> -->
<string name="pref_category_style">스타일</string>
<string name="pref_margin_bottom_title">아래 넓이</string>
<string name="pref_keyboard_height_title">키보드 높이</string>
+ <!-- <string name="pref_keyboard_height_landscape_title">Keyboard height in landscape mode</string> -->
<string name="pref_horizontal_margin_title">양 옆 넓이</string>
<string name="pref_character_size_title">폰트 크기</string>
<string name="pref_character_size_summary">키보드의 표시되는 폰트 크기 (%.2fx)</string>
@@ -28,6 +43,7 @@
<string name="pref_theme_e_dark">Dark</string>
<string name="pref_theme_e_light">Light</string>
<string name="pref_theme_e_black">Black</string>
+ <!-- <string name="pref_theme_e_white">White</string> -->
<string name="pref_swipe_dist_e_very_short">매우 짧음</string>
<string name="pref_swipe_dist_e_short">짧음</string>
<string name="pref_swipe_dist_e_default">보통</string>