1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-08 01:37:21 +02:00

ignore missing translation for the bluetooth device type array

update one missing translation
This commit is contained in:
OliE
2016-12-16 18:05:58 +01:00
parent 709ee2e036
commit 51f27ab453
4 changed files with 4 additions and 1 deletions

View File

@@ -98,6 +98,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />

View File

@@ -28,6 +28,7 @@
<string name="info_enter_value_unit">Gebe dein Wert an in</string> <string name="info_enter_value_unit">Gebe dein Wert an in</string>
<string name="info_is_not_visible">ist nicht sichtbar</string> <string name="info_is_not_visible">ist nicht sichtbar</string>
<string name="info_is_visible">ist sichtbar</string> <string name="info_is_visible">ist sichtbar</string>
<string name="info_is_not_available">ist nicht verfügbar</string>
<string name="info_no_selected_user">Kein Benutzer existiert! Bitte lege einen neuen Benutzer unter Einstellungen an</string> <string name="info_no_selected_user">Kein Benutzer existiert! Bitte lege einen neuen Benutzer unter Einstellungen an</string>
<string name="info_on_date">am</string> <string name="info_on_date">am</string>
<string name="info_set_filename">Setzte Dateiname auf</string> <string name="info_set_filename">Setzte Dateiname auf</string>

View File

@@ -74,6 +74,7 @@
<string name="label_enable_labels">メモの上にデータ点</string> <string name="label_enable_labels">メモの上にデータ点</string>
<string name="info_is_visible">表示されています</string> <string name="info_is_visible">表示されています</string>
<string name="info_is_not_visible">表示されていません</string> <string name="info_is_not_visible">表示されていません</string>
<string name="info_is_not_available">利用できません</string>
<string name="info_enter_user_name">あなたの名前を入力してください</string> <string name="info_enter_user_name">あなたの名前を入力してください</string>
<string name="info_enter_goal_weight">あなたの体重をあなたの単位で入力してください</string> <string name="info_enter_goal_weight">あなたの体重をあなたの単位で入力してください</string>
<string name="info_enter_comment">任意でコメントを入力してください</string> <string name="info_enter_comment">任意でコメントを入力してください</string>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string-array name="btDeviceTypes"> <string-array name="btDeviceTypes">
<item>Xiaomi Mi Scale</item> <item>Xiaomi Mi Scale</item>
<item>openScale Custom Scale</item> <item>openScale Custom Scale</item>