Add prefernces.json errer message translations
attention the characters are limited. maybe its caused by old libs com.android.support:appcompat-v7:23.4.0 'com.android.support:support-v4:23.4.0
This commit is contained in:
parent
24e6f42ac2
commit
f510b0a8cc
|
@ -330,4 +330,8 @@
|
|||
<string name="configbuilder_shortname">"CONF"</string>
|
||||
<string name="circadian_percentage_profile_shortname">"CPP"</string>
|
||||
<string name="careportal_shortname">"CP"</string>
|
||||
<string name="error_only_numeric_digits_allowed">Bitte verwenden Sie nur Ziffern.</string>
|
||||
<string name="error_field_must_not_be_empty">Pflichtfeld</string>
|
||||
<string name="error_phone_not_valid">Telefonnummer ist nicht gültig.</string>
|
||||
<string name="error_only_numeric_digits_range_allowed">Bitte verwenden Sie nur Ziffern von %1$s - %2$s</string>
|
||||
</resources>
|
||||
|
|
|
@ -404,5 +404,8 @@
|
|||
<string name="timeshift_hint"></string>
|
||||
<string name="units">Unidades:</string>
|
||||
<string name="openapsama_autosens_adjusttargets">Reajuste objetivos por autosens</string>
|
||||
|
||||
<string name="error_only_numeric_digits_allowed">Sólo se permiten caracteres numéricos</string>
|
||||
<string name="error_only_numeric_digits_range_allowed">Sólo se permiten dígitos en el rango %1$s - %2$s</string>
|
||||
<string name="error_field_must_not_be_empty">Este campo no puede estar vacío</string>
|
||||
<string name="error_phone_not_valid">Número de teléfono inválido</string>
|
||||
</resources>
|
||||
|
|
|
@ -470,5 +470,8 @@
|
|||
<string name="openapsama_min_5m_carbimpact_summary">Default value: 3.0\nThis is a setting for default carb absorption impact per 5 minutes. The default is an expected 3mg/dl/5min. This affects how fast COB are decayed, and how much carb absorption is assumed in calculating future predicted BG, when BG is falling more than expected, or not rising as much as expected.</string>
|
||||
<string name="openapsama_link_to_preferncejson_doc_txt">Attention!\nNormally you do not have to change these values below. Please CLICK HERE and READ the text and make sure you UNDERSTAND it before change any of these values.</string>
|
||||
<string name="openapsama_link_to_preferncejson_doc">http://openaps.readthedocs.io/en/latest/docs/walkthrough/phase-3/beyond-low-glucose-suspend.html</string>
|
||||
|
||||
<string name="error_only_numeric_digits_allowed">Only numeric digits are allowed.</string>
|
||||
<string name="error_only_numeric_digits_range_allowed">Only numeric digits within the range %1$s - %2$s are allowed.</string>
|
||||
<string name="error_field_must_not_be_empty">The field must not be empty</string>
|
||||
<string name="error_phone_not_valid">Phone number not valid</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue