mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-07 17:27:50 +02:00
ignore missing translation for the bluetooth device type array
update one missing translation
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
<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/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/res" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
|
||||
|
@@ -28,6 +28,7 @@
|
||||
<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_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_on_date">am</string>
|
||||
<string name="info_set_filename">Setzte Dateiname auf</string>
|
||||
|
@@ -74,6 +74,7 @@
|
||||
<string name="label_enable_labels">メモの上にデータ点</string>
|
||||
<string name="info_is_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_goal_weight">あなたの体重をあなたの単位で入力してください</string>
|
||||
<string name="info_enter_comment">任意でコメントを入力してください</string>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
<string-array name="btDeviceTypes">
|
||||
<item>Xiaomi Mi Scale</item>
|
||||
<item>openScale Custom Scale</item>
|
||||
|
Reference in New Issue
Block a user