Korean language template

This commit is contained in:
Milos Kozak 2016-10-25 23:38:44 +02:00
parent 861c24fc45
commit 4c3d67535c
7 changed files with 14 additions and 0 deletions

View file

@ -297,4 +297,5 @@
<string name="bolusdelivering">Подава %.2fU</string> <string name="bolusdelivering">Подава %.2fU</string>
<string name="es_lang">Español</string> <string name="es_lang">Español</string>
<string name="noprofileselected">Не е избран профил</string> <string name="noprofileselected">Не е избран профил</string>
<string name="ko_lang">Korean</string>
</resources> </resources>

View file

@ -318,4 +318,7 @@
<string name="overview_quickwizard_item_remove_button">Odstranit</string> <string name="overview_quickwizard_item_remove_button">Odstranit</string>
<string name="quickwizard">Rychlý bolus</string> <string name="quickwizard">Rychlý bolus</string>
<string name="quickwizardsettings">Nastavení rychlých bolusů</string> <string name="quickwizardsettings">Nastavení rychlých bolusů</string>
<string name="mealbolus">Bolus</string>
<string name="ko_lang">Korean</string>
<string name="correctionbous">Korekce</string>
</resources> </resources>

View file

@ -244,4 +244,5 @@
<string name="nobtadapter">Kein Bluetoothadapter gefunden</string> <string name="nobtadapter">Kein Bluetoothadapter gefunden</string>
<string name="remotebolusnotallowed">Remote Bolus nicht erlaubt</string> <string name="remotebolusnotallowed">Remote Bolus nicht erlaubt</string>
<string formatted="false" name="smscommunicator_bolusreplywithcode">Um Bolus %.2fU bitte mit %s antworten</string> <string formatted="false" name="smscommunicator_bolusreplywithcode">Um Bolus %.2fU bitte mit %s antworten</string>
<string name="ko_lang">Korean</string>
</resources> </resources>

View file

@ -304,5 +304,6 @@
<string name="youareonallowedlimit">Alcanzado el límite permitido</string> <string name="youareonallowedlimit">Alcanzado el límite permitido</string>
<string name="openapsma_target_bg">Valor objetivo para los cálculos</string> <string name="openapsma_target_bg">Valor objetivo para los cálculos</string>
<string name="noprofileselected">Sin perfil seleccionado</string> <string name="noprofileselected">Sin perfil seleccionado</string>
<string name="ko_lang">Korean</string>
</resources> </resources>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">AndroidAPS</string>
<string name="ko_lang">Korean</string>
</resources>

View file

@ -16,6 +16,7 @@
<item>@string/de_lang</item> <item>@string/de_lang</item>
<item>@string/bg_lang</item> <item>@string/bg_lang</item>
<item>@string/es_lang</item> <item>@string/es_lang</item>
<item>@string/ko_lang</item>
</string-array> </string-array>
<string-array name="languagesValues" translatable="false"> <string-array name="languagesValues" translatable="false">
<item>en</item> <item>en</item>
@ -23,5 +24,6 @@
<item>de</item> <item>de</item>
<item>bg</item> <item>bg</item>
<item>es</item> <item>es</item>
<item>ko</item>
</string-array> </string-array>
</resources> </resources>

View file

@ -330,5 +330,6 @@
<string name="overview_quickwizard_item_remove_button">Remove</string> <string name="overview_quickwizard_item_remove_button">Remove</string>
<string name="mealbolus">Meal</string> <string name="mealbolus">Meal</string>
<string name="correctionbous">Corr</string> <string name="correctionbous">Corr</string>
<string name="ko_lang">Korean</string>
</resources> </resources>