Update docs
This commit is contained in:
parent
97637ef244
commit
e33a609d40
22 changed files with 360 additions and 288 deletions
|
@ -180,7 +180,7 @@ For every device exists a button under diagnostics which can be used to log all
|
|||
| Aroma Time Off | `thermometer` | `number` | `settings.aromaTimeOff` |
|
||||
| Aroma Time On | `thermometer` | `number` | `settings.aromaTimeOn` |
|
||||
| Diffuser Level | | `select` | `settings.aromaStatus` |
|
||||
| Light status | `lightbulb` | `number` | `settings.lightStatus` |
|
||||
| Light status | | `light` | `settings.lightStatus` |
|
||||
| Lock Status | | `switch` | `lockStatus` |
|
||||
| Mode | `run` | `select` | `settings.machMode` |
|
||||
| Pollen Level | | `number` | `settings.pollenLevel` |
|
||||
|
@ -258,7 +258,7 @@ For every device exists a button under diagnostics which can be used to log all
|
|||
| Filter Cleaning Status | | `sensor` | `filterCleaningStatus` |
|
||||
| Last Work Time | `clock-start` | `sensor` | `lastWorkTime` |
|
||||
| Light Status | `lightbulb` | `sensor` | `lightStatus` |
|
||||
| Light status | `lightbulb` | `number` | `startProgram.lightStatus` |
|
||||
| Light status | | `light` | `startProgram.lightStatus` |
|
||||
| Mach Mode | | `sensor` | `machMode` |
|
||||
| On / Off Status | `lightbulb` | `sensor` | `onOffStatus` |
|
||||
| Quick Delay Time Status | | `sensor` | `quickDelayTimeStatus` |
|
||||
|
@ -391,7 +391,7 @@ For every device exists a button under diagnostics which can be used to log all
|
|||
#### Controls
|
||||
| Name | Icon | Entity | Key |
|
||||
| --- | --- | --- | --- |
|
||||
| Light | `lightbulb` | `switch` | `lightStatus` |
|
||||
| Light | | `light` | `settings.lightStatus` |
|
||||
| Sabbath Mode | `palm-tree` | `switch` | `sabbathStatus` |
|
||||
| Wine Cellar | `thermometer` | `climate` | `settings.tempSel` |
|
||||
| Wine Cellar | `thermometer` | `climate` | `settings.tempSelZ2` |
|
||||
|
|
|
@ -18,7 +18,7 @@ from .hon import HonEntity
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
FANS = {
|
||||
LIGHTS = {
|
||||
"WC": (LightEntityDescription(key="settings.lightStatus", name="Light"),),
|
||||
"HO": (
|
||||
LightEntityDescription(
|
||||
|
@ -33,7 +33,7 @@ FANS = {
|
|||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
||||
entities = []
|
||||
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||
for description in FANS.get(device.appliance_type, []):
|
||||
for description in LIGHTS.get(device.appliance_type, []):
|
||||
if (
|
||||
description.key not in device.available_settings
|
||||
or device.get(description.key.split(".")[-1]) is None
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Máchání",
|
||||
"drying": "Sušení",
|
||||
"steam": "Pára",
|
||||
"weighting": "Vážení ",
|
||||
"weighting": "Vážení",
|
||||
"scheduled": "Naplánováno",
|
||||
"tumbling": "Keep Fresh",
|
||||
"refresh": "Osvěžení",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"iot_nano_aqua": "Nano Aqua",
|
||||
"iot_purify": "Automatické čištění",
|
||||
"iot_self_clean": "Samočištění zamrazením",
|
||||
"iot_self_clean_56": "Samočištění 56°C sterilizace ",
|
||||
"iot_self_clean_56": "Samočištění 56°C sterilizace",
|
||||
"iot_simple_start": "Spustit nyní",
|
||||
"iot_uv": "UV",
|
||||
"iot_uv_and_auto": "UV + auto",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rychlý 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Aut. Hygienický",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Aut. Rychlý",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto univerzální 50 -60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Objemné kusy",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Chladný vánek 30 minut",
|
||||
"hqd_cold_wind_timing": "Chladný vánek ",
|
||||
"hqd_cold_wind_timing": "Chladný vánek",
|
||||
"hqd_cotton": "Bavlna",
|
||||
"hqd_curtain": "Záclony",
|
||||
"hqd_delicate": "Jemné",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rychlý 20",
|
||||
"hqd_quick_30": "Rychlý 30",
|
||||
"hqd_quick_dry": "Rychlé sušení 30",
|
||||
"hqd_quick_dry": "Rychlé sušení 30'",
|
||||
"hqd_quilt": "Deky",
|
||||
"hqd_refresh": "Osvěžení",
|
||||
"hqd_school_uniform": "Školní uniformy",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Chytré praní",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Speciální 39' + pára",
|
||||
"iot_steam_hygiene_plus": "Hygiena plus pára ",
|
||||
"iot_steam_hygiene_plus": "Hygiena plus pára",
|
||||
"iot_synthetic_and_coloured_steam": "Syntetika a barevné + pára",
|
||||
"iot_wash_and_dry": "Praní a sušení",
|
||||
"iot_wash_anti_mites": "Proti roztočům",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro – bavlna",
|
||||
"steam_care_pro_delicates": "Steam Care Pro – jemné",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro – syntetika",
|
||||
"steam_hygiene_plus": "Hygiena plus pára ",
|
||||
"steam_hygiene_plus": "Hygiena plus pára",
|
||||
"synthetics": "Syntetika",
|
||||
"synthetic_and_coloured": "Syntetika a barevné",
|
||||
"synthetic_and_coloured_steam": "Syntetika a barevné + pára",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Vysoký",
|
||||
"mid": "Střední ",
|
||||
"mid": "Střední",
|
||||
"low": "Nízký",
|
||||
"auto": "Auto"
|
||||
}
|
||||
|
@ -906,7 +908,7 @@
|
|||
"iot_nano_aqua": "Nano Aqua",
|
||||
"iot_purify": "Automatické čištění",
|
||||
"iot_self_clean": "Samočištění zamrazením",
|
||||
"iot_self_clean_56": "Samočištění 56°C sterilizace ",
|
||||
"iot_self_clean_56": "Samočištění 56°C sterilizace",
|
||||
"iot_simple_start": "Spustit nyní",
|
||||
"iot_uv": "UV",
|
||||
"iot_uv_and_auto": "UV + auto",
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rychlý 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Aut. Hygienický",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Aut. Rychlý",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto univerzální 50 -60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Objemné kusy",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Chladný vánek 30 minut",
|
||||
"hqd_cold_wind_timing": "Chladný vánek ",
|
||||
"hqd_cold_wind_timing": "Chladný vánek",
|
||||
"hqd_cotton": "Bavlna",
|
||||
"hqd_curtain": "Záclony",
|
||||
"hqd_delicate": "Jemné",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rychlý 20",
|
||||
"hqd_quick_30": "Rychlý 30",
|
||||
"hqd_quick_dry": "Rychlé sušení 30",
|
||||
"hqd_quick_dry": "Rychlé sušení 30'",
|
||||
"hqd_quilt": "Deky",
|
||||
"hqd_refresh": "Osvěžení",
|
||||
"hqd_school_uniform": "Školní uniformy",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Chytré praní",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Speciální 39' + pára",
|
||||
"iot_steam_hygiene_plus": "Hygiena plus pára ",
|
||||
"iot_steam_hygiene_plus": "Hygiena plus pára",
|
||||
"iot_synthetic_and_coloured_steam": "Syntetika a barevné + pára",
|
||||
"iot_wash_and_dry": "Praní a sušení",
|
||||
"iot_wash_anti_mites": "Proti roztočům",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro – bavlna",
|
||||
"steam_care_pro_delicates": "Steam Care Pro – jemné",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro – syntetika",
|
||||
"steam_hygiene_plus": "Hygiena plus pára ",
|
||||
"steam_hygiene_plus": "Hygiena plus pára",
|
||||
"synthetics": "Syntetika",
|
||||
"synthetic_and_coloured": "Syntetika a barevné",
|
||||
"synthetic_and_coloured_steam": "Syntetika a barevné + pára",
|
||||
|
@ -1642,7 +1646,7 @@
|
|||
"name": "Trouba"
|
||||
},
|
||||
"prewash": {
|
||||
"name": "Předpírka\r\r\r\r\r\r\r\n"
|
||||
"name": "Předpírka"
|
||||
},
|
||||
"pause": {
|
||||
"name": "Pozastavit"
|
||||
|
@ -1666,7 +1670,7 @@
|
|||
"name": "Samočištění zamrazením"
|
||||
},
|
||||
"self_clean_56": {
|
||||
"name": "Samočištění 56°C sterilizace "
|
||||
"name": "Samočištění 56°C sterilizace"
|
||||
},
|
||||
"silent_mode": {
|
||||
"name": "Tichý režim"
|
||||
|
@ -1764,7 +1768,7 @@
|
|||
"name": "Zapnout"
|
||||
},
|
||||
"prewash": {
|
||||
"name": "Předpírka\r\r\r\r\r\r\r\n"
|
||||
"name": "Předpírka"
|
||||
},
|
||||
"buzzer": {
|
||||
"name": "Zvuková signalizace konce cyklu"
|
||||
|
@ -1856,7 +1860,7 @@
|
|||
"iot_nano_aqua": "Nano Aqua",
|
||||
"iot_purify": "Automatické čištění",
|
||||
"iot_self_clean": "Samočištění zamrazením",
|
||||
"iot_self_clean_56": "Samočištění 56°C sterilizace ",
|
||||
"iot_self_clean_56": "Samočištění 56°C sterilizace",
|
||||
"iot_simple_start": "Spustit nyní",
|
||||
"iot_uv": "UV",
|
||||
"iot_uv_and_auto": "UV + auto",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Spülen",
|
||||
"drying": "Trocknen",
|
||||
"steam": "Dampf",
|
||||
"weighting": "Wiegen ",
|
||||
"weighting": "Wiegen",
|
||||
"scheduled": "Geplant",
|
||||
"tumbling": "Auffrischen",
|
||||
"refresh": "Auffrischen",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "AutoUniversal 50-60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene 75 °C",
|
||||
"intensive": "Intensiv ",
|
||||
"intensive": "Intensiv",
|
||||
"intensive_rapid": "Intensiv-Schnellspülgang",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "AutoUniversal 50-60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Schwere Textilien",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Kühle Brise 30 Minuten",
|
||||
"hqd_cold_wind_timing": "Kühle Brise ",
|
||||
"hqd_cold_wind_timing": "Kühle Brise",
|
||||
"hqd_cotton": "Baumwolle",
|
||||
"hqd_curtain": "Vorhänge",
|
||||
"hqd_delicate": "Feinwäsche",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious Cure",
|
||||
"hqd_quick_20": "Schnell 20",
|
||||
"hqd_quick_30": "Schnell 30",
|
||||
"hqd_quick_dry": "Schnell trocken 30",
|
||||
"hqd_quick_dry": "Schnell trocken 30'",
|
||||
"hqd_quilt": "Steppdecken",
|
||||
"hqd_refresh": "Auffrischen",
|
||||
"hqd_school_uniform": "Schuluniform",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + Dampf",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Dampf ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Dampf",
|
||||
"iot_synthetic_and_coloured_steam": "Synthetik und Farben + Dampf",
|
||||
"iot_wash_and_dry": "Waschen und trocknen",
|
||||
"iot_wash_anti_mites": "Milbenbekämpfung",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Baumwolle",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Feinwäsche",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthetik",
|
||||
"steam_hygiene_plus": "Hygiene Plus Dampf ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Dampf",
|
||||
"synthetics": "Synthetik",
|
||||
"synthetic_and_coloured": "Synthetik und Farben",
|
||||
"synthetic_and_coloured_steam": "Synthetik und Farben + Dampf",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Hoch",
|
||||
"mid": "Mittel ",
|
||||
"mid": "Mittel",
|
||||
"low": "Niedrig",
|
||||
"auto": "Auto"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "AutoUniversal 50-60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene 75 °C",
|
||||
"intensive": "Intensiv ",
|
||||
"intensive": "Intensiv",
|
||||
"intensive_rapid": "Intensiv-Schnellspülgang",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "AutoUniversal 50-60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Schwere Textilien",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Kühle Brise 30 Minuten",
|
||||
"hqd_cold_wind_timing": "Kühle Brise ",
|
||||
"hqd_cold_wind_timing": "Kühle Brise",
|
||||
"hqd_cotton": "Baumwolle",
|
||||
"hqd_curtain": "Vorhänge",
|
||||
"hqd_delicate": "Feinwäsche",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious Cure",
|
||||
"hqd_quick_20": "Schnell 20",
|
||||
"hqd_quick_30": "Schnell 30",
|
||||
"hqd_quick_dry": "Schnell trocken 30",
|
||||
"hqd_quick_dry": "Schnell trocken 30'",
|
||||
"hqd_quilt": "Steppdecken",
|
||||
"hqd_refresh": "Auffrischen",
|
||||
"hqd_school_uniform": "Schuluniform",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + Dampf",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Dampf ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Dampf",
|
||||
"iot_synthetic_and_coloured_steam": "Synthetik und Farben + Dampf",
|
||||
"iot_wash_and_dry": "Waschen und trocknen",
|
||||
"iot_wash_anti_mites": "Milbenbekämpfung",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Baumwolle",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Feinwäsche",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthetik",
|
||||
"steam_hygiene_plus": "Hygiene Plus Dampf ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Dampf",
|
||||
"synthetics": "Synthetik",
|
||||
"synthetic_and_coloured": "Synthetik und Farben",
|
||||
"synthetic_and_coloured_steam": "Synthetik und Farben + Dampf",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Ξέβγαλμα",
|
||||
"drying": "Στέγνωμα",
|
||||
"steam": "Ατμός",
|
||||
"weighting": "Ζύγισμα ",
|
||||
"weighting": "Ζύγισμα",
|
||||
"scheduled": "Προγραμματισμένος",
|
||||
"tumbling": "Κρατήστε τη φρεσκάδα",
|
||||
"refresh": "Φρεσκάρισμα",
|
||||
|
@ -63,8 +63,8 @@
|
|||
"state": {
|
||||
"no_dry": "Χωρίς στέγνωμα",
|
||||
"iron_dry": "Σιδέρωμα",
|
||||
"no_dry_iron": "Στέγνωμα για Αποθήκευση ",
|
||||
"cupboard_dry": "Στέγνωμα για Αποθήκευση ",
|
||||
"no_dry_iron": "Στέγνωμα για Αποθήκευση",
|
||||
"cupboard_dry": "Στέγνωμα για Αποθήκευση",
|
||||
"extra_dry": "Επιπλέον στέγνωμα",
|
||||
"ready_to_wear": "Ετοιμο να φορεθεί"
|
||||
},
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Γρηγορο 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Αυτοματη Υγιεινη",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Αυτοματο Γρηγορο",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "αυτοματο Universal 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Υγιεινό",
|
||||
"hygiene_plus": "Hygiene+ 75°C",
|
||||
"intensive": "Εντατικό ",
|
||||
"intensive": "Εντατικό",
|
||||
"intensive_rapid": "δυνατο γρηγορο",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "αυτοματο Universal 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Ογκώδη αντικείμενα",
|
||||
"hqd_casual": "Καθημερινά ρούχα",
|
||||
"hqd_cold_wind_30": "Δροσερό αεράκι 30 λεπτά",
|
||||
"hqd_cold_wind_timing": "Δροσερό αεράκι ",
|
||||
"hqd_cold_wind_timing": "Δροσερό αεράκι",
|
||||
"hqd_cotton": "Βαμβακερό",
|
||||
"hqd_curtain": "Κουρτίνες",
|
||||
"hqd_delicate": "Ευαίσθητα",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Γρήγορα 20",
|
||||
"hqd_quick_30": "Γρήγορα 30",
|
||||
"hqd_quick_dry": "Γρήγορο στέγνωμα 30",
|
||||
"hqd_quick_dry": "Γρήγορο στέγνωμα 30'",
|
||||
"hqd_quilt": "Παπλώματα",
|
||||
"hqd_refresh": "Φρεσκάρισμα",
|
||||
"hqd_school_uniform": "Σχολική στολή",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Έξυπνη πλύση",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Ειδικό 39' + Ατμός",
|
||||
"iot_steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό ",
|
||||
"iot_steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό",
|
||||
"iot_synthetic_and_coloured_steam": "Συνθετικά και χρωματιστά + Ατμός",
|
||||
"iot_wash_and_dry": "Πλύσιμο & στέγνωμα",
|
||||
"iot_wash_anti_mites": "Αντι-ακάρεα",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Βαμβακερά",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Ευαίσθητα",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Συνθετικά",
|
||||
"steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό ",
|
||||
"steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό",
|
||||
"synthetics": "Συνθετικά",
|
||||
"synthetic_and_coloured": "Συνθετικά και χρωματιστά",
|
||||
"synthetic_and_coloured_steam": "Συνθετικά και χρωματιστά + Ατμός",
|
||||
|
@ -862,8 +864,8 @@
|
|||
"state": {
|
||||
"no_dry": "Χωρίς στέγνωμα",
|
||||
"iron_dry": "Σιδέρωμα",
|
||||
"no_dry_iron": "Στέγνωμα για Αποθήκευση ",
|
||||
"cupboard_dry": "Στέγνωμα για Αποθήκευση ",
|
||||
"no_dry_iron": "Στέγνωμα για Αποθήκευση",
|
||||
"cupboard_dry": "Στέγνωμα για Αποθήκευση",
|
||||
"extra_dry": "Επιπλέον στέγνωμα",
|
||||
"ready_to_wear": "Ετοιμο να φορεθεί"
|
||||
},
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Υψηλό",
|
||||
"mid": "Μέτριο ",
|
||||
"mid": "Μέτριο",
|
||||
"low": "Χαμηλό",
|
||||
"auto": "Αυτόματο"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Γρηγορο 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Αυτοματη Υγιεινη",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Αυτοματο Γρηγορο",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "αυτοματο Universal 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Υγιεινό",
|
||||
"hygiene_plus": "Hygiene+ 75°C",
|
||||
"intensive": "Εντατικό ",
|
||||
"intensive": "Εντατικό",
|
||||
"intensive_rapid": "δυνατο γρηγορο",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "αυτοματο Universal 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Ογκώδη αντικείμενα",
|
||||
"hqd_casual": "Καθημερινά ρούχα",
|
||||
"hqd_cold_wind_30": "Δροσερό αεράκι 30 λεπτά",
|
||||
"hqd_cold_wind_timing": "Δροσερό αεράκι ",
|
||||
"hqd_cold_wind_timing": "Δροσερό αεράκι",
|
||||
"hqd_cotton": "Βαμβακερό",
|
||||
"hqd_curtain": "Κουρτίνες",
|
||||
"hqd_delicate": "Ευαίσθητα",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Γρήγορα 20",
|
||||
"hqd_quick_30": "Γρήγορα 30",
|
||||
"hqd_quick_dry": "Γρήγορο στέγνωμα 30",
|
||||
"hqd_quick_dry": "Γρήγορο στέγνωμα 30'",
|
||||
"hqd_quilt": "Παπλώματα",
|
||||
"hqd_refresh": "Φρεσκάρισμα",
|
||||
"hqd_school_uniform": "Σχολική στολή",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Έξυπνη πλύση",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Ειδικό 39' + Ατμός",
|
||||
"iot_steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό ",
|
||||
"iot_steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό",
|
||||
"iot_synthetic_and_coloured_steam": "Συνθετικά και χρωματιστά + Ατμός",
|
||||
"iot_wash_and_dry": "Πλύσιμο & στέγνωμα",
|
||||
"iot_wash_anti_mites": "Αντι-ακάρεα",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Βαμβακερά",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Ευαίσθητα",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Συνθετικά",
|
||||
"steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό ",
|
||||
"steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό",
|
||||
"synthetics": "Συνθετικά",
|
||||
"synthetic_and_coloured": "Συνθετικά και χρωματιστά",
|
||||
"synthetic_and_coloured_steam": "Συνθετικά και χρωματιστά + Ατμός",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"rinse": "Rinse",
|
||||
"drying": "Drying",
|
||||
"steam": "Steam",
|
||||
"weighting": "Weighing ",
|
||||
"weighting": "Weighing",
|
||||
"scheduled": "Scheduled",
|
||||
"tumbling": "Keep Fresh",
|
||||
"refresh": "Refresh",
|
||||
|
@ -131,7 +131,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene+ 75°C",
|
||||
"intensive": "Intensive ",
|
||||
"intensive": "Intensive",
|
||||
"intensive_rapid": "Intensive Rapid",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -164,7 +164,7 @@
|
|||
"iot_porcelain": "Porcelain",
|
||||
"iot_power_mix_wash": "Power Mix Wash",
|
||||
"iot_power_mix_wash_soil": "Power Mix Wash",
|
||||
"iot_prewash": "Pre-wash ",
|
||||
"iot_prewash": "Pre-wash",
|
||||
"iot_pyrex_and_glassware": "Pyrex & Glassware",
|
||||
"iot_rapid_29": "Rapid 29'",
|
||||
"iot_rapid_39": "Rapid 39' 60°C",
|
||||
|
@ -178,7 +178,7 @@
|
|||
"iot_wok_grids_maxi_pans_soil": "Special Pans (Wok, Grids & Maxi Pans)",
|
||||
"iot_yes_quick_cycle": "Yes Quick",
|
||||
"night": "Night 55°C",
|
||||
"prewash": "Pre-wash ",
|
||||
"prewash": "Pre-wash",
|
||||
"rapid_20": "Rapid 20'",
|
||||
"rapid_24": "Rapid 24'",
|
||||
"rapid_29": "Rapid 29' 50°C",
|
||||
|
@ -341,7 +341,7 @@
|
|||
"hqd_bulky": "Bulky Items",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Cool Breeze 30m",
|
||||
"hqd_cold_wind_timing": "Cool Breeze ",
|
||||
"hqd_cold_wind_timing": "Cool Breeze",
|
||||
"hqd_cotton": "Cotton",
|
||||
"hqd_curtain": "Curtains",
|
||||
"hqd_delicate": "Delicates",
|
||||
|
@ -360,8 +360,8 @@
|
|||
"hqd_outdoor": "Outdoor",
|
||||
"hqd_precious_cure": "Precious Cure",
|
||||
"hqd_quick_20": "Quick 20m",
|
||||
"hqd_quick_30": "Quick 30m",
|
||||
"hqd_quick_dry": "Quick dry (30 min)",
|
||||
"hqd_quick_30": "Quick 30'",
|
||||
"hqd_quick_dry": "Quick dry 30'",
|
||||
"hqd_quilt": "Quilts",
|
||||
"hqd_refresh": "Refresh",
|
||||
"hqd_school_uniform": "School Uniform",
|
||||
|
@ -399,7 +399,7 @@
|
|||
"iot_dry_lingerie": "Lingerie",
|
||||
"iot_dry_mixed": "Mixed",
|
||||
"iot_dry_playsuits": "Playsuits",
|
||||
"iot_dry_rapid_30": "Rapid 30m",
|
||||
"iot_dry_rapid_30": "Rapid 30'",
|
||||
"iot_dry_rapid_59": "Rapid 59'",
|
||||
"iot_dry_refresh": "Refresh",
|
||||
"iot_dry_regenerates_waterproof": "Regenerates Waterproof",
|
||||
|
@ -458,7 +458,7 @@
|
|||
"all_in_one_59": "All in One 59'",
|
||||
"all_in_one_59_steam": "All in One 59' + Vapore",
|
||||
"autocare": "Autocare",
|
||||
"autoclean": "Drum cleaning and descaling ",
|
||||
"autoclean": "Drum cleaning and descaling",
|
||||
"baby_60": "All Baby 60°C",
|
||||
"care_14": "Rapid Care 14'",
|
||||
"care_30": "Rapid Care 30'",
|
||||
|
@ -538,7 +538,7 @@
|
|||
"iot_dry_cuddly_toys": "Cuddly Toys",
|
||||
"iot_dry_curtains": "Curtains",
|
||||
"iot_dry_dehumidifier": "Humidity Remover",
|
||||
"iot_dry_delicates_antiallergy": "Delicates Anti-allergy",
|
||||
"iot_dry_delicates_antiallergy": "DelicatesAnti-allergy",
|
||||
"iot_dry_delicate_tablecloths": "Delicate Tablecloths",
|
||||
"iot_dry_denim_jeans": "Denim - Jeans",
|
||||
"iot_dry_easy_iron_cotton": "Easy Iron - Cotton",
|
||||
|
@ -699,6 +699,7 @@
|
|||
"iot_wash_wool": "Wool",
|
||||
"jeans": "Jeans",
|
||||
"jeans_60": "Jeans",
|
||||
"jeans_60_steam": "Jeans + Steam",
|
||||
"low_dry": "Low Heat Dry",
|
||||
"mixed": "Mixed",
|
||||
"mixed_and_colored_59": "Mixed and Colored 59'",
|
||||
|
@ -902,7 +903,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "High",
|
||||
"mid": "Medium ",
|
||||
"mid": "Medium",
|
||||
"low": "Low",
|
||||
"auto": "Auto"
|
||||
}
|
||||
|
@ -969,7 +970,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene+ 75°C",
|
||||
"intensive": "Intensive ",
|
||||
"intensive": "Intensive",
|
||||
"intensive_rapid": "Intensive Rapid",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -1002,7 +1003,7 @@
|
|||
"iot_porcelain": "Porcelain",
|
||||
"iot_power_mix_wash": "Power Mix Wash",
|
||||
"iot_power_mix_wash_soil": "Power Mix Wash",
|
||||
"iot_prewash": "Pre-wash ",
|
||||
"iot_prewash": "Pre-wash",
|
||||
"iot_pyrex_and_glassware": "Pyrex & Glassware",
|
||||
"iot_rapid_29": "Rapid 29'",
|
||||
"iot_rapid_39": "Rapid 39' 60°C",
|
||||
|
@ -1016,7 +1017,7 @@
|
|||
"iot_wok_grids_maxi_pans_soil": "Special Pans (Wok, Grids & Maxi Pans)",
|
||||
"iot_yes_quick_cycle": "Yes Quick",
|
||||
"night": "Night 55°C",
|
||||
"prewash": "Pre-wash ",
|
||||
"prewash": "Pre-wash",
|
||||
"rapid_20": "Rapid 20'",
|
||||
"rapid_24": "Rapid 24'",
|
||||
"rapid_29": "Rapid 29' 50°C",
|
||||
|
@ -1179,7 +1180,7 @@
|
|||
"hqd_bulky": "Bulky Items",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Cool Breeze 30m",
|
||||
"hqd_cold_wind_timing": "Cool Breeze ",
|
||||
"hqd_cold_wind_timing": "Cool Breeze",
|
||||
"hqd_cotton": "Cotton",
|
||||
"hqd_curtain": "Curtains",
|
||||
"hqd_delicate": "Delicates",
|
||||
|
@ -1198,8 +1199,8 @@
|
|||
"hqd_outdoor": "Outdoor",
|
||||
"hqd_precious_cure": "Precious Cure",
|
||||
"hqd_quick_20": "Quick 20m",
|
||||
"hqd_quick_30": "Quick 30m",
|
||||
"hqd_quick_dry": "Quick dry (30 min)",
|
||||
"hqd_quick_30": "Quick 30'",
|
||||
"hqd_quick_dry": "Quick dry 30'",
|
||||
"hqd_quilt": "Quilts",
|
||||
"hqd_refresh": "Refresh",
|
||||
"hqd_school_uniform": "School Uniform",
|
||||
|
@ -1237,7 +1238,7 @@
|
|||
"iot_dry_lingerie": "Lingerie",
|
||||
"iot_dry_mixed": "Mixed",
|
||||
"iot_dry_playsuits": "Playsuits",
|
||||
"iot_dry_rapid_30": "Rapid 30m",
|
||||
"iot_dry_rapid_30": "Rapid 30'",
|
||||
"iot_dry_rapid_59": "Rapid 59'",
|
||||
"iot_dry_refresh": "Refresh",
|
||||
"iot_dry_regenerates_waterproof": "Regenerates Waterproof",
|
||||
|
@ -1296,7 +1297,7 @@
|
|||
"all_in_one_59": "All in One 59'",
|
||||
"all_in_one_59_steam": "All in One 59' + Vapore",
|
||||
"autocare": "Autocare",
|
||||
"autoclean": "Drum cleaning and descaling ",
|
||||
"autoclean": "Drum cleaning and descaling",
|
||||
"baby_60": "All Baby 60°C",
|
||||
"care_14": "Rapid Care 14'",
|
||||
"care_30": "Rapid Care 30'",
|
||||
|
@ -1376,7 +1377,7 @@
|
|||
"iot_dry_cuddly_toys": "Cuddly Toys",
|
||||
"iot_dry_curtains": "Curtains",
|
||||
"iot_dry_dehumidifier": "Humidity Remover",
|
||||
"iot_dry_delicates_antiallergy": "Delicates Anti-allergy",
|
||||
"iot_dry_delicates_antiallergy": "DelicatesAnti-allergy",
|
||||
"iot_dry_delicate_tablecloths": "Delicate Tablecloths",
|
||||
"iot_dry_denim_jeans": "Denim - Jeans",
|
||||
"iot_dry_easy_iron_cotton": "Easy Iron - Cotton",
|
||||
|
@ -1537,6 +1538,7 @@
|
|||
"iot_wash_wool": "Wool",
|
||||
"jeans": "Jeans",
|
||||
"jeans_60": "Jeans",
|
||||
"jeans_60_steam": "Jeans + Steam",
|
||||
"low_dry": "Low Heat Dry",
|
||||
"mixed": "Mixed",
|
||||
"mixed_and_colored_59": "Mixed and Colored 59'",
|
||||
|
@ -1671,7 +1673,7 @@
|
|||
"name": "Oven"
|
||||
},
|
||||
"prewash": {
|
||||
"name": "Pre-wash "
|
||||
"name": "Pre-wash"
|
||||
},
|
||||
"pause": {
|
||||
"name": "Pause"
|
||||
|
@ -1793,7 +1795,7 @@
|
|||
"name": "On"
|
||||
},
|
||||
"prewash": {
|
||||
"name": "Pre-wash "
|
||||
"name": "Pre-wash"
|
||||
},
|
||||
"buzzer": {
|
||||
"name": "Cycle end chime"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Aclarado",
|
||||
"drying": "Secado",
|
||||
"steam": "Vapor",
|
||||
"weighting": "Peso ",
|
||||
"weighting": "Peso",
|
||||
"scheduled": "Programado",
|
||||
"tumbling": "Ropa fresca",
|
||||
"refresh": "Refrescar",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rápido 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiene",
|
||||
"hygiene_plus": "Higiene+ 75 °C",
|
||||
"intensive": "Intensivo ",
|
||||
"intensive": "Intensivo",
|
||||
"intensive_rapid": "Fuerte rápido",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Objetos voluminosos",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Brisa fresca 30 minutos",
|
||||
"hqd_cold_wind_timing": "Brisa fresca ",
|
||||
"hqd_cold_wind_timing": "Brisa fresca",
|
||||
"hqd_cotton": "Algodón",
|
||||
"hqd_curtain": "Cortinas",
|
||||
"hqd_delicate": "Ropa delicada",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rápido 20",
|
||||
"hqd_quick_30": "Rápido 30",
|
||||
"hqd_quick_dry": "Secado rápido 30",
|
||||
"hqd_quick_dry": "Secado rápido 30'",
|
||||
"hqd_quilt": "Colchas",
|
||||
"hqd_refresh": "Refrescar",
|
||||
"hqd_school_uniform": "Uniformes escolares",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Especial 39' + Vapor",
|
||||
"iot_steam_hygiene_plus": "Vapor higiene extra ",
|
||||
"iot_steam_hygiene_plus": "Vapor higiene extra",
|
||||
"iot_synthetic_and_coloured_steam": "Ropa sintética y de color + Vapor",
|
||||
"iot_wash_and_dry": "Lavar y secar",
|
||||
"iot_wash_anti_mites": "Antiácaros",
|
||||
|
@ -630,7 +632,7 @@
|
|||
"iot_wash_masks_sanification": "Desinfección de mascarillas",
|
||||
"iot_wash_masks_sanification_steam": "Desinfección de mascarillas + Vapor",
|
||||
"iot_wash_mats": "Alfombras",
|
||||
"iot_wash_men_s_trousers": "Pantalones ",
|
||||
"iot_wash_men_s_trousers": "Pantalones",
|
||||
"iot_wash_mixed": "Ropa mixta",
|
||||
"iot_wash_mixed_steam": "Ropa mixta + Vapor",
|
||||
"iot_wash_mix_and_coloured_44": "Mixta y de color 44’",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Algodón",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delicados",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Sintéticos",
|
||||
"steam_hygiene_plus": "Vapor higiene extra ",
|
||||
"steam_hygiene_plus": "Vapor higiene extra",
|
||||
"synthetics": "Ropa sintética",
|
||||
"synthetic_and_coloured": "Ropa sintética y de color",
|
||||
"synthetic_and_coloured_steam": "Ropa sintética y de color + Vapor",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Alta",
|
||||
"mid": "Media ",
|
||||
"mid": "Media",
|
||||
"low": "Baja",
|
||||
"auto": "Automático"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rápido 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiene",
|
||||
"hygiene_plus": "Higiene+ 75 °C",
|
||||
"intensive": "Intensivo ",
|
||||
"intensive": "Intensivo",
|
||||
"intensive_rapid": "Fuerte rápido",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Objetos voluminosos",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Brisa fresca 30 minutos",
|
||||
"hqd_cold_wind_timing": "Brisa fresca ",
|
||||
"hqd_cold_wind_timing": "Brisa fresca",
|
||||
"hqd_cotton": "Algodón",
|
||||
"hqd_curtain": "Cortinas",
|
||||
"hqd_delicate": "Ropa delicada",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rápido 20",
|
||||
"hqd_quick_30": "Rápido 30",
|
||||
"hqd_quick_dry": "Secado rápido 30",
|
||||
"hqd_quick_dry": "Secado rápido 30'",
|
||||
"hqd_quilt": "Colchas",
|
||||
"hqd_refresh": "Refrescar",
|
||||
"hqd_school_uniform": "Uniformes escolares",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Especial 39' + Vapor",
|
||||
"iot_steam_hygiene_plus": "Vapor higiene extra ",
|
||||
"iot_steam_hygiene_plus": "Vapor higiene extra",
|
||||
"iot_synthetic_and_coloured_steam": "Ropa sintética y de color + Vapor",
|
||||
"iot_wash_and_dry": "Lavar y secar",
|
||||
"iot_wash_anti_mites": "Antiácaros",
|
||||
|
@ -1455,7 +1459,7 @@
|
|||
"iot_wash_masks_sanification": "Desinfección de mascarillas",
|
||||
"iot_wash_masks_sanification_steam": "Desinfección de mascarillas + Vapor",
|
||||
"iot_wash_mats": "Alfombras",
|
||||
"iot_wash_men_s_trousers": "Pantalones ",
|
||||
"iot_wash_men_s_trousers": "Pantalones",
|
||||
"iot_wash_mixed": "Ropa mixta",
|
||||
"iot_wash_mixed_steam": "Ropa mixta + Vapor",
|
||||
"iot_wash_mix_and_coloured_44": "Mixta y de color 44’",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Algodón",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delicados",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Sintéticos",
|
||||
"steam_hygiene_plus": "Vapor higiene extra ",
|
||||
"steam_hygiene_plus": "Vapor higiene extra",
|
||||
"synthetics": "Ropa sintética",
|
||||
"synthetic_and_coloured": "Ropa sintética y de color",
|
||||
"synthetic_and_coloured_steam": "Ropa sintética y de color + Vapor",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Rinçage",
|
||||
"drying": "Séchage",
|
||||
"steam": "Vapeur d'eau",
|
||||
"weighting": "Calcul du poids ",
|
||||
"weighting": "Calcul du poids",
|
||||
"scheduled": "Planifié",
|
||||
"tumbling": "Keep Fresh",
|
||||
"refresh": "Rafraîchissement",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rapide 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiène",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapide",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto universel 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiène",
|
||||
"hygiene_plus": "Hygiène 75 °C",
|
||||
"intensive": "Intensif ",
|
||||
"intensive": "Intensif",
|
||||
"intensive_rapid": "Intensif rapide",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto universel 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Articles volumineux",
|
||||
"hqd_casual": "Journalier",
|
||||
"hqd_cold_wind_30": "Brise rafraîchissante 30 minutes",
|
||||
"hqd_cold_wind_timing": "Brise rafraîchissante ",
|
||||
"hqd_cold_wind_timing": "Brise rafraîchissante",
|
||||
"hqd_cotton": "Coton",
|
||||
"hqd_curtain": "Rideaux",
|
||||
"hqd_delicate": "Délicats",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rapide 20’",
|
||||
"hqd_quick_30": "Rapide 30’",
|
||||
"hqd_quick_dry": "Séchage rapide 30",
|
||||
"hqd_quick_dry": "Séchage rapide 30'",
|
||||
"hqd_quilt": "Couvertures",
|
||||
"hqd_refresh": "Rafraîchissement",
|
||||
"hqd_school_uniform": "Uniforme scolaire",
|
||||
|
@ -372,7 +374,7 @@
|
|||
"iot_dry_cotton": "Coton",
|
||||
"iot_dry_cuddly_toys": "Jouets en peluche",
|
||||
"iot_dry_curtains": "Rideaux",
|
||||
"iot_dry_dehumidifier": "Élimination de l\\'humidité",
|
||||
"iot_dry_dehumidifier": "Élimination de l'humidité",
|
||||
"iot_dry_delicates": "Délicats",
|
||||
"iot_dry_delicate_tablecloths": "Nappes délicates",
|
||||
"iot_dry_denim_jeans": "Denim - jeans",
|
||||
|
@ -386,7 +388,7 @@
|
|||
"iot_dry_playsuits": "Combinaisons",
|
||||
"iot_dry_rapid_30": "Rapid 30",
|
||||
"iot_dry_rapid_59": "Rapide 59'.",
|
||||
"iot_dry_refresh": "Coup d\\'éclat",
|
||||
"iot_dry_refresh": "Coup d'éclat",
|
||||
"iot_dry_regenerates_waterproof": "Imperméabilisant",
|
||||
"iot_dry_relax_creases": "Anti-plis",
|
||||
"iot_dry_shirts": "Chemises",
|
||||
|
@ -488,7 +490,7 @@
|
|||
"hqd_quick_15": "Rapide 15'",
|
||||
"hqd_quick_wash_57": "Lavage rapide 57 min",
|
||||
"hqd_rapid_wash_and_dry": "Lavage et séchage",
|
||||
"hqd_refresh": "Coup d\\'éclat",
|
||||
"hqd_refresh": "Coup d'éclat",
|
||||
"hqd_rinse": "Rinçage",
|
||||
"hqd_shirts": "Chemises",
|
||||
"hqd_smart": "Smart A.I.",
|
||||
|
@ -522,7 +524,7 @@
|
|||
"iot_dry_cotton_dry": "Séchage du coton",
|
||||
"iot_dry_cuddly_toys": "Animaux en peluche",
|
||||
"iot_dry_curtains": "Rideaux",
|
||||
"iot_dry_dehumidifier": "Élimination de l\\'humidité",
|
||||
"iot_dry_dehumidifier": "Élimination de l'humidité",
|
||||
"iot_dry_delicates_antiallergy": "Délicat - anti-allergique",
|
||||
"iot_dry_delicate_tablecloths": "Nappes délicates",
|
||||
"iot_dry_denim_jeans": "Denim - Jeans",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Lavage intelligent",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Spécial 39’ + vapeur",
|
||||
"iot_steam_hygiene_plus": "Vapeur Hygiène Plus ",
|
||||
"iot_steam_hygiene_plus": "Vapeur Hygiène Plus",
|
||||
"iot_synthetic_and_coloured_steam": "Synthétiques et couleurs + vapeur",
|
||||
"iot_wash_and_dry": "Lavage et séchage",
|
||||
"iot_wash_anti_mites": "Anti-acarien",
|
||||
|
@ -630,7 +632,7 @@
|
|||
"iot_wash_masks_sanification": "Désinfection des masques",
|
||||
"iot_wash_masks_sanification_steam": "Désinfection des masques + Vapeur d'eau",
|
||||
"iot_wash_mats": "Tapis",
|
||||
"iot_wash_men_s_trousers": "Pantalons ",
|
||||
"iot_wash_men_s_trousers": "Pantalons",
|
||||
"iot_wash_mixed": "Tissus mélangés",
|
||||
"iot_wash_mixed_steam": "Tissus mélangés + Vapeur d'eau",
|
||||
"iot_wash_mix_and_coloured_44": "Tissus mélangés et colorés 44'",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Coton",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Délicats",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthétiques",
|
||||
"steam_hygiene_plus": "Vapeur Hygiène Plus ",
|
||||
"steam_hygiene_plus": "Vapeur Hygiène Plus",
|
||||
"synthetics": "Synthétiques",
|
||||
"synthetic_and_coloured": "Synthétiques et couleurs",
|
||||
"synthetic_and_coloured_steam": "Synthétiques et couleurs + vapeur",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Élevé",
|
||||
"mid": "Intermédiaire ",
|
||||
"mid": "Intermédiaire",
|
||||
"low": "Faible",
|
||||
"auto": "Automatique"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rapide 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiène",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapide",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto universel 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiène",
|
||||
"hygiene_plus": "Hygiène 75 °C",
|
||||
"intensive": "Intensif ",
|
||||
"intensive": "Intensif",
|
||||
"intensive_rapid": "Intensif rapide",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto universel 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Articles volumineux",
|
||||
"hqd_casual": "Journalier",
|
||||
"hqd_cold_wind_30": "Brise rafraîchissante 30 minutes",
|
||||
"hqd_cold_wind_timing": "Brise rafraîchissante ",
|
||||
"hqd_cold_wind_timing": "Brise rafraîchissante",
|
||||
"hqd_cotton": "Coton",
|
||||
"hqd_curtain": "Rideaux",
|
||||
"hqd_delicate": "Délicats",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rapide 20’",
|
||||
"hqd_quick_30": "Rapide 30’",
|
||||
"hqd_quick_dry": "Séchage rapide 30",
|
||||
"hqd_quick_dry": "Séchage rapide 30'",
|
||||
"hqd_quilt": "Couvertures",
|
||||
"hqd_refresh": "Rafraîchissement",
|
||||
"hqd_school_uniform": "Uniforme scolaire",
|
||||
|
@ -1197,7 +1201,7 @@
|
|||
"iot_dry_cotton": "Coton",
|
||||
"iot_dry_cuddly_toys": "Jouets en peluche",
|
||||
"iot_dry_curtains": "Rideaux",
|
||||
"iot_dry_dehumidifier": "Élimination de l\\'humidité",
|
||||
"iot_dry_dehumidifier": "Élimination de l'humidité",
|
||||
"iot_dry_delicates": "Délicats",
|
||||
"iot_dry_delicate_tablecloths": "Nappes délicates",
|
||||
"iot_dry_denim_jeans": "Denim - jeans",
|
||||
|
@ -1211,7 +1215,7 @@
|
|||
"iot_dry_playsuits": "Combinaisons",
|
||||
"iot_dry_rapid_30": "Rapid 30",
|
||||
"iot_dry_rapid_59": "Rapide 59'.",
|
||||
"iot_dry_refresh": "Coup d\\'éclat",
|
||||
"iot_dry_refresh": "Coup d'éclat",
|
||||
"iot_dry_regenerates_waterproof": "Imperméabilisant",
|
||||
"iot_dry_relax_creases": "Anti-plis",
|
||||
"iot_dry_shirts": "Chemises",
|
||||
|
@ -1313,7 +1317,7 @@
|
|||
"hqd_quick_15": "Rapide 15'",
|
||||
"hqd_quick_wash_57": "Lavage rapide 57 min",
|
||||
"hqd_rapid_wash_and_dry": "Lavage et séchage",
|
||||
"hqd_refresh": "Coup d\\'éclat",
|
||||
"hqd_refresh": "Coup d'éclat",
|
||||
"hqd_rinse": "Rinçage",
|
||||
"hqd_shirts": "Chemises",
|
||||
"hqd_smart": "Smart A.I.",
|
||||
|
@ -1347,7 +1351,7 @@
|
|||
"iot_dry_cotton_dry": "Séchage du coton",
|
||||
"iot_dry_cuddly_toys": "Animaux en peluche",
|
||||
"iot_dry_curtains": "Rideaux",
|
||||
"iot_dry_dehumidifier": "Élimination de l\\'humidité",
|
||||
"iot_dry_dehumidifier": "Élimination de l'humidité",
|
||||
"iot_dry_delicates_antiallergy": "Délicat - anti-allergique",
|
||||
"iot_dry_delicate_tablecloths": "Nappes délicates",
|
||||
"iot_dry_denim_jeans": "Denim - Jeans",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Lavage intelligent",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Spécial 39’ + vapeur",
|
||||
"iot_steam_hygiene_plus": "Vapeur Hygiène Plus ",
|
||||
"iot_steam_hygiene_plus": "Vapeur Hygiène Plus",
|
||||
"iot_synthetic_and_coloured_steam": "Synthétiques et couleurs + vapeur",
|
||||
"iot_wash_and_dry": "Lavage et séchage",
|
||||
"iot_wash_anti_mites": "Anti-acarien",
|
||||
|
@ -1455,7 +1459,7 @@
|
|||
"iot_wash_masks_sanification": "Désinfection des masques",
|
||||
"iot_wash_masks_sanification_steam": "Désinfection des masques + Vapeur d'eau",
|
||||
"iot_wash_mats": "Tapis",
|
||||
"iot_wash_men_s_trousers": "Pantalons ",
|
||||
"iot_wash_men_s_trousers": "Pantalons",
|
||||
"iot_wash_mixed": "Tissus mélangés",
|
||||
"iot_wash_mixed_steam": "Tissus mélangés + Vapeur d'eau",
|
||||
"iot_wash_mix_and_coloured_44": "Tissus mélangés et colorés 44'",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Coton",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Délicats",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthétiques",
|
||||
"steam_hygiene_plus": "Vapeur Hygiène Plus ",
|
||||
"steam_hygiene_plus": "Vapeur Hygiène Plus",
|
||||
"synthetics": "Synthétiques",
|
||||
"synthetic_and_coloured": "Synthétiques et couleurs",
|
||||
"synthetic_and_coloured_steam": "Synthétiques et couleurs + vapeur",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "לִשְׁטוֹף",
|
||||
"drying": "יִבּוּשׁ",
|
||||
"steam": "קִיטוֹר",
|
||||
"weighting": "Weighing ",
|
||||
"weighting": "Weighing",
|
||||
"scheduled": "מתוזמן",
|
||||
"tumbling": "שמור על טריות",
|
||||
"refresh": "Refresh",
|
||||
|
@ -439,7 +439,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "High",
|
||||
"mid": "Medium ",
|
||||
"mid": "Medium",
|
||||
"low": "Low",
|
||||
"auto": "Auto"
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Ispiranje",
|
||||
"drying": "Sušenje",
|
||||
"steam": "Para",
|
||||
"weighting": "Mjerenje težine ",
|
||||
"weighting": "Mjerenje težine",
|
||||
"scheduled": "Zakazano",
|
||||
"tumbling": "Održavanje svježine",
|
||||
"refresh": "Protiv neugodnih mirisa",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Brzi 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Automatska Higijena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Automatski Brzi",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene+ (Higijena+) 75 °C",
|
||||
"intensive": "Intenzivno ",
|
||||
"intensive": "Intenzivno",
|
||||
"intensive_rapid": "Snažan i brz",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Glomazni komadi",
|
||||
"hqd_casual": "Opušteno",
|
||||
"hqd_cold_wind_30": "Hladni zrak, 30 minuta",
|
||||
"hqd_cold_wind_timing": "Hladni zrak ",
|
||||
"hqd_cold_wind_timing": "Hladni zrak",
|
||||
"hqd_cotton": "Pamuk",
|
||||
"hqd_curtain": "Zavjese",
|
||||
"hqd_delicate": "Osjetljivo rublje",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious Cure",
|
||||
"hqd_quick_20": "Brzo 20",
|
||||
"hqd_quick_30": "Brzo 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30'",
|
||||
"hqd_quilt": "Popluni",
|
||||
"hqd_refresh": "Protiv neugodnih mirisa",
|
||||
"hqd_school_uniform": "Školska uniforma",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Pametno pranje",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Posebna 39' + para",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetika i šareno rublje + para",
|
||||
"iot_wash_and_dry": "Pranje & sušenje",
|
||||
"iot_wash_anti_mites": "Protiv grinja",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - pamuk",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - osjetljivo",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - sintetika",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"synthetics": "Sintetika",
|
||||
"synthetic_and_coloured": "Sintetika i šareno rublje",
|
||||
"synthetic_and_coloured_steam": "Sintetika i šareno rublje + para",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Visoko",
|
||||
"mid": "Srednje ",
|
||||
"mid": "Srednje",
|
||||
"low": "Nisko",
|
||||
"auto": "Automatski"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Brzi 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Automatska Higijena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Automatski Brzi",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiene",
|
||||
"hygiene_plus": "Hygiene+ (Higijena+) 75 °C",
|
||||
"intensive": "Intenzivno ",
|
||||
"intensive": "Intenzivno",
|
||||
"intensive_rapid": "Snažan i brz",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Glomazni komadi",
|
||||
"hqd_casual": "Opušteno",
|
||||
"hqd_cold_wind_30": "Hladni zrak, 30 minuta",
|
||||
"hqd_cold_wind_timing": "Hladni zrak ",
|
||||
"hqd_cold_wind_timing": "Hladni zrak",
|
||||
"hqd_cotton": "Pamuk",
|
||||
"hqd_curtain": "Zavjese",
|
||||
"hqd_delicate": "Osjetljivo rublje",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious Cure",
|
||||
"hqd_quick_20": "Brzo 20",
|
||||
"hqd_quick_30": "Brzo 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30'",
|
||||
"hqd_quilt": "Popluni",
|
||||
"hqd_refresh": "Protiv neugodnih mirisa",
|
||||
"hqd_school_uniform": "Školska uniforma",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Pametno pranje",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Posebna 39' + para",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetika i šareno rublje + para",
|
||||
"iot_wash_and_dry": "Pranje & sušenje",
|
||||
"iot_wash_anti_mites": "Protiv grinja",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - pamuk",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - osjetljivo",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - sintetika",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"synthetics": "Sintetika",
|
||||
"synthetic_and_coloured": "Sintetika i šareno rublje",
|
||||
"synthetic_and_coloured_steam": "Sintetika i šareno rublje + para",
|
||||
|
@ -1675,13 +1679,13 @@
|
|||
"name": "Bešumni način rada"
|
||||
},
|
||||
"extra_rinse_1": {
|
||||
"name": "+1 ispiranje "
|
||||
"name": "+1 ispiranje"
|
||||
},
|
||||
"extra_rinse_2": {
|
||||
"name": "+2 ispiranja "
|
||||
"name": "+2 ispiranja"
|
||||
},
|
||||
"extra_rinse_3": {
|
||||
"name": "+3 ispiranja "
|
||||
"name": "+3 ispiranja"
|
||||
},
|
||||
"acqua_plus": {
|
||||
"name": "Aquaplus"
|
||||
|
@ -1716,13 +1720,13 @@
|
|||
"name": "Brava na vratima"
|
||||
},
|
||||
"extra_rinse_1": {
|
||||
"name": "+1 ispiranje "
|
||||
"name": "+1 ispiranje"
|
||||
},
|
||||
"extra_rinse_2": {
|
||||
"name": "+2 ispiranja "
|
||||
"name": "+2 ispiranja"
|
||||
},
|
||||
"extra_rinse_3": {
|
||||
"name": "+3 ispiranja "
|
||||
"name": "+3 ispiranja"
|
||||
},
|
||||
"good_night": {
|
||||
"name": "Good Night"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"washing": "Lavaggio",
|
||||
"rinse": "Risciacqui",
|
||||
"drying": "Asciugatura",
|
||||
"hot_rinse": "Risciacquo caldo "
|
||||
"hot_rinse": "Risciacquo caldo"
|
||||
},
|
||||
"name": "Fase"
|
||||
},
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"programs_ac": {
|
||||
"state": {
|
||||
"iot_10_heating": "Funzione 10°C Heating ",
|
||||
"iot_10_heating": "Funzione 10°C Heating",
|
||||
"iot_auto": "Auto",
|
||||
"iot_cool": "Freddo",
|
||||
"iot_dry": "Deumidificazione",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rapido 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Igiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapido",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universale 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Igiene",
|
||||
"hygiene_plus": "Igiene 75°C",
|
||||
"intensive": "Intensivo ",
|
||||
"intensive": "Intensivo",
|
||||
"intensive_rapid": "Forte Veloce",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universale 50 - 60°C",
|
||||
|
@ -345,8 +347,8 @@
|
|||
"hqd_outdoor": "Outdoor",
|
||||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rapido 20m",
|
||||
"hqd_quick_30": "Rapido 30m",
|
||||
"hqd_quick_dry": "Asciugatura veloce (30 min)",
|
||||
"hqd_quick_30": "Rapido 30'",
|
||||
"hqd_quick_dry": "Asciugatura veloce 30'",
|
||||
"hqd_quilt": "Trapunte",
|
||||
"hqd_refresh": "Refresh",
|
||||
"hqd_school_uniform": "Uniforme scolastica",
|
||||
|
@ -384,7 +386,7 @@
|
|||
"iot_dry_lingerie": "Lingerie",
|
||||
"iot_dry_mixed": "Misti",
|
||||
"iot_dry_playsuits": "Tutine",
|
||||
"iot_dry_rapid_30": "Rapido 30m",
|
||||
"iot_dry_rapid_30": "Rapido 30'",
|
||||
"iot_dry_rapid_59": "Rapido 59'.",
|
||||
"iot_dry_refresh": "Rinfresca",
|
||||
"iot_dry_regenerates_waterproof": "Rigenera Tessuti Impermeabili",
|
||||
|
@ -630,7 +632,7 @@
|
|||
"iot_wash_masks_sanification": "Sanificazione Mascherine",
|
||||
"iot_wash_masks_sanification_steam": "Sanificazione Mascherine + Vapore",
|
||||
"iot_wash_mats": "Tappetini",
|
||||
"iot_wash_men_s_trousers": "Pantaloni ",
|
||||
"iot_wash_men_s_trousers": "Pantaloni",
|
||||
"iot_wash_mixed": "Misti",
|
||||
"iot_wash_mixed_steam": "Misti + Vapore",
|
||||
"iot_wash_mix_and_coloured_44": "Misti e colorati 44'",
|
||||
|
@ -676,7 +678,7 @@
|
|||
"iot_wash_technical_jackets": "Giacconi Tecnici",
|
||||
"iot_wash_technical_jackets_zelig": "Giacconi Tecnici",
|
||||
"iot_wash_trainers": "Scarpe da ginnastica",
|
||||
"iot_wash_whites": "Bianchi ",
|
||||
"iot_wash_whites": "Bianchi",
|
||||
"iot_wash_whites_44": "Bianchi 44'",
|
||||
"iot_wash_whites_59": "Bianchi 59'",
|
||||
"iot_wash_whites_xl": "Bianchi XL",
|
||||
|
@ -753,7 +755,7 @@
|
|||
"holiday": "HOLIDAY",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Nessuna modalità selezionata",
|
||||
"quick_cool": " QUICK COOL",
|
||||
"quick_cool": "QUICK COOL",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"super_cool": "SUPER COOL",
|
||||
|
@ -902,7 +904,7 @@
|
|||
},
|
||||
"programs_ac": {
|
||||
"state": {
|
||||
"iot_10_heating": "Funzione 10°C Heating ",
|
||||
"iot_10_heating": "Funzione 10°C Heating",
|
||||
"iot_auto": "Auto",
|
||||
"iot_cool": "Freddo",
|
||||
"iot_dry": "Deumidificazione",
|
||||
|
@ -927,7 +929,9 @@
|
|||
"59_min": "Rapido 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Igiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapido",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universale 50 - 60°C",
|
||||
|
@ -949,7 +953,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Igiene",
|
||||
"hygiene_plus": "Igiene 75°C",
|
||||
"intensive": "Intensivo ",
|
||||
"intensive": "Intensivo",
|
||||
"intensive_rapid": "Forte Veloce",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universale 50 - 60°C",
|
||||
|
@ -1175,8 +1179,8 @@
|
|||
"hqd_outdoor": "Outdoor",
|
||||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rapido 20m",
|
||||
"hqd_quick_30": "Rapido 30m",
|
||||
"hqd_quick_dry": "Asciugatura veloce (30 min)",
|
||||
"hqd_quick_30": "Rapido 30'",
|
||||
"hqd_quick_dry": "Asciugatura veloce 30'",
|
||||
"hqd_quilt": "Trapunte",
|
||||
"hqd_refresh": "Refresh",
|
||||
"hqd_school_uniform": "Uniforme scolastica",
|
||||
|
@ -1214,7 +1218,7 @@
|
|||
"iot_dry_lingerie": "Lingerie",
|
||||
"iot_dry_mixed": "Misti",
|
||||
"iot_dry_playsuits": "Tutine",
|
||||
"iot_dry_rapid_30": "Rapido 30m",
|
||||
"iot_dry_rapid_30": "Rapido 30'",
|
||||
"iot_dry_rapid_59": "Rapido 59'.",
|
||||
"iot_dry_refresh": "Rinfresca",
|
||||
"iot_dry_regenerates_waterproof": "Rigenera Tessuti Impermeabili",
|
||||
|
@ -1460,7 +1464,7 @@
|
|||
"iot_wash_masks_sanification": "Sanificazione Mascherine",
|
||||
"iot_wash_masks_sanification_steam": "Sanificazione Mascherine + Vapore",
|
||||
"iot_wash_mats": "Tappetini",
|
||||
"iot_wash_men_s_trousers": "Pantaloni ",
|
||||
"iot_wash_men_s_trousers": "Pantaloni",
|
||||
"iot_wash_mixed": "Misti",
|
||||
"iot_wash_mixed_steam": "Misti + Vapore",
|
||||
"iot_wash_mix_and_coloured_44": "Misti e colorati 44'",
|
||||
|
@ -1506,7 +1510,7 @@
|
|||
"iot_wash_technical_jackets": "Giacconi Tecnici",
|
||||
"iot_wash_technical_jackets_zelig": "Giacconi Tecnici",
|
||||
"iot_wash_trainers": "Scarpe da ginnastica",
|
||||
"iot_wash_whites": "Bianchi ",
|
||||
"iot_wash_whites": "Bianchi",
|
||||
"iot_wash_whites_44": "Bianchi 44'",
|
||||
"iot_wash_whites_59": "Bianchi 59'",
|
||||
"iot_wash_whites_xl": "Bianchi XL",
|
||||
|
@ -1583,7 +1587,7 @@
|
|||
"holiday": "HOLIDAY",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Nessuna modalità selezionata",
|
||||
"quick_cool": " QUICK COOL",
|
||||
"quick_cool": "QUICK COOL",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"super_cool": "SUPER COOL",
|
||||
|
@ -1608,7 +1612,7 @@
|
|||
},
|
||||
"switch": {
|
||||
"anti_crease": {
|
||||
"name": "Antipieghe "
|
||||
"name": "Antipieghe"
|
||||
},
|
||||
"add_dish": {
|
||||
"name": "Aggiungi stoviglie"
|
||||
|
@ -1665,7 +1669,7 @@
|
|||
"name": "Modalità ECO"
|
||||
},
|
||||
"10_degree_heating": {
|
||||
"name": "Funzione 10°C Heating "
|
||||
"name": "Funzione 10°C Heating"
|
||||
},
|
||||
"self_clean": {
|
||||
"name": "Self clean"
|
||||
|
@ -1733,7 +1737,7 @@
|
|||
"name": "Buona notte"
|
||||
},
|
||||
"anti_crease": {
|
||||
"name": "Antipieghe "
|
||||
"name": "Antipieghe"
|
||||
},
|
||||
"acqua_plus": {
|
||||
"name": "Acquaplus"
|
||||
|
@ -1852,7 +1856,7 @@
|
|||
"preset_mode": {
|
||||
"name": "Programmi",
|
||||
"state": {
|
||||
"iot_10_heating": "Funzione 10°C Heating ",
|
||||
"iot_10_heating": "Funzione 10°C Heating",
|
||||
"iot_auto": "Auto",
|
||||
"iot_cool": "Freddo",
|
||||
"iot_dry": "Deumidificazione",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Spoelen",
|
||||
"drying": "Drogen",
|
||||
"steam": "Stoom",
|
||||
"weighting": "Wegen ",
|
||||
"weighting": "Wegen",
|
||||
"scheduled": "Gepland",
|
||||
"tumbling": "Fris houden",
|
||||
"refresh": "Opfrissen",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Snel 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto universeel 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Grote artikelen",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "30 minuten koel briesje",
|
||||
"hqd_cold_wind_timing": "Koel briesje ",
|
||||
"hqd_cold_wind_timing": "Koel briesje",
|
||||
"hqd_cotton": "Katoen",
|
||||
"hqd_curtain": "Gordijnen",
|
||||
"hqd_delicate": "Fijne was",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Quick 20",
|
||||
"hqd_quick_30": "Quick 30",
|
||||
"hqd_quick_dry": "Quick dry 30",
|
||||
"hqd_quick_dry": "Quick dry 30'",
|
||||
"hqd_quilt": "Quilts",
|
||||
"hqd_refresh": "Opfrissen",
|
||||
"hqd_school_uniform": "Schooluniform",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Speciaal 39' + Stoom",
|
||||
"iot_steam_hygiene_plus": "Hygiëne Plus Stoom ",
|
||||
"iot_steam_hygiene_plus": "Hygiëne Plus Stoom",
|
||||
"iot_synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
|
||||
"iot_wash_and_dry": "Wassen en drogen",
|
||||
"iot_wash_anti_mites": "Antimijt",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Katoen",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Fijne was",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthetisch",
|
||||
"steam_hygiene_plus": "Hygiëne Plus Stoom ",
|
||||
"steam_hygiene_plus": "Hygiëne Plus Stoom",
|
||||
"synthetics": "Synthetische stoffen",
|
||||
"synthetic_and_coloured": "Synthetische vezels en kleuren",
|
||||
"synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Hoog",
|
||||
"mid": "Gemiddeld ",
|
||||
"mid": "Gemiddeld",
|
||||
"low": "Laag",
|
||||
"auto": "Automatisch"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Snel 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto universeel 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Grote artikelen",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "30 minuten koel briesje",
|
||||
"hqd_cold_wind_timing": "Koel briesje ",
|
||||
"hqd_cold_wind_timing": "Koel briesje",
|
||||
"hqd_cotton": "Katoen",
|
||||
"hqd_curtain": "Gordijnen",
|
||||
"hqd_delicate": "Fijne was",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Quick 20",
|
||||
"hqd_quick_30": "Quick 30",
|
||||
"hqd_quick_dry": "Quick dry 30",
|
||||
"hqd_quick_dry": "Quick dry 30'",
|
||||
"hqd_quilt": "Quilts",
|
||||
"hqd_refresh": "Opfrissen",
|
||||
"hqd_school_uniform": "Schooluniform",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Speciaal 39' + Stoom",
|
||||
"iot_steam_hygiene_plus": "Hygiëne Plus Stoom ",
|
||||
"iot_steam_hygiene_plus": "Hygiëne Plus Stoom",
|
||||
"iot_synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
|
||||
"iot_wash_and_dry": "Wassen en drogen",
|
||||
"iot_wash_anti_mites": "Antimijt",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Katoen",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Fijne was",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Synthetisch",
|
||||
"steam_hygiene_plus": "Hygiëne Plus Stoom ",
|
||||
"steam_hygiene_plus": "Hygiëne Plus Stoom",
|
||||
"synthetics": "Synthetische stoffen",
|
||||
"synthetic_and_coloured": "Synthetische vezels en kleuren",
|
||||
"synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Płukanie",
|
||||
"drying": "Suszenie",
|
||||
"steam": "Para",
|
||||
"weighting": "Ważenie ",
|
||||
"weighting": "Ważenie",
|
||||
"scheduled": "Zaplanowane",
|
||||
"tumbling": "Utrzymaj świeżość",
|
||||
"refresh": "Odświeżanie",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Szybki 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universalny 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiena",
|
||||
"hygiene_plus": "Higiena+ 75°C",
|
||||
"intensive": "Intensywne ",
|
||||
"intensive": "Intensywne",
|
||||
"intensive_rapid": "intensywny szybki",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universalny 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Elementy wielkogabarytowe",
|
||||
"hqd_casual": "Nieformalny",
|
||||
"hqd_cold_wind_30": "Chłodna bryza 30 minut",
|
||||
"hqd_cold_wind_timing": "Chłodny wietrzyk ",
|
||||
"hqd_cold_wind_timing": "Chłodny wietrzyk",
|
||||
"hqd_cotton": "Bawełna",
|
||||
"hqd_curtain": "Zasłony",
|
||||
"hqd_delicate": "Delikatne",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Szybkie 20",
|
||||
"hqd_quick_30": "Szybkie 30",
|
||||
"hqd_quick_dry": "Szybkoschnące 30",
|
||||
"hqd_quick_dry": "Szybkoschnące 30'",
|
||||
"hqd_quilt": "Kołdry",
|
||||
"hqd_refresh": "Odświeżanie",
|
||||
"hqd_school_uniform": "Mundurek szkolny",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Inteligentne pranie",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Specjalny 39' + Para",
|
||||
"iot_steam_hygiene_plus": "Higiena Plus Para ",
|
||||
"iot_steam_hygiene_plus": "Higiena Plus Para",
|
||||
"iot_synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para",
|
||||
"iot_wash_and_dry": "Pranie + suszenie",
|
||||
"iot_wash_anti_mites": "Przeciw roztoczom",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Bawełna",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delikatne",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Syntetyki",
|
||||
"steam_hygiene_plus": "Higiena Plus Para ",
|
||||
"steam_hygiene_plus": "Higiena Plus Para",
|
||||
"synthetics": "Syntetyki",
|
||||
"synthetic_and_coloured": "Syntetyki i Kolorowe",
|
||||
"synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Wysoki",
|
||||
"mid": "Średni ",
|
||||
"mid": "Średni",
|
||||
"low": "Niski",
|
||||
"auto": "Auto"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Szybki 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universalny 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiena",
|
||||
"hygiene_plus": "Higiena+ 75°C",
|
||||
"intensive": "Intensywne ",
|
||||
"intensive": "Intensywne",
|
||||
"intensive_rapid": "intensywny szybki",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universalny 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Elementy wielkogabarytowe",
|
||||
"hqd_casual": "Nieformalny",
|
||||
"hqd_cold_wind_30": "Chłodna bryza 30 minut",
|
||||
"hqd_cold_wind_timing": "Chłodny wietrzyk ",
|
||||
"hqd_cold_wind_timing": "Chłodny wietrzyk",
|
||||
"hqd_cotton": "Bawełna",
|
||||
"hqd_curtain": "Zasłony",
|
||||
"hqd_delicate": "Delikatne",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Szybkie 20",
|
||||
"hqd_quick_30": "Szybkie 30",
|
||||
"hqd_quick_dry": "Szybkoschnące 30",
|
||||
"hqd_quick_dry": "Szybkoschnące 30'",
|
||||
"hqd_quilt": "Kołdry",
|
||||
"hqd_refresh": "Odświeżanie",
|
||||
"hqd_school_uniform": "Mundurek szkolny",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Inteligentne pranie",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Specjalny 39' + Para",
|
||||
"iot_steam_hygiene_plus": "Higiena Plus Para ",
|
||||
"iot_steam_hygiene_plus": "Higiena Plus Para",
|
||||
"iot_synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para",
|
||||
"iot_wash_and_dry": "Pranie + suszenie",
|
||||
"iot_wash_anti_mites": "Przeciw roztoczom",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Bawełna",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delikatne",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Syntetyki",
|
||||
"steam_hygiene_plus": "Higiena Plus Para ",
|
||||
"steam_hygiene_plus": "Higiena Plus Para",
|
||||
"synthetics": "Syntetyki",
|
||||
"synthetic_and_coloured": "Syntetyki i Kolorowe",
|
||||
"synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Lavagem",
|
||||
"drying": "Secagem",
|
||||
"steam": "Vapor",
|
||||
"weighting": "Pesagem ",
|
||||
"weighting": "Pesagem",
|
||||
"scheduled": "Agendado",
|
||||
"tumbling": "Manter Fresco",
|
||||
"refresh": "Refrescar",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rápido 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiene",
|
||||
"hygiene_plus": "Higiene+ 75 °C",
|
||||
"intensive": "Intensivo ",
|
||||
"intensive": "Intensivo",
|
||||
"intensive_rapid": "Rápido intensivo",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -201,7 +203,7 @@
|
|||
"state": {
|
||||
"iot_special_ash_brown": "Castanho cinza",
|
||||
"iot_special_beef_fillet": "Lombo de novilho",
|
||||
"iot_special_beef_veal_stew": "Carne de vitela guisada ",
|
||||
"iot_special_beef_veal_stew": "Carne de vitela guisada",
|
||||
"iot_special_boiled_rice": "Arroz cozido",
|
||||
"iot_special_chicken_breast": "Peito de frango",
|
||||
"iot_special_chicken_legs": "Pernas de frango",
|
||||
|
@ -217,7 +219,7 @@
|
|||
"iot_special_pancakes": "Panquecas",
|
||||
"iot_special_paris_style_peas": "Ervilhas ao estilo parisiense",
|
||||
"iot_special_poached_eggs": "Ovos escalfados",
|
||||
"iot_special_pork_fillet": "Lombo porco ",
|
||||
"iot_special_pork_fillet": "Lombo porco",
|
||||
"iot_special_pork_ribs": "Lombo de porco",
|
||||
"iot_special_prawns": "Camarões",
|
||||
"iot_special_quinoa": "Quinoa",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Itens volumosos",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Brisa fresca durante 30 minutos",
|
||||
"hqd_cold_wind_timing": "Brisa fresca ",
|
||||
"hqd_cold_wind_timing": "Brisa fresca",
|
||||
"hqd_cotton": "Algodão",
|
||||
"hqd_curtain": "Cortinas",
|
||||
"hqd_delicate": "Roupa delicada",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rápido 20",
|
||||
"hqd_quick_30": "Rápido 30",
|
||||
"hqd_quick_dry": "Secagem rápida 30",
|
||||
"hqd_quick_dry": "Secagem rápida 30'",
|
||||
"hqd_quilt": "Colchas",
|
||||
"hqd_refresh": "Refrescar",
|
||||
"hqd_school_uniform": "Farda da escola",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + Vapor",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
|
||||
"iot_wash_and_dry": "Lavar & secar",
|
||||
"iot_wash_anti_mites": "Anti-ácaros",
|
||||
|
@ -630,7 +632,7 @@
|
|||
"iot_wash_masks_sanification": "Desinfeção de Máscaras",
|
||||
"iot_wash_masks_sanification_steam": "Desinfeção de Máscaras + Vapor",
|
||||
"iot_wash_mats": "Tapetes",
|
||||
"iot_wash_men_s_trousers": "Calças ",
|
||||
"iot_wash_men_s_trousers": "Calças",
|
||||
"iot_wash_mixed": "Misto",
|
||||
"iot_wash_mixed_steam": "Mistos + Vapor",
|
||||
"iot_wash_mix_and_coloured_44": "Misto e cores 44'",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Algodões",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delicados",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Sintéticos",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"synthetics": "Sintéticos",
|
||||
"synthetic_and_coloured": "Sintéticos e Cores",
|
||||
"synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Alta",
|
||||
"mid": "Média ",
|
||||
"mid": "Média",
|
||||
"low": "Baixa",
|
||||
"auto": "Auto"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rápido 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiene",
|
||||
"hygiene_plus": "Higiene+ 75 °C",
|
||||
"intensive": "Intensivo ",
|
||||
"intensive": "Intensivo",
|
||||
"intensive_rapid": "Rápido intensivo",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -1026,7 +1030,7 @@
|
|||
"state": {
|
||||
"iot_special_ash_brown": "Castanho cinza",
|
||||
"iot_special_beef_fillet": "Lombo de novilho",
|
||||
"iot_special_beef_veal_stew": "Carne de vitela guisada ",
|
||||
"iot_special_beef_veal_stew": "Carne de vitela guisada",
|
||||
"iot_special_boiled_rice": "Arroz cozido",
|
||||
"iot_special_chicken_breast": "Peito de frango",
|
||||
"iot_special_chicken_legs": "Pernas de frango",
|
||||
|
@ -1042,7 +1046,7 @@
|
|||
"iot_special_pancakes": "Panquecas",
|
||||
"iot_special_paris_style_peas": "Ervilhas ao estilo parisiense",
|
||||
"iot_special_poached_eggs": "Ovos escalfados",
|
||||
"iot_special_pork_fillet": "Lombo porco ",
|
||||
"iot_special_pork_fillet": "Lombo porco",
|
||||
"iot_special_pork_ribs": "Lombo de porco",
|
||||
"iot_special_prawns": "Camarões",
|
||||
"iot_special_quinoa": "Quinoa",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Itens volumosos",
|
||||
"hqd_casual": "Casual",
|
||||
"hqd_cold_wind_30": "Brisa fresca durante 30 minutos",
|
||||
"hqd_cold_wind_timing": "Brisa fresca ",
|
||||
"hqd_cold_wind_timing": "Brisa fresca",
|
||||
"hqd_cotton": "Algodão",
|
||||
"hqd_curtain": "Cortinas",
|
||||
"hqd_delicate": "Roupa delicada",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rápido 20",
|
||||
"hqd_quick_30": "Rápido 30",
|
||||
"hqd_quick_dry": "Secagem rápida 30",
|
||||
"hqd_quick_dry": "Secagem rápida 30'",
|
||||
"hqd_quilt": "Colchas",
|
||||
"hqd_refresh": "Refrescar",
|
||||
"hqd_school_uniform": "Farda da escola",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + Vapor",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
|
||||
"iot_wash_and_dry": "Lavar & secar",
|
||||
"iot_wash_anti_mites": "Anti-ácaros",
|
||||
|
@ -1455,7 +1459,7 @@
|
|||
"iot_wash_masks_sanification": "Desinfeção de Máscaras",
|
||||
"iot_wash_masks_sanification_steam": "Desinfeção de Máscaras + Vapor",
|
||||
"iot_wash_mats": "Tapetes",
|
||||
"iot_wash_men_s_trousers": "Calças ",
|
||||
"iot_wash_men_s_trousers": "Calças",
|
||||
"iot_wash_mixed": "Misto",
|
||||
"iot_wash_mixed_steam": "Mistos + Vapor",
|
||||
"iot_wash_mix_and_coloured_44": "Misto e cores 44'",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Algodões",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Delicados",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Sintéticos",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"synthetics": "Sintéticos",
|
||||
"synthetic_and_coloured": "Sintéticos e Cores",
|
||||
"synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Clătire",
|
||||
"drying": "Uscare",
|
||||
"steam": "Abur",
|
||||
"weighting": "Cântărire ",
|
||||
"weighting": "Cântărire",
|
||||
"scheduled": "Programat",
|
||||
"tumbling": "Menținere prospețime",
|
||||
"refresh": "Reîmprospătare",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Autoigienă",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Igienă",
|
||||
"hygiene_plus": "Igienă+ 75 °C",
|
||||
"intensive": "Intensiv ",
|
||||
"intensive": "Intensiv",
|
||||
"intensive_rapid": "rapid intensiv",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Articole voluminoase",
|
||||
"hqd_casual": "Articole obișnuite",
|
||||
"hqd_cold_wind_30": "Vânt rece 30 minute",
|
||||
"hqd_cold_wind_timing": "Vânt rece ",
|
||||
"hqd_cold_wind_timing": "Vânt rece",
|
||||
"hqd_cotton": "Bumbac",
|
||||
"hqd_curtain": "Perdele",
|
||||
"hqd_delicate": "Delicate",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rapid 20",
|
||||
"hqd_quick_30": "Rapid 30",
|
||||
"hqd_quick_dry": "Uscare rapidă 30",
|
||||
"hqd_quick_dry": "Uscare rapidă 30'",
|
||||
"hqd_quilt": "Pilote",
|
||||
"hqd_refresh": "Reîmprospătare",
|
||||
"hqd_school_uniform": "Uniformă școlară",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Spălare inteligentă",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + abur",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetice și colorate + abur",
|
||||
"iot_wash_and_dry": "Spălare și uscare",
|
||||
"iot_wash_anti_mites": "Anti-acarieni",
|
||||
|
@ -605,7 +607,7 @@
|
|||
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
|
||||
"iot_wash_delicate": "Delicate",
|
||||
"iot_wash_delicate_antiallergy": "Antialergic pentru haine delicate",
|
||||
"iot_wash_delicate_antiallergy_steam": "Anti-alergenic pentru țesături delicate + Abur",
|
||||
"iot_wash_delicate_antiallergy_steam": "Anti-alergenic pentru țesături delicate+ Abur",
|
||||
"iot_wash_delicate_antiallergy_zelig": "Antialergic pentru haine delicate",
|
||||
"iot_wash_delicate_colors": "Colorate delicate",
|
||||
"iot_wash_delicate_colors_steam": "Culori + Abur",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - bumbac",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - delicate",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - sintetice",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"synthetics": "Sintetice",
|
||||
"synthetic_and_coloured": "Sintetice și colorate",
|
||||
"synthetic_and_coloured_steam": "Sintetice și colorate + abur",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Ridicat",
|
||||
"mid": "Mediu ",
|
||||
"mid": "Mediu",
|
||||
"low": "Scăzut",
|
||||
"auto": "Automat"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Autoigienă",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto Universal 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Igienă",
|
||||
"hygiene_plus": "Igienă+ 75 °C",
|
||||
"intensive": "Intensiv ",
|
||||
"intensive": "Intensiv",
|
||||
"intensive_rapid": "rapid intensiv",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Articole voluminoase",
|
||||
"hqd_casual": "Articole obișnuite",
|
||||
"hqd_cold_wind_30": "Vânt rece 30 minute",
|
||||
"hqd_cold_wind_timing": "Vânt rece ",
|
||||
"hqd_cold_wind_timing": "Vânt rece",
|
||||
"hqd_cotton": "Bumbac",
|
||||
"hqd_curtain": "Perdele",
|
||||
"hqd_delicate": "Delicate",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rapid 20",
|
||||
"hqd_quick_30": "Rapid 30",
|
||||
"hqd_quick_dry": "Uscare rapidă 30",
|
||||
"hqd_quick_dry": "Uscare rapidă 30'",
|
||||
"hqd_quilt": "Pilote",
|
||||
"hqd_refresh": "Reîmprospătare",
|
||||
"hqd_school_uniform": "Uniformă școlară",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Spălare inteligentă",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Special 39' + abur",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"iot_steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetice și colorate + abur",
|
||||
"iot_wash_and_dry": "Spălare și uscare",
|
||||
"iot_wash_anti_mites": "Anti-acarieni",
|
||||
|
@ -1430,7 +1434,7 @@
|
|||
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
|
||||
"iot_wash_delicate": "Delicate",
|
||||
"iot_wash_delicate_antiallergy": "Antialergic pentru haine delicate",
|
||||
"iot_wash_delicate_antiallergy_steam": "Anti-alergenic pentru țesături delicate + Abur",
|
||||
"iot_wash_delicate_antiallergy_steam": "Anti-alergenic pentru țesături delicate+ Abur",
|
||||
"iot_wash_delicate_antiallergy_zelig": "Antialergic pentru haine delicate",
|
||||
"iot_wash_delicate_colors": "Colorate delicate",
|
||||
"iot_wash_delicate_colors_steam": "Culori + Abur",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - bumbac",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - delicate",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - sintetice",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam ",
|
||||
"steam_hygiene_plus": "Hygiene Plus Steam",
|
||||
"synthetics": "Sintetice",
|
||||
"synthetic_and_coloured": "Sintetice și colorate",
|
||||
"synthetic_and_coloured_steam": "Sintetice și colorate + abur",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Полоскание",
|
||||
"drying": "Сушка",
|
||||
"steam": "Пар",
|
||||
"weighting": "Взвешивание ",
|
||||
"weighting": "Взвешивание",
|
||||
"scheduled": "Запланировано",
|
||||
"tumbling": "Сохранение свежести",
|
||||
"refresh": "Освежить",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Быcтрая Мойkа 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Автоочистка",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Быстрая Автомойка",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "авто универсальная 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Объемные изделия",
|
||||
"hqd_casual": "Повседневная одежда",
|
||||
"hqd_cold_wind_30": "Прохладный обдув 30 минут",
|
||||
"hqd_cold_wind_timing": "Прохладный обдув ",
|
||||
"hqd_cold_wind_timing": "Прохладный обдув",
|
||||
"hqd_cotton": "Хлопок",
|
||||
"hqd_curtain": "Шторы",
|
||||
"hqd_delicate": "Деликатные вещи",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Быстрая 20",
|
||||
"hqd_quick_30": "Быстрая 30",
|
||||
"hqd_quick_dry": "Быстрая сушка 30",
|
||||
"hqd_quick_dry": "Быстрая сушка 30'",
|
||||
"hqd_quilt": "Стеганые одеяла",
|
||||
"hqd_refresh": "Освежение",
|
||||
"hqd_school_uniform": "Школьная форма",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Специальная 39 мин + пар",
|
||||
"iot_steam_hygiene_plus": "Гигиена плюс парообработка ",
|
||||
"iot_steam_hygiene_plus": "Гигиена плюс парообработка",
|
||||
"iot_synthetic_and_coloured_steam": "Синтетика и цветные ткани + пар",
|
||||
"iot_wash_and_dry": "Стирка и сушка",
|
||||
"iot_wash_anti_mites": "Противоклещевая обработка",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro — хлопок",
|
||||
"steam_care_pro_delicates": "Steam Care Pro — деликатные вещи",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro — синтетика",
|
||||
"steam_hygiene_plus": "Гигиена плюс парообработка ",
|
||||
"steam_hygiene_plus": "Гигиена плюс парообработка",
|
||||
"synthetics": "Синтетика",
|
||||
"synthetic_and_coloured": "Синтетика и цветные ткани",
|
||||
"synthetic_and_coloured_steam": "Синтетика и цветные ткани + пар",
|
||||
|
@ -753,7 +755,7 @@
|
|||
"holiday": "HOLIDAY",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Режим не выбран",
|
||||
"quick_cool": " БЫСТРОЕ ОХЛАЖДЕНИЕ",
|
||||
"quick_cool": "БЫСТРОЕ ОХЛАЖДЕНИЕ",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"super_cool": "SUPER COOL",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Высокий",
|
||||
"mid": "Средний ",
|
||||
"mid": "Средний",
|
||||
"low": "Низкий",
|
||||
"auto": "Авто"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Быcтрая Мойkа 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Автоочистка",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Быстрая Автомойка",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "авто универсальная 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Объемные изделия",
|
||||
"hqd_casual": "Повседневная одежда",
|
||||
"hqd_cold_wind_30": "Прохладный обдув 30 минут",
|
||||
"hqd_cold_wind_timing": "Прохладный обдув ",
|
||||
"hqd_cold_wind_timing": "Прохладный обдув",
|
||||
"hqd_cotton": "Хлопок",
|
||||
"hqd_curtain": "Шторы",
|
||||
"hqd_delicate": "Деликатные вещи",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Быстрая 20",
|
||||
"hqd_quick_30": "Быстрая 30",
|
||||
"hqd_quick_dry": "Быстрая сушка 30",
|
||||
"hqd_quick_dry": "Быстрая сушка 30'",
|
||||
"hqd_quilt": "Стеганые одеяла",
|
||||
"hqd_refresh": "Освежение",
|
||||
"hqd_school_uniform": "Школьная форма",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Специальная 39 мин + пар",
|
||||
"iot_steam_hygiene_plus": "Гигиена плюс парообработка ",
|
||||
"iot_steam_hygiene_plus": "Гигиена плюс парообработка",
|
||||
"iot_synthetic_and_coloured_steam": "Синтетика и цветные ткани + пар",
|
||||
"iot_wash_and_dry": "Стирка и сушка",
|
||||
"iot_wash_anti_mites": "Противоклещевая обработка",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro — хлопок",
|
||||
"steam_care_pro_delicates": "Steam Care Pro — деликатные вещи",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro — синтетика",
|
||||
"steam_hygiene_plus": "Гигиена плюс парообработка ",
|
||||
"steam_hygiene_plus": "Гигиена плюс парообработка",
|
||||
"synthetics": "Синтетика",
|
||||
"synthetic_and_coloured": "Синтетика и цветные ткани",
|
||||
"synthetic_and_coloured_steam": "Синтетика и цветные ткани + пар",
|
||||
|
@ -1578,7 +1582,7 @@
|
|||
"holiday": "HOLIDAY",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Режим не выбран",
|
||||
"quick_cool": " БЫСТРОЕ ОХЛАЖДЕНИЕ",
|
||||
"quick_cool": "БЫСТРОЕ ОХЛАЖДЕНИЕ",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"super_cool": "SUPER COOL",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Oplachovanie",
|
||||
"drying": "Sušenie",
|
||||
"steam": "Para",
|
||||
"weighting": "Váženie ",
|
||||
"weighting": "Váženie",
|
||||
"scheduled": "Naplánované",
|
||||
"tumbling": "Uchovať svieže",
|
||||
"refresh": "Osvieženie",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rýchly 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Automatická Hygiena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto univerzálny 50 -60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiena",
|
||||
"hygiene_plus": "Hygienické umývanie + 75 °C",
|
||||
"intensive": "Intenzívne pranie ",
|
||||
"intensive": "Intenzívne pranie",
|
||||
"intensive_rapid": "intenzívny rýchly",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto univerzálny 50 -60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Objemné položky",
|
||||
"hqd_casual": "Neformálne",
|
||||
"hqd_cold_wind_30": "Chladný vánok 30 minút",
|
||||
"hqd_cold_wind_timing": "Studený vánok ",
|
||||
"hqd_cold_wind_timing": "Studený vánok",
|
||||
"hqd_cotton": "Bavlna",
|
||||
"hqd_curtain": "Záclony",
|
||||
"hqd_delicate": "Jemné materiály",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rýchle 20",
|
||||
"hqd_quick_30": "Rýchle 30",
|
||||
"hqd_quick_dry": "Rýchle sušenie 30",
|
||||
"hqd_quick_dry": "Rýchle sušenie 30'",
|
||||
"hqd_quilt": "Prikrývky",
|
||||
"hqd_refresh": "Osvieženie",
|
||||
"hqd_school_uniform": "Školská uniforma",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Špeciál 39' + Para",
|
||||
"iot_steam_hygiene_plus": "Para Hygiene Plus ",
|
||||
"iot_steam_hygiene_plus": "Para Hygiene Plus",
|
||||
"iot_synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
|
||||
"iot_wash_and_dry": "Pranie a sušenie",
|
||||
"iot_wash_anti_mites": "Proti roztočom",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - bavlna",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - jemné",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - syntetika",
|
||||
"steam_hygiene_plus": "Para Hygiene Plus ",
|
||||
"steam_hygiene_plus": "Para Hygiene Plus",
|
||||
"synthetics": "Syntetika",
|
||||
"synthetic_and_coloured": "Syntetika a farebné materiály",
|
||||
"synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Vysoká",
|
||||
"mid": "Stredne ťažká ",
|
||||
"mid": "Stredne ťažká",
|
||||
"low": "Nízka",
|
||||
"auto": "Automatika"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rýchly 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Automatická Hygiena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Auto univerzálny 50 -60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hygiena",
|
||||
"hygiene_plus": "Hygienické umývanie + 75 °C",
|
||||
"intensive": "Intenzívne pranie ",
|
||||
"intensive": "Intenzívne pranie",
|
||||
"intensive_rapid": "intenzívny rýchly",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Auto univerzálny 50 -60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Objemné položky",
|
||||
"hqd_casual": "Neformálne",
|
||||
"hqd_cold_wind_30": "Chladný vánok 30 minút",
|
||||
"hqd_cold_wind_timing": "Studený vánok ",
|
||||
"hqd_cold_wind_timing": "Studený vánok",
|
||||
"hqd_cotton": "Bavlna",
|
||||
"hqd_curtain": "Záclony",
|
||||
"hqd_delicate": "Jemné materiály",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Rýchle 20",
|
||||
"hqd_quick_30": "Rýchle 30",
|
||||
"hqd_quick_dry": "Rýchle sušenie 30",
|
||||
"hqd_quick_dry": "Rýchle sušenie 30'",
|
||||
"hqd_quilt": "Prikrývky",
|
||||
"hqd_refresh": "Osvieženie",
|
||||
"hqd_school_uniform": "Školská uniforma",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Smart Wash",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Špeciál 39' + Para",
|
||||
"iot_steam_hygiene_plus": "Para Hygiene Plus ",
|
||||
"iot_steam_hygiene_plus": "Para Hygiene Plus",
|
||||
"iot_synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
|
||||
"iot_wash_and_dry": "Pranie a sušenie",
|
||||
"iot_wash_anti_mites": "Proti roztočom",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - bavlna",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - jemné",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - syntetika",
|
||||
"steam_hygiene_plus": "Para Hygiene Plus ",
|
||||
"steam_hygiene_plus": "Para Hygiene Plus",
|
||||
"synthetics": "Syntetika",
|
||||
"synthetic_and_coloured": "Syntetika a farebné materiály",
|
||||
"synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Izpiranje",
|
||||
"drying": "Sušenje",
|
||||
"steam": "Para",
|
||||
"weighting": "Tehtanje ",
|
||||
"weighting": "Tehtanje",
|
||||
"scheduled": "Načrtovano",
|
||||
"tumbling": "Ohranjanje svežine",
|
||||
"refresh": "Osvežitev",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Hitri progr. 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Higiena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Avtomatsko Hitro",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Samodejno univerzalno 50–60 °C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiena",
|
||||
"hygiene_plus": "Higiena + 75 °C",
|
||||
"intensive": "Intenzivno ",
|
||||
"intensive": "Intenzivno",
|
||||
"intensive_rapid": "Hitro in intenzivno",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Samodejno univerzalno 50–60 °C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Večji kosi",
|
||||
"hqd_casual": "Za prosti čas",
|
||||
"hqd_cold_wind_30": "Hladen vetrič 30 minut",
|
||||
"hqd_cold_wind_timing": "Hladen vetrič ",
|
||||
"hqd_cold_wind_timing": "Hladen vetrič",
|
||||
"hqd_cotton": "Bombaž",
|
||||
"hqd_curtain": "Zavese",
|
||||
"hqd_delicate": "Občutljive tkanine",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Hitro 20",
|
||||
"hqd_quick_30": "Hitro 30",
|
||||
"hqd_quick_dry": "Hitro sušenje 30",
|
||||
"hqd_quick_dry": "Hitro sušenje 30'",
|
||||
"hqd_quilt": "Posteljna pregrinjala",
|
||||
"hqd_refresh": "Osvežitev",
|
||||
"hqd_school_uniform": "Šolska uniforma",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Pametno pranje",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Posebno 39' + para",
|
||||
"iot_steam_hygiene_plus": "Higiena plus para ",
|
||||
"iot_steam_hygiene_plus": "Higiena plus para",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetične in pisane tkanine + para",
|
||||
"iot_wash_and_dry": "Pranje in sušenje",
|
||||
"iot_wash_anti_mites": "Proti pršicam",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro – bombaž",
|
||||
"steam_care_pro_delicates": "Steam Care Pro – občutljive tkanine",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro – sintetika",
|
||||
"steam_hygiene_plus": "Higiena plus para ",
|
||||
"steam_hygiene_plus": "Higiena plus para",
|
||||
"synthetics": "Sintetika",
|
||||
"synthetic_and_coloured": "Sintetične in pisane tkanine",
|
||||
"synthetic_and_coloured_steam": "Sintetične in pisane tkanine + para",
|
||||
|
@ -753,7 +755,7 @@
|
|||
"holiday": "POČITNICE",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Izbran ni noben način",
|
||||
"quick_cool": " HITRO HLAJENJE",
|
||||
"quick_cool": "HITRO HLAJENJE",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"super_cool": "SUPER HLAJENJE",
|
||||
|
@ -833,7 +835,7 @@
|
|||
"name": "Sobna temperatura"
|
||||
},
|
||||
"humidity": {
|
||||
"name": "Vlaga "
|
||||
"name": "Vlaga"
|
||||
},
|
||||
"cycles_total": {
|
||||
"name": "Programi Skupaj"
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Visoko",
|
||||
"mid": "Srednje ",
|
||||
"mid": "Srednje",
|
||||
"low": "Nizko",
|
||||
"auto": "Samodejno"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Hitri progr. 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Higiena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Avtomatsko Hitro",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Samodejno univerzalno 50–60 °C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higiena",
|
||||
"hygiene_plus": "Higiena + 75 °C",
|
||||
"intensive": "Intenzivno ",
|
||||
"intensive": "Intenzivno",
|
||||
"intensive_rapid": "Hitro in intenzivno",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Samodejno univerzalno 50–60 °C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Večji kosi",
|
||||
"hqd_casual": "Za prosti čas",
|
||||
"hqd_cold_wind_30": "Hladen vetrič 30 minut",
|
||||
"hqd_cold_wind_timing": "Hladen vetrič ",
|
||||
"hqd_cold_wind_timing": "Hladen vetrič",
|
||||
"hqd_cotton": "Bombaž",
|
||||
"hqd_curtain": "Zavese",
|
||||
"hqd_delicate": "Občutljive tkanine",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Hitro 20",
|
||||
"hqd_quick_30": "Hitro 30",
|
||||
"hqd_quick_dry": "Hitro sušenje 30",
|
||||
"hqd_quick_dry": "Hitro sušenje 30'",
|
||||
"hqd_quilt": "Posteljna pregrinjala",
|
||||
"hqd_refresh": "Osvežitev",
|
||||
"hqd_school_uniform": "Šolska uniforma",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Pametno pranje",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Posebno 39' + para",
|
||||
"iot_steam_hygiene_plus": "Higiena plus para ",
|
||||
"iot_steam_hygiene_plus": "Higiena plus para",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetične in pisane tkanine + para",
|
||||
"iot_wash_and_dry": "Pranje in sušenje",
|
||||
"iot_wash_anti_mites": "Proti pršicam",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro – bombaž",
|
||||
"steam_care_pro_delicates": "Steam Care Pro – občutljive tkanine",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro – sintetika",
|
||||
"steam_hygiene_plus": "Higiena plus para ",
|
||||
"steam_hygiene_plus": "Higiena plus para",
|
||||
"synthetics": "Sintetika",
|
||||
"synthetic_and_coloured": "Sintetične in pisane tkanine",
|
||||
"synthetic_and_coloured_steam": "Sintetične in pisane tkanine + para",
|
||||
|
@ -1578,7 +1582,7 @@
|
|||
"holiday": "POČITNICE",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Izbran ni noben način",
|
||||
"quick_cool": " HITRO HLAJENJE",
|
||||
"quick_cool": "HITRO HLAJENJE",
|
||||
"sea_food": "Ready to cook meal",
|
||||
"soft_frozen": "Soft freezing",
|
||||
"super_cool": "SUPER HLAJENJE",
|
||||
|
@ -1675,13 +1679,13 @@
|
|||
"name": "Način z izklopljenim zvokom"
|
||||
},
|
||||
"extra_rinse_1": {
|
||||
"name": " + 1 izpiranje"
|
||||
"name": "+ 1 izpiranje"
|
||||
},
|
||||
"extra_rinse_2": {
|
||||
"name": " + 2 izpiranji"
|
||||
"name": "+ 2 izpiranji"
|
||||
},
|
||||
"extra_rinse_3": {
|
||||
"name": " + 3 izpiranja"
|
||||
"name": "+ 3 izpiranja"
|
||||
},
|
||||
"acqua_plus": {
|
||||
"name": "Acquaplus"
|
||||
|
@ -1716,13 +1720,13 @@
|
|||
"name": "Zaklepanje vrat"
|
||||
},
|
||||
"extra_rinse_1": {
|
||||
"name": " + 1 izpiranje"
|
||||
"name": "+ 1 izpiranje"
|
||||
},
|
||||
"extra_rinse_2": {
|
||||
"name": " + 2 izpiranji"
|
||||
"name": "+ 2 izpiranji"
|
||||
},
|
||||
"extra_rinse_3": {
|
||||
"name": " + 3 izpiranja"
|
||||
"name": "+ 3 izpiranja"
|
||||
},
|
||||
"good_night": {
|
||||
"name": "Lahko noč"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Ispiranje",
|
||||
"drying": "Sušenje",
|
||||
"steam": "Vodena para",
|
||||
"weighting": "Vaganje ",
|
||||
"weighting": "Vaganje",
|
||||
"scheduled": "Planirano",
|
||||
"tumbling": "Održavanje svežine",
|
||||
"refresh": "Osvežavanje",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Brzi 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Automatska Higijena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Automatski Brzi",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higijena",
|
||||
"hygiene_plus": "Higijenski+ 75°C",
|
||||
"intensive": "Intenzivno ",
|
||||
"intensive": "Intenzivno",
|
||||
"intensive_rapid": "snažno i brzo",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Glomazni artikli",
|
||||
"hqd_casual": "Neformalno",
|
||||
"hqd_cold_wind_30": "Hladan vazduh 30 minuta",
|
||||
"hqd_cold_wind_timing": "Hladan vazduh ",
|
||||
"hqd_cold_wind_timing": "Hladan vazduh",
|
||||
"hqd_cotton": "Pamuk",
|
||||
"hqd_curtain": "Zavese",
|
||||
"hqd_delicate": "Osetljive tkanine",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Brzo 20",
|
||||
"hqd_quick_30": "Brzo 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30'",
|
||||
"hqd_quilt": "Jorgani",
|
||||
"hqd_refresh": "Osvežavanje",
|
||||
"hqd_school_uniform": "Školska uniforma",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Pametno pranje",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Posebno 39' + para",
|
||||
"iot_steam_hygiene_plus": "Higijena plus sa parom ",
|
||||
"iot_steam_hygiene_plus": "Higijena plus sa parom",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetika i šarena odeća + para",
|
||||
"iot_wash_and_dry": "Pranje i sušenje",
|
||||
"iot_wash_anti_mites": "Protiv grinja",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - pamuk",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - osetljive tkanine",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - sintetika",
|
||||
"steam_hygiene_plus": "Higijena plus sa parom ",
|
||||
"steam_hygiene_plus": "Higijena plus sa parom",
|
||||
"synthetics": "Sintetika",
|
||||
"synthetic_and_coloured": "Sintetika i materijal u boji",
|
||||
"synthetic_and_coloured_steam": "Sintetika i šarena odeća + para",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Visoko",
|
||||
"mid": "Srednje ",
|
||||
"mid": "Srednje",
|
||||
"low": "Nisko",
|
||||
"auto": "Automatski"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Brzi 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Automatska Higijena",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Automatski Brzi",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Higijena",
|
||||
"hygiene_plus": "Higijenski+ 75°C",
|
||||
"intensive": "Intenzivno ",
|
||||
"intensive": "Intenzivno",
|
||||
"intensive_rapid": "snažno i brzo",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Automatski univerzalni 50 - 60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Glomazni artikli",
|
||||
"hqd_casual": "Neformalno",
|
||||
"hqd_cold_wind_30": "Hladan vazduh 30 minuta",
|
||||
"hqd_cold_wind_timing": "Hladan vazduh ",
|
||||
"hqd_cold_wind_timing": "Hladan vazduh",
|
||||
"hqd_cotton": "Pamuk",
|
||||
"hqd_curtain": "Zavese",
|
||||
"hqd_delicate": "Osetljive tkanine",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Brzo 20",
|
||||
"hqd_quick_30": "Brzo 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30",
|
||||
"hqd_quick_dry": "Brzo sušenje 30'",
|
||||
"hqd_quilt": "Jorgani",
|
||||
"hqd_refresh": "Osvežavanje",
|
||||
"hqd_school_uniform": "Školska uniforma",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Pametno pranje",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Posebno 39' + para",
|
||||
"iot_steam_hygiene_plus": "Higijena plus sa parom ",
|
||||
"iot_steam_hygiene_plus": "Higijena plus sa parom",
|
||||
"iot_synthetic_and_coloured_steam": "Sintetika i šarena odeća + para",
|
||||
"iot_wash_and_dry": "Pranje i sušenje",
|
||||
"iot_wash_anti_mites": "Protiv grinja",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - pamuk",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - osetljive tkanine",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - sintetika",
|
||||
"steam_hygiene_plus": "Higijena plus sa parom ",
|
||||
"steam_hygiene_plus": "Higijena plus sa parom",
|
||||
"synthetics": "Sintetika",
|
||||
"synthetic_and_coloured": "Sintetika i materijal u boji",
|
||||
"synthetic_and_coloured_steam": "Sintetika i šarena odeća + para",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "Durulama",
|
||||
"drying": "Kurutma",
|
||||
"steam": "Buhar",
|
||||
"weighting": "Tartma ",
|
||||
"weighting": "Tartma",
|
||||
"scheduled": "Planlandı",
|
||||
"tumbling": "Tazeleme",
|
||||
"refresh": "Tazeleme",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Hizli 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Oto. Hijyen",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Oto. Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Universal 50-60°C",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hijyen",
|
||||
"hygiene_plus": "Hijyen+ 75°C",
|
||||
"intensive": "Yoğun ",
|
||||
"intensive": "Yoğun",
|
||||
"intensive_rapid": "yogun hizli",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Universal 50-60°C",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "Hacimli eşyalar",
|
||||
"hqd_casual": "Gündelik",
|
||||
"hqd_cold_wind_30": "Serin esinti 30 dakika",
|
||||
"hqd_cold_wind_timing": "Serin esinti ",
|
||||
"hqd_cold_wind_timing": "Serin esinti",
|
||||
"hqd_cotton": "Pamuk",
|
||||
"hqd_curtain": "Perdeler",
|
||||
"hqd_delicate": "Narin Çamaşırlar",
|
||||
|
@ -346,7 +348,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Hızlı 20",
|
||||
"hqd_quick_30": "Hızlı 30",
|
||||
"hqd_quick_dry": "Hızlı kurutma 30",
|
||||
"hqd_quick_dry": "Hızlı kurutma 30'",
|
||||
"hqd_quilt": "Yorganlar",
|
||||
"hqd_refresh": "Yenileme",
|
||||
"hqd_school_uniform": "Okul üniforması",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "Akıllı Yıkama",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Özel program 39' + Buhar",
|
||||
"iot_steam_hygiene_plus": "Hijyen Artı Buhar ",
|
||||
"iot_steam_hygiene_plus": "Hijyen Artı Buhar",
|
||||
"iot_synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar",
|
||||
"iot_wash_and_dry": "Yıkama ve kurutma",
|
||||
"iot_wash_anti_mites": "Akar önleyici",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Pamuklular",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Narin çamaşırlar",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Sentetikler",
|
||||
"steam_hygiene_plus": "Hijyen Artı Buhar ",
|
||||
"steam_hygiene_plus": "Hijyen Artı Buhar",
|
||||
"synthetics": "Sentetikler",
|
||||
"synthetic_and_coloured": "Sentetikler ve Renkliler",
|
||||
"synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar",
|
||||
|
@ -750,7 +752,7 @@
|
|||
"eco_mode": "Eco modu",
|
||||
"fruits_and_veg": "Meyve Ve Sebze",
|
||||
"fruit_and_veg": "Fruit & Veg",
|
||||
"holiday": "TATİL ",
|
||||
"holiday": "TATİL",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Hiç mod seçilmedi",
|
||||
"quick_cool": "HIZLI SOĞUTMA",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "Yüksek",
|
||||
"mid": "Orta ",
|
||||
"mid": "Orta",
|
||||
"low": "Düşük",
|
||||
"auto": "Otomatik"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Hizli 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Oto. Hijyen",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Oto. Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "Universal 50-60°C",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "Hijyen",
|
||||
"hygiene_plus": "Hijyen+ 75°C",
|
||||
"intensive": "Yoğun ",
|
||||
"intensive": "Yoğun",
|
||||
"intensive_rapid": "yogun hizli",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "Universal 50-60°C",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "Hacimli eşyalar",
|
||||
"hqd_casual": "Gündelik",
|
||||
"hqd_cold_wind_30": "Serin esinti 30 dakika",
|
||||
"hqd_cold_wind_timing": "Serin esinti ",
|
||||
"hqd_cold_wind_timing": "Serin esinti",
|
||||
"hqd_cotton": "Pamuk",
|
||||
"hqd_curtain": "Perdeler",
|
||||
"hqd_delicate": "Narin Çamaşırlar",
|
||||
|
@ -1171,7 +1175,7 @@
|
|||
"hqd_precious_cure": "Precious cure",
|
||||
"hqd_quick_20": "Hızlı 20",
|
||||
"hqd_quick_30": "Hızlı 30",
|
||||
"hqd_quick_dry": "Hızlı kurutma 30",
|
||||
"hqd_quick_dry": "Hızlı kurutma 30'",
|
||||
"hqd_quilt": "Yorganlar",
|
||||
"hqd_refresh": "Yenileme",
|
||||
"hqd_school_uniform": "Okul üniforması",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "Akıllı Yıkama",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "Özel program 39' + Buhar",
|
||||
"iot_steam_hygiene_plus": "Hijyen Artı Buhar ",
|
||||
"iot_steam_hygiene_plus": "Hijyen Artı Buhar",
|
||||
"iot_synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar",
|
||||
"iot_wash_and_dry": "Yıkama ve kurutma",
|
||||
"iot_wash_anti_mites": "Akar önleyici",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - Pamuklular",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - Narin çamaşırlar",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - Sentetikler",
|
||||
"steam_hygiene_plus": "Hijyen Artı Buhar ",
|
||||
"steam_hygiene_plus": "Hijyen Artı Buhar",
|
||||
"synthetics": "Sentetikler",
|
||||
"synthetic_and_coloured": "Sentetikler ve Renkliler",
|
||||
"synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar",
|
||||
|
@ -1575,7 +1579,7 @@
|
|||
"eco_mode": "Eco modu",
|
||||
"fruits_and_veg": "Meyve Ve Sebze",
|
||||
"fruit_and_veg": "Fruit & Veg",
|
||||
"holiday": "TATİL ",
|
||||
"holiday": "TATİL",
|
||||
"keep_fresh": "0° Fresh",
|
||||
"no_mode_selected": "Hiç mod seçilmedi",
|
||||
"quick_cool": "HIZLI SOĞUTMA",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"rinse": "漂洗",
|
||||
"drying": "烘干",
|
||||
"steam": "蒸汽",
|
||||
"weighting": "正在称重 ",
|
||||
"weighting": "正在称重",
|
||||
"scheduled": "已计划",
|
||||
"tumbling": "保持清新",
|
||||
"refresh": "清新",
|
||||
|
@ -97,7 +97,9 @@
|
|||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "自动通用50℃-60℃",
|
||||
|
@ -119,7 +121,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "卫生",
|
||||
"hygiene_plus": "消毒洗+75°C",
|
||||
"intensive": "加强 ",
|
||||
"intensive": "加强",
|
||||
"intensive_rapid": "强化快速",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "自动通用50℃-60℃",
|
||||
|
@ -241,7 +243,7 @@
|
|||
"state": {
|
||||
"bakery": "意大利面和烘焙食品",
|
||||
"bakery_steam": "烤炉蒸汽",
|
||||
"bottom_heating": "底部加热 ",
|
||||
"bottom_heating": "底部加热",
|
||||
"bottom_heating_fan": "底部加热 + 风扇",
|
||||
"bread": "面包",
|
||||
"bread_steam": "蒸烤的面包",
|
||||
|
@ -326,7 +328,7 @@
|
|||
"hqd_bulky": "大件物品",
|
||||
"hqd_casual": "休闲",
|
||||
"hqd_cold_wind_30": "凉风 30 分钟",
|
||||
"hqd_cold_wind_timing": "凉风 ",
|
||||
"hqd_cold_wind_timing": "凉风",
|
||||
"hqd_cotton": "棉布",
|
||||
"hqd_curtain": "窗帘",
|
||||
"hqd_delicate": "精致衣物",
|
||||
|
@ -500,7 +502,7 @@
|
|||
"hygiene_60": "卫生 60°",
|
||||
"hygiene_plus_59": "卫生增强 59 分",
|
||||
"hygiene_plus_59_min": "卫生增强 59 分",
|
||||
"hygiene_pro_49_min": "Hygiene Pro 49 min",
|
||||
"hygiene_pro_49_min": "49 分钟卫生专家",
|
||||
"hygiene_pro_steam": "Hygiene Pro + 蒸汽",
|
||||
"intensive_40": "加强 40°C",
|
||||
"intensive_40_steam": "Intensive 40°C + 蒸汽",
|
||||
|
@ -554,7 +556,7 @@
|
|||
"iot_smart_wash": "智能洗涤",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "专用 39' + 蒸汽",
|
||||
"iot_steam_hygiene_plus": "卫生增强蒸汽 ",
|
||||
"iot_steam_hygiene_plus": "卫生增强蒸汽",
|
||||
"iot_synthetic_and_coloured_steam": "化纤和彩色 + 蒸汽",
|
||||
"iot_wash_and_dry": "洗涤与烘干",
|
||||
"iot_wash_anti_mites": "防螨",
|
||||
|
@ -725,7 +727,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - 棉",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - 精致衣物",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - 化纤",
|
||||
"steam_hygiene_plus": "卫生增强蒸汽 ",
|
||||
"steam_hygiene_plus": "卫生增强蒸汽",
|
||||
"synthetics": "合成纤维",
|
||||
"synthetic_and_coloured": "合成纤维和彩色衣物",
|
||||
"synthetic_and_coloured_steam": "化纤和彩色 + 蒸汽",
|
||||
|
@ -881,7 +883,7 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"high": "高",
|
||||
"mid": "中 ",
|
||||
"mid": "中",
|
||||
"low": "低",
|
||||
"auto": "自动"
|
||||
}
|
||||
|
@ -922,7 +924,9 @@
|
|||
"59_min": "Rapid 59'",
|
||||
"auto_care": "Auto Care",
|
||||
"auto_care_soil": "Auto Care",
|
||||
"auto_hygiene": "Auto Hygiene",
|
||||
"auto_plus": "AutoPlus",
|
||||
"auto_rapid": "Auto Rapid",
|
||||
"auto_sensor": "Auto Sensor",
|
||||
"auto_sensor_soil": "Auto Sensor",
|
||||
"auto_universal": "自动通用50℃-60℃",
|
||||
|
@ -944,7 +948,7 @@
|
|||
"glass_care": "Glass Care",
|
||||
"hygiene": "卫生",
|
||||
"hygiene_plus": "消毒洗+75°C",
|
||||
"intensive": "加强 ",
|
||||
"intensive": "加强",
|
||||
"intensive_rapid": "强化快速",
|
||||
"iot_auto_sensor": "Auto Sensor",
|
||||
"iot_auto_universal_soil": "自动通用50℃-60℃",
|
||||
|
@ -1066,7 +1070,7 @@
|
|||
"state": {
|
||||
"bakery": "意大利面和烘焙食品",
|
||||
"bakery_steam": "烤炉蒸汽",
|
||||
"bottom_heating": "底部加热 ",
|
||||
"bottom_heating": "底部加热",
|
||||
"bottom_heating_fan": "底部加热 + 风扇",
|
||||
"bread": "面包",
|
||||
"bread_steam": "蒸烤的面包",
|
||||
|
@ -1151,7 +1155,7 @@
|
|||
"hqd_bulky": "大件物品",
|
||||
"hqd_casual": "休闲",
|
||||
"hqd_cold_wind_30": "凉风 30 分钟",
|
||||
"hqd_cold_wind_timing": "凉风 ",
|
||||
"hqd_cold_wind_timing": "凉风",
|
||||
"hqd_cotton": "棉布",
|
||||
"hqd_curtain": "窗帘",
|
||||
"hqd_delicate": "精致衣物",
|
||||
|
@ -1325,7 +1329,7 @@
|
|||
"hygiene_60": "卫生 60°",
|
||||
"hygiene_plus_59": "卫生增强 59 分",
|
||||
"hygiene_plus_59_min": "卫生增强 59 分",
|
||||
"hygiene_pro_49_min": "Hygiene Pro 49 min",
|
||||
"hygiene_pro_49_min": "49 分钟卫生专家",
|
||||
"hygiene_pro_steam": "Hygiene Pro + 蒸汽",
|
||||
"intensive_40": "加强 40°C",
|
||||
"intensive_40_steam": "Intensive 40°C + 蒸汽",
|
||||
|
@ -1379,7 +1383,7 @@
|
|||
"iot_smart_wash": "智能洗涤",
|
||||
"iot_soft_care_steam": "Soft Care + Steam",
|
||||
"iot_special_39_full_load_steam": "专用 39' + 蒸汽",
|
||||
"iot_steam_hygiene_plus": "卫生增强蒸汽 ",
|
||||
"iot_steam_hygiene_plus": "卫生增强蒸汽",
|
||||
"iot_synthetic_and_coloured_steam": "化纤和彩色 + 蒸汽",
|
||||
"iot_wash_and_dry": "洗涤与烘干",
|
||||
"iot_wash_anti_mites": "防螨",
|
||||
|
@ -1550,7 +1554,7 @@
|
|||
"steam_care_pro_cotton": "Steam Care Pro - 棉",
|
||||
"steam_care_pro_delicates": "Steam Care Pro - 精致衣物",
|
||||
"steam_care_pro_synthetic": "Steam Care Pro - 化纤",
|
||||
"steam_hygiene_plus": "卫生增强蒸汽 ",
|
||||
"steam_hygiene_plus": "卫生增强蒸汽",
|
||||
"synthetics": "合成纤维",
|
||||
"synthetic_and_coloured": "合成纤维和彩色衣物",
|
||||
"synthetic_and_coloured_steam": "化纤和彩色 + 蒸汽",
|
||||
|
@ -1903,7 +1907,7 @@
|
|||
"state": {
|
||||
"bakery": "意大利面和烘焙食品",
|
||||
"bakery_steam": "烤炉蒸汽",
|
||||
"bottom_heating": "底部加热 ",
|
||||
"bottom_heating": "底部加热",
|
||||
"bottom_heating_fan": "底部加热 + 风扇",
|
||||
"bread": "面包",
|
||||
"bread_steam": "蒸烤的面包",
|
||||
|
|
|
@ -10,6 +10,7 @@ if __name__ == "__main__":
|
|||
|
||||
from custom_components.hon.binary_sensor import BINARY_SENSORS
|
||||
from custom_components.hon.button import BUTTONS
|
||||
from custom_components.hon.light import LIGHTS
|
||||
from custom_components.hon.climate import CLIMATES
|
||||
from custom_components.hon.number import NUMBERS
|
||||
from custom_components.hon.select import SELECTS
|
||||
|
@ -50,6 +51,7 @@ entities = {
|
|||
"switch": SWITCHES,
|
||||
"climate": CLIMATES,
|
||||
"fan": FANS,
|
||||
"light": LIGHTS,
|
||||
}
|
||||
|
||||
result = {}
|
||||
|
|
Loading…
Reference in a new issue