Просмотр исходного кода

feat(translations): add "very high" option to mopping options

For PR #3653
Jason Rumney 5 месяцев назад
Родитель
Сommit
8cf66dd411

+ 2 - 1
custom_components/tuya_local/translations/bg.json

@@ -501,7 +501,8 @@
                     "auto": "Автоматично",
                     "low": "Ниско",
                     "medium": "Средно",
-                    "high": "Високо"
+                    "high": "Високо",
+                    "very_high": "Много високо"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/ca.json

@@ -641,7 +641,8 @@
                     "auto": "Automàtic",
                     "low": "Baix",
                     "medium": "Mitjà",
-                    "high": "Alt"
+                    "high": "Alt",
+                    "very_high": "Molt alt"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/cz.json

@@ -501,7 +501,8 @@
                     "auto": "Automatický",
                     "low": "Nízký",
                     "medium": "Střední",
-                    "high": "Vysoký"
+                    "high": "Vysoký",
+                    "very_high": "Velmi vysoký"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/de.json

@@ -500,7 +500,8 @@
                     "auto": "Automatisch",
                     "low": "Niedrig",
                     "medium": "Mittel",
-                    "high": "Hoch"
+                    "high": "Hoch",
+                    "very_high": "Sehr hoch"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/el.json

@@ -501,7 +501,8 @@
                     "auto": "Αυτόματο",
                     "low": "Χαμηλή",
                     "medium": "Μεσαία",
-                    "high": "Υψηλή"
+                    "high": "Υψηλή",
+                    "very_high": "Πολύ υψηλή"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/en.json

@@ -501,7 +501,8 @@
                     "auto": "Auto",
                     "low": "Low",
                     "medium": "Medium",
-                    "high": "High"
+                    "high": "High",
+                    "very_high": "Very High"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/es.json

@@ -501,7 +501,8 @@
                     "auto": "Automático",
                     "low": "Bajo",
                     "medium": "Medio",
-                    "high": "Alto"
+                    "high": "Alto",
+                    "very_high": "Muy alto"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/fr.json

@@ -501,7 +501,8 @@
                     "auto": "Automatique",
                     "low": "Bas",
                     "medium": "Moyen",
-                    "high": "Haut"
+                    "high": "Haut",
+                    "very_high": "Très haut"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/hu.json

@@ -502,7 +502,8 @@
                     "auto": "Auto",
                     "low": "Alacsony",
                     "medium": "Közepes",
-                    "high": "Magas"
+                    "high": "Magas",
+                    "very_high": "Nagyon magas"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/id.json

@@ -501,7 +501,8 @@
                     "auto": "Otomatis",
                     "low": "Rendah",
                     "medium": "Sedang",
-                    "high": "Tinggi"
+                    "high": "Tinggi",
+                    "very_high": "Sangat tinggi"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/it.json

@@ -502,7 +502,8 @@
                     "auto": "Auto",
                     "low": "Basso",
                     "medium": "Medio",
-                    "high": "Alto"
+                    "high": "Alto",
+                    "very_high": "Molto alto"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/ja.json

@@ -501,7 +501,8 @@
                     "auto": "自動",
                     "low": "低い",
                     "medium": "中",
-                    "high": "高い"
+                    "high": "高い",
+                    "very_high": "非常に高い"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/no-NB.json

@@ -502,7 +502,8 @@
                     "auto": "Auto",
                     "low": "Lav",
                     "medium": "Medium",
-                    "high": "Høy"
+                    "high": "Høy",
+                    "very_high": "Veldig høy"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/pl.json

@@ -501,7 +501,8 @@
                     "auto": "Automatyczny",
                     "low": "Niski",
                     "medium": "Średni",
-                    "high": "Wysoki"
+                    "high": "Wysoki",
+                    "very_high": "Bardzo wysoki"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/pt-BR.json

@@ -501,7 +501,8 @@
                     "auto": "Automático",
                     "low": "Baixo",
                     "medium": "Médio",
-                    "high": "Alto"
+                    "high": "Alto",
+                    "very_high": "Muito alto"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/pt-PT.json

@@ -501,7 +501,8 @@
                     "auto": "Automático",
                     "low": "Baixo",
                     "medium": "Médio",
-                    "high": "Alto"
+                    "high": "Alto",
+                    "very_high": "Muito alto"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/ru.json

@@ -501,7 +501,8 @@
                     "auto": "Авто",
                     "low": "Низкий",
                     "medium": "Средний",
-                    "high": "Высокий"
+                    "high": "Высокий",
+                    "very_high": "Очень высокий"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/uk.json

@@ -504,7 +504,8 @@
                     "auto": "Авто",
                     "low": "Низький",
                     "medium": "Середній",
-                    "high": "Високий"
+                    "high": "Високий",
+                    "very_high": "Дуже високий"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/ur.json

@@ -504,7 +504,8 @@
                     "auto": "خود کار",
                     "low": "کم",
                     "medium": "درمیانہ",
-                    "high": "زیادہ"
+                    "high": "زیادہ",
+                    "very_high": "بہت زیادہ"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/zh-Hans.json

@@ -501,7 +501,8 @@
                     "auto": "自动",
                     "low": "低",
                     "medium": "中",
-                    "high": "高"
+                    "high": "高",
+                    "very_high": "非常高"
                 }
             },
             "recipe": {

+ 2 - 1
custom_components/tuya_local/translations/zh-Hant.json

@@ -502,7 +502,8 @@
                     "auto": "自動",
                     "low": "低",
                     "medium": "中",
-                    "high": "高"
+                    "high": "高",
+                    "very_high": "非常高"
                 }
             },
             "recipe": {