diff options
| author | Jules Aguillon | 2024-02-05 17:36:43 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-06 23:11:14 +0100 |
| commit | 5ce89d1b4b2ad5ebc7c48b1fb395f6bb3e9895bc (patch) | |
| tree | 7c6dc5d68736704820b260383b2d9202c909ec15 /res/values-ko/strings.xml | |
| parent | 82a9774f5a2860854608a97db507abe322a68f99 (diff) | |
| download | unexpected-keyboard-5ce89d1b4b2ad5ebc7c48b1fb395f6bb3e9895bc.tar.gz unexpected-keyboard-5ce89d1b4b2ad5ebc7c48b1fb395f6bb3e9895bc.zip | |
Move store descriptions into strings files
This makes translation easier as there's a single file to edit at.
Existing short and full descriptions are conserved.
sync_translations.py takes care of updating the metadata files.
The metadata directories are renamed to match the language codes used in `res/`.
Contributing guidelines are updated accordingly.
Diffstat (limited to 'res/values-ko/strings.xml')
| -rw-r--r-- | res/values-ko/strings.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 103cc3d..a697f68 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -1,7 +1,26 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- <string name="app_name_release">Unexpected Keyboard</string> --> + <string name="app_name_release">Unexpected Keyboard</string> <!-- <string name="app_name_debug">Unexpected Keyboard (Debug)</string> --> + <string name="short_description">개발자들을 위한 가벼운 가상 키보드.</string> + <string name="store_description">"이 앱은 안드로이드용 가상 키보드입니다. 주요 기능은 스와이프 제스처를 사용하여 모든 ASCII 문자를 쉽게 입력할 수 있다는 점과 악센트 및 수정자 키를 위한 데드 키와 특수 키(tab, esc, 방향키 등)이 있다는 것입니다. + +키보드는 각 키의 모서리에 최대 4개의 추가 문자를 표시합니다. 이러한 추가 문자는 키에서 손가락을 스와이프하여 적중됩니다. + +일부 하이라이트 기능: + +- PC 키보드에서 사용할 수 있는 모든 문자 및 특수 키를 사요 가능합니다. 이것은 Termux와 같은 앱을 사용하는 데 효과적입니다. + +- 여기에는 Tab, Esc, 방향키 및 function 키뿐만이 아닌 Ctrl 및 Alt 키도 포함되어 있습니다 ! + +- 악센트 키는 데드 키를 사용하여 액세스할 수 있습니다. 먼저 악센트 키를 활성화한 다음 악센트 문자를 입력합니다. + +- 매우 가볍고 빠릅니다. Google 키보드보다 500배, 기본 키보드보다 15배 적은 공간을 사용합니다. 광고와 사용 기록 추적 없음. + +- 다중 레이아웃: QWERTY, QWERTZ, AZERTY. 다양한 테마: White, Dark, OLED Black. 또한 다른 많은 옵션들. + +다른 가상 키보드와 마찬가지로 시스템 설정에서 활성화해야 합니다. 시스템 설정을 열고 다음으로 이동합니다. +시스템 > 언어 및 입력 > 키보드 > 키보드 관리."</string> <string name="settings_activity_label">Unexpected Keyboard 설정</string> <!-- <string name="pref_portrait">In portrait mode</string> --> <!-- <string name="pref_landscape">In landscape mode</string> --> |
