Korean language template
This commit is contained in:
parent
861c24fc45
commit
4c3d67535c
7 changed files with 14 additions and 0 deletions
|
@ -297,4 +297,5 @@
|
|||
<string name="bolusdelivering">Подава %.2fU</string>
|
||||
<string name="es_lang">Español</string>
|
||||
<string name="noprofileselected">Не е избран профил</string>
|
||||
<string name="ko_lang">Korean</string>
|
||||
</resources>
|
||||
|
|
|
@ -318,4 +318,7 @@
|
|||
<string name="overview_quickwizard_item_remove_button">Odstranit</string>
|
||||
<string name="quickwizard">Rychlý 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>
|
||||
|
|
|
@ -244,4 +244,5 @@
|
|||
<string name="nobtadapter">Kein Bluetoothadapter gefunden</string>
|
||||
<string name="remotebolusnotallowed">Remote Bolus nicht erlaubt</string>
|
||||
<string formatted="false" name="smscommunicator_bolusreplywithcode">Um Bolus %.2fU bitte mit %s antworten</string>
|
||||
<string name="ko_lang">Korean</string>
|
||||
</resources>
|
||||
|
|
|
@ -304,5 +304,6 @@
|
|||
<string name="youareonallowedlimit">Alcanzado el límite permitido</string>
|
||||
<string name="openapsma_target_bg">Valor objetivo para los cálculos</string>
|
||||
<string name="noprofileselected">Sin perfil seleccionado</string>
|
||||
<string name="ko_lang">Korean</string>
|
||||
|
||||
</resources>
|
||||
|
|
5
app/src/main/res/values-ko/strings.xml
Normal file
5
app/src/main/res/values-ko/strings.xml
Normal 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>
|
|
@ -16,6 +16,7 @@
|
|||
<item>@string/de_lang</item>
|
||||
<item>@string/bg_lang</item>
|
||||
<item>@string/es_lang</item>
|
||||
<item>@string/ko_lang</item>
|
||||
</string-array>
|
||||
<string-array name="languagesValues" translatable="false">
|
||||
<item>en</item>
|
||||
|
@ -23,5 +24,6 @@
|
|||
<item>de</item>
|
||||
<item>bg</item>
|
||||
<item>es</item>
|
||||
<item>ko</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -330,5 +330,6 @@
|
|||
<string name="overview_quickwizard_item_remove_button">Remove</string>
|
||||
<string name="mealbolus">Meal</string>
|
||||
<string name="correctionbous">Corr</string>
|
||||
<string name="ko_lang">Korean</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue