Add program name sensor

This commit is contained in:
Andre Basche 2023-05-29 19:07:52 +02:00
parent 6e9981c9ab
commit 2fe8ace9f5
25 changed files with 10610 additions and 341 deletions

View File

@ -73,6 +73,7 @@ Support has been confirmed for these models, but many more will work. Please add
- Haier XIB 3B2SFS-80
- Haier XIB 6B2D3FB
- Candy BCTDH7A1TE
- Candy CCE4T620EWU
- Candy CIS633SCTTWIFI
- Candy CSOE C10DE-80
- Candy ROE H9A3TCEX-S
@ -182,6 +183,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Indoor Temperature | `thermometer` | `sensor` | `tempIndoor` |
| Outdoor Temperature | `thermometer` | `sensor` | `tempOutdoor` |
| Program | | `select` | `startProgram.program` |
| Program | `play` | `sensor` | `programName` |
| Selected Temperature | `thermometer` | `sensor` | `tempSel` |
### Dish washer
@ -217,6 +219,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Door | | `binary_sensor` | `doorStatus` |
| Error | `math-log` | `sensor` | `errors` |
| Machine Status | `information` | `sensor` | `machMode` |
| Program | `play` | `sensor` | `programName` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Rinse Aid | `spray-bottle` | `binary_sensor` | `rinseAidStatus` |
@ -243,6 +246,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` |
| Pan Status | `pot-mix` | `binary_sensor` | `panStatus` |
| Power | `lightning-bolt` | `sensor` | `power` |
| Program | `play` | `sensor` | `programName` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Temperature | `thermometer` | `sensor` | `temp` |
@ -265,6 +269,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| --- | --- | --- | --- |
| Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` |
| On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` |
| Program | `play` | `sensor` | `programName` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Start Time | `clock-start` | `sensor` | `delayTime` |
| Temperature | `thermometer` | `sensor` | `temp` |
@ -335,7 +340,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Dry level | `hair-dryer` | `sensor` | `dryLevel` |
| Error | `math-log` | `sensor` | `errors` |
| Machine Status | `information` | `sensor` | `machMode` |
| Program | `tumble-dryer` | `sensor` | `programName` |
| Program | `play` | `sensor` | `programName` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Start Time | `clock-start` | `sensor` | `delayTime` |
@ -405,7 +410,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Good Night Mode | | `binary_sensor` | `goodNight` |
| Machine Status | `information` | `sensor` | `machMode` |
| Pre Wash | | `binary_sensor` | `startProgram.prewash` |
| Program | `tumble-dryer` | `sensor` | `programName` |
| Program | `play` | `sensor` | `programName` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
@ -468,6 +473,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Good Night Mode | | `binary_sensor` | `goodNight` |
| Machine Status | `information` | `sensor` | `machMode` |
| Pre Wash | | `binary_sensor` | `startProgram.prewash` |
| Program | `play` | `sensor` | `programName` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |

View File

@ -111,6 +111,7 @@ TUMBLE_DRYER_PR_PHASE = {
"2": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"3": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
"11": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"12": "unkown",
"13": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
"14": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
"15": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
@ -186,138 +187,3 @@ REF_ZONES = {
"vtroom1": "REF.ZONES.MY_ZONE_1",
"fridge_freezer": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"],
}
PROGRAMS_TD = [
"active_dry",
"allergy_care",
"all_in_one",
"antiallergy",
"anti_odours",
"auto_care",
"baby",
"bed_quilt",
"care_30",
"care_45",
"care_59",
"coloured",
"daily_45_min",
"daily_perfect_59_min",
"darks_and_coloured",
"delicates",
"duvet",
"eco",
"ecospeed_cottons",
"ecospeed_delicates",
"ecospeed_mixed",
"extra_hygiene",
"fitness",
"fresh_care",
"genius",
"hqd_baby_care",
"hqd_bath_towel",
"hqd_bed_sheets",
"hqd_bulky",
"hqd_casual",
"hqd_cold_wind_30",
"hqd_cold_wind_timing",
"hqd_cotton",
"hqd_curtain",
"hqd_delicate",
"hqd_diaper",
"hqd_duvet",
"hqd_feather",
"hqd_hot_wind_timing",
"hqd_hygienic",
"hqd_i_refresh",
"hqd_i_refresh_pro",
"hqd_jacket",
"hqd_jeans",
"hqd_luxury",
"hqd_mix",
"hqd_night_dry",
"hqd_outdoor",
"hqd_precious_cure",
"hqd_quick_20",
"hqd_quick_30",
"hqd_quick_dry",
"hqd_quilt",
"hqd_refresh",
"hqd_school_uniform",
"hqd_shirt",
"hqd_shoes",
"hqd_silk",
"hqd_sports",
"hqd_synthetics",
"hqd_timer",
"hqd_towel",
"hqd_underwear",
"hqd_warm_up",
"hqd_wool",
"hqd_working_suit",
"hygiene",
"iot_checkup",
"iot_dry_anti_mites",
"iot_dry_baby",
"iot_dry_backpacks",
"iot_dry_bathrobe",
"iot_dry_bed_linen",
"iot_dry_bed_quilt",
"iot_dry_cotton",
"iot_dry_cuddly_toys",
"iot_dry_curtains",
"iot_dry_dehumidifier",
"iot_dry_delicates",
"iot_dry_delicate_tablecloths",
"iot_dry_denim_jeans",
"iot_dry_down_jacket",
"iot_dry_duvet",
"iot_dry_easy_iron_cotton",
"iot_dry_easy_iron_synthetics",
"iot_dry_gym_fit",
"iot_dry_lingerie",
"iot_dry_mixed",
"iot_dry_playsuits",
"iot_dry_rapid_30",
"iot_dry_rapid_59",
"iot_dry_refresh",
"iot_dry_regenerates_waterproof",
"iot_dry_relax_creases",
"iot_dry_shirts",
"iot_dry_small_load",
"iot_dry_swimsuits_and_bikinis",
"iot_dry_synthetics",
"iot_dry_synthetic_dry",
"iot_dry_tablecloths",
"iot_dry_technical_fabrics",
"iot_dry_warm_embrace",
"iot_dry_wool",
"jeans",
"mix_and_dry",
"pets",
"pre_iron",
"rapid_30",
"rapid_45",
"rapid_59",
"refresh",
"relax_creases",
"saving_30_min",
"shirts",
"shoes",
"small_load",
"soft_care",
"sport_plus",
"super_easy_iron_misti",
"super_easy_iron_xxl",
"super_fast_cottons",
"super_fast_delicates",
"synthetics",
"total_care",
"trainers",
"ultra_care",
"waterproof_revitalize",
"whites",
"wool",
"woolmark",
"xxl_load",
"zoom_59",
]

View File

@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": [
"pyhOn==0.11.3"
"pyhOn==0.12.0"
],
"version": "0.8.0-beta.7"
"version": "0.8.0-beta.8"
}

View File

@ -1,6 +1,8 @@
import logging
from dataclasses import dataclass
from pyhon.appliance import HonAppliance
from homeassistant.components.sensor import (
SensorEntity,
SensorDeviceClass,
@ -171,6 +173,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="temperature",
),
HonSensorEntityDescription(
key="programName",
name="Program",
icon="mdi:play",
device_class=SensorDeviceClass.ENUM,
translation_key="programs_wm",
),
),
"TD": (
HonSensorEntityDescription(
@ -203,10 +212,9 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
HonSensorEntityDescription(
key="programName",
name="Program",
icon="mdi:tumble-dryer",
icon="mdi:play",
device_class=SensorDeviceClass.ENUM,
translation_key="programs_td",
options=const.PROGRAMS_TD,
),
HonSensorEntityDescription(
key="prPhase",
@ -291,6 +299,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:thermometer",
translation_key="target_temperature",
),
HonSensorEntityDescription(
key="programName",
name="Program",
icon="mdi:play",
device_class=SensorDeviceClass.ENUM,
translation_key="programs_ov",
),
),
"IH": (
HonSensorEntityDescription(
@ -318,6 +333,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
state_class=SensorStateClass.MEASUREMENT,
translation_key="power",
),
HonSensorEntityDescription(
key="programName",
name="Program",
icon="mdi:play",
device_class=SensorDeviceClass.ENUM,
translation_key="programs_ih",
),
),
"DW": (
HonConfigSensorEntityDescription(
@ -391,6 +413,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
translation_key="program_phases_dw",
options=list(const.DISHWASHER_PR_PHASE),
),
HonSensorEntityDescription(
key="programName",
name="Program",
icon="mdi:play",
device_class=SensorDeviceClass.ENUM,
translation_key="programs_dw",
),
),
"AC": (
HonSensorEntityDescription(
@ -457,6 +486,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
),
HonSensorEntityDescription(
key="programName",
name="Program",
icon="mdi:play",
device_class=SensorDeviceClass.ENUM,
translation_key="programs_ac",
),
),
"REF": (
HonSensorEntityDescription(
@ -526,6 +562,13 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
class HonSensorEntity(HonEntity, SensorEntity):
entity_description: HonSensorEntityDescription
def __init__(self, hass, entry, device: HonAppliance, description):
super().__init__(hass, entry, device, description)
if self.entity_description.key == "programName":
self._attr_options = self._device.settings.get(
"startProgram.program"
).values + ["No Program"]
@callback
def _handle_coordinator_update(self):
value = self._device.get(self.entity_description.key, "")

View File

@ -58,7 +58,8 @@
"19": "Sušení",
"20": "Sušení",
"11": "Připraveno",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fáze"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "XXL náplň",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Pokojová teplota"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Teplota chladničky"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkce Vytápění 10 °C",
"iot_auto": "Auto",
"iot_cool": "Chlazení",
"iot_dry": "Odvlhčování",
"iot_fan": "Ventilátor",
"iot_heat": "Vytápění",
"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_simple_start": "Spustit nyní",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + auto",
"iot_uv_and_cool": "UV + zchlazení",
"iot_uv_and_dry": "UV + odstranění vlhkosti",
"iot_uv_and_fan": "UV + ventilátor",
"iot_uv_and_heat": "UV + ohřev"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Rychlý 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto univerzální 50 -60°C",
"auto_universal_plus": "Auto univerzální plus 65 - 75°C",
"auto_universal_plus_soil": "Auto univerzální plus 65 - 75°C",
"auto_universal_soil": "Auto univerzální 50 -60°C",
"auto_wash": "Automatické praní",
"auto_wash_soil": "Automatické praní",
"classe_a_59": "A třída 1 h 65°C",
"delicate": "Jemný 45°C",
"dishwasher_care": "Cyklus odstraňování vodního kamene",
"eco": "Eco",
"eco_asynch": "Eko 45 °C",
"eco_bldc": "Eko 45 °C",
"eco_synch": "Eko 45 °C",
"gentle_wash": "Gentle wash",
"glass": "Sklo",
"glassware": "Sklo 45 °C",
"glass_care": "Glass Care",
"hygiene": "Hygiena",
"hygiene_plus": "Hygienický+ 75 °C",
"intensive": "Intenzivní",
"intensive_rapid": "intenzivní rychlý",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto univerzální 50 -60°C",
"iot_auto_wash_soil": "Automatické praní",
"iot_baby_care": "Péče o děti",
"iot_breakfast": "Snídaně",
"iot_checkup": "Kontrola",
"iot_china_crystals": "Čínský křišťál",
"iot_classe_a_59": "Rychlý 59'",
"iot_cocktail_glasses": "Koktejlové sklenice",
"iot_cocktail_glasses_soil": "Koktejlové sklenice",
"iot_daily_care": "Každodenní péče",
"iot_daily_care_soil": "Každodenní péče",
"iot_delicate": "Jemný 45°C",
"iot_dinner_for_two": "Večeře pro 2",
"iot_dinner_for_two_soil": "Večeře pro 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eko 45 °C",
"iot_eco_bldc": "Eko 45 °C",
"iot_eco_synch": "Eko 45 °C",
"iot_extra_hygiene": "Hygiena extra",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Nádobí na pizzu",
"iot_pizza_menu_soil": "Nádobí na pizzu",
"iot_plastic_tupperware": "Plastové nádobí a Tupperware",
"iot_porcelain": "Porcelán",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Předpírka",
"iot_pyrex_and_glassware": "Pyrex a skleněné nádobí",
"iot_rapid_29": "Rychly 29'",
"iot_rapid_39": "Rychlý 39' 60 °C",
"iot_single": "Jedna osoba",
"iot_steam": "Parní 75 °C",
"iot_super_flash": "Super rychlý",
"iot_super_wash": "Super mytí",
"iot_turbopower": "TurboPower",
"iot_universal": "Univerzální 60 °C",
"iot_wok_grids_maxi_pans": "Speciální pánve (Woky mřížky a veliké pánve)",
"iot_wok_grids_maxi_pans_soil": "Speciální pánve (Woky mřížky a veliké pánve)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra tichý 55°C",
"prewash": "Předpírka",
"rapid_20": "Rychlý 20'",
"rapid_24": "Rychly 24'",
"rapid_29": "Rychly 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rychlý 39' 60 °C",
"rapid_49": "Rychlý 49'",
"rapid_59": "Rychlý 59'",
"sanitising": "Dezinfekce",
"silence": "Silence",
"silent": "Noc",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "speciální",
"special_pw_prz": "speciální",
"steam": "Parní 75 °C",
"steam_plus": "Pára plus 75 °C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra tichý 55°C",
"ultra_silent": "Ultra tichý 55°C",
"universal": "Univerzální 60 °C",
"universal_plus": "Univerzální Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Bramborová placka",
"iot_special_beef_fillet": "Svíčková",
"iot_special_beef_veal_stew": "Dušené hovězí a telecí maso",
"iot_special_boiled_rice": "Vařená rýže",
"iot_special_chicken_breast": "Kuřecí prsa",
"iot_special_chicken_legs": "Kuřecí stehna",
"iot_special_chocolate_pudding": "Čokoládový pudink",
"iot_special_entrecote": "Roštěná",
"iot_special_fresh_tuna": "Čerstvý tuňák",
"iot_special_grilled_vegetables": "Grilovaná zelenina",
"iot_special_lamb_cutlet": "Jehněčí kotletka",
"iot_special_meatballs": "Masové kuličky",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Slávky",
"iot_special_omelette": "Omeleta",
"iot_special_pancakes": "Palačinka",
"iot_special_paris_style_peas": "Hrášek po pařížsku",
"iot_special_poached_eggs": "Sázená vejce",
"iot_special_pork_fillet": "Vepřový plátek",
"iot_special_pork_ribs": "Vepřová žebra",
"iot_special_prawns": "Krevety",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Filet z lososa",
"iot_special_saute_potatoes": "Restované brambory",
"iot_special_scallops": "Lastury",
"iot_special_scrambled_eggs": "Smažená vajíčka",
"iot_special_spelt": "Špalda",
"iot_special_veggy_noodles": "Vegetariánské nudle",
"iot_special_white_fish_fillet": "Filety z bílých ryb",
"iot_standard_boiling": "Vaření",
"iot_standard_frying": "Smažit",
"iot_standard_keep_warm": "Udržování tepla",
"iot_standard_melting": "Rozpustit",
"iot_standard_simmering": "Slabé vaření"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Těstoviny a pečivo",
"bakery_steam": "Pára v troubě",
"bottom_heating": "Spodní ohřev",
"bottom_heating_fan": "Spodní ohřev + ventilátor",
"bread": "Chléb",
"bread_steam": "Chléb pečený v páře",
"combi": "Combi",
"convection_fan": "Statický + ventilátor",
"convection_fan_turnspit": "Konvekce + ventilátor + rožeň",
"conventional": "Statický",
"conventional_turnspit": "Konvekce + rožeň",
"defrost": "Rozmrazování",
"descaling": "Odstraňování vodního kamene",
"fish": "Ryby",
"fish_steam": "Ryby v páře",
"grill_cata": "Gril",
"grill_fan_cata": "Ventilátor grilu",
"grill_fan_pyro": "Gril + ventilátor",
"grill_pyro": "Gril",
"h20_clean": "H2O-Clean",
"iot_bread": "Chléb",
"iot_h20_clean": "h2O clean",
"leavening": "Kynutí",
"low_temp_cooking": "Příprava při nízkých teplotách",
"low_temp_cooking_fish": "Příprava při nízkých teplotách ryby",
"low_temp_cooking_fish_steam": "Příprava při nízkých teplotách ryby v páře",
"low_temp_cooking_meat": "Příprava při nízkých teplotách maso",
"low_temp_cooking_meat_steam": "Příprava při nízkých teplotách - dušené maso",
"low_temp_cooking_steam": "Příprava v páře při nízkých teplotách",
"meat": "Maso",
"meat_steam": "Maso v páře",
"multi_level": "Víceúrovňové",
"paella": "Paella",
"pasta_and_bakery": "Těstoviny a pečivo",
"pizza": "Pizza",
"pyrolysis": "Pyrolýza",
"pyrolysis_plus": "Pyrolýza +",
"red_meat": "Tmavé maso",
"red_meat_steam": "Červené maso vařené v páře",
"regenerate": "Regenerace",
"soft_plus": "Soft +",
"super_grill": "Super gril",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Zelenina",
"vegetables_cata": "Zelenina",
"vegetables_pyro": "Zelenina",
"water_discharge": "Vypouštění vody",
"white_meat": "Bílé maso",
"white_meat_steam": "Bílé maso vařené v páře"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° barevné a bavlněné látky",
"20_degrees_new_energy_label": "20 °C",
"active_steam": "Pára",
"active_wash": "Aktivní praní",
"active_wash_steam": "Aktivní praní",
"allergy_care": "Antialergická péče",
"allergy_care_pro": "Antialergická péče Pro",
"all_in_one_49": "Vše v jednom 49'.",
"all_in_one_59": "Vše v jednom 59'.",
"all_in_one_59_steam": "Aktivní praní + pára",
"autocare": "Autocare",
"autoclean": "Čištění bubnu",
"baby_60": "Všechno dětské 60°C",
"care_14": "Rapid care 14'",
"care_30": "Rapid care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Kontrola",
"colour_59": "Barevné 59'",
"colour_59_steam": "Barevné 59'' + pára",
"cottons": "Bavlna",
"cottons_prewash": "Bavlna + předpírka",
"cottons_steam": "Bavlna + Pára",
"cotton_care_59": "Cotton Care 59'",
"delicate_59": "Jemné 59'",
"delicate_silk": "Jemné hedvábí",
"delicate_silk_steam": "Jemné hedvábí + pára",
"delicati_59": "Jemné 59'",
"delicati_59_steam": "Jemné 59'",
"drain_spin": "Odčerpání + odstředění",
"easy_iron": "Snadné žehlení",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Extra Péče",
"fitness": "Cvičení Péče",
"fitness_care": "Cvičení Péče",
"fresh_care": "Svěží péče",
"fresh_care_steam": "Svěží péče + pára",
"handwash_wool": "Ruční praní a vlna",
"high_dry": "Bavlna - suché",
"hqd_20_degrees": "Bavlna 20 ℃",
"hqd_allergy": "Antialergická péče",
"hqd_autoclean": "Čištění bubnu",
"hqd_babycare": "Péče o děti",
"hqd_checkup": "Kontrola",
"hqd_cottons": "Bavlna",
"hqd_delicate": "Jemné",
"hqd_delicate_cradle": "Jemné",
"hqd_dry": "Bavlna - suché",
"hqd_dry_synthetics": "Směsné - suché",
"hqd_duvet": "Přikrývky",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Vlna",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Smíšené",
"hqd_quick_15": "Rychlý 15'",
"hqd_quick_wash_57": "Rychlé praní 57 min",
"hqd_rapid_wash_and_dry": "Praní a sušení",
"hqd_refresh": "Osvěžení",
"hqd_rinse": "Máchání",
"hqd_shirts": "Košile",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Odstřeďování",
"hqd_sport": "Sportovní",
"hqd_super_fast": "Rychlý 39",
"hqd_synthetic_and_coloured": "Syntetika",
"hygiene_59": "Hygienicky Plus 59'",
"hygiene_60": "Hygienický 60°",
"hygiene_plus_59": "Hygienicky Plus 59'",
"hygiene_plus_59_min": "Hygienicky Plus 59'",
"hygiene_pro_49_min": "Hygienický Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + pára",
"intensive_40": "Intenzivní 40°C",
"intensive_40_steam": "Intenzivní 40°C + pára",
"iot_active_steam": "Pára",
"iot_active_wash_steam": "Aktivní praní",
"iot_allergy_care_pro": "Antialergická péče Pro",
"iot_all_in_one_59_steam": "Aktivní praní + pára",
"iot_checkup": "Kontrola",
"iot_colour_59_steam": "Barevné 59'' + pára",
"iot_cottons_steam": "Bavlna + Pára",
"iot_delicate_silk_steam": "Jemné hedvábí + pára",
"iot_delicati_59_steam": "Jemné 59'",
"iot_dry_air_refresh": "Osvěžení",
"iot_dry_anti_mites": "Proti roztočům",
"iot_dry_baby": "Dětské",
"iot_dry_backpacks": "Batohy",
"iot_dry_bathrobe": "Župany a porézní tkaniny",
"iot_dry_bed_linen": "Ložní prádlo",
"iot_dry_cotton_dry": "Bavlna - suché",
"iot_dry_cuddly_toys": "Plyšové hračky",
"iot_dry_curtains": "Záclony",
"iot_dry_dehumidifier": "Odstraňovač vlhkosti",
"iot_dry_delicates_antiallergy": "Jemné - antialergenní",
"iot_dry_delicate_tablecloths": "Jemné ubrusy",
"iot_dry_denim_jeans": "Džínovina - džíny",
"iot_dry_easy_iron_cotton": "Snadné žehlení - bavlna",
"iot_dry_easy_iron_synthetics": "Snadné žehlení - syntetika",
"iot_dry_gym_fit": "Oděvy na cvičení",
"iot_dry_lingerie": "Spodní prádlo",
"iot_dry_mixed_dry": "Směsné - suché",
"iot_dry_rapid_60_min_delicates": "Rychlý 60' - jemné",
"iot_dry_shirts": "Košile",
"iot_dry_swimsuits_and_bikinis": "Plavky",
"iot_dry_synthetics": "Syntetika - suché",
"iot_dry_synthetic_dry": "Syntetika - suché",
"iot_dry_tablecloths": "Ubrusy",
"iot_dry_technical_fabrics": "Technické tkaniny",
"iot_dry_warm_embrace": "Hřejivé prádlo",
"iot_dry_wool_dry": "Vlna - suché",
"iot_easy_iron": "Snadné žehlení",
"iot_fresh_care_steam": "Svěží péče + pára",
"iot_hygiene_pro_steam": "Hygiene Pro + pára",
"iot_intensive_40_steam": "Intenzivní 40°C + pára",
"iot_mixed_steam": "Smíšené + Pára",
"iot_mix_and_colour_59_steam": "Smíšené a barevné 59' + pára",
"iot_perfect_cotton_59_steam": "Perfektni Bavlna 59'",
"iot_rapid_a_class_60_steam": "Rychlá třída A 60 + pára",
"iot_resistant_cotton_steam": "Bavlna + Pára",
"iot_shirts_steam": "Košile + pára",
"iot_single_item_steam": "Jedna položka + pára",
"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_synthetic_and_coloured_steam": "Syntetika a barevné + pára",
"iot_wash_and_dry": "Praní a sušení",
"iot_wash_anti_mites": "Proti roztočům",
"iot_wash_anti_odor": "Protizápachový",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Dezinfekce",
"iot_wash_baby_sanitizer_steam": "Dětská dezinfekce + pára",
"iot_wash_backpacks": "Batohy",
"iot_wash_backpacks_zelig": "Batohy",
"iot_wash_bathrobe": "Župany a ručníky",
"iot_wash_bathrobe_steam": "Župany + Pára",
"iot_wash_bed_linen": "Ložní prádlo",
"iot_wash_bed_linen_steam": "Ložní prádlo + Pára",
"iot_wash_bed_linen_zelig": "Ložní prádlo",
"iot_wash_big_single_load": "Jeden velký kus",
"iot_wash_bleaching": "Bělení",
"iot_wash_blood_stains": "Skvrny od krve",
"iot_wash_cashmere": "Kašmír",
"iot_wash_chocolate_stains": "Čokoládové skvrny",
"iot_wash_cold_wash": "Praní za studena",
"iot_wash_colored": "Barevné",
"iot_wash_colored_anti_stain": "Odstraňování skvrn pro barevné prádlo",
"iot_wash_colored_delicate": "Barevné jemné",
"iot_wash_coloured": "Barevné",
"iot_wash_coloured_bed_linen": "Barevné ložní prádlo",
"iot_wash_coloured_bed_linen_steam": "Barevné ložní prádlo + pára",
"iot_wash_coloured_curtains": "Barevné záclony",
"iot_wash_coloured_shirts": "Barevné košile",
"iot_wash_coloured_shirts_steam": "Barevné košile + pára",
"iot_wash_coloured_steam": "Barevné + Pára",
"iot_wash_coloured_tableclothes": "Barevné ubrusy",
"iot_wash_coloured_tableclothes_steam": "Barevné ubrusy + pára",
"iot_wash_cotton": "Bavlna",
"iot_wash_cotton_steam": "Bavlna + Pára",
"iot_wash_cuddly_toys": "Plyšové hračky",
"iot_wash_curtains": "Záclony",
"iot_wash_curtains_steam": "Záclony + Pára",
"iot_wash_curtains_zelig": "Záclony",
"iot_wash_dark": "Tmavé prádlo",
"iot_wash_darks_and_coloured_44": "Tmavé a barevné 44'",
"iot_wash_darks_and_coloured_59": "Tmavé a barevné 59'",
"iot_wash_darks_and_coloured_xl": "Tmavé a barevné XL",
"iot_wash_dark_steam": "Tmavé prádlo + Pára",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Jemné",
"iot_wash_delicate_antiallergy": "Antialergenní pro jemné prádlo",
"iot_wash_delicate_antiallergy_steam": "Antialergenní pro jemné prádlo + Pára",
"iot_wash_delicate_antiallergy_zelig": "Antialergenní pro jemné prádlo",
"iot_wash_delicate_colors": "Barevné jemné",
"iot_wash_delicate_colors_steam": "Barevné + pára",
"iot_wash_delicate_dark": "Jemné tmavé",
"iot_wash_delicate_steam": "Jemné + Pára",
"iot_wash_delicate_tablecloths": "Jemné ubrusy",
"iot_wash_delicate_tablecloths_steam": "Jemné ubrusy + Pára",
"iot_wash_delicate_whites": "Jemné bílé",
"iot_wash_denim_jeans": "Džínovina - džíny",
"iot_wash_diving_suits": "Potápěčské obleky",
"iot_wash_diving_suits_zelig": "Potápěčské obleky",
"iot_wash_down_jackets": "Prošívané bundy",
"iot_wash_down_jackets_zelig": "Prošívané bundy",
"iot_wash_duvet": "Přikrývky",
"iot_wash_fruit_stains": "Skvrny od ovoce",
"iot_wash_gym_fit": "Oděvy na cvičení",
"iot_wash_handwash": "Ruční praní",
"iot_wash_handwash_colored": "Ruční praní - barevné",
"iot_wash_handwash_dark": "Ruční praní - tmavé",
"iot_wash_lingerie": "Spodní prádlo",
"iot_wash_masks_refresh": "Osvěžení masek",
"iot_wash_masks_sanification": "Dezinfikování masek",
"iot_wash_masks_sanification_steam": "Dezinfikování masek + Pára",
"iot_wash_mats": "Předložky",
"iot_wash_men_s_trousers": "Kalhoty",
"iot_wash_mixed": "Směsné",
"iot_wash_mixed_steam": "Smíšené + Pára",
"iot_wash_mix_and_coloured_44": "Směsné a barevné 44'",
"iot_wash_mix_and_coloured_59": "Směsné a barevné 59'",
"iot_wash_mix_and_coloured_xl": "Směsné a barevné XL",
"iot_wash_new_clothes": "Nové oblečení",
"iot_wash_perfect_white": "Dokonale bílé",
"iot_wash_perfect_white_steam": "Dokonale bílé + Pára",
"iot_wash_pets": "Příslušenství pro domácí zvířata",
"iot_wash_pets_hair_removal": "Odstraňování chlupů domácích mazlíčků",
"iot_wash_pets_odours_stains_removal": "Odstraňování zápachu a skvrn po domácích mazlíčcích",
"iot_wash_pets_steam": "Příslušenství pro domácí zvířata",
"iot_wash_playsuits": "Dupačky",
"iot_wash_playsuits_steam": "Dupačky + Pára",
"iot_wash_quick_drum_cleaner": "Rychlý čistič bubnu",
"iot_wash_rapid_14": "Rychlý 14",
"iot_wash_rapid_30": "Rychlý 30",
"iot_wash_rapid_44": "Rychlý 44'",
"iot_wash_rapid_59": "Rychlý 59'",
"iot_wash_rapid_59_steam": "Rychlý 59' + pára",
"iot_wash_refresh_14_min": "Osvěžení 14'",
"iot_wash_resistant_colored": "Odolné barevné",
"iot_wash_resistant_dark": "Odolné tmavé",
"iot_wash_resistant_whites": "Odolné bílé",
"iot_wash_rinse": "Máchání",
"iot_wash_shirts": "Košile",
"iot_wash_shirts_steam": "Košile + Pára",
"iot_wash_silk": "Hedvábí",
"iot_wash_ski_suit": "Lyžařské oblečení",
"iot_wash_ski_suit_zelig": "Lyžařské oblečení",
"iot_wash_spin": "Odstřeďování",
"iot_wash_sport": "Sportovní",
"iot_wash_sport_anti_odor": "Sportovní oblečení s efektem proti zápachu",
"iot_wash_sport_anti_odor_zelig": "Sportovní oblečení s efektem proti zápachu",
"iot_wash_stains_remover": "Odstraňování skvrn",
"iot_wash_swimsuits_and_bikinis": "Plavky",
"iot_wash_synthetic": "Syntetika",
"iot_wash_synthetic_steam": "Syntetika + Pára",
"iot_wash_tablecloths": "Ubrusy",
"iot_wash_tablecloths_steam": "Ubrusy + Pára",
"iot_wash_technical_fabrics": "Technické tkaniny",
"iot_wash_technical_fabrics_zelig": "Technické tkaniny",
"iot_wash_technical_jackets": "Technické bundy",
"iot_wash_technical_jackets_zelig": "Technické bundy",
"iot_wash_trainers": "Sportovní obuv",
"iot_wash_whites": "Bílé",
"iot_wash_whites_44": "Bílé 44'",
"iot_wash_whites_59": "Bílé 59'",
"iot_wash_whites_xl": "Bílé XL",
"iot_wash_wine_stains": "Skvrny od vína",
"iot_wash_wool": "Vlna",
"jeans": "Džíny",
"jeans_60": "Džíny",
"low_dry": "Směsné - suché",
"mixed": "Smíšené",
"mixed_and_colored_59": "Směsné a barevné 59'",
"mixed_steam": "Smíšené + Pára",
"mix_and_colour_59": "Smisene a Barevne 59'",
"mix_and_colour_59_steam": "Smíšené a barevné 59' + pára",
"night_and_day": "Noc a den",
"night_wash": "Noční cyklus",
"perfect_59": "Perfektní 59'",
"perfect_cotton_59": "Perfektni Bavlna 59'",
"perfect_cotton_59_steam": "Perfektni Bavlna 59'",
"perfect_whites_59": "Dokonale bílé 59'",
"rapid_14_min": "Rychlý 14'",
"rapid_30_min": "Rychlý 30'",
"rapid_44_min": "Rychlý 44'",
"rapid_a_class_60": "Rychlá třída A 60",
"rapid_a_class_60_steam": "Rychlá třída A 60 + pára",
"rapid_wash_and_dry_59_min": "Praní a sušení 59'.",
"resistant_cotton": "Bavlna",
"resistant_cotton_steam": "Bavlna + Pára",
"rinse": "Máchání",
"shirts_steam": "Košile + pára",
"silent_night": "Noční cyklus",
"single_item": "Jedna položka",
"single_item_steam": "Jedna položka + pára",
"smart_wash": "Chytré praní",
"soft_care": "Měkká péče",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Specialni 39'",
"special_39_full_load": "Specialni 39'",
"special_39_full_load_steam": "Speciální 39' + pára",
"special_49": "Speciální 49'",
"sport_39": "Sportovní 39'",
"sport_plus_29": "Sportovni Plus 29\"",
"sport_plus_39": "Sportovni Plus 39'",
"steam_39": "Pára 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Syntetika",
"synthetic_and_coloured": "Syntetika a barevné",
"synthetic_and_coloured_steam": "Syntetika a barevné + pára",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Total Care",
"tumbling": "Pomalé otáčení",
"wool": "Vlna",
"wool_and_delicates_49": "Vlna/Jemné 49'",
"wool_dry": "Vlna - suché",
"wool_soft_care": "Vlna & Mĕkká Péče"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTOMATICKÉ NASTAVENÍ",
"cheese": "Sýr",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Režim Eco",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "DOVOLENÁ",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Není vybrán žádný režim",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER CHLAZENÍ",
"super_freeze": "SUPER MRAZENÍ",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + odstranění vlhkosti",
"iot_uv_and_fan": "UV + ventilátor",
"iot_uv_and_heat": "UV + ohřev"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER MRAZENÍ",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Zbývající čas"

View File

@ -58,7 +58,8 @@
"19": "Trocknen",
"20": "Trocknen",
"11": "Bereit",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Phase"
},
@ -306,7 +307,8 @@
"woolmark": "Wolle",
"xxl_load": "XXL-Beladung",
"zoom_59": "Zoom 59"
}
},
"name": "Programm"
},
"room_temperature": {
"name": "Raumtemperatur"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatur des Kühlschranks"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Heizfunktion",
"iot_auto": "Auto",
"iot_cool": "Kühl",
"iot_dry": "Trocken",
"iot_fan": "Ventilator",
"iot_heat": "Heizen",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Selbst reinigen",
"iot_self_clean": "Self-Clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Jetzt beginnen",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Kalt",
"iot_uv_and_dry": "UV + Entfeuchter",
"iot_uv_and_fan": "UV + Gebläse",
"iot_uv_and_heat": "UV + Heizen"
},
"name": "Programm"
},
"programs_dw": {
"state": {
"59_min": "Rapid 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "AutoUniversal 50-60°C",
"auto_universal_plus": "AutoUniversalPlus 65-75°C",
"auto_universal_plus_soil": "AutoUniversalPlus 65-75°C",
"auto_universal_soil": "AutoUniversal 50-60°C",
"auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash",
"classe_a_59": "A Class 59' 65°C",
"delicate": "Delicate 45°C",
"dishwasher_care": "Entkalkungsprogramm",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Glas",
"glassware": "Gläser 45 °C",
"glass_care": "Glass Care",
"hygiene": "Hygiene",
"hygiene_plus": "Hygiene 75 °C",
"intensive": "Intensiv ",
"intensive_rapid": "Intensiv-Schnellspülgang",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "AutoUniversal 50-60°C",
"iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Frühstück",
"iot_checkup": "Check-Up",
"iot_china_crystals": "Kristall",
"iot_classe_a_59": "Rapid 59'",
"iot_cocktail_glasses": "Cocktail-Gläser",
"iot_cocktail_glasses_soil": "Cocktail-Gläser",
"iot_daily_care": "Täglicher Einsatz",
"iot_daily_care_soil": "Täglicher Einsatz",
"iot_delicate": "Delicate 45°C",
"iot_dinner_for_two": "Dinner for 2",
"iot_dinner_for_two_soil": "Dinner for 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiene",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Pizzageschirr",
"iot_pizza_menu_soil": "Pizzageschirr",
"iot_plastic_tupperware": "Kunststoff & Tupperware",
"iot_porcelain": "Porzellan",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Vorspülen",
"iot_pyrex_and_glassware": "Pyrex & Glas",
"iot_rapid_29": "Rapid 29'",
"iot_rapid_39": "Schnellwäsche 39' 60 °C",
"iot_single": "Single",
"iot_steam": "Dampf 75 °C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Super Wash",
"iot_turbopower": "TurboPower",
"iot_universal": "Universal 60°C",
"iot_wok_grids_maxi_pans": "Pfannen Spezial (Wok - Grillpfannen & Maxi-Pfannen)",
"iot_wok_grids_maxi_pans_soil": "Pfannen Spezial (Wok - Grillpfannen & Maxi-Pfannen)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Nacht 55°C",
"prewash": "Vorspülen",
"rapid_20": "Rapid 20'",
"rapid_24": "Rapid 24'",
"rapid_29": "Rapid 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Schnellwäsche 39' 60 °C",
"rapid_49": "Rapid 49'",
"rapid_59": "Rapid 59'",
"sanitising": "Desinfektion",
"silence": "Silence",
"silent": "Nacht",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "spezial",
"special_pw_prz": "spezial",
"steam": "Dampf 75 °C",
"steam_plus": "Dampf Plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Nacht 55°C",
"ultra_silent": "Nacht 55°C",
"universal": "Universal 60°C",
"universal_plus": "Universal Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Programm"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Aschbraun",
"iot_special_beef_fillet": "Rinderfilet",
"iot_special_beef_veal_stew": "Rindfleischeintopf",
"iot_special_boiled_rice": "Gekochter Reis",
"iot_special_chicken_breast": "Hähnchenbrust",
"iot_special_chicken_legs": "Hähnchenschenkel",
"iot_special_chocolate_pudding": "Schokoladenpudding",
"iot_special_entrecote": "Entrecôte",
"iot_special_fresh_tuna": "Frischer Thunfisch",
"iot_special_grilled_vegetables": "Gegrilltes Gemüse",
"iot_special_lamb_cutlet": "Lammkotelett",
"iot_special_meatballs": "Fleischbällchen",
"iot_special_minestrone": "Eintopf",
"iot_special_mussels": "Muscheln",
"iot_special_omelette": "Omelett",
"iot_special_pancakes": "Pfannkuchen",
"iot_special_paris_style_peas": "Erbsen Pariser Art",
"iot_special_poached_eggs": "Pochierte Eier",
"iot_special_pork_fillet": "Schweinefilet",
"iot_special_pork_ribs": "Schweinerippchen",
"iot_special_prawns": "Garnelen",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Seelachsfilet",
"iot_special_saute_potatoes": "Bratkartoffeln",
"iot_special_scallops": "Jakobsmuscheln",
"iot_special_scrambled_eggs": "Rührei",
"iot_special_spelt": "Dinkel",
"iot_special_veggy_noodles": "Vegetarische Nudeln",
"iot_special_white_fish_fillet": "Weißfischfilet",
"iot_standard_boiling": "Boiling",
"iot_standard_frying": "Braten",
"iot_standard_keep_warm": "Warmhalten",
"iot_standard_melting": "Schmelzen",
"iot_standard_simmering": "Simmering"
},
"name": "Programm"
},
"programs_ov": {
"state": {
"bakery": "Teigwaren und Brot",
"bakery_steam": "Dampf im Backofen",
"bottom_heating": "Unterhitze",
"bottom_heating_fan": "Unterhitze + Umluft",
"bread": "Brot",
"bread_steam": "Mit Dampf gebackenes Brot",
"combi": "Combi",
"convection_fan": "Umluft",
"convection_fan_turnspit": "Heißluft + Drehspieß",
"conventional": "Ober-Unterhitze",
"conventional_turnspit": "Ober-&Unterhitze + Bratspieß",
"defrost": "Auftauen",
"descaling": "Entkalkung",
"fish": "Fisch",
"fish_steam": "Gedünsteter Fisch",
"grill_cata": "Grill",
"grill_fan_cata": "Grill Umluft",
"grill_fan_pyro": "Grill + Umluft",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Brot",
"iot_h20_clean": "h2O clean",
"leavening": "Aufgehen",
"low_temp_cooking": "Garen bei niedriger Temperatur",
"low_temp_cooking_fish": "Garen bei niedriger Temperatur - Fisch",
"low_temp_cooking_fish_steam": "Niedertemperaturgaren - Gedünsteter Fisch",
"low_temp_cooking_meat": "Garen bei niedriger Temperatur - Fleisch",
"low_temp_cooking_meat_steam": "Niedertemperaturgaren - Gedämpftes Fleisch",
"low_temp_cooking_steam": "Niedertemperatur-Dampfgaren",
"meat": "Fleisch",
"meat_steam": "Fleisch Dampf",
"multi_level": "Multi-Level",
"paella": "Paella",
"pasta_and_bakery": "Teigwaren und Brot",
"pizza": "Pizza",
"pyrolysis": "Pyrolyse",
"pyrolysis_plus": "Pyrolyse +",
"red_meat": "Rotes Fleisch",
"red_meat_steam": "Gedünstetes rotes Fleisch",
"regenerate": "Regenerieren",
"soft_plus": "Soft+",
"super_grill": "Super Grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Gemüse",
"vegetables_cata": "Gemüse",
"vegetables_pyro": "Gemüse",
"water_discharge": "Wasserabfluss",
"white_meat": "Weißes Fleisch",
"white_meat_steam": "Gedämpftes weißes Fleisch"
},
"name": "Programm"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Buntes und Baumwolle",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Dampf",
"active_wash": "Active Wash",
"active_wash_steam": "Active Wash",
"allergy_care": "Allergy Care",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Dampf",
"autocare": "Autocare",
"autoclean": "Reinigung der Trommel",
"baby_60": "Alles Baby 60 °C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Check-up",
"colour_59": "Buntwäsche 59'",
"colour_59_steam": "Buntes 59' + Dampf",
"cottons": "Baumwolle",
"cottons_prewash": "Baumwolle + Vorwäsche",
"cottons_steam": "Baumwolle + Dampf",
"cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "Feines 59'",
"delicate_silk": "Empfindliche Seide",
"delicate_silk_steam": "Empfindliche Seide + Dampf",
"delicati_59": "Feines 59'",
"delicati_59_steam": "Feines 59'",
"drain_spin": "Abpumpen und Schleudern",
"easy_iron": "Bügeltrocken",
"eco_40_60_new_energy_label": "ECO 40-60",
"extra_care": "Extra Care",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Fresh Care",
"fresh_care_steam": "Fresh Care + Dampf",
"handwash_wool": "Handwäsche und Wolle",
"high_dry": "Baumwolle trocken",
"hqd_20_degrees": "Baumwolle 20℃",
"hqd_allergy": "Allergy Care",
"hqd_autoclean": "Reinigung der Trommel",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Check-up",
"hqd_cottons": "Baumwolle",
"hqd_delicate": "Feinwäsche",
"hqd_delicate_cradle": "Feinwäsche",
"hqd_dry": "Baumwolle trocken",
"hqd_dry_synthetics": "Trocknen gemischt",
"hqd_duvet": "Oberbetten",
"hqd_eco_40_60_degrees": "ECO 40-60",
"hqd_handwash_wool": "Wolle",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Gemischt",
"hqd_quick_15": "Rapid 15'",
"hqd_quick_wash_57": "Schnellwäsche 57 min",
"hqd_rapid_wash_and_dry": "Waschen und trocknen",
"hqd_refresh": "Auffrischen",
"hqd_rinse": "Spülen",
"hqd_shirts": "Hemden",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Schleudern",
"hqd_sport": "Sport",
"hqd_super_fast": "Rapid 39",
"hqd_synthetic_and_coloured": "Synthetik",
"hygiene_59": "Hygiene Plus 59'",
"hygiene_60": "Hygiene 60°",
"hygiene_plus_59": "Hygiene Plus 59'",
"hygiene_plus_59_min": "Hygiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Dampf",
"intensive_40": "Intensiv 40°C",
"intensive_40_steam": "Intensiv 40°C + Dampf",
"iot_active_steam": "Dampf",
"iot_active_wash_steam": "Active Wash",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Dampf",
"iot_checkup": "Check-up",
"iot_colour_59_steam": "Buntes 59' + Dampf",
"iot_cottons_steam": "Baumwolle + Dampf",
"iot_delicate_silk_steam": "Empfindliche Seide + Dampf",
"iot_delicati_59_steam": "Feines 59'",
"iot_dry_air_refresh": "Luftauffrischung",
"iot_dry_anti_mites": "Milbenbekämpfung",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rucksäcke",
"iot_dry_bathrobe": "Bademäntel und saugfähiges Gewebe",
"iot_dry_bed_linen": "Bettwäsche",
"iot_dry_cotton_dry": "Baumwolle trocken",
"iot_dry_cuddly_toys": "Stofftiere",
"iot_dry_curtains": "Vorhänge",
"iot_dry_dehumidifier": "Entfeuchter",
"iot_dry_delicates_antiallergy": "Feinwäsche - Anti-Allergie",
"iot_dry_delicate_tablecloths": "Empfindliche Tischdecken",
"iot_dry_denim_jeans": "Denim - Jeans",
"iot_dry_easy_iron_cotton": "Leichtes Bügeln - Baumwolle",
"iot_dry_easy_iron_synthetics": "Leichtes Bügeln - Synthetik",
"iot_dry_gym_fit": "Fitness-Studio - Fitness-Kleidung",
"iot_dry_lingerie": "Dessous",
"iot_dry_mixed_dry": "Trocknen gemischt",
"iot_dry_rapid_60_min_delicates": "Rapid 60' - Feines",
"iot_dry_shirts": "Hemden",
"iot_dry_swimsuits_and_bikinis": "Badeanzüge",
"iot_dry_synthetics": "Synthetik trocken",
"iot_dry_synthetic_dry": "Synthetik trocken",
"iot_dry_tablecloths": "Tischdecken",
"iot_dry_technical_fabrics": "Technische Textilien",
"iot_dry_warm_embrace": "Warm trocknen",
"iot_dry_wool_dry": "Wolle trocknen",
"iot_easy_iron": "Bügeltrocken",
"iot_fresh_care_steam": "Fresh Care + Dampf",
"iot_hygiene_pro_steam": "Hygiene Pro + Dampf",
"iot_intensive_40_steam": "Intensiv 40°C + Dampf",
"iot_mixed_steam": "Gemischt + Dampf",
"iot_mix_and_colour_59_steam": "Misch- und Buntwäsche 59' + Dampf",
"iot_perfect_cotton_59_steam": "Baumwolle Perfekt 59'",
"iot_rapid_a_class_60_steam": "Rapid Klasse A 60 + Dampf",
"iot_resistant_cotton_steam": "Baumwolle + Dampf",
"iot_shirts_steam": "Hemden + Dampf",
"iot_single_item_steam": "Einzelner Gegenstand + Dampf",
"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_synthetic_and_coloured_steam": "Synthetik und Farben + Dampf",
"iot_wash_and_dry": "Waschen und trocknen",
"iot_wash_anti_mites": "Milbenbekämpfung",
"iot_wash_anti_odor": "Anti-Geruch",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Desinfektion",
"iot_wash_baby_sanitizer_steam": "Babywäsche-Desinfektion + Dampf",
"iot_wash_backpacks": "Rucksäcke",
"iot_wash_backpacks_zelig": "Rucksäcke",
"iot_wash_bathrobe": "Bademäntel und Handtücher",
"iot_wash_bathrobe_steam": "Bademantel + Dampf",
"iot_wash_bed_linen": "Bettwäsche",
"iot_wash_bed_linen_steam": "Bettwäsche + Dampf",
"iot_wash_bed_linen_zelig": "Bettwäsche",
"iot_wash_big_single_load": "Große Einzelladung",
"iot_wash_bleaching": "Bleichen",
"iot_wash_blood_stains": "Blutflecken",
"iot_wash_cashmere": "Kaschmir",
"iot_wash_chocolate_stains": "Schokoladenflecken",
"iot_wash_cold_wash": "Kaltwäsche",
"iot_wash_colored": "Bunt",
"iot_wash_colored_anti_stain": "Fleckenentfernung bei farbigen Textilien",
"iot_wash_colored_delicate": "Bunte Feinwäsche",
"iot_wash_coloured": "Buntes",
"iot_wash_coloured_bed_linen": "Bunte Bettwäsche",
"iot_wash_coloured_bed_linen_steam": "Bunte Bettwäsche + Dampf",
"iot_wash_coloured_curtains": "Bunte Vorhänge",
"iot_wash_coloured_shirts": "Farbige Hemden",
"iot_wash_coloured_shirts_steam": "Farbige Hemden + Dampf",
"iot_wash_coloured_steam": "Buntes + Dampf",
"iot_wash_coloured_tableclothes": "Farbige Tischtücher",
"iot_wash_coloured_tableclothes_steam": "Farbige Tischtücher + Dampf",
"iot_wash_cotton": "Baumwolle",
"iot_wash_cotton_steam": "Baumwolle + Dampf",
"iot_wash_cuddly_toys": "Stofftiere",
"iot_wash_curtains": "Vorhänge",
"iot_wash_curtains_steam": "Vorhänge+Dampf",
"iot_wash_curtains_zelig": "Vorhänge",
"iot_wash_dark": "Dunkle Kleidungsstücke",
"iot_wash_darks_and_coloured_44": "Dunkles und Buntes 44'",
"iot_wash_darks_and_coloured_59": "Dunkles und Buntes 59'",
"iot_wash_darks_and_coloured_xl": "Dunkles und Buntes XL",
"iot_wash_dark_steam": "Dunkle Kleidungsstücke + Dampf",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Feinwäsche",
"iot_wash_delicate_antiallergy": "Allergenarmes Programm für Feines",
"iot_wash_delicate_antiallergy_steam": "Allergenarmes Programm für Feines + Dampf",
"iot_wash_delicate_antiallergy_zelig": "Allergenarmes Programm für Feines",
"iot_wash_delicate_colors": "Bunte Feinwäsche",
"iot_wash_delicate_colors_steam": "Buntes + Dampf",
"iot_wash_delicate_dark": "Dunkle Feinwäsche",
"iot_wash_delicate_steam": "Feinwäsche + Dampf",
"iot_wash_delicate_tablecloths": "Empfindliche Tischdecken",
"iot_wash_delicate_tablecloths_steam": "Empfindliche Tischdecken + Dampf",
"iot_wash_delicate_whites": "Weiße Feinwäsche",
"iot_wash_denim_jeans": "Denim - Jeans",
"iot_wash_diving_suits": "Tauchanzüge",
"iot_wash_diving_suits_zelig": "Tauchanzüge",
"iot_wash_down_jackets": "Daunenjacken",
"iot_wash_down_jackets_zelig": "Daunenjacken",
"iot_wash_duvet": "Oberbetten",
"iot_wash_fruit_stains": "Obstflecken",
"iot_wash_gym_fit": "Fitness-Studio - Fitness-Kleidung",
"iot_wash_handwash": "Handwäsche",
"iot_wash_handwash_colored": "Bunte Handwäsche",
"iot_wash_handwash_dark": "Dunkle Handwäsche",
"iot_wash_lingerie": "Dessous",
"iot_wash_masks_refresh": "Mundschutz-Auffrischung",
"iot_wash_masks_sanification": "Mundschutz-Desinfektion",
"iot_wash_masks_sanification_steam": "Mundschutz-Desinfektion + Dampf",
"iot_wash_mats": "Teppiche",
"iot_wash_men_s_trousers": "Herrenhosen",
"iot_wash_mixed": "Gemischt",
"iot_wash_mixed_steam": "Gemischt + Dampf",
"iot_wash_mix_and_coloured_44": "Gemischt und Farben 44'",
"iot_wash_mix_and_coloured_59": "Gemischt und Farben 59'",
"iot_wash_mix_and_coloured_xl": "Gemischt und Farben XL",
"iot_wash_new_clothes": "Neue Kleidung",
"iot_wash_perfect_white": "Perfektes Weiß",
"iot_wash_perfect_white_steam": "Perfektes Weiß + Dampf",
"iot_wash_pets": "Textilien für Haustiere",
"iot_wash_pets_hair_removal": "Haustierhaare auswaschen",
"iot_wash_pets_odours_stains_removal": "Haustiere Geruchs- und Fleckenentfernung",
"iot_wash_pets_steam": "Textilien für Haustiere",
"iot_wash_playsuits": "Strampelanzüge",
"iot_wash_playsuits_steam": "Strampelanzüge + Dampf",
"iot_wash_quick_drum_cleaner": "Schnellreinigung für Waschmaschinentrommeln",
"iot_wash_rapid_14": "Rapid 14",
"iot_wash_rapid_30": "Rapid 30",
"iot_wash_rapid_44": "Rapid 44'",
"iot_wash_rapid_59": "Rapid 59'",
"iot_wash_rapid_59_steam": "Rapid 59' + Dampf",
"iot_wash_refresh_14_min": "Auffrischen 14'",
"iot_wash_resistant_colored": "Strapazierfähige Buntwäsche",
"iot_wash_resistant_dark": "Strapazierfähige dunkle Wäsche",
"iot_wash_resistant_whites": "Strapazierfähige weiße Wäsche",
"iot_wash_rinse": "Spülen",
"iot_wash_shirts": "Hemden",
"iot_wash_shirts_steam": "Hemden + Dampf",
"iot_wash_silk": "Seide",
"iot_wash_ski_suit": "Skianzüge",
"iot_wash_ski_suit_zelig": "Skianzüge",
"iot_wash_spin": "Schleudern",
"iot_wash_sport": "Sport",
"iot_wash_sport_anti_odor": "Anti-Geruch Sportbekleidung",
"iot_wash_sport_anti_odor_zelig": "Anti-Geruch Sportbekleidung",
"iot_wash_stains_remover": "Fleckenentferner",
"iot_wash_swimsuits_and_bikinis": "Badeanzüge",
"iot_wash_synthetic": "Synthetik",
"iot_wash_synthetic_steam": "Synthetik + Dampf",
"iot_wash_tablecloths": "Tischdecken",
"iot_wash_tablecloths_steam": "Tischdecken + Dampf",
"iot_wash_technical_fabrics": "Technische Textilien",
"iot_wash_technical_fabrics_zelig": "Technische Textilien",
"iot_wash_technical_jackets": "Jacken aus technischen Textilien",
"iot_wash_technical_jackets_zelig": "Jacken aus technischen Textilien",
"iot_wash_trainers": "Turnschuhe",
"iot_wash_whites": "Weiß",
"iot_wash_whites_44": "Weiß 44'",
"iot_wash_whites_59": "Weiß 59'",
"iot_wash_whites_xl": "Weiß XL",
"iot_wash_wine_stains": "Weinflecken",
"iot_wash_wool": "Wolle",
"jeans": "Jeans",
"jeans_60": "Jeans",
"low_dry": "Trocknen gemischt",
"mixed": "Gemischt",
"mixed_and_colored_59": "Gemischt und Farben 59'",
"mixed_steam": "Gemischt + Dampf",
"mix_and_colour_59": "Misch + Buntwaesche 59'",
"mix_and_colour_59_steam": "Misch- und Buntwäsche 59' + Dampf",
"night_and_day": "Nacht und Tag",
"night_wash": "Zyklus über Nacht",
"perfect_59": "Perfekt 59'",
"perfect_cotton_59": "Baumwolle Perfekt 59'",
"perfect_cotton_59_steam": "Baumwolle Perfekt 59'",
"perfect_whites_59": "Blütenweiß 59'",
"rapid_14_min": "14'uten Kurzprogramm",
"rapid_30_min": "Schnellwaschgang 30'",
"rapid_44_min": "Schnellwaschgang 44'",
"rapid_a_class_60": "Rapid Klasse A 60",
"rapid_a_class_60_steam": "Rapid Klasse A 60 + Dampf",
"rapid_wash_and_dry_59_min": "Waschen und trocknen 59'",
"resistant_cotton": "Baumwolle",
"resistant_cotton_steam": "Baumwolle + Dampf",
"rinse": "Spülen",
"shirts_steam": "Hemden + Dampf",
"silent_night": "Zyklus über Nacht",
"single_item": "Einzelner Gegenstand",
"single_item_steam": "Einzelner Gegenstand + Dampf",
"smart_wash": "Smart Wash",
"soft_care": "Sanfte Pflege",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Special 39'",
"special_39_full_load": "Special 39'",
"special_39_full_load_steam": "Special 39' + Dampf",
"special_49": "Spezial 49'",
"sport_39": "Sport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Dampf 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Synthetik",
"synthetic_and_coloured": "Synthetik und Farben",
"synthetic_and_coloured_steam": "Synthetik und Farben + Dampf",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Total Care",
"tumbling": "Trocknen",
"wool": "Wolle",
"wool_and_delicates_49": "Wolle/Feinwäsche 49'",
"wool_dry": "Wolle trocknen",
"wool_soft_care": "Wolle & Soft Care"
},
"name": "Programm"
},
"programs_ref": {
"state": {
"auto_set": "AUTOMATISCHE EINSTELLUNG",
"cheese": "Käse",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Eco-Modus",
"fruits_and_veg": "Obst und Genüse",
"fruit_and_veg": "Fruit & Veg",
"holiday": "URLAUBSFUNKTION",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Kein Modus ausgewählt",
"quick_cool": "SCHNELLKÜHLUNG",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Programm"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Entfeuchter",
"iot_uv_and_fan": "UV + Gebläse",
"iot_uv_and_heat": "UV + Heizen"
}
},
"name": "Programm"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Programm"
},
"remaining_time": {
"name": "Verbleibende Zeit"

View File

@ -58,7 +58,8 @@
"19": "Στέγνωμα",
"20": "Στέγνωμα",
"11": "Ετοιμος",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Φάση"
},
@ -306,7 +307,8 @@
"woolmark": "Μαλλινα",
"xxl_load": "XXL Φορτιο",
"zoom_59": "Zoom 59"
}
},
"name": "Πρόγραμμα"
},
"room_temperature": {
"name": "Θερμοκρασία δωματίου"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Θερμοκρασία ψυγείου"
},
"programs_ac": {
"state": {
"iot_10_heating": "10° C Λειτουργία θέρμανσης",
"iot_auto": "Αυτόματο",
"iot_cool": "Ψύξη",
"iot_dry": "Στέγνωμα",
"iot_fan": "Ανεμιστήρας",
"iot_heat": "Ζέστη",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Αυτοκαθαρισμός",
"iot_self_clean": "Αυτοκαθαρισμός",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Εκκίνηση τώρα",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Ψύξη",
"iot_uv_and_dry": "UV + Αφυγραντήρας",
"iot_uv_and_fan": "UV + Ανεμιστήρας",
"iot_uv_and_heat": "UV + Θέρμανση"
},
"name": "Πρόγραμμα"
},
"programs_dw": {
"state": {
"59_min": "Γρηγορο 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "αυτοματο Universal 50 - 60°C",
"auto_universal_plus": "αυτόματο Universal Plus 65 - 75°C",
"auto_universal_plus_soil": "αυτόματο Universal Plus 65 - 75°C",
"auto_universal_soil": "αυτοματο Universal 50 - 60°C",
"auto_wash": "Αυτόματη πλύση",
"auto_wash_soil": "Αυτόματη πλύση",
"classe_a_59": "Α Class 59' 65°C",
"delicate": "ευαισθητα 45°C",
"dishwasher_care": "Κύκλος καθαρισμού κλίμακας στρώματος αλάτων",
"eco": "Οικολογικό",
"eco_asynch": "ECO 45°C",
"eco_bldc": "ECO 45°C",
"eco_synch": "ECO 45°C",
"gentle_wash": "Gentle wash",
"glass": "Ποτήρι",
"glassware": "γυαλικα 45°C",
"glass_care": "Glass Care",
"hygiene": "Υγιεινό",
"hygiene_plus": "Hygiene+ 75°C",
"intensive": "Εντατικό ",
"intensive_rapid": "δυνατο γρηγορο",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "αυτοματο Universal 50 - 60°C",
"iot_auto_wash_soil": "Αυτόματη πλύση",
"iot_baby_care": "Φροντίδα Μωρού",
"iot_breakfast": "Πρωινό",
"iot_checkup": "Έλεγχος",
"iot_china_crystals": "Κινέζικα Κρύσταλλα",
"iot_classe_a_59": "Γρηγορο 59'",
"iot_cocktail_glasses": "Ποτήρια Κοκτέιλ",
"iot_cocktail_glasses_soil": "Ποτήρια Κοκτέιλ",
"iot_daily_care": "Καθημερινή Φροντίδα",
"iot_daily_care_soil": "Καθημερινή Φροντίδα",
"iot_delicate": "ευαισθητα 45°C",
"iot_dinner_for_two": "Δείπνο για 2",
"iot_dinner_for_two_soil": "Δείπνο για 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "ECO 45°C",
"iot_eco_bldc": "ECO 45°C",
"iot_eco_synch": "ECO 45°C",
"iot_extra_hygiene": "Επιπλέον Υγιεινή",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Πάρτι",
"iot_party_soil": "Πάρτι",
"iot_pizza_menu": "Μενού Πίτσα",
"iot_pizza_menu_soil": "Μενού Πίτσα",
"iot_plastic_tupperware": "Πλαστικά & Τάπερ",
"iot_porcelain": "Πορσελάνη",
"iot_power_mix_wash": "Ισχυρή Πλύση για Μικτά",
"iot_power_mix_wash_soil": "Ισχυρή Πλύση για Μικτά",
"iot_prewash": "προπλυση",
"iot_pyrex_and_glassware": "Πυρέξ & Γυάλινα Είδη",
"iot_rapid_29": "γρηγορο 29'",
"iot_rapid_39": "γρηγορο 39' 60°C",
"iot_single": "Ατομικό",
"iot_steam": "ατμος 75°C",
"iot_super_flash": "Εξαιρετικά Γρήγορο",
"iot_super_wash": "Εξαιρετική Πλύση",
"iot_turbopower": "Μεγάλη Ισχύς",
"iot_universal": "γενικο 60°C",
"iot_wok_grids_maxi_pans": "Ειδικά Τηγάνια (Γουόκ - Σχάρες και Μεγάλα Τηγάνια)",
"iot_wok_grids_maxi_pans_soil": "Ειδικά Τηγάνια (Γουόκ - Σχάρες και Μεγάλα Τηγάνια)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra Silent 55°C",
"prewash": "προπλυση",
"rapid_20": "Γρηγορο 20'",
"rapid_24": "γρηγορο 24'",
"rapid_29": "γρηγορο 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "γρηγορο 39' 60°C",
"rapid_49": "Γρηγορο 49'",
"rapid_59": "Γρηγορο 59'",
"sanitising": "Απολύμανση",
"silence": "Silence",
"silent": "Νύχτα",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "σπεσιαλ",
"special_pw_prz": "σπεσιαλ",
"steam": "ατμος 75°C",
"steam_plus": "Επιπλέον ατμός 75° C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silent 55°C",
"ultra_silent": "Ultra Silent 55°C",
"universal": "γενικο 60°C",
"universal_plus": "γενικο Plus 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Πρόγραμμα"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Καφέ φλαμουριά",
"iot_special_beef_fillet": "Φιλέτο βοδινού",
"iot_special_beef_veal_stew": "Βοδινό και μοσχαρίσιο ραγού",
"iot_special_boiled_rice": "Βραστό ρύζι",
"iot_special_chicken_breast": "Στήθος κοτόπουλου",
"iot_special_chicken_legs": "Μπούτια κοτόπουλου",
"iot_special_chocolate_pudding": "Πουτίγκα σοκολάτας",
"iot_special_entrecote": "Εντρεκότ",
"iot_special_fresh_tuna": "Νωπός τόνος",
"iot_special_grilled_vegetables": "Ψητά λαχανικά",
"iot_special_lamb_cutlet": "Κοτολέτες αρνιού",
"iot_special_meatballs": "Κεφτέδες από κρέας",
"iot_special_minestrone": "Μινεστρόνη",
"iot_special_mussels": "Μύδια",
"iot_special_omelette": "Ομελέτα",
"iot_special_pancakes": "Τηγανίτα",
"iot_special_paris_style_peas": "Μπιζέλια του Παρισιού",
"iot_special_poached_eggs": "Αυγά ποσέ",
"iot_special_pork_fillet": "Φιλέτο Χοιρινού",
"iot_special_pork_ribs": "Χοιρινά παϊδάκια",
"iot_special_prawns": "Γαρίδες",
"iot_special_quinoa": "Κινόα",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Σολωμός φιλέτο",
"iot_special_saute_potatoes": "Πατάτες σωτέ",
"iot_special_scallops": "Χτένια",
"iot_special_scrambled_eggs": "Αυγά ομελέτα",
"iot_special_spelt": "Όλυρα",
"iot_special_veggy_noodles": "Λαχανικά νουντλς",
"iot_special_white_fish_fillet": "Φιλέτο λευκόψαρου",
"iot_standard_boiling": "Βρασμός",
"iot_standard_frying": "Τηγάνισμα",
"iot_standard_keep_warm": "Συντήρηση",
"iot_standard_melting": "Λιώσιμο",
"iot_standard_simmering": "Σιγοβράσιμο"
},
"name": "Πρόγραμμα"
},
"programs_ov": {
"state": {
"bakery": "Ζυμαρικά και αρτοποιήματα",
"bakery_steam": "Ατμός φούρνου",
"bottom_heating": "Κάτω στοιχείο",
"bottom_heating_fan": "Κάτω στοιχείο + ανεμιστήρας",
"bread": "Ψωμί",
"bread_steam": "Ψωμί ατμού",
"combi": "Combi",
"convection_fan": "Θερμοσ αερασ",
"convection_fan_turnspit": "Θερμός αέρας + Ανεμιστήρας + Σούβλα",
"conventional": "Ανω - κατω θερμανση",
"conventional_turnspit": "Θερμός αέρας + Σούβλα",
"defrost": "Απόψυξη",
"descaling": "Αφαλάτωση",
"fish": "Ψάρια",
"fish_steam": "Ψάρια στον ατμό",
"grill_cata": "Γκριλ",
"grill_fan_cata": "Ανεμιστήρας γκριλ",
"grill_fan_pyro": "Γκριλ + ανεμιστήρας",
"grill_pyro": "Γκριλ",
"h20_clean": "H2O-Clean",
"iot_bread": "Ψωμί",
"iot_h20_clean": "h2O clean",
"leavening": "Ζυμωση",
"low_temp_cooking": "Μαγείρεμα σε χαμηλή θερμοκρασία",
"low_temp_cooking_fish": "Μαγείρεμα σε χαμηλή θερμοκρασία - Ψάρι",
"low_temp_cooking_fish_steam": "Μαγείρεμα σε χαμηλή θερμοκρασία - Ψάρια στον ατμό",
"low_temp_cooking_meat": "Μαγείρεμα σε χαμηλή θερμοκρασία - Κρέας",
"low_temp_cooking_meat_steam": "Μαγείρεμα σε χαμηλή θερμοκρασία - Κρέας στον ατμό",
"low_temp_cooking_steam": "Μαγείρεμα με ατμό σε χαμηλή θερμοκρασία",
"meat": "Κρέας",
"meat_steam": "Κρέας στον ατμό",
"multi_level": "Πολλαπλων Επιπεδων",
"paella": "Paella",
"pasta_and_bakery": "Ζυμαρικά και αρτοποιήματα",
"pizza": "Pizza",
"pyrolysis": "Πυρόλυση",
"pyrolysis_plus": "Πυρόλυση +",
"red_meat": "Κόκκινο κρέας",
"red_meat_steam": "Κόκκινο κρέας στον ατμό",
"regenerate": "Αναζωογόνηση",
"soft_plus": "Μαλακό +",
"super_grill": "Σούπερ γκριλ",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Λαχανικά",
"vegetables_cata": "Λαχανικά",
"vegetables_pyro": "Λαχανικά",
"water_discharge": "Απόρριψη νερού",
"white_meat": "Λευκό κρέας",
"white_meat_steam": "Λευκό κρέας στον ατμό"
},
"name": "Πρόγραμμα"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Χρωματιστά και Βαμβακερά",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Ατμός",
"active_wash": "Ενεργό πλύσιμο",
"active_wash_steam": "Ενεργό πλύσιμο",
"allergy_care": "Φροντίδα αλλεργίας",
"allergy_care_pro": "Allergy Care Επαγγελματικό",
"all_in_one_49": "Όλα σε Ένα 49'.",
"all_in_one_59": "Όλα σε Ένα 59'.",
"all_in_one_59_steam": "Ενεργή πλύση + Ατμός",
"autocare": "Αυτόματη φροντίδα",
"autoclean": "Καθαρισμός κάδου",
"baby_60": "Μωρουδιακά 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Έλεγχος",
"colour_59": "χρωματιστα 59'",
"colour_59_steam": "Χρωματιστά 59' + ατμός",
"cottons": "Βαμβακερό",
"cottons_prewash": "βαμβακερα + προπλυση",
"cottons_steam": "Βαμβακερό + Ατμός",
"cotton_care_59": "βαμβακερα 59 λεπτα",
"delicate_59": "Ευαίσθητα 59'",
"delicate_silk": "Ευαίσθητα μεταξωτά",
"delicate_silk_steam": "Ευαίσθητα μεταξωτά + ατμός",
"delicati_59": "Ευαίσθητα 59'",
"delicati_59_steam": "Ευαίσθητα 59'",
"drain_spin": "Στραγγίστε + και περιστρέψτε",
"easy_iron": "ευκολο σιδερωμα",
"eco_40_60_new_energy_label": "Eco (οικολογικό) 40-60",
"extra_care": "EXTRA CARE",
"fitness": "FITNESS CARE",
"fitness_care": "FITNESS CARE",
"fresh_care": "Φρέσκια φροντίδα",
"fresh_care_steam": "Φροντίδα φρεσκάδας + Ατμός",
"handwash_wool": "Πλύσιμο στο χέρι και μαλλί",
"high_dry": "Στέγνωμα βαμβακερών",
"hqd_20_degrees": "Βαμβακερό 20℃",
"hqd_allergy": "Φροντίδα αλλεργίας",
"hqd_autoclean": "Καθαρισμός κάδου",
"hqd_babycare": "Φροντίδα Μωρού",
"hqd_checkup": "Έλεγχος",
"hqd_cottons": "Βαμβακερό",
"hqd_delicate": "Ευαίσθητα",
"hqd_delicate_cradle": "Ευαίσθητα",
"hqd_dry": "Στέγνωμα βαμβακερών",
"hqd_dry_synthetics": "Μικτά στέγνωμα",
"hqd_duvet": "Παπλώματα",
"hqd_eco_40_60_degrees": "Eco (οικολογικό) 40-60",
"hqd_handwash_wool": "Μάλλινα",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Μείγμα",
"hqd_quick_15": "Γρήγορο 15'",
"hqd_quick_wash_57": "Γρήγορο πλύσιμο 57 λεπτά",
"hqd_rapid_wash_and_dry": "Πλύσιμο & στέγνωμα",
"hqd_refresh": "Refresh",
"hqd_rinse": "Ξέπλυμα",
"hqd_shirts": "Πουκάμισα",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Στύψιμο",
"hqd_sport": "Αθλητικά",
"hqd_super_fast": "Γρήγορο 39",
"hqd_synthetic_and_coloured": "Συνθετικά",
"hygiene_59": "HYGIENE PLUS 59'",
"hygiene_60": "Υγιεινό 60°",
"hygiene_plus_59": "HYGIENE PLUS 59'",
"hygiene_plus_59_min": "HYGIENE PLUS 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 λεπτά",
"hygiene_pro_steam": "Hygiene Pro + Ατμός",
"intensive_40": "Εντατικό 40°C",
"intensive_40_steam": "Εντατικό 40°C + ατμός",
"iot_active_steam": "Ατμός",
"iot_active_wash_steam": "Ενεργό πλύσιμο",
"iot_allergy_care_pro": "Allergy Care Επαγγελματικό",
"iot_all_in_one_59_steam": "Ενεργή πλύση + Ατμός",
"iot_checkup": "Έλεγχος",
"iot_colour_59_steam": "Χρωματιστά 59' + ατμός",
"iot_cottons_steam": "Βαμβακερό + Ατμός",
"iot_delicate_silk_steam": "Ευαίσθητα μεταξωτά + ατμός",
"iot_delicati_59_steam": "Ευαίσθητα 59'",
"iot_dry_air_refresh": "Ανανέωση αέρα",
"iot_dry_anti_mites": "Αντι-ακάρεα",
"iot_dry_baby": "Μωρουδιακά",
"iot_dry_backpacks": "Σακίδια",
"iot_dry_bathrobe": "Μπουρνούζια και πορώδη υφάσματα",
"iot_dry_bed_linen": "Κλινοσκεπάσματα",
"iot_dry_cotton_dry": "Στέγνωμα βαμβακερών",
"iot_dry_cuddly_toys": "Λούτρινα ζωάκια",
"iot_dry_curtains": "Κουρτίνες",
"iot_dry_dehumidifier": "Αφαίρεση υγρασίας",
"iot_dry_delicates_antiallergy": "Ευαίσθητα και λεπτά αντι-αλλεργιογόνα",
"iot_dry_delicate_tablecloths": "Λεπτά τραπεζομάντιλα",
"iot_dry_denim_jeans": "Ντένιμ - Τζιν",
"iot_dry_easy_iron_cotton": "Εύκολο σιδέρωμα - βαμβακερά",
"iot_dry_easy_iron_synthetics": "Εύκολο σιδέρωμα - Συνθετικά",
"iot_dry_gym_fit": "Φόρμες - ρούχα γυμναστικής",
"iot_dry_lingerie": "Εσώρουχα",
"iot_dry_mixed_dry": "Μικτά στέγνωμα",
"iot_dry_rapid_60_min_delicates": "Γρήγορο 60' - Ευαίσθητα",
"iot_dry_shirts": "Πουκάμισα",
"iot_dry_swimsuits_and_bikinis": "Μαγιό",
"iot_dry_synthetics": "Συνθετικά στέγνωμα",
"iot_dry_synthetic_dry": "Συνθετικά στέγνωμα",
"iot_dry_tablecloths": "Τραπεζομάντηλα",
"iot_dry_technical_fabrics": "Τεχνικά υφάσματα",
"iot_dry_warm_embrace": "Ευαίσθητα στέγνωμα",
"iot_dry_wool_dry": "Μάλλινα στέγνωμα",
"iot_easy_iron": "ευκολο σιδερωμα",
"iot_fresh_care_steam": "Φροντίδα φρεσκάδας + Ατμός",
"iot_hygiene_pro_steam": "Hygiene Pro + Ατμός",
"iot_intensive_40_steam": "Εντατικό 40°C + ατμός",
"iot_mixed_steam": "Μικτά + Ατμός",
"iot_mix_and_colour_59_steam": "Μικτά και χρωματιστά 59' + Ατμός",
"iot_perfect_cotton_59_steam": "ΤΕΛΕΙΑ ΒΑΜΒΑΚΕΡΑ 59'",
"iot_rapid_a_class_60_steam": "Γρήγορο κατηγορίας A 60 + ατμός",
"iot_resistant_cotton_steam": "Βαμβακερό + Ατμός",
"iot_shirts_steam": "Πουκάμισα + Ατμός",
"iot_single_item_steam": "Ένα τεμάχιο + Ατμός",
"iot_smart_wash": "Έξυπνη πλύση",
"iot_soft_care_steam": "Soft Care + Steam",
"iot_special_39_full_load_steam": "Ειδικό 39' + Ατμός",
"iot_steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό ",
"iot_synthetic_and_coloured_steam": "Συνθετικά και χρωματιστά + Ατμός",
"iot_wash_and_dry": "Πλύσιμο & στέγνωμα",
"iot_wash_anti_mites": "Αντι-ακάρεα",
"iot_wash_anti_odor": "Κατά των οσμών",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Απολύμανση",
"iot_wash_baby_sanitizer_steam": "Απολύμανση μωρουδιακών + ατμός",
"iot_wash_backpacks": "Σακίδια",
"iot_wash_backpacks_zelig": "Σακίδια πλάτης",
"iot_wash_bathrobe": "Μπουρνούζια και πετσέτες",
"iot_wash_bathrobe_steam": "Μπουρνούζι + Ατμός",
"iot_wash_bed_linen": "Κλινοσκεπάσματα",
"iot_wash_bed_linen_steam": "Κλινοσκεπάσματα + Ατμός",
"iot_wash_bed_linen_zelig": "Κλινοσκεπάσματα",
"iot_wash_big_single_load": "Μεγάλο μεμονωμένο φορτίο",
"iot_wash_bleaching": "Λεύκανση",
"iot_wash_blood_stains": "Λεκέδες αίματος",
"iot_wash_cashmere": "Κασμίρι",
"iot_wash_chocolate_stains": "Λεκέδες από σοκολάτα",
"iot_wash_cold_wash": "Κρύα πλύση",
"iot_wash_colored": "Χρωματιστά",
"iot_wash_colored_anti_stain": "Αφαίρεση λεκέδων για χρώματα",
"iot_wash_colored_delicate": "Ευαίσθητα χρωματιστά",
"iot_wash_coloured": "Χρωματιστά",
"iot_wash_coloured_bed_linen": "Χρωματιστά κλινοσκεπάσματα",
"iot_wash_coloured_bed_linen_steam": "Χρωματιστά κλινοσκεπάσματα + ατμός",
"iot_wash_coloured_curtains": "Χρωματιστές κουρτίνες",
"iot_wash_coloured_shirts": "Χρωματιστά πουκάμισα",
"iot_wash_coloured_shirts_steam": "Χρωματιστά πουκάμισα + ατμός",
"iot_wash_coloured_steam": "Χρωματιστά + Ατμός",
"iot_wash_coloured_tableclothes": "Χρωματιστά τραπεζομάντηλα",
"iot_wash_coloured_tableclothes_steam": "Χρωματιστά τραπεζομάντιλα + Ατμός",
"iot_wash_cotton": "Βαμβακερό",
"iot_wash_cotton_steam": "Βαμβακερό + Ατμός",
"iot_wash_cuddly_toys": "Λούτρινα ζωάκια",
"iot_wash_curtains": "Κουρτίνες",
"iot_wash_curtains_steam": "Κουρτίνες + Ατμός",
"iot_wash_curtains_zelig": "Κουρτίνες",
"iot_wash_dark": "Σκούρα ρούχα",
"iot_wash_darks_and_coloured_44": "Σκούρα και χρωματιστά 44'",
"iot_wash_darks_and_coloured_59": "Σκούρα και χρωματιστά 59'",
"iot_wash_darks_and_coloured_xl": "Σκούρα και χρωματιστά XL",
"iot_wash_dark_steam": "Σκούρα ρούχα + Ατμός",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Ευαίσθητα",
"iot_wash_delicate_antiallergy": "Αντι-αλλεργικό για λιπαρές ουσίες",
"iot_wash_delicate_antiallergy_steam": "Αντι-αλλεργικό για λιπαρές ουσίες + Ατμός",
"iot_wash_delicate_antiallergy_zelig": "Αντι-αλλεργικό για λιπαρές ουσίες",
"iot_wash_delicate_colors": "Ευαίσθητα χρωματιστά",
"iot_wash_delicate_colors_steam": "Χρωματιστά + ατμός",
"iot_wash_delicate_dark": "Ευαίσθητα σκούρα",
"iot_wash_delicate_steam": "Ευαίσθητα + Ατμός",
"iot_wash_delicate_tablecloths": "Λεπτά τραπεζομάντιλα",
"iot_wash_delicate_tablecloths_steam": "Λεπτά τραπεζομάντιλα + Ατμός",
"iot_wash_delicate_whites": "Ευαίσθητα λευκά",
"iot_wash_denim_jeans": "Ντένιμ - τζιν",
"iot_wash_diving_suits": "Στολες κατάδυσης",
"iot_wash_diving_suits_zelig": "Στολες κατάδυσης",
"iot_wash_down_jackets": "Φουσκωτά μπουφάν",
"iot_wash_down_jackets_zelig": "Φουσκωτά μπουφάν",
"iot_wash_duvet": "Παπλώματα",
"iot_wash_fruit_stains": "Λεκέδες φρούτων",
"iot_wash_gym_fit": "Φόρμες - ρούχα γυμναστικής",
"iot_wash_handwash": "Πλύσιμο στο χέρι",
"iot_wash_handwash_colored": "Πλύσιμο στο χέρι χρωματιστά",
"iot_wash_handwash_dark": "Πλύσιμο στο χέρι σκούρα",
"iot_wash_lingerie": "Εσώρουχα",
"iot_wash_masks_refresh": "Φρεσκάρισμα μασκών",
"iot_wash_masks_sanification": "Απολύμανση μασκών",
"iot_wash_masks_sanification_steam": "Απολύμανση μασκών + Ατμός",
"iot_wash_mats": "Χαλιά",
"iot_wash_men_s_trousers": "παντελονια",
"iot_wash_mixed": "Μικτά",
"iot_wash_mixed_steam": "Μικτά + Ατμός",
"iot_wash_mix_and_coloured_44": "Μικτά και χρωματιστά 44'",
"iot_wash_mix_and_coloured_59": "Μικτά και χρωματιστά 59'",
"iot_wash_mix_and_coloured_xl": "Μικτά και χρωματιστά XL",
"iot_wash_new_clothes": "Νέα ρούχα",
"iot_wash_perfect_white": "Τέλειο λευκό",
"iot_wash_perfect_white_steam": "Τέλειο λευκό + Ατμός",
"iot_wash_pets": "Αξεσουάρ κατοικίδιων",
"iot_wash_pets_hair_removal": "Αφαίρεση των τριχών κατοικίδιων ζώων",
"iot_wash_pets_odours_stains_removal": "Αφαίρεση οσμών και λεκέδων από τα κατοικίδια ζώα",
"iot_wash_pets_steam": "Αξεσουάρ κατοικίδιων",
"iot_wash_playsuits": "Αθλητικές φόρμες",
"iot_wash_playsuits_steam": "Αθλητικές φόρμες + Ατμός",
"iot_wash_quick_drum_cleaner": "Γρήγορος καθαρισμός κάδου",
"iot_wash_rapid_14": "Γρήγορο 14",
"iot_wash_rapid_30": "Γρήγορο 30",
"iot_wash_rapid_44": "Γρήγορο 44'",
"iot_wash_rapid_59": "Γρήγορο 59'",
"iot_wash_rapid_59_steam": "Γρήγορο 59' + ατμός",
"iot_wash_refresh_14_min": "Ανανέωση 14'",
"iot_wash_resistant_colored": "Ανθεκτικά χρωματιστά",
"iot_wash_resistant_dark": "Ανθεκτικά σκούρα",
"iot_wash_resistant_whites": "Ανθεκτικά λευκά",
"iot_wash_rinse": "Ξέπλυμα",
"iot_wash_shirts": "Πουκάμισα",
"iot_wash_shirts_steam": "Πουκάμισα + Ατμός",
"iot_wash_silk": "Μεταξωτά",
"iot_wash_ski_suit": "Στολές σκι",
"iot_wash_ski_suit_zelig": "Στολές σκι",
"iot_wash_spin": "Στύψιμο",
"iot_wash_sport": "Αθλητικά",
"iot_wash_sport_anti_odor": "Κατά της οσμής των αθλητικών ρούχων",
"iot_wash_sport_anti_odor_zelig": "Κατά της οσμής των αθλητικών ρούχων",
"iot_wash_stains_remover": "Αφαίρεση λεκέδων",
"iot_wash_swimsuits_and_bikinis": "Μαγιό",
"iot_wash_synthetic": "Συνθετικά",
"iot_wash_synthetic_steam": "Συνθετικά + Ατμός",
"iot_wash_tablecloths": "Τραπεζομάντηλα",
"iot_wash_tablecloths_steam": "Τραπεζομάντηλα + Ατμός",
"iot_wash_technical_fabrics": "Τεχνικά υφάσματα",
"iot_wash_technical_fabrics_zelig": "Τεχνικά υφάσματα",
"iot_wash_technical_jackets": "Τεχνικά μπουφάν",
"iot_wash_technical_jackets_zelig": "Τεχνικά μπουφάν",
"iot_wash_trainers": "Αθλητικά παπούτσια",
"iot_wash_whites": "Λευκά",
"iot_wash_whites_44": "Λευκά 44'",
"iot_wash_whites_59": "Λευκά 59'",
"iot_wash_whites_xl": "Λευκά XL",
"iot_wash_wine_stains": "Λεκέδες κρασιού",
"iot_wash_wool": "Μάλλινα",
"jeans": "Τζιν παντελονια",
"jeans_60": "τζιν",
"low_dry": "Μικτά στέγνωμα",
"mixed": "Μικτά",
"mixed_and_colored_59": "Μικτά και χρωματιστά 59'",
"mixed_steam": "Μικτά + Ατμός",
"mix_and_colour_59": "ΜΙΚΤΑ + ΧΡΩΜΑΤΙΣΤΑ 59'",
"mix_and_colour_59_steam": "Μικτά και χρωματιστά 59' + Ατμός",
"night_and_day": "Νύχτα και ημέρα",
"night_wash": "Ολονύκτιος κύκλος",
"perfect_59": "Τέλειο 59'",
"perfect_cotton_59": "ΤΕΛΕΙΑ ΒΑΜΒΑΚΕΡΑ 59'",
"perfect_cotton_59_steam": "ΤΕΛΕΙΑ ΒΑΜΒΑΚΕΡΑ 59'",
"perfect_whites_59": "τελεια λευκα 59'",
"rapid_14_min": "Γρήγορο 14 λεπτών",
"rapid_30_min": "Γρήγορο 30λεπ.",
"rapid_44_min": "Γρήγορο 44λεπ.",
"rapid_a_class_60": "Γρήγορο κατηγορίας A 60",
"rapid_a_class_60_steam": "Γρήγορο κατηγορίας A 60 + ατμός",
"rapid_wash_and_dry_59_min": "Πλύσιμο και στέγνωμα 59'.",
"resistant_cotton": "Βαμβακερό",
"resistant_cotton_steam": "Βαμβακερό + Ατμός",
"rinse": "Ξέπλυμα",
"shirts_steam": "Πουκάμισα + Ατμός",
"silent_night": "Ολονύκτιος κύκλος",
"single_item": "Ενιαίο στοιχείο",
"single_item_steam": "Ένα τεμάχιο + Ατμός",
"smart_wash": "Έξυπνη πλύση",
"soft_care": "Απαλή φροντίδα",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Eιδικος 39'",
"special_39_full_load": "Eιδικος 39'",
"special_39_full_load_steam": "Ειδικό 39' + Ατμός",
"special_49": "Ειδικό 49'",
"sport_39": "Σπορ 39'",
"sport_plus_29": "SPORT PLUS 39\"",
"sport_plus_39": "SPORT PLUS 39'",
"steam_39": "Ατμός 39'",
"steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro - Βαμβακερά",
"steam_care_pro_delicates": "Steam Care Pro - Ευαίσθητα",
"steam_care_pro_synthetic": "Steam Care Pro - Συνθετικά",
"steam_hygiene_plus": "Ατμός για περισσότερο υγιεινό φαγητό ",
"synthetics": "Συνθετικά",
"synthetic_and_coloured": "Συνθετικά και χρωματιστά",
"synthetic_and_coloured_steam": "Συνθετικά και χρωματιστά + Ατμός",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Ολική φροντίδα",
"tumbling": "Κατρακύλισμα",
"wool": "Μάλλινα",
"wool_and_delicates_49": "μαλλινα/ευαισθητα 49'",
"wool_dry": "Μάλλινα στέγνωμα",
"wool_soft_care": "μαλλινα & Soft Care"
},
"name": "Πρόγραμμα"
},
"programs_ref": {
"state": {
"auto_set": "ΑΥΤΌΜΑΤΗ ΡΎΘΜΙΣΗ",
"cheese": "Τυρί",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Λειτουργία Eco",
"fruits_and_veg": "ΦΡΟΥΤΑ & ΛΑΧΑΝΙΚΑ",
"fruit_and_veg": "Fruit & Veg",
"holiday": "Ρυθμίστε το ψυγείο στους 17°C και διατηρήστε την κατάψυξη σε λειτουργία για μεγάλο χρονικό διάστημα.",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Δεν επιλέχθηκε λειτουργία",
"quick_cool": "ΓΡΗΓΟΡΗ ΨΥΞΗ",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Πρόγραμμα"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Αφυγραντήρας",
"iot_uv_and_fan": "UV + Ανεμιστήρας",
"iot_uv_and_heat": "UV + Θέρμανση"
}
},
"name": "Πρόγραμμα"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Πρόγραμμα"
},
"remaining_time": {
"name": "Χρόνος που απομένει"

View File

@ -126,7 +126,8 @@
"19": "Drying",
"20": "Drying",
"11": "Ready",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Phase"
},
@ -365,7 +366,8 @@
"woolmark": "Wool",
"xxl_load": "XXL Load",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Room temperature"
@ -378,141 +380,38 @@
},
"fridge_temp": {
"name": "Fridge temperature"
}
},
"switch": {
"anti_crease": {
"name": "Anticrease"
},
"add_dish": {
"name": "Add dishes"
},
"eco_express": {
"name": "Eco"
},
"extra_dry": {
"name": "Extra dry"
},
"half_load": {
"name": "Half load"
},
"open_door": {
"name": "Open door"
},
"three_in_one": {
"name": "3 in 1"
},
"preheat": {
"name": "Preheat"
},
"dish_washer": {
"name": "Dish washer"
},
"tumble_dryer": {
"name": "Tumble dryer"
},
"washing_machine": {
"name": "Washing machine"
},
"washer_dryer": {
"name": "Washer dryer"
},
"oven": {
"name": "Oven"
},
"prewash": {
"name": "Pre-wash "
},
"pause": {
"name": "Pause"
},
"keep_fresh": {
"name": "Keep Fresh"
},
"delay_time": {
"name": "Delay Start"
},
"rapid_mode": {
"name": "Rapid mode"
},
"eco_mode": {
"name": "ECO mode"
},
"10_degree_heating": {
"name": "10°C Heating function"
},
"self_clean": {
"name": "Self-clean"
},
"self_clean_56": {
"name": "Steri-Clean 56°C"
},
"silent_mode": {
"name": "Silent mode"
},
"mute_mode": {
"name": "Mute mode"
},
"extra_rinse_1": {
"name": "+1 Rinse"
},
"extra_rinse_2": {
"name": "+2 Rinses"
},
"extra_rinse_3": {
"name": "+3 Rinses"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
},
"good_night": {
"name": "Good Night"
},
"auto_dose_softener": {
"name": "Autodose Softener"
},
"auto_dose_detergent": {
"name": "Autodose Detergent"
},
"auto_set": {
"name": "Auto-Set"
},
"super_cool": {
"name": "Super Cool"
},
"super_freeze": {
"name": "Super Freeze"
},
"refrigerator": {
"name": "Refrigerator"
}
},
"select": {
"dry_levels": {
"programs_ac": {
"state": {
"0": "No drying",
"1": "Iron dry",
"2": "Hang",
"3": "Cupboard Dry",
"4": "Extra dry",
"12": "Iron dry",
"13": "Cupboard Dry",
"14": "Ready to wear",
"15": "Extra dry",
"11": "No drying"
"iot_10_heating": "10°C Heating function",
"iot_auto": "Auto",
"iot_cool": "Cool",
"iot_dry": "Dry",
"iot_fan": "Fan",
"iot_heat": "Heat",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self-purify",
"iot_self_clean": "Self-clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Start now",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Cold",
"iot_uv_and_dry": "UV + Dehumidifier",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Heat"
},
"name": "Drying level"
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Rapid 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_hygiene": "Auto Hygiene",
"auto_plus": "AutoPlus",
"auto_plus_soil": "Auto Plus Soil",
"auto_rapid": "Auto Rapid",
"auto_rapid_soil": "Auto rapid Soil",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
@ -679,6 +578,676 @@
"iot_bread": "Bread",
"iot_h20_clean": "h2O clean",
"leavening": "Leavening",
"light_fan": "Light Fan",
"light_fan\n": "Light Fan",
"low_temp_cooking": "Low Temperature Cooking",
"low_temp_cooking_fish": "Low Temperature Cooking - Fish",
"low_temp_cooking_fish_steam": "Low Temperature Cooking - Steamed fish",
"low_temp_cooking_meat": "Low Temperature Cooking - Meat",
"low_temp_cooking_meat_steam": "Low Temperature Cooking - Steamed meat",
"low_temp_cooking_steam": "Low Temperature Steam Cooking",
"meat": "Meat",
"meat_steam": "Steamed meat",
"multi_level": "Multi-Level",
"paella": "Paella",
"pasta_and_bakery": "Pasta and Bakery",
"pizza": "Pizza",
"pyrolysis": "Pyrolysis",
"pyrolysis_plus": "Pyrolysis +",
"red_meat": "Red Meat",
"red_meat_steam": "Steamed red meat",
"regenerate": "Regenerate",
"soft_plus": "Soft+",
"super_grill": "Super Grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Vegetables",
"vegetables_cata": "Vegetables",
"vegetables_pyro": "Vegetables",
"water_discharge": "Water Discharge",
"white_meat": "White Meat",
"white_meat_steam": "Steamed white meat"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Colored and Cottons",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Steam",
"active_wash": "Active Wash",
"active_wash_steam": "Active Wash + Steam",
"allergy_care": "Allergy Care",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Steam",
"autocare": "Autocare",
"autoclean": "Drum cleaning and descaling ",
"baby_60": "All Baby 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Check-Up",
"colour_59": "Colored 59'",
"colour_59_steam": "Colored 59' + Steam",
"cottons": "Cotton",
"cottons_prewash": "Cottons + Prewash",
"cottons_steam": "Cotton + Steam",
"cotton_care_59": "Cotton Care 59'",
"delicate_59": "Delicate 59'",
"delicate_silk": "Delicate and Silk",
"delicate_silk_steam": "Delicate and Silk + Steam",
"delicati_59": "Delicate 59'",
"delicati_59_steam": "Delicate 59' + Steam",
"drain_spin": "Drain + Spin",
"easy_iron": "Easy Iron",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Extra Care",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Fresh Care",
"fresh_care_steam": "Fresh Care + Steam",
"handwash_wool": "Hand Wash + Wool",
"high_dry": "High Heat Dry",
"hqd_20_degrees": "Cotton 20℃",
"hqd_allergy": "Allergy Care",
"hqd_autoclean": "Drum Cleaning",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Check-Up",
"hqd_cottons": "Cotton",
"hqd_delicate": "Delicate",
"hqd_delicate_cradle": "Delicate",
"hqd_dry": "Cotton Dry",
"hqd_dry_synthetics": "Low Heat Dry",
"hqd_duvet": "Duvet",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Wool",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Mix",
"hqd_quick_15": "Quick 15'",
"hqd_quick_wash_57": "Quick Wash 57'",
"hqd_rapid_wash_and_dry": "Wash and dry",
"hqd_refresh": "Refresh",
"hqd_rinse": "Rinses",
"hqd_shirts": "Shirts",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Spin",
"hqd_sport": "Sport",
"hqd_super_fast": "Super Fast 39'",
"hqd_synthetic_and_coloured": "Synthetics",
"hygiene_59": "Hygiene Plus 59'",
"hygiene_60": "Hygiene 60°C",
"hygiene_plus_59": "Hygiene Plus 59'",
"hygiene_plus_59_min": "Hygiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49'",
"hygiene_pro_steam": "Hygiene Pro + Steam",
"intensive_40": "Intensive 40°C",
"intensive_40_steam": "Intensive 40°C + Steam",
"iot_active_steam": "Steam",
"iot_active_wash_steam": "Active Wash + Steam",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Steam",
"iot_checkup": "Check-Up",
"iot_colour_59_steam": "Colored 59' + Steam",
"iot_cottons_steam": "Cotton + Steam",
"iot_delicate_silk_steam": "Delicate and Silk + Steam",
"iot_delicati_59_steam": "Delicate 59' + Steam",
"iot_dry_air_refresh": "Air Refresh",
"iot_dry_anti_mites": "Anti-mite",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Backpacks",
"iot_dry_bathrobe": "Bathrobes",
"iot_dry_bed_linen": "Bed Linen",
"iot_dry_cotton_dry": "Cotton Dry",
"iot_dry_cuddly_toys": "Cuddly Toys",
"iot_dry_curtains": "Curtains",
"iot_dry_dehumidifier": "Humidity Remover",
"iot_dry_delicates_antiallergy": "Delicates Anti-allergy",
"iot_dry_delicate_tablecloths": "Delicate Tablecloths",
"iot_dry_denim_jeans": "Denim - Jeans",
"iot_dry_easy_iron_cotton": "Easy Iron - Cotton",
"iot_dry_easy_iron_synthetics": "Easy Iron - Synthetics",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed_dry": "Mixed Dry",
"iot_dry_rapid_60_min_delicates": "Rapid 60' - Delicates",
"iot_dry_shirts": "Shirts",
"iot_dry_swimsuits_and_bikinis": "Swimsuits and Bikinis",
"iot_dry_synthetics": "Synthetic Dry",
"iot_dry_synthetic_dry": "Synthetic Dry",
"iot_dry_tablecloths": "Tablecloths",
"iot_dry_technical_fabrics": "Technical Fabrics",
"iot_dry_warm_embrace": "Warm Embrace",
"iot_dry_wool_dry": "Wool Dry",
"iot_easy_iron": "Easy Iron",
"iot_fresh_care_steam": "Fresh Care + Steam",
"iot_hygiene_pro_steam": "Hygiene Pro + Steam",
"iot_intensive_40_steam": "Intensive 40°C + Steam",
"iot_mixed_steam": "Mixed + Steam",
"iot_mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam",
"iot_perfect_cotton_59_steam": "Perfect Cotton 59' + Steam",
"iot_rapid_a_class_60_steam": "Rapid 59' A Class + Steam",
"iot_resistant_cotton_steam": "Resistant Cotton + Steam",
"iot_shirts_steam": "Shirts + Steam",
"iot_single_item_steam": "Single Item + Steam",
"iot_smart_wash": "Smart Wash",
"iot_soft_care_steam": "Soft Care + Steam",
"iot_special_39_full_load_steam": "Special 39' + Steam",
"iot_steam_hygiene_plus": "Hygiene Plus + Steam",
"iot_synthetic_and_coloured_steam": "Synthetic and Coloured + Steam",
"iot_wash_and_dry": "Wash and dry",
"iot_wash_anti_mites": "Anti-mites",
"iot_wash_anti_odor": "Anti-odour",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Sanitizer",
"iot_wash_baby_sanitizer_steam": "Sanitiser + Steam",
"iot_wash_backpacks": "Backpacks",
"iot_wash_backpacks_zelig": "Backpacks",
"iot_wash_bathrobe": "Bathrobes and Towels",
"iot_wash_bathrobe_steam": "Bathrobe and Towels + Steam",
"iot_wash_bed_linen": "Bed Linen",
"iot_wash_bed_linen_steam": "Bed Linen + Steam",
"iot_wash_bed_linen_zelig": "Bed Linens",
"iot_wash_big_single_load": "Big single load",
"iot_wash_bleaching": "Bleaching",
"iot_wash_blood_stains": "Bloodstains",
"iot_wash_cashmere": "Cashmere",
"iot_wash_chocolate_stains": "Chocolate stains",
"iot_wash_cold_wash": "Cold Wash",
"iot_wash_colored": "Colored",
"iot_wash_colored_anti_stain": "Colored Anti-stain",
"iot_wash_colored_delicate": "Colored Delicate",
"iot_wash_coloured": "Colored",
"iot_wash_coloured_bed_linen": "Colored Bed Linen",
"iot_wash_coloured_bed_linen_steam": "Coloured Bed Linen + Steam",
"iot_wash_coloured_curtains": "Colored Curtains",
"iot_wash_coloured_shirts": "Colored Shirts",
"iot_wash_coloured_shirts_steam": "Colored Shirts + Steam",
"iot_wash_coloured_steam": "Colored + Steam",
"iot_wash_coloured_tableclothes": "Colored Tableclothes",
"iot_wash_coloured_tableclothes_steam": "Coloured Tablecloths + Steam",
"iot_wash_cotton": "Cotton",
"iot_wash_cotton_steam": "Cotton + Steam",
"iot_wash_cuddly_toys": "Cuddly Toys",
"iot_wash_curtains": "Curtains",
"iot_wash_curtains_steam": "Curtains + Steam",
"iot_wash_curtains_zelig": "Curtains",
"iot_wash_dark": "Darks",
"iot_wash_darks_and_coloured_44": "Darks and Colored 44'",
"iot_wash_darks_and_coloured_59": "Darks and Colored 59'",
"iot_wash_darks_and_coloured_xl": "Darks and Colored XL",
"iot_wash_dark_steam": "Darks + Steam",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Delicates",
"iot_wash_delicate_antiallergy": "Delicate Anti-Allergy",
"iot_wash_delicate_antiallergy_steam": "Delicate Anti-Allergy + Steam",
"iot_wash_delicate_antiallergy_zelig": "Delicate Anti-Allergy",
"iot_wash_delicate_colors": "Delicate Colors",
"iot_wash_delicate_colors_steam": "Delicate Colors + Steam",
"iot_wash_delicate_dark": "Delicate Darks",
"iot_wash_delicate_steam": "Delicates + Steam",
"iot_wash_delicate_tablecloths": "Delicate Tablecloths",
"iot_wash_delicate_tablecloths_steam": "Delicate Tablecloths + Steam",
"iot_wash_delicate_whites": "Delicate Whites",
"iot_wash_denim_jeans": "Denim - Jeans",
"iot_wash_diving_suits": "Diving Suits",
"iot_wash_diving_suits_zelig": "Diving Suits",
"iot_wash_down_jackets": "Down Jackets",
"iot_wash_down_jackets_zelig": "Down Jackets",
"iot_wash_duvet": "Duvet",
"iot_wash_fruit_stains": "Fruit stains",
"iot_wash_gym_fit": "Gym Fit - Fitness",
"iot_wash_handwash": "Handwash",
"iot_wash_handwash_colored": "Handwash Colored",
"iot_wash_handwash_dark": "Handwash Darks",
"iot_wash_lingerie": "Lingerie",
"iot_wash_masks_refresh": "Masks Refresh",
"iot_wash_masks_sanification": "Masks Sanitization",
"iot_wash_masks_sanification_steam": "Mask Sanitisation + Steam",
"iot_wash_mats": "Mats",
"iot_wash_men_s_trousers": "Trousers",
"iot_wash_mixed": "Mixed",
"iot_wash_mixed_steam": "Mixed + Steam",
"iot_wash_mix_and_coloured_44": "Mix and Colored 44'",
"iot_wash_mix_and_coloured_59": "Mix and Colored 59'",
"iot_wash_mix_and_coloured_xl": "Mix and colored XL",
"iot_wash_new_clothes": "New Clothes",
"iot_wash_perfect_white": "Perfect White",
"iot_wash_perfect_white_steam": "Perfect White + Steam",
"iot_wash_pets": "Pet Accessories",
"iot_wash_pets_hair_removal": "Pets Hair Removal",
"iot_wash_pets_odours_stains_removal": "Pets Odours and Stains Removal",
"iot_wash_pets_steam": "Pet Accessories + Steam",
"iot_wash_playsuits": "Playsuits",
"iot_wash_playsuits_steam": "Playsuits + Steam",
"iot_wash_quick_drum_cleaner": "Quick drum cleaner",
"iot_wash_rapid_14": "Rapid 14",
"iot_wash_rapid_30": "Rapid 30",
"iot_wash_rapid_44": "Rapid 44'",
"iot_wash_rapid_59": "Rapid 59'",
"iot_wash_rapid_59_steam": "Rapid 59' + Steam",
"iot_wash_refresh_14_min": "Refresh 14'",
"iot_wash_resistant_colored": "Resistant Colored",
"iot_wash_resistant_dark": "Resistant Darks",
"iot_wash_resistant_whites": "Resistant Whites",
"iot_wash_rinse": "Rinses",
"iot_wash_shirts": "Shirts",
"iot_wash_shirts_steam": "Shirts + Steam",
"iot_wash_silk": "Silk",
"iot_wash_ski_suit": "Ski Suit",
"iot_wash_ski_suit_zelig": "Ski Suit",
"iot_wash_spin": "Spin",
"iot_wash_sport": "Sport",
"iot_wash_sport_anti_odor": "Anti-odour Sportswear",
"iot_wash_sport_anti_odor_zelig": "Anti-odour Sportswear",
"iot_wash_stains_remover": "Stain Remover",
"iot_wash_swimsuits_and_bikinis": "Swimsuits and Bikinis",
"iot_wash_synthetic": "Synthetics",
"iot_wash_synthetic_steam": "Synthetics + Steam",
"iot_wash_tablecloths": "Tablecloths",
"iot_wash_tablecloths_steam": "Tablecloths + Steam",
"iot_wash_technical_fabrics": "Technical Fabrics",
"iot_wash_technical_fabrics_zelig": "Technical Fabrics",
"iot_wash_technical_jackets": "Technical Jackets",
"iot_wash_technical_jackets_zelig": "Technical Jackets",
"iot_wash_trainers": "Trainers",
"iot_wash_whites": "Whites",
"iot_wash_whites_44": "Whites 44'",
"iot_wash_whites_59": "Whites 59'",
"iot_wash_whites_xl": "Whites XL",
"iot_wash_wine_stains": "Wine Stains",
"iot_wash_wool": "Wool",
"jeans": "Jeans",
"jeans_60": "Jeans",
"low_dry": "Low Heat Dry",
"mixed": "Mixed",
"mixed_and_colored_59": "Mixed and Colored 59'",
"mixed_steam": "Mixed + Steam",
"mix_and_colour_59": "Mixed and Colored 59'",
"mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam",
"night_and_day": "Night and Day",
"night_wash": "Night Wash",
"perfect_59": "Perfect 59'",
"perfect_cotton_59": "Perfect Cotton 59'",
"perfect_cotton_59_steam": "Perfect Cotton 59' + Steam",
"perfect_whites_59": "Perfect White 59'",
"rapid_14_min": "Rapid 14'",
"rapid_30_min": "Rapid 30'",
"rapid_44_min": "Rapid 44'",
"rapid_a_class_60": "Rapid 59' A Class",
"rapid_a_class_60_steam": "Rapid 59' A Class + Steam",
"rapid_wash_and_dry_59_min": "Wash and Dry 59'",
"resistant_cotton": "Resistant Cotton",
"resistant_cotton_steam": "Resistant Cotton + Steam",
"rinse": "Rinse",
"shirts_steam": "Shirts + Steam",
"silent_night": "Silent Night",
"single_item": "Single Item",
"single_item_steam": "Single Item + Steam",
"smart_wash": "Smart Wash",
"soft_care": "Soft Care",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Special 39'",
"special_39_full_load": "Special 39'",
"special_39_full_load_steam": "Special 39' + Steam",
"special_49": "Special 49'",
"sport_39": "Sport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Steam 39'",
"steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro - Cottons",
"steam_care_pro_delicates": "Steam Care Pro - Delicates",
"steam_care_pro_synthetic": "Steam Care Pro - Synthetics",
"steam_hygiene_plus": "Hygiene Plus + Steam",
"synthetics": "Synthetics",
"synthetic_and_coloured": "Synthetic and Colored",
"synthetic_and_coloured_steam": "Synthetic and Coloured + Steam",
"tailored_resistant_cotton": "Tailored resistant cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Coloured",
"total_care": "Total Care",
"tumbling": "Tumbling",
"wool": "Wool",
"wool_and_delicates_49": "Wool and Delicates 49'",
"wool_dry": "Wool Dry",
"wool_soft_care": "Wool and Soft Care"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET",
"cheese": "Cheese",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Eco mode",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit&Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "No mode selected",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"soft_frozen\n": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"switch": {
"anti_crease": {
"name": "Anticrease"
},
"add_dish": {
"name": "Add dishes"
},
"eco_express": {
"name": "Eco"
},
"extra_dry": {
"name": "Extra dry"
},
"half_load": {
"name": "Half load"
},
"open_door": {
"name": "Open door"
},
"three_in_one": {
"name": "3 in 1"
},
"preheat": {
"name": "Preheat"
},
"dish_washer": {
"name": "Dish washer"
},
"tumble_dryer": {
"name": "Tumble dryer"
},
"washing_machine": {
"name": "Washing machine"
},
"washer_dryer": {
"name": "Washer dryer"
},
"oven": {
"name": "Oven"
},
"prewash": {
"name": "Pre-wash "
},
"pause": {
"name": "Pause"
},
"keep_fresh": {
"name": "Keep Fresh"
},
"delay_time": {
"name": "Delay Start"
},
"rapid_mode": {
"name": "Rapid mode"
},
"eco_mode": {
"name": "ECO mode"
},
"10_degree_heating": {
"name": "10°C Heating function"
},
"self_clean": {
"name": "Self-clean"
},
"self_clean_56": {
"name": "Steri-Clean 56°C"
},
"silent_mode": {
"name": "Silent mode"
},
"mute_mode": {
"name": "Mute mode"
},
"extra_rinse_1": {
"name": "+1 Rinse"
},
"extra_rinse_2": {
"name": "+2 Rinses"
},
"extra_rinse_3": {
"name": "+3 Rinses"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
},
"good_night": {
"name": "Good Night"
},
"auto_dose_softener": {
"name": "Autodose Softener"
},
"auto_dose_detergent": {
"name": "Autodose Detergent"
},
"auto_set": {
"name": "Auto-Set"
},
"super_cool": {
"name": "Super Cool"
},
"super_freeze": {
"name": "Super Freeze"
},
"refrigerator": {
"name": "Refrigerator"
}
},
"select": {
"dry_levels": {
"state": {
"0": "No drying",
"1": "Iron dry",
"2": "Hang",
"3": "Cupboard Dry",
"4": "Extra dry",
"12": "Iron dry",
"13": "Cupboard Dry",
"14": "Ready to wear",
"15": "Extra dry",
"11": "No drying"
},
"name": "Drying level"
},
"programs_dw": {
"state": {
"59_min": "Rapid 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_hygiene": "Auto Hygiene",
"auto_plus": "AutoPlus",
"auto_plus_soil": "Auto Plus Soil",
"auto_rapid": "Auto Rapid",
"auto_rapid_soil": "Auto rapid Soil",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universal 50 - 60°C",
"auto_universal_plus": "Auto Universal+ 65 - 75°C",
"auto_universal_plus_soil": "Auto Universal+ 65 - 75°C",
"auto_universal_soil": "Auto Universal 50 - 60°C",
"auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash",
"classe_a_59": "A Wash 59' 65°C",
"delicate": "Delicate 45°C",
"dishwasher_care": "Limescale cleaning",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Glass",
"glassware": "Glassware 45°C",
"glass_care": "Glass Care",
"hygiene": "Hygiene",
"hygiene_plus": "Hygiene+ 75°C",
"intensive": "Intensive ",
"intensive_rapid": "Intensive Rapid",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Breakfast",
"iot_checkup": "Check-Up",
"iot_china_crystals": "China Crystals",
"iot_classe_a_59": "Rapid 59'",
"iot_cocktail_glasses": "Coktail Glasses",
"iot_cocktail_glasses_soil": "Coktail Glasses",
"iot_daily_care": "Daily Care",
"iot_daily_care_soil": "Daily Care",
"iot_delicate": "Delicate 45°C",
"iot_dinner_for_two": "Dinner for 2",
"iot_dinner_for_two_soil": "Dinner for 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiene",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Pizza Menu",
"iot_pizza_menu_soil": "Pizza Menu",
"iot_plastic_tupperware": "Plastic & Tupperware",
"iot_porcelain": "Porcelain",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Pre-wash ",
"iot_pyrex_and_glassware": "Pyrex & Glassware",
"iot_rapid_29": "Rapid 29'",
"iot_rapid_39": "Rapid 39' 60°C",
"iot_single": "Single",
"iot_steam": "Steam 75°C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Super Wash",
"iot_turbopower": "TurboPower",
"iot_universal": "Universal 60°C",
"iot_wok_grids_maxi_pans": "Special Pans (Wok, Grids & Maxi Pans)",
"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 ",
"rapid_20": "Rapid 20'",
"rapid_24": "Rapid 24'",
"rapid_29": "Rapid 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapid 39' 60°C",
"rapid_49": "Rapid 49'",
"rapid_59": "Rapid 59'",
"sanitising": "Sanitising",
"silence": "Silence",
"silent": "Silent",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "Special",
"special_pw_prz": "Special",
"steam": "Steam 75°C",
"steam_plus": "Steam Plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silence 55°C",
"ultra_silent": "Ultra Silent 55°C",
"universal": "Universal 60°C",
"universal_plus": "Universal Plus 70°C",
"zone_wash": "Flex Zone Wash",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Ash brown",
"iot_special_beef_fillet": "Beef fillet",
"iot_special_beef_veal_stew": "Beef and veal stew",
"iot_special_boiled_rice": "Boiled rice",
"iot_special_chicken_breast": "Chicken breast",
"iot_special_chicken_legs": "Chicken legs",
"iot_special_chocolate_pudding": "Chocolate pudding",
"iot_special_entrecote": "Entrecote",
"iot_special_fresh_tuna": "Fresh tuna",
"iot_special_grilled_vegetables": "Grilled vegetables",
"iot_special_lamb_cutlet": "Lamb cutle",
"iot_special_meatballs": "Meatballs",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Mussels",
"iot_special_omelette": "Omelette",
"iot_special_pancakes": "Pancakes",
"iot_special_paris_style_peas": "Paris style peas",
"iot_special_poached_eggs": "Poached eggs",
"iot_special_pork_fillet": "Pork fillet",
"iot_special_pork_ribs": "Pork ribs",
"iot_special_prawns": "Prawns",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Salmon fillet",
"iot_special_saute_potatoes": "Saute potatoes",
"iot_special_scallops": "Scallops",
"iot_special_scrambled_eggs": "Scrambled eggs",
"iot_special_spelt": "Spelt",
"iot_special_veggy_noodles": "Veggy noodles",
"iot_special_white_fish_fillet": "White fish fillet",
"iot_standard_boiling": "Boiling",
"iot_standard_frying": "Frying",
"iot_standard_keep_warm": "Keep Warm",
"iot_standard_melting": "Melting",
"iot_standard_simmering": "Simmering"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Pasta and Bakery",
"bakery_steam": "Steam oven",
"bottom_heating": "Bottom Heating",
"bottom_heating_fan": "Bottom Heating + Fan",
"bread": "Bread",
"bread_steam": "Steam baked bread",
"combi": "Combi",
"convection_fan": "Convection + Fan",
"convection_fan_turnspit": "Convection + Fan + Turnspit",
"conventional": "Conventional",
"conventional_turnspit": "Convection + Turnspit",
"defrost": "Defrosting",
"descaling": "Descaling",
"fish": "Fish",
"fish_steam": "Steamed fish",
"grill_cata": "Grill",
"grill_fan_cata": "Grill fan",
"grill_fan_pyro": "Grill + Fan",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Bread",
"iot_h20_clean": "h2O clean",
"leavening": "Leavening",
"light_fan": "Light Fan",
"light_fan\n": "Light Fan",
"low_temp_cooking": "Low Temperature Cooking",
"low_temp_cooking_fish": "Low Temperature Cooking - Fish",
@ -1203,7 +1772,8 @@
"iot_uv_and_dry": "UV + Dehumidifier",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Heat"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1226,7 +1796,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Time remaining"
@ -1451,6 +2022,7 @@
"iot_bread": "Bread",
"iot_h20_clean": "h2O clean",
"leavening": "Leavening",
"light_fan": "Light Fan",
"light_fan\n": "Light Fan",
"low_temp_cooking": "Low Temperature Cooking",
"low_temp_cooking_fish": "Low Temperature Cooking - Fish",

View File

@ -58,7 +58,8 @@
"19": "Secado",
"20": "Secado",
"11": "Listo",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fase"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "Carga XXL",
"zoom_59": "Zoom 59"
}
},
"name": "Programa"
},
"room_temperature": {
"name": "Temperatura ambiente"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura del frigorífico"
},
"programs_ac": {
"state": {
"iot_10_heating": "Función de calentamiento de 10° C",
"iot_auto": "Automático",
"iot_cool": "Frío",
"iot_dry": "Deshumidificar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificar",
"iot_self_clean": "Autolimpieza",
"iot_self_clean_56": "Limpieza desinfectante 56°",
"iot_simple_start": "Iniciar ahora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Automático",
"iot_uv_and_cool": "UV + Frío",
"iot_uv_and_dry": "UV + Deshumidificador",
"iot_uv_and_fan": "UV + Ventilador",
"iot_uv_and_heat": "UV + Calor"
},
"name": "Programa"
},
"programs_dw": {
"state": {
"59_min": "Rápido 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universal 50 - 60°C",
"auto_universal_plus": "Auto Universal Plus 65 - 75°C",
"auto_universal_plus_soil": "Auto Universal Plus 65 - 75°C",
"auto_universal_soil": "Auto Universal 50 - 60°C",
"auto_wash": "Lavado automático",
"auto_wash_soil": "Lavado automático",
"classe_a_59": "Clase A 59' 65°C",
"delicate": "Delicado 45°C",
"dishwasher_care": "Ciclo de limpieza antical",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Cristal",
"glassware": "Cristal 45 °C",
"glass_care": "Glass Care",
"hygiene": "Higiene",
"hygiene_plus": "Higiene+ 75 °C",
"intensive": "Intensivo ",
"intensive_rapid": "Fuerte rápido",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
"iot_auto_wash_soil": "Lavado automático",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Desayuno",
"iot_checkup": "Revisión",
"iot_china_crystals": "Cristal",
"iot_classe_a_59": "Rápido 59'",
"iot_cocktail_glasses": "Copas de cóctel",
"iot_cocktail_glasses_soil": "Copas de cóctel",
"iot_daily_care": "Diario",
"iot_daily_care_soil": "Diario",
"iot_delicate": "Delicado 45°C",
"iot_dinner_for_two": "Cena para 2",
"iot_dinner_for_two_soil": "Cena para 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Ciclo Higienizante",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Pizza Menú",
"iot_pizza_menu_soil": "Pizza Menú",
"iot_plastic_tupperware": "Plástico y Tupperware",
"iot_porcelain": "Porcelana",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Pre-lavado",
"iot_pyrex_and_glassware": "Pyrex & Glassware",
"iot_rapid_29": "Rapido 29'",
"iot_rapid_39": "Rápido 39' 60°C",
"iot_single": "Solo para 1",
"iot_steam": "Vapor 75 °C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Lavado Super",
"iot_turbopower": "TurboPower",
"iot_universal": "Universal 60 °C",
"iot_wok_grids_maxi_pans": "Especial Ollas (Wok - Parrilas y Ollas)",
"iot_wok_grids_maxi_pans_soil": "Especial Ollas (Wok - Parrilas y Ollas)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra Silencioso 55°C",
"prewash": "Pre-lavado",
"rapid_20": "Rápido 20'",
"rapid_24": "Rapido 24'",
"rapid_29": "Rapido 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rápido 39' 60°C",
"rapid_49": "Rápido 49'",
"rapid_59": "Rápido 59'",
"sanitising": "Higienizante",
"silence": "Silence",
"silent": "Noche",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "Especial",
"special_pw_prz": "Especial",
"steam": "Vapor 75 °C",
"steam_plus": "Vapor Plus 75 °C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silencioso 55°C",
"ultra_silent": "Ultra Silencioso 55°C",
"universal": "Universal 60 °C",
"universal_plus": "Universal Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Programa"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Hash Brown",
"iot_special_beef_fillet": "Filete de ternera",
"iot_special_beef_veal_stew": "Estofado de carne de vacuno",
"iot_special_boiled_rice": "Arroz hervido",
"iot_special_chicken_breast": "Pechuga de pollo",
"iot_special_chicken_legs": "Muslos de pollo",
"iot_special_chocolate_pudding": "Pudín de chocolate",
"iot_special_entrecote": "Entrecot",
"iot_special_fresh_tuna": "Atún fresco",
"iot_special_grilled_vegetables": "Verduras a la parrilla",
"iot_special_lamb_cutlet": "Chuletillas de cordero",
"iot_special_meatballs": "Albóndigas",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Mejillones",
"iot_special_omelette": "Tortilla",
"iot_special_pancakes": "Tortitas",
"iot_special_paris_style_peas": "Guisantes al estilo parisino",
"iot_special_poached_eggs": "Huevos escalfados",
"iot_special_pork_fillet": "Solomillo de cerdo",
"iot_special_pork_ribs": "Costillas de cerdo",
"iot_special_prawns": "Gambas",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Pisto",
"iot_special_salmon_fillet": "Filete de salmón",
"iot_special_saute_potatoes": "Patatas salteadas",
"iot_special_scallops": "Vieiras",
"iot_special_scrambled_eggs": "Huevos revueltos",
"iot_special_spelt": "Espelta",
"iot_special_veggy_noodles": "Fideos con verdura",
"iot_special_white_fish_fillet": "Filete de pescado blanco",
"iot_standard_boiling": "Hervir",
"iot_standard_frying": "Freír",
"iot_standard_keep_warm": "Keep Warm",
"iot_standard_melting": "Fundir",
"iot_standard_simmering": "Cocer a fuego lento"
},
"name": "Programa"
},
"programs_ov": {
"state": {
"bakery": "Pasta y Panadería",
"bakery_steam": "Oven steam",
"bottom_heating": "Calentamiento Inferior",
"bottom_heating_fan": "Calentamiento Inferior + Ventilador",
"bread": "Pan",
"bread_steam": "Pan al vapor",
"combi": "Combi",
"convection_fan": "Convección + Ventilador",
"convection_fan_turnspit": "Asador giratorio convencional ventilada",
"conventional": "Convección",
"conventional_turnspit": "Asador giratorio convencional",
"defrost": "Descongelación",
"descaling": "Descalcificación",
"fish": "Pescado",
"fish_steam": "Pescado al vapor",
"grill_cata": "Grill",
"grill_fan_cata": "Grill y ventilador",
"grill_fan_pyro": "Grill + Ventilador",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Pan",
"iot_h20_clean": "h2O clean",
"leavening": "Fermentación",
"low_temp_cooking": "Cocción a baja temperatura",
"low_temp_cooking_fish": "Cocción a baja temperatura Pescado",
"low_temp_cooking_fish_steam": "Cocción a baja temperatura Pescado",
"low_temp_cooking_meat": "Cocción a baja temperatura Carne",
"low_temp_cooking_meat_steam": "Cocción a baja temperatura Carne al vapor",
"low_temp_cooking_steam": "Cocción a baja temperatura al vapor",
"meat": "Carne",
"meat_steam": "Meat steam",
"multi_level": "Múltiples niveles",
"paella": "Paella",
"pasta_and_bakery": "Pasta y Panadería",
"pizza": "Pizza",
"pyrolysis": "Pirólisis",
"pyrolysis_plus": "Pirólisis +",
"red_meat": "Carne roja",
"red_meat_steam": "Carne roja al vapor",
"regenerate": "Regenerar",
"soft_plus": "Soft+",
"super_grill": "Super Grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Verduras",
"vegetables_cata": "Verduras",
"vegetables_pyro": "Verdura",
"water_discharge": "Descarga de agua",
"white_meat": "Carne blanca",
"white_meat_steam": "Carne blanca al vapor"
},
"name": "Programa"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "Color y algodón 20 °C",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Vapor",
"active_wash": "Lavado activo",
"active_wash_steam": "Lavado activo",
"allergy_care": "Antialergias",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Todo en uno 49",
"all_in_one_59": "Todo en uno 59",
"all_in_one_59_steam": "Lavado activo + Vapor",
"autocare": "Autocare",
"autoclean": "Limpieza del tambor",
"baby_60": "All Baby 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Revisión",
"colour_59": "Color 59'",
"colour_59_steam": "Colores 59' + vapor",
"cottons": "Algodón",
"cottons_prewash": "Ropa Blanca + Prelavado",
"cottons_steam": "Algodón + Vapor",
"cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "Delicado 59'",
"delicate_silk": "Seda delicada",
"delicate_silk_steam": "Seda delicada + vapor",
"delicati_59": "Delicado 59'",
"delicati_59_steam": "Delicado 59'",
"drain_spin": "Desagüe + centrifugado",
"easy_iron": "Planchado fácil",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Cuidado extra",
"fitness": "Deporte",
"fitness_care": "Deporte",
"fresh_care": "Cuidado y frescor",
"fresh_care_steam": "Cuidado y frescor + Vapor",
"handwash_wool": "Lana y lavado a mano",
"high_dry": "Secado algodón",
"hqd_20_degrees": "Algodón 20℃",
"hqd_allergy": "Antialergias",
"hqd_autoclean": "Limpieza del tambor",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Revisión",
"hqd_cottons": "Algodón",
"hqd_delicate": "Ropa delicada",
"hqd_delicate_cradle": "Ropa delicada",
"hqd_dry": "Secado algodón",
"hqd_dry_synthetics": "Secado de ropa mixta",
"hqd_duvet": "Edredón",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Lana",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Mixta",
"hqd_quick_15": "Rápido 15'",
"hqd_quick_wash_57": "Lavado rápido 57 min",
"hqd_rapid_wash_and_dry": "Lavar y secar",
"hqd_refresh": "Refresh",
"hqd_rinse": "Aclarado",
"hqd_shirts": "Camisas",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Centrifugado",
"hqd_sport": "Deporte",
"hqd_super_fast": "Rápido 39",
"hqd_synthetic_and_coloured": "Ropa sintética",
"hygiene_59": "Higiene Plus 59'",
"hygiene_60": "Higiene 60° C",
"hygiene_plus_59": "Higiene Plus 59'",
"hygiene_plus_59_min": "Higiene Plus 59'",
"hygiene_pro_49_min": "Higiene Pro 49 min",
"hygiene_pro_steam": "Higiene Pro + Vapor",
"intensive_40": "Intensivo 40°C",
"intensive_40_steam": "Intensivo 40°C + vapor",
"iot_active_steam": "Vapor",
"iot_active_wash_steam": "Lavado activo",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Lavado activo + Vapor",
"iot_checkup": "Revisión",
"iot_colour_59_steam": "Colores 59' + vapor",
"iot_cottons_steam": "Algodón + Vapor",
"iot_delicate_silk_steam": "Seda delicada + vapor",
"iot_delicati_59_steam": "Delicado 59'",
"iot_dry_air_refresh": "Air Refresh",
"iot_dry_anti_mites": "Antiácaros",
"iot_dry_baby": "Bebé",
"iot_dry_backpacks": "Mochilas",
"iot_dry_bathrobe": "Albornoces y telas porosas",
"iot_dry_bed_linen": "Ropa de cama",
"iot_dry_cotton_dry": "Secado algodón",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Cortinas",
"iot_dry_dehumidifier": "Eliminador de humedad",
"iot_dry_delicates_antiallergy": "Ropa delicada - Antialergias",
"iot_dry_delicate_tablecloths": "Manteles delicados",
"iot_dry_denim_jeans": "Denim - Vaqueros",
"iot_dry_easy_iron_cotton": "Planchado fácil - Algodón",
"iot_dry_easy_iron_synthetics": "Planchado fácil - Sintéticos",
"iot_dry_gym_fit": "Gimnasio - Ropa de deporte",
"iot_dry_lingerie": "Lencería",
"iot_dry_mixed_dry": "Secado de ropa mixta",
"iot_dry_rapid_60_min_delicates": "Rápido 60' - Delicados",
"iot_dry_shirts": "Camisas",
"iot_dry_swimsuits_and_bikinis": "Trajes de baño",
"iot_dry_synthetics": "Secado de prendas sintéticas",
"iot_dry_synthetic_dry": "Secado de prendas sintéticas",
"iot_dry_tablecloths": "Manteles",
"iot_dry_technical_fabrics": "Tejidos técnicos",
"iot_dry_warm_embrace": "Cálido abrazo",
"iot_dry_wool_dry": "Secado lana",
"iot_easy_iron": "Planchado fácil",
"iot_fresh_care_steam": "Cuidado y frescor + Vapor",
"iot_hygiene_pro_steam": "Higiene Pro + Vapor",
"iot_intensive_40_steam": "Intensivo 40°C + vapor",
"iot_mixed_steam": "Ropa mixta + Vapor",
"iot_mix_and_colour_59_steam": "Mixta y de color 59' + Vapor",
"iot_perfect_cotton_59_steam": "Algodon Perfecto 59'",
"iot_rapid_a_class_60_steam": "Clase rápida A 60 + vapor",
"iot_resistant_cotton_steam": "Algodón + Vapor",
"iot_shirts_steam": "Camisas + Vapor",
"iot_single_item_steam": "Elemento único + Vapor",
"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_synthetic_and_coloured_steam": "Ropa sintética y de color + Vapor",
"iot_wash_and_dry": "Lavar y secar",
"iot_wash_anti_mites": "Antiácaros",
"iot_wash_anti_odor": "Antiolor",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Desinfectante",
"iot_wash_baby_sanitizer_steam": "Desinfectante para bebés + vapor",
"iot_wash_backpacks": "Mochilas",
"iot_wash_backpacks_zelig": "Mochilas",
"iot_wash_bathrobe": "Albornoces y toallas",
"iot_wash_bathrobe_steam": "Albornoces + Vapor",
"iot_wash_bed_linen": "Ropa de cama",
"iot_wash_bed_linen_steam": "Ropa de cama + Vapor",
"iot_wash_bed_linen_zelig": "Ropa de cama",
"iot_wash_big_single_load": "Gran carga única",
"iot_wash_bleaching": "Blanqueo",
"iot_wash_blood_stains": "Manchas de sangre",
"iot_wash_cashmere": "Cachemira",
"iot_wash_chocolate_stains": "Manchas de chocolate",
"iot_wash_cold_wash": "Lavado en frío",
"iot_wash_colored": "Color",
"iot_wash_colored_anti_stain": "Eliminación de manchas en prendas de color",
"iot_wash_colored_delicate": "Ropa de color delicada",
"iot_wash_coloured": "Ropa de color",
"iot_wash_coloured_bed_linen": "Ropa de cama de color",
"iot_wash_coloured_bed_linen_steam": "Ropa de cama de color + vapor",
"iot_wash_coloured_curtains": "Cortinas de color",
"iot_wash_coloured_shirts": "Camisas de color",
"iot_wash_coloured_shirts_steam": "Camisas de color + vapor",
"iot_wash_coloured_steam": "Ropa de color + Vapor",
"iot_wash_coloured_tableclothes": "Manteles de color",
"iot_wash_coloured_tableclothes_steam": "Manteles de color + Vapor",
"iot_wash_cotton": "Algodón",
"iot_wash_cotton_steam": "Algodón + Vapor",
"iot_wash_cuddly_toys": "Peluches",
"iot_wash_curtains": "Cortinas",
"iot_wash_curtains_steam": "Cortinas + Vapor",
"iot_wash_curtains_zelig": "Cortinas",
"iot_wash_dark": "Ropa oscura",
"iot_wash_darks_and_coloured_44": "Ropa oscura y de color 44",
"iot_wash_darks_and_coloured_59": "Ropa oscura y de color 59",
"iot_wash_darks_and_coloured_xl": "Ropa oscura y de color XL",
"iot_wash_dark_steam": "Ropa oscura + Vapor",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Ropa delicada",
"iot_wash_delicate_antiallergy": "Antialergias para prendas delicadas",
"iot_wash_delicate_antiallergy_steam": "Antialergias para prendas delicadas + Vapor",
"iot_wash_delicate_antiallergy_zelig": "Antialergias para prendas delicadas",
"iot_wash_delicate_colors": "Ropa delicada de color",
"iot_wash_delicate_colors_steam": "Colores + vapor",
"iot_wash_delicate_dark": "Ropa oscura delicada",
"iot_wash_delicate_steam": "Ropa delicada + Vapor",
"iot_wash_delicate_tablecloths": "Manteles delicados",
"iot_wash_delicate_tablecloths_steam": "Manteles delicados + Vapor",
"iot_wash_delicate_whites": "Ropa blanca delicada",
"iot_wash_denim_jeans": "Denim - Vaqueros",
"iot_wash_diving_suits": "Trajes de buceo",
"iot_wash_diving_suits_zelig": "Trajes de buceo",
"iot_wash_down_jackets": "Plumíferos",
"iot_wash_down_jackets_zelig": "Plumíferos",
"iot_wash_duvet": "Edredón",
"iot_wash_fruit_stains": "Manchas de fruta",
"iot_wash_gym_fit": "Gimnasio - Ropa de deporte",
"iot_wash_handwash": "Lavado a mano",
"iot_wash_handwash_colored": "Lavado a mano de ropa de color",
"iot_wash_handwash_dark": "Lavado a mano de ropa oscura",
"iot_wash_lingerie": "Lencería",
"iot_wash_masks_refresh": "Lavado de mascarillas",
"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_mixed": "Ropa mixta",
"iot_wash_mixed_steam": "Ropa mixta + Vapor",
"iot_wash_mix_and_coloured_44": "Mixta y de color 44",
"iot_wash_mix_and_coloured_59": "Mixta y de color 59",
"iot_wash_mix_and_coloured_xl": "Mixta y de color XL",
"iot_wash_new_clothes": "Ropa nueva",
"iot_wash_perfect_white": "Blanco perfecto",
"iot_wash_perfect_white_steam": "Blanco perfecto + Vapor",
"iot_wash_pets": "Accesorios para mascotas",
"iot_wash_pets_hair_removal": "Eliminación del pelo de las mascotas",
"iot_wash_pets_odours_stains_removal": "Eliminación de manchas y olores domésticos",
"iot_wash_pets_steam": "Accesorios para mascotas",
"iot_wash_playsuits": "Monos",
"iot_wash_playsuits_steam": "Monos + Vapor",
"iot_wash_quick_drum_cleaner": "Limpiador rápido de tambor",
"iot_wash_rapid_14": "Rápido 14",
"iot_wash_rapid_30": "Rápido 30",
"iot_wash_rapid_44": "Rápido 44",
"iot_wash_rapid_59": "Rápido 59",
"iot_wash_rapid_59_steam": "Rápido 59' + vapor",
"iot_wash_refresh_14_min": "Refrescar 14'",
"iot_wash_resistant_colored": "Ropa de color resistente",
"iot_wash_resistant_dark": "Ropa oscura resistente",
"iot_wash_resistant_whites": "Ropa blanca resistente",
"iot_wash_rinse": "Aclarado",
"iot_wash_shirts": "Camisas",
"iot_wash_shirts_steam": "Camisas + Vapor",
"iot_wash_silk": "Seda",
"iot_wash_ski_suit": "Trajes de esquí",
"iot_wash_ski_suit_zelig": "Trajes de esquí",
"iot_wash_spin": "Centrifugado",
"iot_wash_sport": "Deporte",
"iot_wash_sport_anti_odor": "Ropa deportiva antiolor",
"iot_wash_sport_anti_odor_zelig": "Ropa deportiva antiolor",
"iot_wash_stains_remover": "Quitamanchas",
"iot_wash_swimsuits_and_bikinis": "Trajes de baño",
"iot_wash_synthetic": "Ropa sintética",
"iot_wash_synthetic_steam": "Ropa sintética + Vapor",
"iot_wash_tablecloths": "Manteles",
"iot_wash_tablecloths_steam": "Manteles + Vapor",
"iot_wash_technical_fabrics": "Tejidos técnicos",
"iot_wash_technical_fabrics_zelig": "Tejidos técnicos",
"iot_wash_technical_jackets": "Chaquetas técnicas",
"iot_wash_technical_jackets_zelig": "Chaquetas técnicas",
"iot_wash_trainers": "Deportivas",
"iot_wash_whites": "Ropa blanca",
"iot_wash_whites_44": "Ropa blanca 44",
"iot_wash_whites_59": "Ropa blanca 59",
"iot_wash_whites_xl": "Ropa blanca XL",
"iot_wash_wine_stains": "Manchas de vino",
"iot_wash_wool": "Lana",
"jeans": "Vaqueros",
"jeans_60": "Jeans",
"low_dry": "Secado de ropa mixta",
"mixed": "Ropa mixta",
"mixed_and_colored_59": "Mixta y de color 59'",
"mixed_steam": "Ropa mixta + Vapor",
"mix_and_colour_59": "Color Y Mixtos 59'",
"mix_and_colour_59_steam": "Mixta y de color 59' + Vapor",
"night_and_day": "Noche y día",
"night_wash": "Ciclo nocturno",
"perfect_59": "Perfecto 59'",
"perfect_cotton_59": "Algodon Perfecto 59'",
"perfect_cotton_59_steam": "Algodon Perfecto 59'",
"perfect_whites_59": "Blancos Perfectos 59'",
"rapid_14_min": "Rapido 14'",
"rapid_30_min": "Rápido 30'",
"rapid_44_min": "Rápido 44'",
"rapid_a_class_60": "Clase rápida A 60",
"rapid_a_class_60_steam": "Clase rápida A 60 + vapor",
"rapid_wash_and_dry_59_min": "Lavado y secado 59'",
"resistant_cotton": "Algodón",
"resistant_cotton_steam": "Algodón + Vapor",
"rinse": "Aclarado",
"shirts_steam": "Camisas + Vapor",
"silent_night": "Ciclo nocturno",
"single_item": "Elemento único",
"single_item_steam": "Elemento único + Vapor",
"smart_wash": "Smart Wash",
"soft_care": "Cuidado suave",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Especial 39'",
"special_39_full_load": "Especial 39'",
"special_39_full_load_steam": "Especial 39' + Vapor",
"special_49": "Especial 49'",
"sport_39": "Deporte 39'",
"sport_plus_29": "Deporte Plus 29\"",
"sport_plus_39": "Deporte Plus 39'",
"steam_39": "Vapor 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Ropa sintética",
"synthetic_and_coloured": "Ropa sintética y de color",
"synthetic_and_coloured_steam": "Ropa sintética y de color + Vapor",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Cuidado total",
"tumbling": "Rotación",
"wool": "Lana",
"wool_and_delicates_49": "Lana/Delicados 49'",
"wool_dry": "Secado lana",
"wool_soft_care": "Lana & Soft Care"
},
"name": "Programa"
},
"programs_ref": {
"state": {
"auto_set": "AJUSTE AUTOMÁTICO",
"cheese": "Queso",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Modo Eco",
"fruits_and_veg": "Frutas Y Verduras",
"fruit_and_veg": "Frutas Y Verduras",
"holiday": "VACACIONES",
"keep_fresh": "0° Fresh",
"no_mode_selected": "No se ha seleccionado ningún modo",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Programa"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Deshumidificador",
"iot_uv_and_fan": "UV + Ventilador",
"iot_uv_and_heat": "UV + Calor"
}
},
"name": "Programa"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Programa"
},
"remaining_time": {
"name": "Tiempo restante"

View File

@ -58,7 +58,8 @@
"19": "Séchage",
"20": "Séchage",
"11": "Prêt",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Phase"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "Charge XXL",
"zoom_59": "Zoom 59"
}
},
"name": "Programme"
},
"room_temperature": {
"name": "Température ambiante"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Température du réfrigérateur"
},
"programs_ac": {
"state": {
"iot_10_heating": "Fonction Chauffage 10 °C",
"iot_auto": "Automatique",
"iot_cool": "Frais",
"iot_dry": "Sec",
"iot_fan": "Ventilateur",
"iot_heat": "Chaleur",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purification",
"iot_self_clean": "Auto-nettoyage",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Démarrez maintenant",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Froid",
"iot_uv_and_dry": "UV + Déshumidificateur",
"iot_uv_and_fan": "UV + ventilateur",
"iot_uv_and_heat": "UV + Chaleur"
},
"name": "Programme"
},
"programs_dw": {
"state": {
"59_min": "Rapide 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto universel 50 - 60°C",
"auto_universal_plus": "Auto universel Plus 65 - 75°C",
"auto_universal_plus_soil": "Auto universel Plus 65 - 75°C",
"auto_universal_soil": "Auto universel 50 - 60°C",
"auto_wash": "Lavage automatique",
"auto_wash_soil": "Lavage automatique",
"classe_a_59": "Classe A 59' 65°C",
"delicate": "Délicat 45°C",
"dishwasher_care": "Cycle de nettoyage du calcaire",
"eco": "Éco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "En verre",
"glassware": "Verres 45 °C",
"glass_care": "Glass Care",
"hygiene": "Hygiène",
"hygiene_plus": "Hygiène 75 °C",
"intensive": "Intensif ",
"intensive_rapid": "Intensif rapide",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto universel 50 - 60°C",
"iot_auto_wash_soil": "Lavage automatique",
"iot_baby_care": "Soin Bébé",
"iot_breakfast": "Déjeuner",
"iot_checkup": "Vérification",
"iot_china_crystals": "Cristal de Chine",
"iot_classe_a_59": "Rapide 59'",
"iot_cocktail_glasses": "Verre à cocktail",
"iot_cocktail_glasses_soil": "Verre à cocktail",
"iot_daily_care": "Quotidien",
"iot_daily_care_soil": "Quotidien",
"iot_delicate": "Délicat 45°C",
"iot_dinner_for_two": "Repas à deux",
"iot_dinner_for_two_soil": "Repas à deux",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiène",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Repas de fête",
"iot_party_soil": "Repas de fête",
"iot_pizza_menu": "Menu Pizza",
"iot_pizza_menu_soil": "Menu Pizza",
"iot_plastic_tupperware": "Plastique & Tupperware",
"iot_porcelain": "Porcelaine",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Prélavage",
"iot_pyrex_and_glassware": "Pyrex & Verre",
"iot_rapid_29": "Rapide 29'",
"iot_rapid_39": "Rapide 39' 60 °C",
"iot_single": "Une personne",
"iot_steam": "Vapeur 75 °C",
"iot_super_flash": "Super Rapide",
"iot_super_wash": "Lavage Super Intensif",
"iot_turbopower": "TurboPower",
"iot_universal": "Universel 60 °C",
"iot_wok_grids_maxi_pans": "Spécial casserole (Wok - Grill & Casserole)",
"iot_wok_grids_maxi_pans_soil": "Spécial casserole (Wok - Grill & Casserole)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra silence 55°C",
"prewash": "Prélavage",
"rapid_20": "Rapide 20'",
"rapid_24": "Rapide 24'",
"rapid_29": "Rapide 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapide 39' 60 °C",
"rapid_49": "Rapide 49'",
"rapid_59": "Rapide 59'",
"sanitising": "Assainissant",
"silence": "Silence",
"silent": "Nuit",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "spécial",
"special_pw_prz": "spécial",
"steam": "Vapeur 75 °C",
"steam_plus": "Vapeur Plus 75 °C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra silence 55°C",
"ultra_silent": "Ultra silence 55°C",
"universal": "Universel 60 °C",
"universal_plus": "Universel Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Programme"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Galettes de pommes de terre frites",
"iot_special_beef_fillet": "Filet de bœuf",
"iot_special_beef_veal_stew": "Ragoût de bœuf et de veau",
"iot_special_boiled_rice": "Bouillie de riz",
"iot_special_chicken_breast": "Blanc de poulet",
"iot_special_chicken_legs": "Cuisses de poulets",
"iot_special_chocolate_pudding": "Pudding au chocolat",
"iot_special_entrecote": "Entrecôte",
"iot_special_fresh_tuna": "Thon frais",
"iot_special_grilled_vegetables": "Légumes grillés",
"iot_special_lamb_cutlet": "Côtelettes dagneau",
"iot_special_meatballs": "Boulettes de viande",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Moules",
"iot_special_omelette": "Omelette",
"iot_special_pancakes": "Crêpes",
"iot_special_paris_style_peas": "Petits pois à la française",
"iot_special_poached_eggs": "Œufs pochés",
"iot_special_pork_fillet": "Filet de porc",
"iot_special_pork_ribs": "Côtes de porc",
"iot_special_prawns": "Crevettes",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Filet de saumon",
"iot_special_saute_potatoes": "Pommes de terre sautées",
"iot_special_scallops": "Coquilles Saint-Jacques",
"iot_special_scrambled_eggs": "Œufs brouillés",
"iot_special_spelt": "Épeautre",
"iot_special_veggy_noodles": "Nouilles végétariennes",
"iot_special_white_fish_fillet": "Filet de poisson blanc",
"iot_standard_boiling": "Bouillir",
"iot_standard_frying": "Frire",
"iot_standard_keep_warm": "Maintien au chaud",
"iot_standard_melting": "Fondre",
"iot_standard_simmering": "Mijoter"
},
"name": "Programme"
},
"programs_ov": {
"state": {
"bakery": "Pâtes et pains",
"bakery_steam": "Four à vapeur",
"bottom_heating": "Sole",
"bottom_heating_fan": "Sole brassée",
"bread": "Pain",
"bread_steam": "Pain àla vapeur",
"combi": "Combi",
"convection_fan": "Chaleur tournante",
"convection_fan_turnspit": "Tournebrocheà convection ventilée",
"conventional": "Convection naturelle",
"conventional_turnspit": "Tournebroche conventionnel",
"defrost": "Décongélation",
"descaling": "Détartrage",
"fish": "Poisson",
"fish_steam": "Poisson à la vapeur",
"grill_cata": "Gril",
"grill_fan_cata": "Turbogril",
"grill_fan_pyro": "Turbogril",
"grill_pyro": "Gril",
"h20_clean": "H2O-Clean",
"iot_bread": "Pain",
"iot_h20_clean": "h2O clean",
"leavening": "Étuve",
"low_temp_cooking": "Cuisson à basse température",
"low_temp_cooking_fish": "Cuisson à basse température Poisson",
"low_temp_cooking_fish_steam": "Cuisson à basse température Poisson à la vapeur",
"low_temp_cooking_meat": "Cuisson à basse température Viande",
"low_temp_cooking_meat_steam": "Cuisson à basse température Viande à la vapeur",
"low_temp_cooking_steam": "Cuisson à basse température à la vapeur",
"meat": "Viande",
"meat_steam": "Viande à la vapeur",
"multi_level": "Chaleur pulsée",
"paella": "Paella",
"pasta_and_bakery": "Pâtes et pains",
"pizza": "Pizza",
"pyrolysis": "Pyrolyse",
"pyrolysis_plus": "Pyrolyse +",
"red_meat": "Viande rouge",
"red_meat_steam": "Viande rouge à la vapeur",
"regenerate": "Régénérer",
"soft_plus": "Soft+",
"super_grill": "Super Gril",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Légumes",
"vegetables_cata": "Légumes",
"vegetables_pyro": "Légumes",
"water_discharge": "Décharge d'eau",
"white_meat": "Viande blanche",
"white_meat_steam": "Viande blanche à la vapeur"
},
"name": "Programme"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "Couleurs 20 °C et cotons",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Vapeur d'eau",
"active_wash": "Lavage actif",
"active_wash_steam": "Lavage actif",
"allergy_care": "Soin Allergie",
"allergy_care_pro": "Soin Allergie Pro",
"all_in_one_49": "Tout-en-un 49'.",
"all_in_one_59": "Tout-en-un 59'.",
"all_in_one_59_steam": "Lavage actif + vapeur",
"autocare": "Autocare",
"autoclean": "Nettoyage du tambour",
"baby_60": "Bébé 60°C",
"care_14": "Soin Rapide 14'",
"care_30": "Soin Rapide 30'",
"care_44": "Soin Rapide 44'",
"checkup": "Vérification",
"colour_59": "Couleurs 59'",
"colour_59_steam": "Couleurs 59' + Vapeur",
"cottons": "Coton",
"cottons_prewash": "Coton + prélavage",
"cottons_steam": "Coton + Vapeur d'eau",
"cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "Délicat 59'",
"delicate_silk": "Délicat",
"delicate_silk_steam": "Délicat + vapeur",
"delicati_59": "Délicat 59'",
"delicati_59_steam": "Délicat 59'",
"drain_spin": "Vidange et essorage",
"easy_iron": "Repassage facile",
"eco_40_60_new_energy_label": "Éco 40-60",
"extra_care": "Soin Extra",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Soin frais",
"fresh_care_steam": "Fresh Care + vapeur",
"handwash_wool": "Lavage à la main et laine",
"high_dry": "Séchage du coton",
"hqd_20_degrees": "Coton 20 ℃",
"hqd_allergy": "Soin Allergie",
"hqd_autoclean": "Nettoyage du tambour",
"hqd_babycare": "Soin Bébé",
"hqd_checkup": "Vérification",
"hqd_cottons": "Coton",
"hqd_delicate": "Délicats",
"hqd_delicate_cradle": "Délicats",
"hqd_dry": "Séchage du coton",
"hqd_dry_synthetics": "Séchage des tissus mélangés",
"hqd_duvet": "Couette",
"hqd_eco_40_60_degrees": "Éco 40-60",
"hqd_handwash_wool": "Laine",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Tissus mélangés",
"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_rinse": "Rinçage",
"hqd_shirts": "Chemises",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Essorage",
"hqd_sport": "Sport",
"hqd_super_fast": "Rapide 39",
"hqd_synthetic_and_coloured": "Synthétiques",
"hygiene_59": "Hygiene Plus 59'",
"hygiene_60": "Hygiène 60°",
"hygiene_plus_59": "Hygiene Plus 59'",
"hygiene_plus_59_min": "Hygiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Vapeur",
"intensive_40": "Intensif 40°C",
"intensive_40_steam": "Intensif 40°C + Vapeur",
"iot_active_steam": "Vapeur d'eau",
"iot_active_wash_steam": "Lavage actif",
"iot_allergy_care_pro": "Soin Allergie Pro",
"iot_all_in_one_59_steam": "Lavage actif + vapeur",
"iot_checkup": "Vérification",
"iot_colour_59_steam": "Couleurs 59' + Vapeur",
"iot_cottons_steam": "Coton + Vapeur d'eau",
"iot_delicate_silk_steam": "Délicat + vapeur",
"iot_delicati_59_steam": "Délicat 59'",
"iot_dry_air_refresh": "Rafraîchissement de l'air",
"iot_dry_anti_mites": "Anti-acarien",
"iot_dry_baby": "Bébé",
"iot_dry_backpacks": "Sacs à dos",
"iot_dry_bathrobe": "Peignoirs et tissus poreux",
"iot_dry_bed_linen": "Linge de lit",
"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_delicates_antiallergy": "Délicat - anti-allergique",
"iot_dry_delicate_tablecloths": "Nappes délicates",
"iot_dry_denim_jeans": "Denim - Jeans",
"iot_dry_easy_iron_cotton": "Repassage facile - Coton",
"iot_dry_easy_iron_synthetics": "Repassage facile - Synthétiques",
"iot_dry_gym_fit": "Gym - vêtements de fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed_dry": "Séchage des tissus mélangés",
"iot_dry_rapid_60_min_delicates": "Rapid 60' - Délicats",
"iot_dry_shirts": "Chemises",
"iot_dry_swimsuits_and_bikinis": "Maillots de bain",
"iot_dry_synthetics": "Séchage des synthétiques",
"iot_dry_synthetic_dry": "Séchage des synthétiques",
"iot_dry_tablecloths": "Nappes",
"iot_dry_technical_fabrics": "Tissus techniques",
"iot_dry_warm_embrace": "Étreinte chaude",
"iot_dry_wool_dry": "Séchage de la laine",
"iot_easy_iron": "Repassage facile",
"iot_fresh_care_steam": "Fresh Care + vapeur",
"iot_hygiene_pro_steam": "Hygiene Pro + Vapeur",
"iot_intensive_40_steam": "Intensif 40°C + Vapeur",
"iot_mixed_steam": "Tissus mélangés + Vapeur d'eau",
"iot_mix_and_colour_59_steam": "Mixtes et couleurs 59 + vapeur",
"iot_perfect_cotton_59_steam": "Coton Parfait 59'",
"iot_rapid_a_class_60_steam": "Classe A rapide 60 + Vapeur",
"iot_resistant_cotton_steam": "Coton + Vapeur d'eau",
"iot_shirts_steam": "Chemises + Vapeur",
"iot_single_item_steam": "Article unique + vapeur",
"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_synthetic_and_coloured_steam": "Synthétiques et couleurs + vapeur",
"iot_wash_and_dry": "Lavage et séchage",
"iot_wash_anti_mites": "Anti-acarien",
"iot_wash_anti_odor": "Anti-odeur",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Assainissant",
"iot_wash_baby_sanitizer_steam": "Assainissant + Vapeur pour bébés",
"iot_wash_backpacks": "Sacs à dos",
"iot_wash_backpacks_zelig": "Sac à dos",
"iot_wash_bathrobe": "Peignoirs et serviettes",
"iot_wash_bathrobe_steam": "Peignoir de bain + Vapeur d'eau",
"iot_wash_bed_linen": "Linge de lit",
"iot_wash_bed_linen_steam": "Linge de lit + Vapeur d'eau",
"iot_wash_bed_linen_zelig": "Linge de lit",
"iot_wash_big_single_load": "Grande charge unique",
"iot_wash_bleaching": "Blanchiment",
"iot_wash_blood_stains": "Taches de sang",
"iot_wash_cashmere": "Cachemire",
"iot_wash_chocolate_stains": "Taches de chocolat",
"iot_wash_cold_wash": "Lavage à froid",
"iot_wash_colored": "Colorés",
"iot_wash_colored_anti_stain": "Détachage pour les couleurs",
"iot_wash_colored_delicate": "Délicats colorés",
"iot_wash_coloured": "Couleurs",
"iot_wash_coloured_bed_linen": "Draps de couleur",
"iot_wash_coloured_bed_linen_steam": "Draps de couleur + Vapeur",
"iot_wash_coloured_curtains": "Rideaux de couleur",
"iot_wash_coloured_shirts": "T-shirts de couleur",
"iot_wash_coloured_shirts_steam": "Chemises colorées + Vapeur",
"iot_wash_coloured_steam": "Couleurs + Vapeur d'eau",
"iot_wash_coloured_tableclothes": "Nappes de couleur",
"iot_wash_coloured_tableclothes_steam": "Nappes de couleur + vapeur",
"iot_wash_cotton": "Coton",
"iot_wash_cotton_steam": "Coton + Vapeur d'eau",
"iot_wash_cuddly_toys": "Animaux en peluche",
"iot_wash_curtains": "Rideaux",
"iot_wash_curtains_steam": "Rideaux+Vapeur d'eau",
"iot_wash_curtains_zelig": "Rideaux",
"iot_wash_dark": "Vêtements sombres",
"iot_wash_darks_and_coloured_44": "Foncés et colorés 44'",
"iot_wash_darks_and_coloured_59": "Foncés et colorés 59'",
"iot_wash_darks_and_coloured_xl": "Foncés et colorés XL",
"iot_wash_dark_steam": "Vêtements sombres + Vapeur d'eau",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Délicats",
"iot_wash_delicate_antiallergy": "Anti-allergie pour les personnes fragiles",
"iot_wash_delicate_antiallergy_steam": "Anti-allergie pour les personnes fragiles + Vapeur d'eau",
"iot_wash_delicate_antiallergy_zelig": "Anti-allergie pour les personnes fragiles",
"iot_wash_delicate_colors": "Délicats de couleur",
"iot_wash_delicate_colors_steam": "Couleurs + Vapeur",
"iot_wash_delicate_dark": "Foncés délicats",
"iot_wash_delicate_steam": "Délicats + Vapeur d'eau",
"iot_wash_delicate_tablecloths": "Nappes délicates",
"iot_wash_delicate_tablecloths_steam": "Nappes délicates + Vapeur d'eau",
"iot_wash_delicate_whites": "Blancs délicats",
"iot_wash_denim_jeans": "Denim - jeans",
"iot_wash_diving_suits": "Combinaisons de plongée",
"iot_wash_diving_suits_zelig": "Combinaisons de plongée",
"iot_wash_down_jackets": "Vestes en duvet",
"iot_wash_down_jackets_zelig": "Vestes en duvet",
"iot_wash_duvet": "Couette",
"iot_wash_fruit_stains": "Taches de fruits",
"iot_wash_gym_fit": "Gym - vêtements de fitness",
"iot_wash_handwash": "Lavage à la main",
"iot_wash_handwash_colored": "Lavage à la main des colorés",
"iot_wash_handwash_dark": "Lavage à la main des foncés",
"iot_wash_lingerie": "Lingerie",
"iot_wash_masks_refresh": "Rafraîchissement des masques",
"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_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'",
"iot_wash_mix_and_coloured_59": "Tissus mélangés et colorés 59'",
"iot_wash_mix_and_coloured_xl": "Tissus mélangés et colorés XL",
"iot_wash_new_clothes": "Vêtements neufs",
"iot_wash_perfect_white": "Un blanc parfait",
"iot_wash_perfect_white_steam": "Un blanc parfait + Vapeur d'eau",
"iot_wash_pets": "Accessoires pour animaux",
"iot_wash_pets_hair_removal": "Élimination des poils danimaux de compagnie",
"iot_wash_pets_odours_stains_removal": "Élimination des taches et des odeurs provenant des animaux de compagnie",
"iot_wash_pets_steam": "Accessoires pour animaux",
"iot_wash_playsuits": "Barboteuses",
"iot_wash_playsuits_steam": "Barboteuses + Vapeur d'eau",
"iot_wash_quick_drum_cleaner": "Nettoyant tambour rapide",
"iot_wash_rapid_14": "Rapide 14",
"iot_wash_rapid_30": "Rapide 30",
"iot_wash_rapid_44": "Rapide 44'",
"iot_wash_rapid_59": "Rapide 59'",
"iot_wash_rapid_59_steam": "Rapide 59' + Vapeur",
"iot_wash_refresh_14_min": "Rafraîchir 14'",
"iot_wash_resistant_colored": "Colorés résistants",
"iot_wash_resistant_dark": "Foncés résistants",
"iot_wash_resistant_whites": "Blancs résistants",
"iot_wash_rinse": "Rinçage",
"iot_wash_shirts": "Chemises",
"iot_wash_shirts_steam": "Chemises + Vapeur d'eau",
"iot_wash_silk": "Soie",
"iot_wash_ski_suit": "Combinaisons de ski",
"iot_wash_ski_suit_zelig": "Combinaisons de ski",
"iot_wash_spin": "Essorage",
"iot_wash_sport": "Sport",
"iot_wash_sport_anti_odor": "Anti-odeur pour les vêtements de sport",
"iot_wash_sport_anti_odor_zelig": "Anti-odeur pour les vêtements de sport",
"iot_wash_stains_remover": "Détachant",
"iot_wash_swimsuits_and_bikinis": "Maillots de bain",
"iot_wash_synthetic": "Synthétiques",
"iot_wash_synthetic_steam": "Synthétiques + Vapeur d'eau",
"iot_wash_tablecloths": "Nappes",
"iot_wash_tablecloths_steam": "Nappes + Vapeur d'eau",
"iot_wash_technical_fabrics": "Tissus techniques",
"iot_wash_technical_fabrics_zelig": "Tissus techniques",
"iot_wash_technical_jackets": "Vestes techniques",
"iot_wash_technical_jackets_zelig": "Vestes techniques",
"iot_wash_trainers": "Baskets",
"iot_wash_whites": "Blancs",
"iot_wash_whites_44": "Blancs 44'",
"iot_wash_whites_59": "Blancs 59'",
"iot_wash_whites_xl": "Blancs XL",
"iot_wash_wine_stains": "Taches de vin",
"iot_wash_wool": "Laine",
"jeans": "Jeans",
"jeans_60": "Jeans",
"low_dry": "Séchage des tissus mélangés",
"mixed": "Tissus mélangés",
"mixed_and_colored_59": "Tissus mélangés et couleurs 59'",
"mixed_steam": "Tissus mélangés + Vapeur d'eau",
"mix_and_colour_59": "Mixtes + Couleurs 59'",
"mix_and_colour_59_steam": "Mixtes et couleurs 59 + vapeur",
"night_and_day": "Nuit et jour",
"night_wash": "Cycle de nuit",
"perfect_59": "Parfait 59'",
"perfect_cotton_59": "Coton Parfait 59'",
"perfect_cotton_59_steam": "Coton Parfait 59'",
"perfect_whites_59": "Ultra-blanc 59'",
"rapid_14_min": "Rapide 14'.",
"rapid_30_min": "Rapide 30'",
"rapid_44_min": "Rapide 44'",
"rapid_a_class_60": "Classe A rapide 60",
"rapid_a_class_60_steam": "Classe A rapide 60 + Vapeur",
"rapid_wash_and_dry_59_min": "Lavage et séchage 59'.",
"resistant_cotton": "Coton",
"resistant_cotton_steam": "Coton + Vapeur d'eau",
"rinse": "Rinçage",
"shirts_steam": "Chemises + Vapeur",
"silent_night": "Cycle de nuit",
"single_item": "Élément unique",
"single_item_steam": "Article unique + vapeur",
"smart_wash": "Lavage intelligent",
"soft_care": "Soin Doux",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Special 39'",
"special_39_full_load": "Special 39'",
"special_39_full_load_steam": "Spécial 39 + vapeur",
"special_49": "Spécial 49'",
"sport_39": "Sport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Vapeur 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Synthétiques",
"synthetic_and_coloured": "Synthétiques et couleurs",
"synthetic_and_coloured_steam": "Synthétiques et couleurs + vapeur",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Soin total",
"tumbling": "Tumble",
"wool": "Laine",
"wool_and_delicates_49": "Laine/Délicat 49'",
"wool_dry": "Séchage de la laine",
"wool_soft_care": "Laine & Soin Doux"
},
"name": "Programme"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET",
"cheese": "Fromage",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Mode Eco",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Aucun mode sélectionné",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Programme"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Déshumidificateur",
"iot_uv_and_fan": "UV + ventilateur",
"iot_uv_and_heat": "UV + Chaleur"
}
},
"name": "Programme"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Programme"
},
"remaining_time": {
"name": "Temps restant"

View File

@ -58,7 +58,8 @@
"19": "יִבּוּשׁ",
"20": "יִבּוּשׁ",
"11": "מוּכָן",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "שלב"
},
@ -187,7 +188,8 @@
"hqd_warm_up": "Warm up",
"hqd_working_suit": "Working suit",
"iot_dry_synthetic_dry": "סינתטי יבש"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Room temperature"
@ -200,6 +202,248 @@
},
"fridge_temp": {
"name": "Fridge temperature"
},
"programs_ac": {
"state": {
"iot_simple_start": "התחל עכשיו"
},
"name": "Program"
},
"programs_dw": {
"state": {
"gentle_wash": "Gentle wash",
"iot_checkup": "בְּדִיקָה",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_jar_quick_cycle": "Jar Quick",
"iot_yes_quick_cycle": "Yes Quick",
"smart_ai": "Smart AI",
"smart_ai_soil": "Smart AI"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_grilled_vegetables": "Grilled vegetables"
},
"name": "Program"
},
"programs_ov": {
"state": {
"iot_h20_clean": "h2O clean",
"pizza": "Pizza",
"tailor_bake": "Tailor bake"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_new_energy_label": "20 מעלות צלזיוס",
"active_steam": "קִיטוֹר",
"active_wash": "שטיפה פעילה",
"active_wash_steam": "שטיפה פעילה",
"allergy_care": "טיפול באלרגיה",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49 '",
"all_in_one_59": "All in One 59 '",
"all_in_one_59_steam": "שטיפה פעילה",
"autocare": "טיפול אוטומטי",
"autoclean": "ניקוי אוטומטי",
"baby_60": "BABY_60",
"care_14": "טיפול מהיר 14 '",
"care_30": "טיפול מהיר 30 '",
"care_44": "טיפול מהיר 44 '",
"checkup": "בְּדִיקָה",
"cottons": "כותנה",
"cottons_prewash": "כותנה + כביסה מוקדמת",
"cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "עדין 59 '",
"delicati_59": "DELICATI_59",
"delicati_59_steam": "DELICATI_59",
"drain_spin": "ניקוז + סיבוב",
"easy_iron": "גיהוץ קל",
"eco_40_60_new_energy_label": "אקו 40-60",
"extra_care": "אכפתיות מוגברת",
"fitness": "טיפול בכושר",
"fitness_care": "טיפול בכושר",
"fresh_care": "טיפול טרי",
"fresh_care_steam": "טיפול טרי",
"handwash_wool": "שטיפת ידיים + צמר",
"high_dry": "יבש בחום גבוה",
"hqd_dry_synthetics": "יבש בחום נמוך",
"hygiene_60": "היגיינה 60 מעלות צלזיוס",
"intensive_40": "40°C אינטנסיביים",
"iot_active_steam": "קִיטוֹר",
"iot_active_wash_steam": "שטיפה פעילה",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "שטיפה פעילה",
"iot_checkup": "בְּדִיקָה",
"iot_delicati_59_steam": "DELICATI_59",
"iot_dry_air_refresh": "רענון אוויר",
"iot_dry_anti_mites": "נגד קרדית",
"iot_dry_baby": "תִינוֹק",
"iot_dry_backpacks": "תיקי גב",
"iot_dry_bathrobe": "חלוקי רחצה",
"iot_dry_bed_linen": "מצעים",
"iot_dry_cotton_dry": "כותנה יבשה",
"iot_dry_cuddly_toys": "צעצועי חיבוק",
"iot_dry_curtains": "וילונות",
"iot_dry_dehumidifier": "מסיר לחות",
"iot_dry_delicates_antiallergy": "עדין נגד אלרגיה",
"iot_dry_delicate_tablecloths": "מפות עדינות",
"iot_dry_denim_jeans": "ג'ינס",
"iot_dry_easy_iron_cotton": "ברזל קל - כותנה",
"iot_dry_easy_iron_synthetics": "קל ברזל - סינתטיים",
"iot_dry_gym_fit": "כושר כושר - כושר",
"iot_dry_lingerie": "לִבנֵי נָשִׁים",
"iot_dry_mixed_dry": "מעורבב יבש",
"iot_dry_rapid_60_min_delicates": "מהיר 60 '- עדינים",
"iot_dry_shirts": "חולצות",
"iot_dry_swimsuits_and_bikinis": "בגדי ים וביקיני",
"iot_dry_synthetics": "סינתטי יבש",
"iot_dry_synthetic_dry": "סינתטי יבש",
"iot_dry_tablecloths": "מפות שולחן",
"iot_dry_technical_fabrics": "בדים טכניים",
"iot_dry_warm_embrace": "חיבוק חם",
"iot_dry_wool_dry": "צמר יבש",
"iot_easy_iron": "גיהוץ קל",
"iot_fresh_care_steam": "טיפול טרי",
"iot_synthetic_and_coloured_steam": "סינטטי וצבעוני",
"iot_wash_anti_mites": "נגד קרדית",
"iot_wash_anti_odor": "נגד ריח",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "חיטוי לתינוקות",
"iot_wash_backpacks": "תיקי גב",
"iot_wash_bathrobe": "חלוקי רחצה ובדים נקבוביים",
"iot_wash_bed_linen": "מצעים",
"iot_wash_bed_linen_zelig": "מצעים",
"iot_wash_bleaching": "הַלבָּנָה",
"iot_wash_blood_stains": "כתמי דם",
"iot_wash_cashmere": "קשמיר",
"iot_wash_chocolate_stains": "כתמי שוקולד",
"iot_wash_cold_wash": "שטיפה קרה",
"iot_wash_colored": "צבעוני",
"iot_wash_colored_anti_stain": "נגד כתם צבעוני",
"iot_wash_colored_delicate": "צבעוני עדין",
"iot_wash_coloured": "צבעוני",
"iot_wash_cotton": "כותנה",
"iot_wash_cuddly_toys": "צעצועי חיבוק",
"iot_wash_curtains": "וילונות",
"iot_wash_curtains_zelig": "וילונות",
"iot_wash_dark": "אפל",
"iot_wash_darks_and_coloured_44": "חביבים וצבעוניים 44 '",
"iot_wash_darks_and_coloured_59": "חביבים וצבעוני 59 '",
"iot_wash_darks_and_coloured_xl": "חפצים וצבע XL",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "עדינים",
"iot_wash_delicate_antiallergy": "אנטי אלרגיה עדין",
"iot_wash_delicate_antiallergy_zelig": "אנטי אלרגיה עדין",
"iot_wash_delicate_colors": "צבעוני עדין",
"iot_wash_delicate_dark": "כהה עדין",
"iot_wash_delicate_tablecloths": "מפות עדינות",
"iot_wash_delicate_whites": "לבנים עדינים",
"iot_wash_denim_jeans": "ג'ינס",
"iot_wash_diving_suits": "חליפות צלילה",
"iot_wash_diving_suits_zelig": "חליפות צלילה",
"iot_wash_down_jackets": "מעילי פוך",
"iot_wash_down_jackets_zelig": "מעילי פוך",
"iot_wash_fruit_stains": "כתמי פרי",
"iot_wash_gym_fit": "כושר כושר - כושר",
"iot_wash_handwash": "שטיפת ידיים",
"iot_wash_handwash_colored": "שטיפת ידיים בצבע",
"iot_wash_handwash_dark": "שטיפת ידיים כהה",
"iot_wash_lingerie": "לִבנֵי נָשִׁים",
"iot_wash_masks_refresh": "מסכות רענן",
"iot_wash_masks_sanification": "חיטוי מסכות",
"iot_wash_mats": "מחצלות",
"iot_wash_men_s_trousers": "מכנסי גברים",
"iot_wash_mixed": "מעורב",
"iot_wash_mix_and_coloured_44": "לערבב וצבעוני 44 '",
"iot_wash_mix_and_coloured_59": "מיקס וצבעוני 59 '",
"iot_wash_mix_and_coloured_xl": "מערבבים וצבעים XL",
"iot_wash_new_clothes": "בגדים חדשים",
"iot_wash_perfect_white": "לבן מושלם",
"iot_wash_pets": "חיות מחמד",
"iot_wash_pets_steam": "חיות מחמד",
"iot_wash_playsuits": "חליפות משחק",
"iot_wash_rapid_14": "מהיר 14 '",
"iot_wash_rapid_30": "מהיר 30 '",
"iot_wash_rapid_44": "מהיר 44 '",
"iot_wash_rapid_59": "מהיר 59 '",
"iot_wash_refresh_14_min": "רענן 14 דקות",
"iot_wash_resistant_colored": "צבעוני עמיד",
"iot_wash_resistant_dark": "כהה עמיד",
"iot_wash_resistant_whites": "לבנים עמידים",
"iot_wash_rinse": "לִשְׁטוֹף",
"iot_wash_shirts": "חולצות",
"iot_wash_silk": "משי",
"iot_wash_ski_suit": "חליפת סקי",
"iot_wash_ski_suit_zelig": "חליפת סקי",
"iot_wash_spin": "סיבוב",
"iot_wash_sport": "ספּוֹרט",
"iot_wash_stains_remover": "מסיר כתמים",
"iot_wash_swimsuits_and_bikinis": "בגדי ים וביקיני",
"iot_wash_synthetic": "סינתטיים",
"iot_wash_tablecloths": "מפות שולחן",
"iot_wash_technical_fabrics": "בדים טכניים",
"iot_wash_technical_fabrics_zelig": "בדים טכניים",
"iot_wash_technical_jackets": "ז'קטים טכניים",
"iot_wash_technical_jackets_zelig": "ז'קטים טכניים",
"iot_wash_trainers": "מאמנים",
"iot_wash_whites": "לְבָנִים",
"iot_wash_whites_44": "לבנים 44 '",
"iot_wash_whites_59": "לבנים 59 '",
"iot_wash_whites_xl": "לבנים XL",
"iot_wash_wine_stains": "כתמי יין",
"iot_wash_wool": "צֶמֶר",
"jeans": "גִ'ינס",
"low_dry": "יבש בחום נמוך",
"mixed_and_colored_59": "מעורב וצבעוני 59 '",
"night_and_day": "לילה ויום",
"night_wash": "Night Wash",
"perfect_59": "מושלם 59 '",
"perfect_whites_59": "לבן מושלם",
"rapid_wash_and_dry_59_min": "לשטוף ולייבש 59 '",
"resistant_cotton": "כותנה",
"rinse": "לִשְׁטוֹף",
"silent_night": "Night Wash",
"soft_care": "טיפול רך",
"special_49": "מיוחד 49 '",
"sport_39": "ספורט 39 '",
"sport_plus_29": "ספורט פלוס 29 \"",
"steam_39": "קיטור 39 '",
"steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro",
"steam_care_pro_delicates": "Steam Care Pro",
"steam_care_pro_synthetic": "Steam Care Pro",
"synthetics": "סינתטיים",
"synthetic_and_coloured": "סינטטי וצבעוני",
"synthetic_and_coloured_steam": "סינטטי וצבעוני",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "טיפול טוטאלי",
"tumbling": "נופלים",
"wool_and_delicates_49": "Wool/Delicates 49'",
"wool_dry": "צמר יבש",
"wool_soft_care": "Wool & Soft Care"
},
"name": "Program"
},
"programs_ref": {
"state": {
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"fruit_and_veg": "Fruit & Veg",
"keep_fresh": "0° Fresh",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"tea": "Cold drinks or Beverages"
},
"name": "Program"
}
},
"select": {
@ -489,7 +733,8 @@
"programs_ac": {
"state": {
"iot_simple_start": "התחל עכשיו"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -500,7 +745,8 @@
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"tea": "Cold drinks or Beverages"
}
},
"name": "Program"
},
"remaining_time": {
"name": "זמן שנותר"

View File

@ -58,7 +58,8 @@
"19": "Sušenje",
"20": "Sušenje",
"11": "Spremno",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Faza"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "XXL kapacitet",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Sobna temperatura"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura hladnjaka"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija grijanja na 10 °C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Zagrijavanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Sampročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokreni sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatski",
"iot_uv_and_cool": "UV + hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + grijanje"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Brzi 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Automatski univerzalni 50 - 60°C",
"auto_universal_plus": "Automatski univerzalni+ 65 - 75°C",
"auto_universal_plus_soil": "Automatski univerzalni+ 65 - 75°C",
"auto_universal_soil": "Automatski univerzalni 50 - 60°C",
"auto_wash": "Automatsko pranje",
"auto_wash_soil": "Automatsko pranje",
"classe_a_59": "A klasa 59' 65°C",
"delicate": "Osjetljivo 45°C",
"dishwasher_care": "Ciklus čišćenja kamenca",
"eco": "Ekološki",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Staklo",
"glassware": "Glassware (Stakleno posuđe) 45 °C",
"glass_care": "Glass Care",
"hygiene": "Hygiene",
"hygiene_plus": "Hygiene+ (Higijena+) 75 °C",
"intensive": "Intenzivno ",
"intensive_rapid": "Snažan i brz",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Automatski univerzalni 50 - 60°C",
"iot_auto_wash_soil": "Automatsko pranje",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Doručak",
"iot_checkup": "Check Up ciklus provjere",
"iot_china_crystals": "Kristal",
"iot_classe_a_59": "Brzi 59'",
"iot_cocktail_glasses": "Koktel čaše",
"iot_cocktail_glasses_soil": "Koktel čaše",
"iot_daily_care": "Daily Care",
"iot_daily_care_soil": "Daily Care",
"iot_delicate": "Osjetljivo 45°C",
"iot_dinner_for_two": "Večera za dvoje",
"iot_dinner_for_two_soil": "Večera za dvoje",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiene",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Pizza",
"iot_pizza_menu_soil": "Pizza",
"iot_plastic_tupperware": "Plastika",
"iot_porcelain": "Porculan",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Pretpranje",
"iot_pyrex_and_glassware": "Pireks & obično staklo",
"iot_rapid_29": "Brzo 29'",
"iot_rapid_39": "Rapid (Brzi program) 39 minuta 60 °C",
"iot_single": "Samac",
"iot_steam": "Steam (Para) 75 °C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Super Wash",
"iot_turbopower": "TurboPower",
"iot_universal": "Universal (Univerzalni) 60 °C",
"iot_wok_grids_maxi_pans": "Posebne tave (Wok - rešetke & Maxi tave)",
"iot_wok_grids_maxi_pans_soil": "Posebne tave (Wok - rešetke & Maxi tave)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra tihi 55°C",
"prewash": "Pretpranje",
"rapid_20": "Brzi 20'",
"rapid_24": "Brzo 24'",
"rapid_29": "Brzo 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapid (Brzi program) 39 minuta 60 °C",
"rapid_49": "Brzi 49'",
"rapid_59": "Brzi 59'",
"sanitising": "Dezinficiranje",
"silence": "Silence",
"silent": "Noć",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "Posebno",
"special_pw_prz": "Posebno",
"steam": "Steam (Para) 75 °C",
"steam_plus": "Para plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra tihi 55°C",
"ultra_silent": "Ultra tihi 55°C",
"universal": "Universal (Univerzalni) 60 °C",
"universal_plus": "Universal Plus (Univerzalni plus) 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Prženi ribani krumpir",
"iot_special_beef_fillet": "Goveđi file",
"iot_special_beef_veal_stew": "Goveđi i teleći gulaš",
"iot_special_boiled_rice": "Kuhana riža",
"iot_special_chicken_breast": "Pileća prsa",
"iot_special_chicken_legs": "Pileći bataci",
"iot_special_chocolate_pudding": "Čokoladni puding",
"iot_special_entrecote": "Odrezak",
"iot_special_fresh_tuna": "Svježa tuna",
"iot_special_grilled_vegetables": "Povrće na žaru",
"iot_special_lamb_cutlet": "Janjeći kotlet",
"iot_special_meatballs": "Mesne okruglice",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Dagnje",
"iot_special_omelette": "Omlet",
"iot_special_pancakes": "Palačinke",
"iot_special_paris_style_peas": "Grašak na pariški način",
"iot_special_poached_eggs": "Poširana jaja",
"iot_special_pork_fillet": "Svinjski file",
"iot_special_pork_ribs": "Svinjska rebarca",
"iot_special_prawns": "Kozice",
"iot_special_quinoa": "Kvinoja",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Filet lososa",
"iot_special_saute_potatoes": "Pirjani krumpir",
"iot_special_scallops": "Jakobove kapice",
"iot_special_scrambled_eggs": "Kajgana",
"iot_special_spelt": "Pir",
"iot_special_veggy_noodles": "Rezanci s povrćem",
"iot_special_white_fish_fillet": "Filet bijele ribe",
"iot_standard_boiling": "Boiling (Prokuhavanje)",
"iot_standard_frying": "Prženje",
"iot_standard_keep_warm": "Održite toplinu",
"iot_standard_melting": "Otapanje",
"iot_standard_simmering": "Simmering (Pirjanje)"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Tjestenina i tijesta",
"bakery_steam": "Para u pećnici",
"bottom_heating": "Donji grijač",
"bottom_heating_fan": "Donji grijač + Ventilator",
"bread": "Kruh",
"bread_steam": "Kruh pečen na pari",
"combi": "Combi",
"convection_fan": "Konvekcija + Ventilator",
"convection_fan_turnspit": "Konvekcija + ventilator + ražanj",
"conventional": "Konvekcijska",
"conventional_turnspit": "Konvekcija + ražanj",
"defrost": "Odmrzavanje",
"descaling": "Uklanjanje kamenca",
"fish": "Riba",
"fish_steam": "Riba na pari",
"grill_cata": "Pečenje",
"grill_fan_cata": "Ventilator za pečenje",
"grill_fan_pyro": "Grijač + ventilator",
"grill_pyro": "Grijač",
"h20_clean": "H2O-Clean",
"iot_bread": "Kruh",
"iot_h20_clean": "h2O clean",
"leavening": "Dizanje tijesta",
"low_temp_cooking": "Kuhanje na niskoj temperaturi",
"low_temp_cooking_fish": "Kuhanje na niskoj temperaturi - riba",
"low_temp_cooking_fish_steam": "Kuhanje na niskoj temperaturi - riba na pari",
"low_temp_cooking_meat": "Kuhanje na niskoj temperaturi - meso",
"low_temp_cooking_meat_steam": "Kuhanje na niskoj temperaturi - meso na pari",
"low_temp_cooking_steam": "Kuhanje na pari i na niskoj temperaturi",
"meat": "Meso",
"meat_steam": "Meso na pari",
"multi_level": "Više razina",
"paella": "Paella",
"pasta_and_bakery": "Tjestenina i tijesta",
"pizza": "Pizza",
"pyrolysis": "Piroliza",
"pyrolysis_plus": "Piroliza +",
"red_meat": "Crveno meso",
"red_meat_steam": "Kuhano crveno meso",
"regenerate": "Regeneracija",
"soft_plus": "Mekano+",
"super_grill": "Super roštilj",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Povrće",
"vegetables_cata": "Povrće",
"vegetables_pyro": "Povrće",
"water_discharge": "Ispuštanje vode",
"white_meat": "Bijelo meso",
"white_meat_steam": "Kuhano bijelo meso na pari"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° šareno i pamučno rublje",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Para",
"active_wash": "Aktivno pranje",
"active_wash_steam": "Aktivno pranje",
"allergy_care": "Alergijska njega",
"allergy_care_pro": "Alergijska njega Pro",
"all_in_one_49": "Sve u jednom 49.",
"all_in_one_59": "Sve u jednom 59.",
"all_in_one_59_steam": "Aktivno pranje + para",
"autocare": "Automatska njega",
"autoclean": "Čišćenje bubnja",
"baby_60": "All Baby 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Kontrolni pregled",
"colour_59": "Šareno 59'",
"colour_59_steam": "Boje 59' + para",
"cottons": "Pamuk",
"cottons_prewash": "Pamuk + Pretpranje",
"cottons_steam": "Pamuk + Para",
"cotton_care_59": "Pamuk 59 Min",
"delicate_59": "Osjetljivo rublje 59",
"delicate_silk": "Osjetljiva svila",
"delicate_silk_steam": "Osjetljiva svila + para",
"delicati_59": "Osjetljivo rublje 59",
"delicati_59_steam": "Osjetljivo rublje 59",
"drain_spin": "Ispiranje i centrifuga",
"easy_iron": "Easy Iron - lakše glačanje",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Dodatna Njega",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Fresh Care",
"fresh_care_steam": "Svježa njega + para",
"handwash_wool": "Ručno pranje i vuna",
"high_dry": "Suhi pamuk",
"hqd_20_degrees": "Pamuk 20 ℃",
"hqd_allergy": "Alergijska njega",
"hqd_autoclean": "Čišćenje bubnja",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Kontrolni pregled",
"hqd_cottons": "Pamuk",
"hqd_delicate": "Osjetljivo rublje",
"hqd_delicate_cradle": "Osjetljivo rublje",
"hqd_dry": "Suhi pamuk",
"hqd_dry_synthetics": "Suha miješana odjeća",
"hqd_duvet": "Popluni",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Vuna",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Miješano rublje",
"hqd_quick_15": "Brzi program 15'",
"hqd_quick_wash_57": "Brzo pranje 57 min",
"hqd_rapid_wash_and_dry": "Pranje & sušenje",
"hqd_refresh": "Osvježavanje",
"hqd_rinse": "Ispiranje",
"hqd_shirts": "Košulje",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Okretaj",
"hqd_sport": "Sportska odjeća",
"hqd_super_fast": "Brzi program 39",
"hqd_synthetic_and_coloured": "Sintetika",
"hygiene_59": "Hygijenski Plus 59'",
"hygiene_60": "Higijena 60°",
"hygiene_plus_59": "Hygijenski Plus 59'",
"hygiene_plus_59_min": "Hygijenski Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + para",
"intensive_40": "Intenzivno 40°C",
"intensive_40_steam": "Intenzivno 40°C + para",
"iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Alergijska njega Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para",
"iot_checkup": "Kontrolni pregled",
"iot_colour_59_steam": "Boje 59' + para",
"iot_cottons_steam": "Pamuk + Para",
"iot_delicate_silk_steam": "Osjetljiva svila + para",
"iot_delicati_59_steam": "Osjetljivo rublje 59",
"iot_dry_air_refresh": "Osvježavanje zraka",
"iot_dry_anti_mites": "Protiv grinja",
"iot_dry_baby": "Dječja odjeća",
"iot_dry_backpacks": "Naprtnjače",
"iot_dry_bathrobe": "Kućni ogrtači i porozne tkanine",
"iot_dry_bed_linen": "Posteljine",
"iot_dry_cotton_dry": "Suhi pamuk",
"iot_dry_cuddly_toys": "Plišane igračke",
"iot_dry_curtains": "Zavjese",
"iot_dry_dehumidifier": "Odstranjivač vlage",
"iot_dry_delicates_antiallergy": "Osjetljivo rublje antialergijski",
"iot_dry_delicate_tablecloths": "Osjetljivi stolnjaci",
"iot_dry_denim_jeans": "Traper Traperice",
"iot_dry_easy_iron_cotton": "Lagano glačanje pamuka",
"iot_dry_easy_iron_synthetics": "Lagano glačanje sintetike",
"iot_dry_gym_fit": "Odjeća za teretanu fitness",
"iot_dry_lingerie": "Donje rublje",
"iot_dry_mixed_dry": "Suha miješana odjeća",
"iot_dry_rapid_60_min_delicates": "Brzo 60' Osjetljivo rublje",
"iot_dry_shirts": "Košulje",
"iot_dry_swimsuits_and_bikinis": "Kupaći kostimi",
"iot_dry_synthetics": "Sintetika suho",
"iot_dry_synthetic_dry": "Sintetika suho",
"iot_dry_tablecloths": "Stolnjaci",
"iot_dry_technical_fabrics": "Tehničke tkanine",
"iot_dry_warm_embrace": "Toplo sušenje",
"iot_dry_wool_dry": "Vuna, suho",
"iot_easy_iron": "Easy Iron - lakše glačanje",
"iot_fresh_care_steam": "Svježa njega + para",
"iot_hygiene_pro_steam": "Hygiene Pro + para",
"iot_intensive_40_steam": "Intenzivno 40°C + para",
"iot_mixed_steam": "Miješane tkanine + Para",
"iot_mix_and_colour_59_steam": "Mješovite i obojene tkanine 59' + para",
"iot_perfect_cotton_59_steam": "Pamuk Brzi 59'",
"iot_rapid_a_class_60_steam": "Brza klasa A 60 + para",
"iot_resistant_cotton_steam": "Pamuk + Para",
"iot_shirts_steam": "Košulje + para",
"iot_single_item_steam": "Pojedinačna stavka + para",
"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_synthetic_and_coloured_steam": "Sintetika i šareno rublje + para",
"iot_wash_and_dry": "Pranje & sušenje",
"iot_wash_anti_mites": "Protiv grinja",
"iot_wash_anti_odor": "Protiv neugodnih mirisa",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Dezinficijens",
"iot_wash_baby_sanitizer_steam": "Dezinfekcijsko sredstvo za bebe + para",
"iot_wash_backpacks": "Naprtnjače",
"iot_wash_backpacks_zelig": "Ruksaci",
"iot_wash_bathrobe": "Kućni ogrtači i ručnici",
"iot_wash_bathrobe_steam": "Kupaonski ogrtači + Para",
"iot_wash_bed_linen": "Posteljine",
"iot_wash_bed_linen_steam": "Posteljina + Para",
"iot_wash_bed_linen_zelig": "Posteljine",
"iot_wash_big_single_load": "Veliko pojedinačno punjenje",
"iot_wash_bleaching": "Izbjeljivanje",
"iot_wash_blood_stains": "Mrlje od krvi",
"iot_wash_cashmere": "Kašmir",
"iot_wash_chocolate_stains": "Mrlje od čokolade",
"iot_wash_cold_wash": "Hladno pranje",
"iot_wash_colored": "Obojeno rublje",
"iot_wash_colored_anti_stain": "Uklanjanje mrlja za boje",
"iot_wash_colored_delicate": "Obojeno osjetljivo rublje",
"iot_wash_coloured": "Boje",
"iot_wash_coloured_bed_linen": "Posteljina u boji",
"iot_wash_coloured_bed_linen_steam": "Posteljina u boji + para",
"iot_wash_coloured_curtains": "Šarene zavjese",
"iot_wash_coloured_shirts": "Šarene košulje",
"iot_wash_coloured_shirts_steam": "Košulje u boji + para",
"iot_wash_coloured_steam": "Boje + Para",
"iot_wash_coloured_tableclothes": "Šareni stolnjaci",
"iot_wash_coloured_tableclothes_steam": "Šareni stolnjaci + para",
"iot_wash_cotton": "Pamuk",
"iot_wash_cotton_steam": "Pamuk + Para",
"iot_wash_cuddly_toys": "Plišane igračke",
"iot_wash_curtains": "Zavjese",
"iot_wash_curtains_steam": "Zavjese+Para",
"iot_wash_curtains_zelig": "Zavjese",
"iot_wash_dark": "Tamna odjeća",
"iot_wash_darks_and_coloured_44": "Tamno i obojeno rublje 44'",
"iot_wash_darks_and_coloured_59": "Tamno i obojeno rublje 59'",
"iot_wash_darks_and_coloured_xl": "Tamno i obojeno rublje XL",
"iot_wash_dark_steam": "Tamna odjeća + Para",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Osjetljivo rublje",
"iot_wash_delicate_antiallergy": "Antialergijski za osjetljivo rublje",
"iot_wash_delicate_antiallergy_steam": "Antialergijski za osjetljivo rublje + Para",
"iot_wash_delicate_antiallergy_zelig": "Antialergijski za osjetljivo rublje",
"iot_wash_delicate_colors": "Osjetljivo šareno rublje",
"iot_wash_delicate_colors_steam": "Boje + para",
"iot_wash_delicate_dark": "Osjetljivo tamno rublje",
"iot_wash_delicate_steam": "Osjetljivo rublje + Para",
"iot_wash_delicate_tablecloths": "Osjetljivi stolnjaci",
"iot_wash_delicate_tablecloths_steam": "Osjetljivi stolnjaci + Para",
"iot_wash_delicate_whites": "Osjetljivo bijelo rublje",
"iot_wash_denim_jeans": "Traper Traperice",
"iot_wash_diving_suits": "Ronilačka odijela",
"iot_wash_diving_suits_zelig": "Ronilačka odijela",
"iot_wash_down_jackets": "Jakne punjene paperjem",
"iot_wash_down_jackets_zelig": "Jakne punjene paperjem",
"iot_wash_duvet": "Popluni",
"iot_wash_fruit_stains": "Mrlje od voća",
"iot_wash_gym_fit": "Odjeća za teretanu fitness",
"iot_wash_handwash": "Ručno pranje",
"iot_wash_handwash_colored": "Ručno pranje obojenog rublja",
"iot_wash_handwash_dark": "Ručno pranje tamnog rublja",
"iot_wash_lingerie": "Donje rublje",
"iot_wash_masks_refresh": "Osvježavanje maski",
"iot_wash_masks_sanification": "Sanitacija maski",
"iot_wash_masks_sanification_steam": "Sanitacija maski + Para",
"iot_wash_mats": "Prostirke",
"iot_wash_men_s_trousers": "Hlače",
"iot_wash_mixed": "Miješano",
"iot_wash_mixed_steam": "Miješane tkanine + Para",
"iot_wash_mix_and_coloured_44": "Miješano i obojeno rublje 44'",
"iot_wash_mix_and_coloured_59": "Miješano i obojeno rublje 59'",
"iot_wash_mix_and_coloured_xl": "Miješano i obojeno rublje XL",
"iot_wash_new_clothes": "Nova odjeća",
"iot_wash_perfect_white": "Savršeno bijelo",
"iot_wash_perfect_white_steam": "Savršeno bijelo + Para",
"iot_wash_pets": "Pribor za ljubimce",
"iot_wash_pets_hair_removal": "Uklanjanje dlaka kućnih ljubimaca",
"iot_wash_pets_odours_stains_removal": "Uklanjanje neugodnih mirisa i mrlja od kućnih ljubimaca",
"iot_wash_pets_steam": "Pribor za ljubimce",
"iot_wash_playsuits": "Kombinezoni",
"iot_wash_playsuits_steam": "Kombinezoni + Para",
"iot_wash_quick_drum_cleaner": "Sredstvo za brzo čišćenje bubnja",
"iot_wash_rapid_14": "Brzi program 14",
"iot_wash_rapid_30": "Brzi program 30",
"iot_wash_rapid_44": "Brzi program 44",
"iot_wash_rapid_59": "Brzi program 59",
"iot_wash_rapid_59_steam": "Brzi 59' + para",
"iot_wash_refresh_14_min": "Osvježavanje 14",
"iot_wash_resistant_colored": "Otporno obojeno rublje",
"iot_wash_resistant_dark": "Otporno tamno rublje",
"iot_wash_resistant_whites": "Otporno bijelo rublje",
"iot_wash_rinse": "Ispiranje",
"iot_wash_shirts": "Košulje",
"iot_wash_shirts_steam": "Košulje + Para",
"iot_wash_silk": "Svila",
"iot_wash_ski_suit": "Skijaška odijela",
"iot_wash_ski_suit_zelig": "Skijaška odijela",
"iot_wash_spin": "Centrifuga",
"iot_wash_sport": "Sportsko rublje",
"iot_wash_sport_anti_odor": "Sportska odjeća protiv neugodnih mirisa",
"iot_wash_sport_anti_odor_zelig": "Sportska odjeća protiv neugodnih mirisa",
"iot_wash_stains_remover": "Uklanjanje mrlja",
"iot_wash_swimsuits_and_bikinis": "Kupaći kostimi",
"iot_wash_synthetic": "Sintetika",
"iot_wash_synthetic_steam": "Sintetika + Para",
"iot_wash_tablecloths": "Stolnjaci",
"iot_wash_tablecloths_steam": "Stolnjaci + Para",
"iot_wash_technical_fabrics": "Tehničke tkanine",
"iot_wash_technical_fabrics_zelig": "Tehničke tkanine",
"iot_wash_technical_jackets": "Tehničke jakne",
"iot_wash_technical_jackets_zelig": "Tehničke jakne",
"iot_wash_trainers": "Tenisice",
"iot_wash_whites": "Bijelo rublje",
"iot_wash_whites_44": "Bijelo rublje 44'",
"iot_wash_whites_59": "Bijelo rublje 59'",
"iot_wash_whites_xl": "Bijelo rublje XL",
"iot_wash_wine_stains": "Mrlje od vina",
"iot_wash_wool": "Vuna",
"jeans": "Traperice",
"jeans_60": "Traper",
"low_dry": "Suha miješana odjeća",
"mixed": "Miješane tkanine",
"mixed_and_colored_59": "Miješana i šarena odjeća 59",
"mixed_steam": "Miješane tkanine + Para",
"mix_and_colour_59": "Mijesane Tkanine + Sareno 59'",
"mix_and_colour_59_steam": "Mješovite i obojene tkanine 59' + para",
"night_and_day": "Noć i dan",
"night_wash": "Ciklus preko noći",
"perfect_59": "Savršeno 59",
"perfect_cotton_59": "Pamuk Brzi 59'",
"perfect_cotton_59_steam": "Pamuk Brzi 59'",
"perfect_whites_59": "Savršeno bijelo 59'",
"rapid_14_min": "Brzi 14'",
"rapid_30_min": "Brzi 30 min",
"rapid_44_min": "Brzi 44 min",
"rapid_a_class_60": "Brza klasa A 60",
"rapid_a_class_60_steam": "Brza klasa A 60 + para",
"rapid_wash_and_dry_59_min": "Pranje i sušenje 59.",
"resistant_cotton": "Pamuk",
"resistant_cotton_steam": "Pamuk + Para",
"rinse": "Ispiranje",
"shirts_steam": "Košulje + para",
"silent_night": "Ciklus preko noći",
"single_item": "Pojedinačna stavka",
"single_item_steam": "Pojedinačna stavka + para",
"smart_wash": "Pametno pranje",
"soft_care": "Mekana njega",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Posebna 39'",
"special_39_full_load": "Posebna 39'",
"special_39_full_load_steam": "Posebna 39' + para",
"special_49": "Posebno 49",
"sport_39": "Sport 39",
"sport_plus_29": "Sportski Plus 29\"",
"sport_plus_39": "Sportski Plus 39'",
"steam_39": "Para 39",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Sintetika",
"synthetic_and_coloured": "Sintetika i šareno rublje",
"synthetic_and_coloured_steam": "Sintetika i šareno rublje + para",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Potpuna njega",
"tumbling": "Sušilica",
"wool": "Vuna",
"wool_and_delicates_49": "Vuna/Osjetljivo 49'",
"wool_dry": "Suha vuna",
"wool_soft_care": "Vuna & Mekana Njega"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTOMATSKA POSTAVKA",
"cheese": "Sir",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Način rada Eco",
"fruits_and_veg": "Voće i Povrće",
"fruit_and_veg": "Fruit & Veg",
"holiday": "ODMOR",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Nije odabran način rada",
"quick_cool": "BRZO HLAĐENJE",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER HLAĐENJE",
"super_freeze": "SUPER ZAMRZAVANJE",
"tea": "Hladna pića i napitci",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + grijanje"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER ZAMRZAVANJE",
"tea": "Hladna pića i napitci",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Preostalo vrijeme"

View File

@ -116,7 +116,8 @@
"19": "Asciugatura",
"20": "Asciugatura",
"11": "Pronta",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fase"
},
@ -358,7 +359,8 @@
"woolmark": "Lana",
"xxl_load": "Carico XXL",
"zoom_59": "Zoom 59"
}
},
"name": "Programma"
},
"room_temperature": {
"name": "Temperatura ambiente"
@ -371,6 +373,562 @@
},
"fridge_temp": {
"name": "Temperatura del frigorifero"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funzione 10°C Heating ",
"iot_auto": "Auto",
"iot_cool": "Freddo",
"iot_dry": "Deumidificazione",
"iot_fan": "Ventilatore",
"iot_heat": "Caldo",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self purify",
"iot_self_clean": "Self clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Avvia ora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Freddo",
"iot_uv_and_dry": "UV + Deumidificatore",
"iot_uv_and_fan": "UV + Ventola",
"iot_uv_and_heat": "UV + Caldo"
},
"name": "Programma"
},
"programs_dw": {
"state": {
"59_min": "Rapido 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universale 50 - 60°C",
"auto_universal_plus": "Auto Universale Plus 65 - 75°C",
"auto_universal_plus_soil": "Auto Universale Plus 65 - 75°C",
"auto_universal_soil": "Auto Universale 50 - 60°C",
"auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash",
"classe_a_59": "Classe A 59' 65°C",
"delicate": "Delicato 45°C",
"dishwasher_care": "Ciclo anticalcare",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Calici",
"glassware": "Cristalli 45°C",
"glass_care": "Glass Care",
"hygiene": "Igiene",
"hygiene_plus": "Igiene 75°C",
"intensive": "Intensivo ",
"intensive_rapid": "Forte Veloce",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universale 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Colazione",
"iot_checkup": "Check-Up",
"iot_china_crystals": "Cristalli",
"iot_classe_a_59": "Rapido 59'",
"iot_cocktail_glasses": "Cocktail Glasses",
"iot_cocktail_glasses_soil": "Cocktail Glasses",
"iot_daily_care": "Quotidiano",
"iot_daily_care_soil": "Quotidiano",
"iot_delicate": "Delicato 45°C",
"iot_dinner_for_two": "Cena di coppia",
"iot_dinner_for_two_soil": "Cena di coppia",
"iot_dreft_quick_cycle": "Dreft Rapido",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Ciclo Vapore",
"iot_fairy_quick_cycle": "Fairy Rapido",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Rapido",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Pizza Menu",
"iot_pizza_menu_soil": "Pizza Menu",
"iot_plastic_tupperware": "Plastiche & Tupperware",
"iot_porcelain": "Porcellane",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Prelavaggio",
"iot_pyrex_and_glassware": "Pyrex & Glassware",
"iot_rapid_29": "Rapido 29'",
"iot_rapid_39": "Rapido 39' 60°C",
"iot_single": "Single",
"iot_steam": "Vapore 75°C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Super Wash",
"iot_turbopower": "Turbo Power",
"iot_universal": "Universale 60°C",
"iot_wok_grids_maxi_pans": "Maxi Stoviglie e Griglie",
"iot_wok_grids_maxi_pans_soil": "Maxi Stoviglie e Griglie",
"iot_yes_quick_cycle": "Yes Rapido",
"night": "Notte 55°C",
"prewash": "Prelavaggio",
"rapid_20": "Rapido 20'",
"rapid_24": "Rapido 24'",
"rapid_29": "Rapido 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapido 39' 60°C",
"rapid_49": "Rapido 49'",
"rapid_59": "Rapido 59'",
"sanitising": "Igienizzazione",
"silence": "Silence",
"silent": "Notte",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "Speciale",
"special_pw_prz": "Speciale",
"steam": "Vapore 75°C",
"steam_plus": "Vapore Plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silenzioso 55°C",
"ultra_silent": "Ultra Silenzioso 55°C",
"universal": "Universale 60°C",
"universal_plus": "Universale Plus 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Programma"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Frittelle di patate",
"iot_special_beef_fillet": "Filetto di manzo",
"iot_special_beef_veal_stew": "Spezzatino di manzo e vitello",
"iot_special_boiled_rice": "Riso bollito",
"iot_special_chicken_breast": "Petto di pollo",
"iot_special_chicken_legs": "Cosce di pollo",
"iot_special_chocolate_pudding": "Chocolate pudding",
"iot_special_entrecote": "Entrecote",
"iot_special_fresh_tuna": "Tonno fresco",
"iot_special_grilled_vegetables": "Verdure alla griglia",
"iot_special_lamb_cutlet": "Cotoletta di agnello",
"iot_special_meatballs": "Polpette",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Cozze",
"iot_special_omelette": "Omelette",
"iot_special_pancakes": "Pancakes",
"iot_special_paris_style_peas": "Piselli alla parigina",
"iot_special_poached_eggs": "Poached eggs",
"iot_special_pork_fillet": "Filetto di maiale",
"iot_special_pork_ribs": "Costolette di maiale",
"iot_special_prawns": "Gamberi",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Filetto di salmone",
"iot_special_saute_potatoes": "Patete saltate",
"iot_special_scallops": "Cappe sante",
"iot_special_scrambled_eggs": "Uova strapazzate",
"iot_special_spelt": "Farro",
"iot_special_veggy_noodles": "Spaghetti vegetariani",
"iot_special_white_fish_fillet": "Filetto di pesce bianco",
"iot_standard_boiling": "Ebollizione",
"iot_standard_frying": "Frittura",
"iot_standard_keep_warm": "Mantenimento",
"iot_standard_melting": "Fusione",
"iot_standard_simmering": "Ebollizione Lenta"
},
"name": "Programma"
},
"programs_ov": {
"state": {
"bakery": "Pasta e Pasticceria",
"bakery_steam": "Vapore da forno",
"bottom_heating": "Resistenza Inferiore",
"bottom_heating_fan": "Resistenza Inferiore Ventilata",
"bread": "Pane",
"bread_steam": "Pane al vapore",
"combi": "Combi",
"convection_fan": "Cottura Ventilata",
"convection_fan_turnspit": "Girarrosto a convenzione ventilata",
"conventional": "Statico",
"conventional_turnspit": "Girarrosto a convenzione",
"defrost": "Decongelamento",
"descaling": "Decalcificazione",
"fish": "Pesce",
"fish_steam": "Pesce al vapore",
"grill_cata": "Grill",
"grill_fan_cata": "Grill fan",
"grill_fan_pyro": "Grill Ventilato",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Pane",
"iot_h20_clean": "h2O clean",
"leavening": "Lievitazione",
"low_temp_cooking": "Cottura a bassa temperatura",
"low_temp_cooking_fish": "Cottura a bassa temperatura Pesce",
"low_temp_cooking_fish_steam": "Cottura a bassa temperatura Pesce al vapore",
"low_temp_cooking_meat": "Cottura a bassa temperatura Carne",
"low_temp_cooking_meat_steam": "Cottura a bassa temperatura Carne al vapore",
"low_temp_cooking_steam": "Cottura a bassa temperatura al vapore",
"meat": "Carne",
"meat_steam": "Carne al vapore",
"multi_level": "Cottura Multilivello",
"paella": "Paella",
"pasta_and_bakery": "Pasta e Pasticceria",
"pizza": "Pizza",
"pyrolysis": "Pirolisi",
"pyrolysis_plus": "Pirolisi +",
"red_meat": "Carne rossa",
"red_meat_steam": "Carne rossa al vapore",
"regenerate": "Rigenerare",
"soft_plus": "Soft+",
"super_grill": "Supergriglia",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Verdure",
"vegetables_cata": "Verdure",
"vegetables_pyro": "Verdure",
"water_discharge": "Scarico dell'acqua",
"white_meat": "Carne Bianca",
"white_meat_steam": "Carne bianca al vapore"
},
"name": "Programma"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "Cotone e Colorati 20°",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Vapore",
"active_wash": "Active Wash",
"active_wash_steam": "Active Wash + Vapore",
"allergy_care": "Allergy Care",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Vapore",
"autocare": "Autocare",
"autoclean": "Pulizia cesto e decalcifiazione",
"baby_60": "Tutto Bebè 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Check-Up",
"colour_59": "Colorati 59'",
"colour_59_steam": "Colorati 59' + Vapore",
"cottons": "Cotone",
"cottons_prewash": "Cotone + Prelavaggio",
"cottons_steam": "Cotone + Vapore",
"cotton_care_59": "Cotton Care 59'",
"delicate_59": "Delicati 59'",
"delicate_silk": "Delicati e Seta",
"delicate_silk_steam": "Delicati e Seta + Vapore",
"delicati_59": "Delicati 59'",
"delicati_59_steam": "Delicati 59' + Vapore",
"drain_spin": "Scarico e Centrifuga",
"easy_iron": "Stiro Facile",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Extra Care",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Fresh Care",
"fresh_care_steam": "Fresh Care + Vapore",
"handwash_wool": "Mano e Lana",
"high_dry": "Asciugatura Cotone",
"hqd_20_degrees": "Cotone 20°C",
"hqd_allergy": "Allergy Care",
"hqd_autoclean": "Pulizia del cesto",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Check-Up",
"hqd_cottons": "Cotone",
"hqd_delicate": "Delicati",
"hqd_delicate_cradle": "Delicati",
"hqd_dry": "Asciugatura Cotone",
"hqd_dry_synthetics": "Asciugatura Misti",
"hqd_duvet": "Piumone",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Lana",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Misti",
"hqd_quick_15": "Express 15'",
"hqd_quick_wash_57": "Rapido 57'",
"hqd_rapid_wash_and_dry": "Lava e Asciuga",
"hqd_refresh": "Rinfresca",
"hqd_rinse": "Risciacqui",
"hqd_shirts": "Camicie",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Centrifuga",
"hqd_sport": "Sport",
"hqd_super_fast": "Rapido 39'",
"hqd_synthetic_and_coloured": "Sintetici",
"hygiene_59": "Igiene Plus 59'",
"hygiene_60": "Igiene 60°C",
"hygiene_plus_59": "Igiene Plus 59'",
"hygiene_plus_59_min": "Igiene Plus 59'",
"hygiene_pro_49_min": "Igiene Pro 49'",
"hygiene_pro_steam": "Hygiene Pro + Vapore",
"intensive_40": "Intensivo 40°C",
"intensive_40_steam": "Intensivo 40°C + Vapore",
"iot_active_steam": "Vapore",
"iot_active_wash_steam": "Active Wash + Vapore",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Vapore",
"iot_checkup": "Check-Up",
"iot_colour_59_steam": "Colorati 59' + Vapore",
"iot_cottons_steam": "Cotone + Vapore",
"iot_delicate_silk_steam": "Delicati e Seta + Vapore",
"iot_delicati_59_steam": "Delicati 59' + Vapore",
"iot_dry_air_refresh": "Air Refresh",
"iot_dry_anti_mites": "Anti-Acari",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Zaini",
"iot_dry_bathrobe": "Accappatoi e Spugne",
"iot_dry_bed_linen": "Lenzuola",
"iot_dry_cotton_dry": "Asciugatura cotone",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Tende",
"iot_dry_dehumidifier": "Rimuovi umidità",
"iot_dry_delicates_antiallergy": "Antiallergia Delicati",
"iot_dry_delicate_tablecloths": "Tovaglie delicate",
"iot_dry_denim_jeans": "Denim - Jeans",
"iot_dry_easy_iron_cotton": "Stiro Facile - Cotone",
"iot_dry_easy_iron_synthetics": "Stiro Facile - Sintetici",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed_dry": "Asciugatura Misti",
"iot_dry_rapid_60_min_delicates": "Rapido 60' - Tessuti Delicati",
"iot_dry_shirts": "Camicie",
"iot_dry_swimsuits_and_bikinis": "Costumi e Bikini",
"iot_dry_synthetics": "Asciugatura Sintetici",
"iot_dry_synthetic_dry": "Asciugatura Sintetici",
"iot_dry_tablecloths": "Tovaglie",
"iot_dry_technical_fabrics": "Tessuti tecnici",
"iot_dry_warm_embrace": "Caldo abbraccio",
"iot_dry_wool_dry": "Asciugatura lana",
"iot_easy_iron": "Stiro Facile",
"iot_fresh_care_steam": "Fresh Care + Vapore",
"iot_hygiene_pro_steam": "Hygiene Pro + Vapore",
"iot_intensive_40_steam": "Intensivo 40°C + Vapore",
"iot_mixed_steam": "Misti + Vapore",
"iot_mix_and_colour_59_steam": "Misti e Colorati 59' + Vapore ",
"iot_perfect_cotton_59_steam": "Cotone Perfetto 59' + Vapore",
"iot_rapid_a_class_60_steam": "Rapido 59' Classe A + Vapore",
"iot_resistant_cotton_steam": "Cotone Resistente + Vapore",
"iot_shirts_steam": "Camicie + Vapore",
"iot_single_item_steam": "Capo Singolo + Vapore",
"iot_smart_wash": "Smart Wash",
"iot_soft_care_steam": "Soft Care + Steam",
"iot_special_39_full_load_steam": "Special 39' + Vapore",
"iot_steam_hygiene_plus": "Hygiene Plus + Vapore",
"iot_synthetic_and_coloured_steam": "Sintetici e Colorati + Vapore",
"iot_wash_and_dry": "Lava & Asciuga",
"iot_wash_anti_mites": "Anti-acari",
"iot_wash_anti_odor": "Anti-odore",
"iot_wash_ariel_clean_cycle": "Ariel Antimacchia",
"iot_wash_ariel_cold_cycle": "Ariel Freddo",
"iot_wash_ariel_fresh_cycle": "Ariel Delicato",
"iot_wash_baby_sanitizer": "Igienizzante",
"iot_wash_baby_sanitizer_steam": "Igienizzante + Vapore",
"iot_wash_backpacks": "Zaini",
"iot_wash_backpacks_zelig": "Zaini",
"iot_wash_bathrobe": "Accappatoi e Spugne",
"iot_wash_bathrobe_steam": "Accappatoi e Spugne + Vapore",
"iot_wash_bed_linen": "Lenzuola",
"iot_wash_bed_linen_steam": "Lenzuola + Vapore",
"iot_wash_bed_linen_zelig": "Lenzuola",
"iot_wash_big_single_load": "Carico singolo grande",
"iot_wash_bleaching": "Candeggio",
"iot_wash_blood_stains": "Macchie di sangue",
"iot_wash_cashmere": "Cashmere",
"iot_wash_chocolate_stains": "Macchie cioccolato",
"iot_wash_cold_wash": "Lavaggio a freddo",
"iot_wash_colored": "Colorati",
"iot_wash_colored_anti_stain": "Antimacchia colorati",
"iot_wash_colored_delicate": "Colorati delicati",
"iot_wash_coloured": "Colorati",
"iot_wash_coloured_bed_linen": "Lenzuola Colorate",
"iot_wash_coloured_bed_linen_steam": "Lenzuola Colorate + Vapore",
"iot_wash_coloured_curtains": "Tende Colorate",
"iot_wash_coloured_shirts": "Camicie Colorate",
"iot_wash_coloured_shirts_steam": "Camicie Colorate + Vapore",
"iot_wash_coloured_steam": "Colorati + Vapore",
"iot_wash_coloured_tableclothes": "Tovaglie Colorate",
"iot_wash_coloured_tableclothes_steam": "Tovaglie Colorate + Vapore",
"iot_wash_cotton": "Cotone",
"iot_wash_cotton_steam": "Cotone + Vapore",
"iot_wash_cuddly_toys": "Peluches",
"iot_wash_curtains": "Tende",
"iot_wash_curtains_steam": "Tende + Vapore",
"iot_wash_curtains_zelig": "Tende",
"iot_wash_dark": "Scuri",
"iot_wash_darks_and_coloured_44": "Scuri e colorati 44'",
"iot_wash_darks_and_coloured_59": "Scuri e colorati 59'",
"iot_wash_darks_and_coloured_xl": "Scuri e colorati XL",
"iot_wash_dark_steam": "Scuri + Vapore",
"iot_wash_dash_clean_cycle": "Dash Antimacchia",
"iot_wash_dash_cold_cycle": "Dash Freddo",
"iot_wash_dash_fresh_cycle": "Dash Delicato",
"iot_wash_delicate": "Delicati",
"iot_wash_delicate_antiallergy": "Anti-Allergy Delicati",
"iot_wash_delicate_antiallergy_steam": "Anti-Allergy Delicati + Vapore",
"iot_wash_delicate_antiallergy_zelig": "Anti-Allergy Delicati",
"iot_wash_delicate_colors": "Colorati Delicati",
"iot_wash_delicate_colors_steam": "Colorati Delicati + Vapore",
"iot_wash_delicate_dark": "Scuri Delicati",
"iot_wash_delicate_steam": "Delicati + Vapore",
"iot_wash_delicate_tablecloths": "Tovaglie Delicate",
"iot_wash_delicate_tablecloths_steam": "Tovaglie Delicate + Vapore",
"iot_wash_delicate_whites": "Bianchi Delicati",
"iot_wash_denim_jeans": "Denim - jeans",
"iot_wash_diving_suits": "Mute da sub",
"iot_wash_diving_suits_zelig": "Mute da sub",
"iot_wash_down_jackets": "Piumini",
"iot_wash_down_jackets_zelig": "Piumini",
"iot_wash_duvet": "Piumone",
"iot_wash_fruit_stains": "Macchie di frutta",
"iot_wash_gym_fit": "Gym fit - Fitness",
"iot_wash_handwash": "Lavaggio a mano",
"iot_wash_handwash_colored": "Lavaggio a mano Colorati",
"iot_wash_handwash_dark": "Lavaggio a mano Scuri",
"iot_wash_lingerie": "Lingerie",
"iot_wash_masks_refresh": "Pulizia Mascherine",
"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_mixed": "Misti",
"iot_wash_mixed_steam": "Misti + Vapore",
"iot_wash_mix_and_coloured_44": "Misti e colorati 44'",
"iot_wash_mix_and_coloured_59": "Misti e colorati 59'",
"iot_wash_mix_and_coloured_xl": "Misti e colorati XL",
"iot_wash_new_clothes": "Capi nuovi",
"iot_wash_perfect_white": "Bianco Perfetto",
"iot_wash_perfect_white_steam": "Bianco Perfetto + Vapore",
"iot_wash_pets": "Accessori Animali Domestici",
"iot_wash_pets_hair_removal": "Rimozione Peli Animali",
"iot_wash_pets_odours_stains_removal": "Rimozione Odori e Macchie Animali",
"iot_wash_pets_steam": "Accessori Animali Domestici + Vapore",
"iot_wash_playsuits": "Tutine",
"iot_wash_playsuits_steam": "Tutine + Vapore",
"iot_wash_quick_drum_cleaner": "Pulizia Rapida Cesto",
"iot_wash_rapid_14": "Rapido 14'",
"iot_wash_rapid_30": "Rapido 30'",
"iot_wash_rapid_44": "Rapido 44'",
"iot_wash_rapid_59": "Rapido 59'",
"iot_wash_rapid_59_steam": "Rapido 59' + Vapore",
"iot_wash_refresh_14_min": "Refresh 14'",
"iot_wash_resistant_colored": "Colorati Resistenti",
"iot_wash_resistant_dark": "Scuri Resistenti",
"iot_wash_resistant_whites": "Bianchi Resistenti",
"iot_wash_rinse": "Risciacqui",
"iot_wash_shirts": "Camicie",
"iot_wash_shirts_steam": "Camicie + Vapore",
"iot_wash_silk": "Seta",
"iot_wash_ski_suit": "Tuta da sci",
"iot_wash_ski_suit_zelig": "Tuta da sci",
"iot_wash_spin": "Centrifuga",
"iot_wash_sport": "Sport",
"iot_wash_sport_anti_odor": "Sport Antiodori",
"iot_wash_sport_anti_odor_zelig": "Sport Antiodori",
"iot_wash_stains_remover": "Smacchia tutto",
"iot_wash_swimsuits_and_bikinis": "Costumi e Bikini",
"iot_wash_synthetic": "Sintetici",
"iot_wash_synthetic_steam": "Sintetici + Vapore",
"iot_wash_tablecloths": "Tovaglie",
"iot_wash_tablecloths_steam": "Tovaglie + Vapore",
"iot_wash_technical_fabrics": "Tessuti Tecnici",
"iot_wash_technical_fabrics_zelig": "Tessuti Tecnici",
"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_44": "Bianchi 44'",
"iot_wash_whites_59": "Bianchi 59'",
"iot_wash_whites_xl": "Bianchi XL",
"iot_wash_wine_stains": "Macchie di Vino",
"iot_wash_wool": "Lana",
"jeans": "Jeans",
"jeans_60": "Jeans",
"low_dry": "Asciugatura Misti",
"mixed": "Misti",
"mixed_and_colored_59": "Misti e Colorati 59'",
"mixed_steam": "Misti + Vapore",
"mix_and_colour_59": "Misti e Colorati 59'",
"mix_and_colour_59_steam": "Misti e Colorati 59' + Vapore ",
"night_and_day": "Night and Day",
"night_wash": "Ciclo Notturno",
"perfect_59": "Perfetto 59'",
"perfect_cotton_59": "Cotone Perfetto 59'",
"perfect_cotton_59_steam": "Cotone Perfetto 59' + Vapore",
"perfect_whites_59": "Bianco Perfetto 59'",
"rapid_14_min": "Rapido 14'",
"rapid_30_min": "Rapido 30'",
"rapid_44_min": "Rapido 44'",
"rapid_a_class_60": "Rapido 59' Classe A",
"rapid_a_class_60_steam": "Rapido 59' Classe A + Vapore",
"rapid_wash_and_dry_59_min": "Lavasciuga 59'",
"resistant_cotton": "Cotone Resistente",
"resistant_cotton_steam": "Cotone Resistente + Vapore",
"rinse": "Risciacqui",
"shirts_steam": "Camicie + Vapore",
"silent_night": "Ciclo Notturno",
"single_item": "Capo Singolo",
"single_item_steam": "Capo Singolo + Vapore",
"smart_wash": "Smart Wash",
"soft_care": "Soft Care",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Special 39'",
"special_39_full_load": "Special 39'",
"special_39_full_load_steam": "Special 39' + Vapore",
"special_49": "Special 49'",
"sport_39": "Sport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Vapore 39'",
"steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro - Cotone",
"steam_care_pro_delicates": "Steam Care Pro - Delicati",
"steam_care_pro_synthetic": "Steam Care Pro - Sintetici",
"steam_hygiene_plus": "Hygiene Plus + Vapore",
"synthetics": "Sintetici",
"synthetic_and_coloured": "Sintetici e Colorati",
"synthetic_and_coloured_steam": "Sintetici e Colorati + Vapore",
"tailored_resistant_cotton": "Cotone resistente su misura",
"tailored_synthetic_and_coloured": "Sartoriale Sintetico Colorato",
"total_care": "Total Care",
"tumbling": "Tumbling",
"wool": "Lana",
"wool_and_delicates_49": "Lana e Delicati 49'",
"wool_dry": "Asciugatura Lana",
"wool_soft_care": "Lana e Soft Care"
},
"name": "Programma"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET",
"cheese": "Formaggio",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Modalità Eco",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Nessuna modalità selezionata",
"quick_cool": " QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Programma"
}
},
"select": {
@ -1082,7 +1640,8 @@
"iot_uv_and_dry": "UV + Deumidificatore",
"iot_uv_and_fan": "UV + Ventola",
"iot_uv_and_heat": "UV + Caldo"
}
},
"name": "Programma"
},
"programs_ref": {
"state": {
@ -1104,7 +1663,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Programma"
},
"remaining_time": {
"name": "Tempo rimanente"

View File

@ -58,7 +58,8 @@
"19": "Drogen",
"20": "Drogen",
"11": "Klaar",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fase"
},
@ -306,7 +307,8 @@
"woolmark": "Wol",
"xxl_load": "XXL Lading",
"zoom_59": "Zoom 59"
}
},
"name": "Programma"
},
"room_temperature": {
"name": "Omgevingstemperatuur"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Koelkasttemperatuur"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C-verwarmingsfunctie",
"iot_auto": "Automatisch",
"iot_cool": "Koelen",
"iot_dry": "Drogen",
"iot_fan": "Ventilator",
"iot_heat": "Verwarming",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Zelfzuivering",
"iot_self_clean": "Zelfreiniging",
"iot_self_clean_56": "Sterilisatie reiniging 56°C",
"iot_simple_start": "Start nu",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Koud",
"iot_uv_and_dry": "UV + Ontvochtiger",
"iot_uv_and_fan": "UV + Hetelucht",
"iot_uv_and_heat": "UV + Warmte"
},
"name": "Programma"
},
"programs_dw": {
"state": {
"59_min": "Snel 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto universeel 50 - 60°C",
"auto_universal_plus": "Auto universeel plus 65 - 75°C",
"auto_universal_plus_soil": "Auto universeel plus 65 - 75°C",
"auto_universal_soil": "Auto universeel 50 - 60°C",
"auto_wash": "Automatisch wassen",
"auto_wash_soil": "Automatisch wassen",
"classe_a_59": "A klasse 59' 65°C",
"delicate": "Delicaat 45°C",
"dishwasher_care": "Ontkalkingsprogramma",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Glas",
"glassware": "Glaswerk 45°C",
"glass_care": "Glass Care",
"hygiene": "Hygiëne",
"hygiene_plus": "Hygiëne+ 75°C",
"intensive": "Intensief",
"intensive_rapid": "Intensief snel",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto universeel 50 - 60°C",
"iot_auto_wash_soil": "Automatisch wassen",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Onbtijt",
"iot_checkup": "Controle",
"iot_china_crystals": "Kristallen",
"iot_classe_a_59": "Snel 59'",
"iot_cocktail_glasses": "CocktailGlazen",
"iot_cocktail_glasses_soil": "CocktailGlazen",
"iot_daily_care": "Dagelijkse Zorg",
"iot_daily_care_soil": "Dagelijkse Zorg",
"iot_delicate": "Delicaat 45°C",
"iot_dinner_for_two": "Dinner for 2",
"iot_dinner_for_two_soil": "Dinner for 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiene",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Party",
"iot_party_soil": "Party",
"iot_pizza_menu": "Pizza Menu",
"iot_pizza_menu_soil": "Pizza Menu",
"iot_plastic_tupperware": "Plastiek & Tupperware",
"iot_porcelain": "Porcelein",
"iot_power_mix_wash": "Power Mix Was",
"iot_power_mix_wash_soil": "Power Mix Was",
"iot_prewash": "Voorwas",
"iot_pyrex_and_glassware": "Pyrex & Glazen",
"iot_rapid_29": "Snel 29'",
"iot_rapid_39": "Snel 39' 60°C",
"iot_single": "Single",
"iot_steam": "Stoom 75°C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Super Was",
"iot_turbopower": "TurboPower",
"iot_universal": "Universeel 60°C",
"iot_wok_grids_maxi_pans": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)",
"iot_wok_grids_maxi_pans_soil": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Zeer stil 55°C",
"prewash": "Voorwas",
"rapid_20": "Snel 20'",
"rapid_24": "Snel 24'",
"rapid_29": "Snel 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Snel 39' 60°C",
"rapid_49": "Snel 49'",
"rapid_59": "Snel 59'",
"sanitising": "Ontsmetten",
"silence": "Silence",
"silent": "Nacht",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "speciaal",
"special_pw_prz": "speciaal",
"steam": "Stoom 75°C",
"steam_plus": "Stoom Plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Zeer stil 55°C",
"ultra_silent": "Zeer stil 55°C",
"universal": "Universeel 60°C",
"universal_plus": "Universeel Plus 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Programma"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Asbruin",
"iot_special_beef_fillet": "Runderfilet",
"iot_special_beef_veal_stew": "Rund- en kalfsvleesstoofpot",
"iot_special_boiled_rice": "Gekookte rijst",
"iot_special_chicken_breast": "Kippenborst",
"iot_special_chicken_legs": "Kippenpoten",
"iot_special_chocolate_pudding": "Chocoladepudding",
"iot_special_entrecote": "Entrecote",
"iot_special_fresh_tuna": "Verse tonijn",
"iot_special_grilled_vegetables": "Gegrilde groenten",
"iot_special_lamb_cutlet": "Lamskotelet",
"iot_special_meatballs": "Gehaktballen",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Mosselen",
"iot_special_omelette": "Omelet",
"iot_special_pancakes": "Pannenkoeken",
"iot_special_paris_style_peas": "Erwten in Parijse stijl",
"iot_special_poached_eggs": "Gepocheerde eieren",
"iot_special_pork_fillet": "Varkensfilet",
"iot_special_pork_ribs": "Varkensribben",
"iot_special_prawns": "Garnalen",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Zalmfilet",
"iot_special_saute_potatoes": "Gebakken aardappelen",
"iot_special_scallops": "Sint-jakobsschelpen",
"iot_special_scrambled_eggs": "Roerei",
"iot_special_spelt": "Spelt",
"iot_special_veggy_noodles": "Vegetarische noedels",
"iot_special_white_fish_fillet": "Witte visfilet",
"iot_standard_boiling": "Boiling",
"iot_standard_frying": "Bakken",
"iot_standard_keep_warm": "Warm houden",
"iot_standard_melting": "Smelten",
"iot_standard_simmering": "Simmering"
},
"name": "Programma"
},
"programs_ov": {
"state": {
"bakery": "Pasta en bakkersproducten",
"bakery_steam": "Oven stomen",
"bottom_heating": "Bodemverwarming",
"bottom_heating_fan": "Bodemverwarming + Ventilator",
"bread": "Brood",
"bread_steam": "Stoomgebakken brood",
"combi": "Combi",
"convection_fan": "Met ventilator",
"convection_fan_turnspit": "Convectie + ventilator + draaispit",
"conventional": "Conventioneel",
"conventional_turnspit": "Convectie + draaispit",
"defrost": "Ontdooien",
"descaling": "Ontkalken",
"fish": "Vis",
"fish_steam": "Gestoomde vis",
"grill_cata": "Grill",
"grill_fan_cata": "Grill + ventilator",
"grill_fan_pyro": "Grill + ventilator",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Brood",
"iot_h20_clean": "h2O clean",
"leavening": "Gisting",
"low_temp_cooking": "Bereiding op lage temperatuur",
"low_temp_cooking_fish": "Bereiding op lage temperatuur Vis",
"low_temp_cooking_fish_steam": "Bereiding op lage temperatuur Gestoomde vis",
"low_temp_cooking_meat": "Bereiding op lage temperatuur Vlees",
"low_temp_cooking_meat_steam": "Bereiding op lage temperatuur Gestoomd vlees",
"low_temp_cooking_steam": "Stomen bij lage temperatuur",
"meat": "Vlees",
"meat_steam": "Vlees stomen",
"multi_level": "Multi-level",
"paella": "Paella",
"pasta_and_bakery": "Pasta en bakkersproducten",
"pizza": "Pizza",
"pyrolysis": "Pyrolyse",
"pyrolysis_plus": "Pyrolyse +",
"red_meat": "Rood vlees",
"red_meat_steam": "Gestoomd rood vlees",
"regenerate": "Regenereren",
"soft_plus": "Soft+",
"super_grill": "Super grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Groenten",
"vegetables_cata": "Groenten",
"vegetables_pyro": "Groenten",
"water_discharge": "Afvoer van water",
"white_meat": "Wit vlees",
"white_meat_steam": "Gestoomd wit vlees"
},
"name": "Programma"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° gekleurd en katoen",
"20_degrees_new_energy_label": "20 °C",
"active_steam": "Stoom",
"active_wash": "Actieve was",
"active_wash_steam": "Actieve was",
"allergy_care": "Allergiezorg",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Alles-in-één 49'.",
"all_in_one_59": "Alles-in-één 59'.",
"all_in_one_59_steam": "Actieve was + Stoom",
"autocare": "Automatische verzorging",
"autoclean": "Trommelreiniging",
"baby_60": "All baby 60 ° C",
"care_14": "Rapid care 14'",
"care_30": "Rapid care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Controle",
"colour_59": "Gekleurd 59'",
"colour_59_steam": "Gekleurd 59' + Stoom",
"cottons": "Katoen",
"cottons_prewash": "Katoen + voorwas",
"cottons_steam": "Katoen + Stoom",
"cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "Fijne was 59'",
"delicate_silk": "Fijne was Zijde",
"delicate_silk_steam": "Fijne was Zijde + Stoom",
"delicati_59": "Fijne was 59'",
"delicati_59_steam": "Fijne was 59'",
"drain_spin": "Afpompen en centrifugeren",
"easy_iron": "Makkelijk Strijkbaar",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Extra Care",
"fitness": "Fitness care",
"fitness_care": "Fitness care",
"fresh_care": "Opfrisverzorging",
"fresh_care_steam": "Fresh Care + Stoom",
"handwash_wool": "Handwas en wol",
"high_dry": "Katoen drogen",
"hqd_20_degrees": "Katoen 20℃",
"hqd_allergy": "Allergiezorg",
"hqd_autoclean": "Het reinigen van de trommel",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Controle",
"hqd_cottons": "Katoen",
"hqd_delicate": "Fijne was",
"hqd_delicate_cradle": "Fijne was",
"hqd_dry": "Katoen drogen",
"hqd_dry_synthetics": "Gemengde vezels drogen",
"hqd_duvet": "Dekbed",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Wol",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Gemengde was",
"hqd_quick_15": "Snel 15'",
"hqd_quick_wash_57": "Snel wassen 57 min",
"hqd_rapid_wash_and_dry": "Wassen en drogen",
"hqd_refresh": "Opfrissen",
"hqd_rinse": "Spoelen",
"hqd_shirts": "Overhemden",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Centrifugeren",
"hqd_sport": "Sport",
"hqd_super_fast": "Snel 39'",
"hqd_synthetic_and_coloured": "Synthetische stoffen",
"hygiene_59": "Hygiene Plus 59'",
"hygiene_60": "Hygiëne 60 °C",
"hygiene_plus_59": "Hygiene Plus 59'",
"hygiene_plus_59_min": "Hygiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + stoom",
"intensive_40": "Intensief 40°C",
"intensive_40_steam": "Intensief 40°C + Stoom",
"iot_active_steam": "Stoom",
"iot_active_wash_steam": "Actieve was",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Actieve was + Stoom",
"iot_checkup": "Controle",
"iot_colour_59_steam": "Gekleurd 59' + Stoom",
"iot_cottons_steam": "Katoen + Stoom",
"iot_delicate_silk_steam": "Fijne was Zijde + Stoom",
"iot_delicati_59_steam": "Fijne was 59'",
"iot_dry_air_refresh": "Opfrissen met lucht",
"iot_dry_anti_mites": "Antimijt",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rugzakken",
"iot_dry_bathrobe": "Badjassen en poreuze stoffen",
"iot_dry_bed_linen": "Beddengoed",
"iot_dry_cotton_dry": "Katoen drogen",
"iot_dry_cuddly_toys": "Knuffeldieren",
"iot_dry_curtains": "Gordijnen",
"iot_dry_dehumidifier": "Vochtigheidsverwijderaar",
"iot_dry_delicates_antiallergy": "Fijne was anti-allergie",
"iot_dry_delicate_tablecloths": "Delicate tafellakens",
"iot_dry_denim_jeans": "Denim Jeans",
"iot_dry_easy_iron_cotton": "Gemakkelijk strijken Katoen",
"iot_dry_easy_iron_synthetics": "Gemakkelijk strijken Synthetische stoffen",
"iot_dry_gym_fit": "Sportkleding",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed_dry": "Gemengde vezels drogen",
"iot_dry_rapid_60_min_delicates": "Snel 60' Fijne was",
"iot_dry_shirts": "Overhemden",
"iot_dry_swimsuits_and_bikinis": "Badkleding",
"iot_dry_synthetics": "Synthetische stoffen drogen",
"iot_dry_synthetic_dry": "Synthetische stoffen drogen",
"iot_dry_tablecloths": "Tafellakens",
"iot_dry_technical_fabrics": "Technische stoffen",
"iot_dry_warm_embrace": "Warm drogen",
"iot_dry_wool_dry": "Wol drogen",
"iot_easy_iron": "Makkelijk Strijkbaar",
"iot_fresh_care_steam": "Fresh Care + Stoom",
"iot_hygiene_pro_steam": "Hygiene Pro + stoom",
"iot_intensive_40_steam": "Intensief 40°C + Stoom",
"iot_mixed_steam": "Gemengde vezels + Stoom",
"iot_mix_and_colour_59_steam": "Gemengd en Gekleurd 59' + Stoom",
"iot_perfect_cotton_59_steam": "Perfecte Katoen 59'",
"iot_rapid_a_class_60_steam": "Snel klasse A 60 + Stoom",
"iot_resistant_cotton_steam": "Katoen + Stoom",
"iot_shirts_steam": "Shirts + stoom",
"iot_single_item_steam": "Eén artikel + Stoom",
"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_synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
"iot_wash_and_dry": "Wassen en drogen",
"iot_wash_anti_mites": "Antimijt",
"iot_wash_anti_odor": "Antigeur",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Ontsmettend",
"iot_wash_baby_sanitizer_steam": "Baby Sanitiser + Stoom",
"iot_wash_backpacks": "Rugzakken",
"iot_wash_backpacks_zelig": "Rugzakken",
"iot_wash_bathrobe": "Badjassen en handdoeken",
"iot_wash_bathrobe_steam": "Badjas + Stoom",
"iot_wash_bed_linen": "Beddengoed",
"iot_wash_bed_linen_steam": "Beddengoed + Stoom",
"iot_wash_bed_linen_zelig": "Beddengoed",
"iot_wash_big_single_load": "Grote enkele lading",
"iot_wash_bleaching": "Bleken",
"iot_wash_blood_stains": "Bloedvlekken",
"iot_wash_cashmere": "Kasjmier",
"iot_wash_chocolate_stains": "Chocoladevlekken",
"iot_wash_cold_wash": "Koude was",
"iot_wash_colored": "Bonte was",
"iot_wash_colored_anti_stain": "Vlekverwijdering voor bonte was",
"iot_wash_colored_delicate": "Fijne bonte was",
"iot_wash_coloured": "Bonte was",
"iot_wash_coloured_bed_linen": "Gekleurd beddengoed",
"iot_wash_coloured_bed_linen_steam": "Gekleurd beddengoed + Stoom",
"iot_wash_coloured_curtains": "Gekleurde gordijnen",
"iot_wash_coloured_shirts": "Gekleurde overhemden",
"iot_wash_coloured_shirts_steam": "Gekleurde Shirts + Stoom",
"iot_wash_coloured_steam": "Bonte was + Stoom",
"iot_wash_coloured_tableclothes": "Gekleurde tafelkleden",
"iot_wash_coloured_tableclothes_steam": "Gekleurde tafelkleden + Stoom",
"iot_wash_cotton": "Katoen",
"iot_wash_cotton_steam": "Katoen + Stoom",
"iot_wash_cuddly_toys": "Knuffeldieren",
"iot_wash_curtains": "Gordijnen",
"iot_wash_curtains_steam": "Gordijnen+Stoom",
"iot_wash_curtains_zelig": "Gordijnen",
"iot_wash_dark": "Donkere kleding",
"iot_wash_darks_and_coloured_44": "Donkere en bonte was 44'",
"iot_wash_darks_and_coloured_59": "Donkere en bonte was 59'",
"iot_wash_darks_and_coloured_xl": "Donkere en bonte was XL",
"iot_wash_dark_steam": "Donkere kleding + Stoom",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Fijne was",
"iot_wash_delicate_antiallergy": "Anti-allergie voor fijne was",
"iot_wash_delicate_antiallergy_steam": "Anti-allergie voor fijne was + Stoom",
"iot_wash_delicate_antiallergy_zelig": "Anti-allergie voor fijne was",
"iot_wash_delicate_colors": "Gekleurde fijne was",
"iot_wash_delicate_colors_steam": "Kleuren + Stoom",
"iot_wash_delicate_dark": "Donkere fijne was",
"iot_wash_delicate_steam": "Fijne was + Stoom",
"iot_wash_delicate_tablecloths": "Delicate tafellakens",
"iot_wash_delicate_tablecloths_steam": "Delicate tafellakens + Stoom",
"iot_wash_delicate_whites": "Witte fijne was",
"iot_wash_denim_jeans": "Denim Jeans",
"iot_wash_diving_suits": "Duikpakken",
"iot_wash_diving_suits_zelig": "Duikpakken",
"iot_wash_down_jackets": "Donsjassen",
"iot_wash_down_jackets_zelig": "Donsjassen",
"iot_wash_duvet": "Dekbed",
"iot_wash_fruit_stains": "Fruitvlekken",
"iot_wash_gym_fit": "Sportkleding",
"iot_wash_handwash": "Handwas",
"iot_wash_handwash_colored": "Fijne handwas",
"iot_wash_handwash_dark": "Donkere handwas",
"iot_wash_lingerie": "Lingerie",
"iot_wash_masks_refresh": "Maskers opfrissen",
"iot_wash_masks_sanification": "Maskers ontsmetting",
"iot_wash_masks_sanification_steam": "Maskers ontsmetting + Stoom",
"iot_wash_mats": "Vloerkleden",
"iot_wash_men_s_trousers": "Mannenbroeken",
"iot_wash_mixed": "Gemengde vezels",
"iot_wash_mixed_steam": "Gemengde vezels + Stoom",
"iot_wash_mix_and_coloured_44": "Gemengde vezels en bonte was 44'",
"iot_wash_mix_and_coloured_59": "Gemengde vezels en bonte was 59'",
"iot_wash_mix_and_coloured_xl": "Gemengde vezels en bonte was XL",
"iot_wash_new_clothes": "Nieuwe kleding",
"iot_wash_perfect_white": "Perfect wit",
"iot_wash_perfect_white_steam": "Perfect wit + Stoom",
"iot_wash_pets": "Accessoires voor dieren",
"iot_wash_pets_hair_removal": "Verwijderen van huisdierharen",
"iot_wash_pets_odours_stains_removal": "Verwijderen van diergeuren en vlekken",
"iot_wash_pets_steam": "Accessoires voor dieren",
"iot_wash_playsuits": "Playsuits",
"iot_wash_playsuits_steam": "Playsuits + Stoom",
"iot_wash_quick_drum_cleaner": "Snelle trommelreiniger",
"iot_wash_rapid_14": "Snel 14'",
"iot_wash_rapid_30": "Snel 30'",
"iot_wash_rapid_44": "Snel 44'",
"iot_wash_rapid_59": "Snel 59'",
"iot_wash_rapid_59_steam": "Snel 59' + Stoom",
"iot_wash_refresh_14_min": "Opfrissen 14'",
"iot_wash_resistant_colored": "Bont stevig wasgoed",
"iot_wash_resistant_dark": "Donker stevig wasgoed",
"iot_wash_resistant_whites": "Wit stevig wasgoed",
"iot_wash_rinse": "Spoelen",
"iot_wash_shirts": "Overhemden",
"iot_wash_shirts_steam": "Overhemden + Stoom",
"iot_wash_silk": "Zijde",
"iot_wash_ski_suit": "Skipakken",
"iot_wash_ski_suit_zelig": "Skipakken",
"iot_wash_spin": "Centrifugeren",
"iot_wash_sport": "Sport",
"iot_wash_sport_anti_odor": "Anti-Odour sportkleding",
"iot_wash_sport_anti_odor_zelig": "Anti-Odour sportkleding",
"iot_wash_stains_remover": "Vlekkenverwijderaar",
"iot_wash_swimsuits_and_bikinis": "Badkleding",
"iot_wash_synthetic": "Synthetische stoffen",
"iot_wash_synthetic_steam": "Synthetische stoffen + Stoom",
"iot_wash_tablecloths": "Tafellakens",
"iot_wash_tablecloths_steam": "Tafellakens + Stoom",
"iot_wash_technical_fabrics": "Technische stoffen",
"iot_wash_technical_fabrics_zelig": "Technische stoffen",
"iot_wash_technical_jackets": "Technische jacks",
"iot_wash_technical_jackets_zelig": "Technische jacks",
"iot_wash_trainers": "Sportschoenen",
"iot_wash_whites": "Witte was",
"iot_wash_whites_44": "Witte was 44'",
"iot_wash_whites_59": "Witte was 59'",
"iot_wash_whites_xl": "Witte was XL",
"iot_wash_wine_stains": "Wijnvlekken",
"iot_wash_wool": "Wol",
"jeans": "Jeans",
"jeans_60": "Jeans",
"low_dry": "Gemengde vezels drogen",
"mixed": "Gemengde vezels",
"mixed_and_colored_59": "Gemengde vezels en bonte was 59'",
"mixed_steam": "Gemengde vezels + Stoom",
"mix_and_colour_59": "Gemengd + Gekleurd 39'",
"mix_and_colour_59_steam": "Gemengd en Gekleurd 59' + Stoom",
"night_and_day": "Dag en nacht",
"night_wash": "Nachtprogramma",
"perfect_59": "Perfect 59'",
"perfect_cotton_59": "Perfecte Katoen 59'",
"perfect_cotton_59_steam": "Perfecte Katoen 59'",
"perfect_whites_59": "Perfect wit 59'",
"rapid_14_min": "Snel 14'",
"rapid_30_min": "Rapid 30'",
"rapid_44_min": "Rapid 44'",
"rapid_a_class_60": "Snel klasse A 60",
"rapid_a_class_60_steam": "Snel klasse A 60 + Stoom",
"rapid_wash_and_dry_59_min": "Wassen en drogen 59'",
"resistant_cotton": "Katoen",
"resistant_cotton_steam": "Katoen + Stoom",
"rinse": "Spoelen",
"shirts_steam": "Shirts + stoom",
"silent_night": "Nachtprogramma",
"single_item": "Eén artikel",
"single_item_steam": "Eén artikel + Stoom",
"smart_wash": "Smart Wash",
"soft_care": "Zachte verzorging",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Speciaal 39'",
"special_39_full_load": "Speciaal 39'",
"special_39_full_load_steam": "Speciaal 39' + Stoom",
"special_49": "Speciaal 49'",
"sport_39": "Sport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Stoom 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Synthetische stoffen",
"synthetic_and_coloured": "Synthetische vezels en kleuren",
"synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Total Care",
"tumbling": "Trommeldrogen",
"wool": "Wol",
"wool_and_delicates_49": "Wol/Fijne was 49'",
"wool_dry": "Wol drogen",
"wool_soft_care": "Wol & Soft Care"
},
"name": "Programma"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET",
"cheese": "Kaas",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Eco-modus",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Geen modus geselecteerd",
"quick_cool": "QUICK KOEL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Programma"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Ontvochtiger",
"iot_uv_and_fan": "UV + Hetelucht",
"iot_uv_and_heat": "UV + Warmte"
}
},
"name": "Programma"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Programma"
},
"remaining_time": {
"name": "Resterende tijd"

View File

@ -58,7 +58,8 @@
"19": "Suszenie",
"20": "Suszenie",
"11": "Gotowe",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Faza"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "XXL Load",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Temperatura pokojowa"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura lodówki"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcja grzania 10°C",
"iot_auto": "Auto",
"iot_cool": "Chłodzenie",
"iot_dry": "Osuszanie",
"iot_fan": "Wentylator",
"iot_heat": "Grzanie",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self Purify",
"iot_self_clean": "Self Clean",
"iot_self_clean_56": "Steri Clean 56°C",
"iot_simple_start": "Uruchom teraz",
"iot_uv": "Sterylizacja UVC",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + chłodzenie",
"iot_uv_and_dry": "UV + osuszacz powietrza",
"iot_uv_and_fan": "UV + wentylator",
"iot_uv_and_heat": "UV + podgrzewanie"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Szybki 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universalny 50 - 60°C",
"auto_universal_plus": "Auto Universalny Plus 65 - 75°C",
"auto_universal_plus_soil": "Auto Universalny Plus 65 - 75°C",
"auto_universal_soil": "Auto Universalny 50 - 60°C",
"auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash",
"classe_a_59": "Zmywanie w klasie A 1 godz. 65°C",
"delicate": "Delikatny 45°C",
"dishwasher_care": "Cykl usuwania kamienia",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Szkło",
"glassware": "Szklane 45°C",
"glass_care": "Glass Care",
"hygiene": "Higiena",
"hygiene_plus": "Higiena+ 75°C",
"intensive": "Intensywne ",
"intensive_rapid": "intensywny szybki",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universalny 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Baby Care",
"iot_breakfast": "Śniadanie",
"iot_checkup": "Kontrola",
"iot_china_crystals": "Kryształy",
"iot_classe_a_59": "Szybki 59'",
"iot_cocktail_glasses": "Kieliszki",
"iot_cocktail_glasses_soil": "Kieliszki",
"iot_daily_care": "Daily Care",
"iot_daily_care_soil": "Daily Care",
"iot_delicate": "Delikatny 45°C",
"iot_dinner_for_two": "Obiad dla dwojga",
"iot_dinner_for_two_soil": "Obiad dla dwojga",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Higieniczne",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Imprezowy",
"iot_party_soil": "Imprezowy",
"iot_pizza_menu": "Pizza",
"iot_pizza_menu_soil": "Pizza",
"iot_plastic_tupperware": "Plastik i pojemniki",
"iot_porcelain": "Porcelana",
"iot_power_mix_wash": "Mieszanie zmywanie Power",
"iot_power_mix_wash_soil": "Mieszanie zmywanie Power",
"iot_prewash": "Mycie wstępne",
"iot_pyrex_and_glassware": "Pyrex i Szkło",
"iot_rapid_29": "Szybki 29'",
"iot_rapid_39": "Szybkie 39' 60°C",
"iot_single": "Pojedynczy",
"iot_steam": "Para 75°C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Super Mycie",
"iot_turbopower": "TurboPower",
"iot_universal": "Uniwersalne 60°C",
"iot_wok_grids_maxi_pans": "Specjalny do patelni (Woki, Patelnie karbowane, Patelnie maxi)",
"iot_wok_grids_maxi_pans_soil": "Specjalny do patelni (Woki, Patelnie karbowane, Patelnie maxi)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra Ciche 55°C",
"prewash": "Mycie wstępne",
"rapid_20": "Szybki 20'",
"rapid_24": "Szybki 24'",
"rapid_29": "Szybki 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Szybkie 39' 60°C",
"rapid_49": "Szybki 49'",
"rapid_59": "Szybki 59'",
"sanitising": "Dezynfekcja",
"silence": "Silence",
"silent": "Nocny",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "specjalne",
"special_pw_prz": "specjalne",
"steam": "Para 75°C",
"steam_plus": "Para Plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Ciche 55°C",
"ultra_silent": "Ultra Ciche 55°C",
"universal": "Uniwersalne 60°C",
"universal_plus": "Uniwersalne Plus 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Popielato-brązowy",
"iot_special_beef_fillet": "Polędwica wołowa",
"iot_special_beef_veal_stew": "Gulasz wołowo-cielęcy",
"iot_special_boiled_rice": "Ryż gotowany",
"iot_special_chicken_breast": "Pierś z kurczaka",
"iot_special_chicken_legs": "Udka kurczaka",
"iot_special_chocolate_pudding": "Budyń czekoladowy",
"iot_special_entrecote": "Antrykot",
"iot_special_fresh_tuna": "Świeży tuńczyk",
"iot_special_grilled_vegetables": "Grillowane warzywa",
"iot_special_lamb_cutlet": "Kotlet jagnięcy",
"iot_special_meatballs": "Klopsy mięsne",
"iot_special_minestrone": "Włoska zupa warzywna",
"iot_special_mussels": "Małże",
"iot_special_omelette": "Omlet",
"iot_special_pancakes": "Naleśniki",
"iot_special_paris_style_peas": "Groszek w stylu paryskim",
"iot_special_poached_eggs": "Jajka w koszulce",
"iot_special_pork_fillet": "Kotlet wieprzowy",
"iot_special_pork_ribs": "Żeberka wieprzowe",
"iot_special_prawns": "Krewetki",
"iot_special_quinoa": "Komosa ryżowa (quinoa)",
"iot_special_ratatouille": "Ratatuja",
"iot_special_salmon_fillet": "Filet z łososia",
"iot_special_saute_potatoes": "Smażone ziemniaki",
"iot_special_scallops": "Małże (przegrzebki)",
"iot_special_scrambled_eggs": "Jajecznica",
"iot_special_spelt": "Orkisz",
"iot_special_veggy_noodles": "Makaron wegetariański",
"iot_special_white_fish_fillet": "Filet z białej ryby",
"iot_standard_boiling": "Gotowanie",
"iot_standard_frying": "Smażenie",
"iot_standard_keep_warm": "Podtrzymanie ciepła",
"iot_standard_melting": "Roztapianie",
"iot_standard_simmering": "Duszenie"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Makaron i Piekarnia",
"bakery_steam": "Para z piekarnika",
"bottom_heating": "Grzanie dolne",
"bottom_heating_fan": "Grzanie Dolne + Termoobieg",
"bread": "Chleb",
"bread_steam": "Chleb pieczony na parze",
"combi": "Kombi",
"convection_fan": "Termoobieg",
"convection_fan_turnspit": "Termoobieg + Fan + Rożen",
"conventional": "Konwencjonalny",
"conventional_turnspit": "Statyczny + Rożen",
"defrost": "Rozmrażanie",
"descaling": "Odkamienianie",
"fish": "Ryby",
"fish_steam": "Ryba na parze",
"grill_cata": "Grill",
"grill_fan_cata": "Grill + termoobieg",
"grill_fan_pyro": "Grill + termoobieg",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Chleb",
"iot_h20_clean": "h2O clean",
"leavening": "Zaczyn",
"low_temp_cooking": "Pieczenie w niskiej temperaturze",
"low_temp_cooking_fish": "Pieczenie w niskiej temperaturze - ryby",
"low_temp_cooking_fish_steam": "Gotowanie w niskiej temperaturze - ryba gotowana na parze",
"low_temp_cooking_meat": "Pieczenie w niskiej temperaturze - mięso",
"low_temp_cooking_meat_steam": "Gotowanie w niskiej temperaturze — mięso gotowane na parze",
"low_temp_cooking_steam": "Gotowanie na parze w niskiej temperaturze",
"meat": "Mięso",
"meat_steam": "Mięso na parze",
"multi_level": "Wielopoziomowo",
"paella": "Paella",
"pasta_and_bakery": "Makaron i Piekarnia",
"pizza": "Pizza",
"pyrolysis": "Pyroliza",
"pyrolysis_plus": "Pyroliza +",
"red_meat": "Czerwone mięso",
"red_meat_steam": "Czerwone mięso na parze",
"regenerate": "Podgrzewanie",
"soft_plus": "Soft+",
"super_grill": "Super Grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor bake",
"tailor_bake_pyro": "Tailor bake",
"vegetables": "Warzywa",
"vegetables_cata": "Warzywa",
"vegetables_pyro": "Warzywa",
"water_discharge": "Odprowadzanie wody",
"white_meat": "Białe mięso",
"white_meat_steam": "Białe mięso gotowane na parze"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Kolorowe i Bawełna",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Para",
"active_wash": "Aktywne pranie",
"active_wash_steam": "Aktywne pranie",
"allergy_care": "Pielęgnacja antyalergiczna",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Wszystko w jednym cyklu 49",
"all_in_one_59": "Wszystko w jednym cyklu 59",
"all_in_one_59_steam": "Aktywne pranie + Para",
"autocare": "Pielęgnacja własna",
"autoclean": "Czyszczenie bębna",
"baby_60": "Wszystkie dziecinne 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Kontrola",
"colour_59": "Kolorowe 59'",
"colour_59_steam": "Kolorowe 59' + Para",
"cottons": "Bawełna",
"cottons_prewash": "Bawełna + pranie wstępne",
"cottons_steam": "Bawełna + Para",
"cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "Delikatne 59",
"delicate_silk": "Delikatny jedwab",
"delicate_silk_steam": "Delikatny jedwab + Para",
"delicati_59": "Delikatne 59",
"delicati_59_steam": "Delikatne 59",
"drain_spin": "Spuść wodę +i odwiruj",
"easy_iron": "Łatwe prasowanie",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Extra Care",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Fresh Care",
"fresh_care_steam": "Fresh Care + Para",
"handwash_wool": "Pranie ręczne i wełna",
"high_dry": "Suszenie bawełny",
"hqd_20_degrees": "Bawełna 20℃",
"hqd_allergy": "Pielęgnacja antyalergiczna",
"hqd_autoclean": "Czyszczenie bębna",
"hqd_babycare": "Baby Care",
"hqd_checkup": "Kontrola",
"hqd_cottons": "Bawełna",
"hqd_delicate": "Delikatne",
"hqd_delicate_cradle": "Delikatne",
"hqd_dry": "Suszenie bawełny",
"hqd_dry_synthetics": "Suszenie materiałów mieszanych",
"hqd_duvet": "Kołdry",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Wełna",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Mieszane",
"hqd_quick_15": "Szybki 15'",
"hqd_quick_wash_57": "Szybkie pranie 57 min",
"hqd_rapid_wash_and_dry": "Pranie + suszenie",
"hqd_refresh": "Refresh",
"hqd_rinse": "Płukanie",
"hqd_shirts": "Koszule",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Wirowanie",
"hqd_sport": "Odzież sportowa",
"hqd_super_fast": "Szybki 39",
"hqd_synthetic_and_coloured": "Syntetyki",
"hygiene_59": "Higiena Plus 59'",
"hygiene_60": "Higiena 60 °",
"hygiene_plus_59": "Higiena Plus 59'",
"hygiene_plus_59_min": "Higiena Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Para",
"intensive_40": "Intensywne 40°C",
"intensive_40_steam": "Intensywny 40°C + Para",
"iot_active_steam": "Para",
"iot_active_wash_steam": "Aktywne pranie",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Aktywne pranie + Para",
"iot_checkup": "Kontrola",
"iot_colour_59_steam": "Kolorowe 59' + Para",
"iot_cottons_steam": "Bawełna + Para",
"iot_delicate_silk_steam": "Delikatny jedwab + Para",
"iot_delicati_59_steam": "Delikatne 59",
"iot_dry_air_refresh": "Odświeżacz powietrza",
"iot_dry_anti_mites": "Przeciw roztoczom",
"iot_dry_baby": "Dziecięce",
"iot_dry_backpacks": "Plecaki",
"iot_dry_bathrobe": "Szlafroki i tkaniny porowate",
"iot_dry_bed_linen": "Pościele",
"iot_dry_cotton_dry": "Suszenie bawełny",
"iot_dry_cuddly_toys": "Pluszaki",
"iot_dry_curtains": "Zasłony",
"iot_dry_dehumidifier": "Środek do usuwania wilgoci",
"iot_dry_delicates_antiallergy": "Delikatne - przeciwalergiczne",
"iot_dry_delicate_tablecloths": "Delikatne obrusy",
"iot_dry_denim_jeans": "Dżinsy",
"iot_dry_easy_iron_cotton": "Łatwe prasowanie - Wełna",
"iot_dry_easy_iron_synthetics": "Łatwe prasowanie - Syntetyki",
"iot_dry_gym_fit": "Ubrania na siłownię",
"iot_dry_lingerie": "Bielizna",
"iot_dry_mixed_dry": "Suszenie materiałów mieszanych",
"iot_dry_rapid_60_min_delicates": "Szybki 60 - Delikatne",
"iot_dry_shirts": "Koszule",
"iot_dry_swimsuits_and_bikinis": "Stroje kąpielowe",
"iot_dry_synthetics": "Suszenie materiałów syntetycznych",
"iot_dry_synthetic_dry": "Suszenie materiałów syntetycznych",
"iot_dry_tablecloths": "Obrusy",
"iot_dry_technical_fabrics": "Tkaniny techniczne",
"iot_dry_warm_embrace": "Delikatne suszenie",
"iot_dry_wool_dry": "Suszenie wełny",
"iot_easy_iron": "Łatwe prasowanie",
"iot_fresh_care_steam": "Fresh Care + Para",
"iot_hygiene_pro_steam": "Hygiene Pro + Para",
"iot_intensive_40_steam": "Intensywny 40°C + Para",
"iot_mixed_steam": "Mieszane + Para",
"iot_mix_and_colour_59_steam": "Mieszane i kolorowe 59' + Para",
"iot_perfect_cotton_59_steam": "Idealna Bawelna 59'",
"iot_rapid_a_class_60_steam": "Szybki Klasa A 60 + Para",
"iot_resistant_cotton_steam": "Bawełna + Para",
"iot_shirts_steam": "Koszule + Para",
"iot_single_item_steam": "Pojedynczy przedmiot + Para",
"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_synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para",
"iot_wash_and_dry": "Pranie + suszenie",
"iot_wash_anti_mites": "Przeciw roztoczom",
"iot_wash_anti_odor": "Usuwanie zapachów",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Środek dezynfekujący",
"iot_wash_baby_sanitizer_steam": "Odkażacz dla dzieci + Para",
"iot_wash_backpacks": "Plecaki",
"iot_wash_backpacks_zelig": "Plecaki",
"iot_wash_bathrobe": "Szlafroki i ręczniki",
"iot_wash_bathrobe_steam": "Szlafroki + Para",
"iot_wash_bed_linen": "Pościele",
"iot_wash_bed_linen_steam": "Pościele + Para",
"iot_wash_bed_linen_zelig": "Pościele",
"iot_wash_big_single_load": "Duży pojedynczy ładunek",
"iot_wash_bleaching": "Wybielanie",
"iot_wash_blood_stains": "Plamy krwi",
"iot_wash_cashmere": "Kaszmir",
"iot_wash_chocolate_stains": "Plamy z czekolady",
"iot_wash_cold_wash": "Pranie w zimnej wodzie",
"iot_wash_colored": "Kolorowe",
"iot_wash_colored_anti_stain": "Usuwanie plam z tkanin kolorowych",
"iot_wash_colored_delicate": "Kolorowe, delikatne",
"iot_wash_coloured": "Tkaniny kolorowe",
"iot_wash_coloured_bed_linen": "Kolorowa pościel",
"iot_wash_coloured_bed_linen_steam": "Kolorowa pościel + Para",
"iot_wash_coloured_curtains": "Kolorowe zasłony",
"iot_wash_coloured_shirts": "Kolorowe koszule",
"iot_wash_coloured_shirts_steam": "Kolorowe koszule + Para",
"iot_wash_coloured_steam": "Tkaniny kolorowe + Para",
"iot_wash_coloured_tableclothes": "Kolorowe obrusy",
"iot_wash_coloured_tableclothes_steam": "Kolorowe obrusy + Para",
"iot_wash_cotton": "Bawełna",
"iot_wash_cotton_steam": "Bawełna + Para",
"iot_wash_cuddly_toys": "Pluszaki",
"iot_wash_curtains": "Zasłony",
"iot_wash_curtains_steam": "Zasłony+Para",
"iot_wash_curtains_zelig": "Zasłony",
"iot_wash_dark": "Ciemne ubrania",
"iot_wash_darks_and_coloured_44": "Ciemne i kolorowe 44'",
"iot_wash_darks_and_coloured_59": "Ciemne i kolorowe 59'",
"iot_wash_darks_and_coloured_xl": "Ciemne i kolorowe XL",
"iot_wash_dark_steam": "Ciemne ubrania + Para",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Delikatne",
"iot_wash_delicate_antiallergy": "Antyalergiczny dla delikatnych",
"iot_wash_delicate_antiallergy_steam": "Antyalergiczny dla delikatnych + Para",
"iot_wash_delicate_antiallergy_zelig": "Antyalergiczny dla delikatnych",
"iot_wash_delicate_colors": "Delikatne tkaniny kolorowe",
"iot_wash_delicate_colors_steam": "Kolorowe + Para",
"iot_wash_delicate_dark": "Delikatne, ciemne",
"iot_wash_delicate_steam": "Delikatne + Para",
"iot_wash_delicate_tablecloths": "Delikatne obrusy",
"iot_wash_delicate_tablecloths_steam": "Delikatne obrusy + Para",
"iot_wash_delicate_whites": "Delikatne, białe",
"iot_wash_denim_jeans": "Dżinsy",
"iot_wash_diving_suits": "Kombinezony do nurkowania",
"iot_wash_diving_suits_zelig": "Kombinezony do nurkowania",
"iot_wash_down_jackets": "Kurtki puchowe",
"iot_wash_down_jackets_zelig": "Kurtki puchowe",
"iot_wash_duvet": "Kołdry",
"iot_wash_fruit_stains": "Plamy z owoców",
"iot_wash_gym_fit": "Ubrania na siłownię",
"iot_wash_handwash": "Pranie ręczne",
"iot_wash_handwash_colored": "Pranie ręczne, kolorowe",
"iot_wash_handwash_dark": "Pranie ręczne, ciemne",
"iot_wash_lingerie": "Bielizna",
"iot_wash_masks_refresh": "Odświeżanie masek",
"iot_wash_masks_sanification": "Dezynfekcja masek",
"iot_wash_masks_sanification_steam": "Dezynfekcja masek + Para",
"iot_wash_mats": "Dywany",
"iot_wash_men_s_trousers": "Spodnie",
"iot_wash_mixed": "Mieszane",
"iot_wash_mixed_steam": "Mieszane + Para",
"iot_wash_mix_and_coloured_44": "Mieszane i kolorowe 44'",
"iot_wash_mix_and_coloured_59": "Mieszane i kolorowe 59'",
"iot_wash_mix_and_coloured_xl": "Mieszane i kolorowe XL",
"iot_wash_new_clothes": "Nowe ubrania",
"iot_wash_perfect_white": "Idealnie białe tkaniny",
"iot_wash_perfect_white_steam": "Idealnie białe tkaniny + Para",
"iot_wash_pets": "Akcesoria dla zwierząt",
"iot_wash_pets_hair_removal": "Usuwanie sierści zwierząt",
"iot_wash_pets_odours_stains_removal": "Usuwanie zapachów i plam po zwierzętach domowych",
"iot_wash_pets_steam": "Akcesoria dla zwierząt",
"iot_wash_playsuits": "Kombinezony",
"iot_wash_playsuits_steam": "Kombinezony + Para",
"iot_wash_quick_drum_cleaner": "Środek do szybkiego czyszczenia bębna",
"iot_wash_rapid_14": "Szybki 14",
"iot_wash_rapid_30": "Szybki 30",
"iot_wash_rapid_44": "Szybki 44",
"iot_wash_rapid_59": "Szybki 59",
"iot_wash_rapid_59_steam": "Szybki 59' + Para",
"iot_wash_refresh_14_min": "Odświeżanie 14",
"iot_wash_resistant_colored": "Wytrzymałe, kolorowe",
"iot_wash_resistant_dark": "Wytrzymałe ciemne",
"iot_wash_resistant_whites": "Wytrzymałe białe",
"iot_wash_rinse": "Płukanie",
"iot_wash_shirts": "Koszule",
"iot_wash_shirts_steam": "Koszule + Para",
"iot_wash_silk": "Jedwab",
"iot_wash_ski_suit": "Kombinezony narciarskie",
"iot_wash_ski_suit_zelig": "Kombinezony narciarskie",
"iot_wash_spin": "Wirowanie",
"iot_wash_sport": "Odzież sportowa",
"iot_wash_sport_anti_odor": "Odzież sportowa zapobiegająca powstawaniu nieprzyjemnych zapachów",
"iot_wash_sport_anti_odor_zelig": "Odzież sportowa zapobiegająca powstawaniu nieprzyjemnych zapachów",
"iot_wash_stains_remover": "Wywabiacz",
"iot_wash_swimsuits_and_bikinis": "Stroje kąpielowe",
"iot_wash_synthetic": "Syntetyki",
"iot_wash_synthetic_steam": "Syntetyki + Para",
"iot_wash_tablecloths": "Obrusy",
"iot_wash_tablecloths_steam": "Obrusy + Para",
"iot_wash_technical_fabrics": "Tkaniny techniczne",
"iot_wash_technical_fabrics_zelig": "Tkaniny techniczne",
"iot_wash_technical_jackets": "Kurtki techniczne",
"iot_wash_technical_jackets_zelig": "Kurtki techniczne",
"iot_wash_trainers": "Buty sportowe",
"iot_wash_whites": "Białe",
"iot_wash_whites_44": "Białe 44",
"iot_wash_whites_59": "Białe 59",
"iot_wash_whites_xl": "Białe XL",
"iot_wash_wine_stains": "Plamy z wina",
"iot_wash_wool": "Wełna",
"jeans": "Dżins",
"jeans_60": "Dżinsy",
"low_dry": "Suszenie materiałów mieszanych",
"mixed": "Mieszane",
"mixed_and_colored_59": "Mieszane i kolorowe 59 '",
"mixed_steam": "Mieszane + Para",
"mix_and_colour_59": "Mieszane i kolorowe 59'",
"mix_and_colour_59_steam": "Mieszane i kolorowe 59' + Para",
"night_and_day": "Noc i Dzień",
"night_wash": "Cykl nocny",
"perfect_59": "Perfekcyjne 59",
"perfect_cotton_59": "Idealna Bawelna 59'",
"perfect_cotton_59_steam": "Idealna Bawelna 59'",
"perfect_whites_59": "Idealna biel 59'",
"rapid_14_min": "Szybkie 14'",
"rapid_30_min": "Szybki 30'",
"rapid_44_min": "Szybki 44'",
"rapid_a_class_60": "Szybki Klasa A 60",
"rapid_a_class_60_steam": "Szybki Klasa A 60 + Para",
"rapid_wash_and_dry_59_min": "Pranie i suszenie 59",
"resistant_cotton": "Bawełna",
"resistant_cotton_steam": "Bawełna + Para",
"rinse": "Płukanie",
"shirts_steam": "Koszule + Para",
"silent_night": "Cykl nocny",
"single_item": "Pojedynczy przedmiot",
"single_item_steam": "Pojedynczy przedmiot + Para",
"smart_wash": "Inteligentne pranie",
"soft_care": "Soft Care",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Specjalny 39'",
"special_39_full_load": "Specjalny 39'",
"special_39_full_load_steam": "Specjalny 39' + Para",
"special_49": "Specjalne 49",
"sport_39": "Sport 39",
"sport_plus_29": "Sportowy Plus 29\"",
"sport_plus_39": "Sportowy Plus 39'",
"steam_39": "Para 39",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Syntetyki",
"synthetic_and_coloured": "Syntetyki i Kolorowe",
"synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Total Care",
"tumbling": "Bęben",
"wool": "Wełna",
"wool_and_delicates_49": "Wełna/Delikatne 49'",
"wool_dry": "Suszenie wełny",
"wool_soft_care": "Wełna & Soft Care"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET",
"cheese": "Ser",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Tryb Eco",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Nie wybrano żadnego trybu",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + osuszacz powietrza",
"iot_uv_and_fan": "UV + wentylator",
"iot_uv_and_heat": "UV + podgrzewanie"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Pozostały czas"

View File

@ -58,7 +58,8 @@
"19": "Secagem",
"20": "Secagem",
"11": "Pronto",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fase"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "Carga XXL",
"zoom_59": "Zoom 59"
}
},
"name": "Programa"
},
"room_temperature": {
"name": "Temperatura ambiente"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura do frigorífico"
},
"programs_ac": {
"state": {
"iot_10_heating": "Função de aquecimento de 10 °C",
"iot_auto": "Auto",
"iot_cool": "Frio",
"iot_dry": "Secar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificação",
"iot_self_clean": "Autolimpeza",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Iniciar agora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Frio",
"iot_uv_and_dry": "UV + Desumidificador",
"iot_uv_and_fan": "UV + Ventilação",
"iot_uv_and_heat": "UV + Calor"
},
"name": "Programa"
},
"programs_dw": {
"state": {
"59_min": "Rápido 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universal 50 - 60°C",
"auto_universal_plus": "Auto Universal Plus 65 - 75°C",
"auto_universal_plus_soil": "Auto Universal Plus 65 - 75°C",
"auto_universal_soil": "Auto Universal 50 - 60°C",
"auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash",
"classe_a_59": "Classe A 59' 65°C",
"delicate": "Delicados 45°C",
"dishwasher_care": "Ciclo de limpeza de calcário",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Vidro",
"glassware": "Vidros 45 °C",
"glass_care": "Glass Care",
"hygiene": "Higiene",
"hygiene_plus": "Higiene+ 75 °C",
"intensive": "Intensivo ",
"intensive_rapid": "Rápido intensivo",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Roupa de bebé",
"iot_breakfast": "Pequeno-almoço",
"iot_checkup": "Check-Up",
"iot_china_crystals": "Porcelana chinesa",
"iot_classe_a_59": "Rápido 59'",
"iot_cocktail_glasses": "Copos para Cocktail",
"iot_cocktail_glasses_soil": "Copos para Cocktail",
"iot_daily_care": "Roupa Diária",
"iot_daily_care_soil": "Roupa Diária",
"iot_delicate": "Delicados 45°C",
"iot_dinner_for_two": "Jantar para 2",
"iot_dinner_for_two_soil": "Jantar para 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Higiene Extra",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Loiça de festas",
"iot_party_soil": "Loiça de festas",
"iot_pizza_menu": "Menu de Pizza",
"iot_pizza_menu_soil": "Menu de Pizza",
"iot_plastic_tupperware": "Plásticos e Tupperwares",
"iot_porcelain": "Porcelana",
"iot_power_mix_wash": "Lavagem Power Mix",
"iot_power_mix_wash_soil": "Lavagem Power Mix",
"iot_prewash": "Pré-lavagem",
"iot_pyrex_and_glassware": "Pyrex e Recipientes de vidro",
"iot_rapid_29": "Rapido 29'",
"iot_rapid_39": "Rápido 39 min. 60 °C",
"iot_single": "Solteiros",
"iot_steam": "Vapor 75 °C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Lavagem Super",
"iot_turbopower": "TurboPower",
"iot_universal": "Universal 60 °C",
"iot_wok_grids_maxi_pans": "Tachos Especiais (Wok - Grelhas e Tachos Máxi)",
"iot_wok_grids_maxi_pans_soil": "Tachos Especiais (Wok - Grelhas e Tachos Máxi)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra Silencioso 55°C",
"prewash": "Pré-lavagem",
"rapid_20": "Rápido 20'",
"rapid_24": "Rapido 24'",
"rapid_29": "Rapido 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rápido 39 min. 60 °C",
"rapid_49": "Rápido 49'",
"rapid_59": "Rápido 59'",
"sanitising": "Desinfetante",
"silence": "Silence",
"silent": "Noite",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "especial",
"special_pw_prz": "especial",
"steam": "Vapor 75 °C",
"steam_plus": "Vapor Mais 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silencioso 55°C",
"ultra_silent": "Ultra Silencioso 55°C",
"universal": "Universal 60 °C",
"universal_plus": "Universal plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Programa"
},
"programs_ih": {
"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_boiled_rice": "Arroz cozido",
"iot_special_chicken_breast": "Peito de frango",
"iot_special_chicken_legs": "Pernas de frango",
"iot_special_chocolate_pudding": "Pudim de chocolate",
"iot_special_entrecote": "Entrecôte",
"iot_special_fresh_tuna": "Atum fresco",
"iot_special_grilled_vegetables": "Legumes grelhados",
"iot_special_lamb_cutlet": "Costeleta de borrego",
"iot_special_meatballs": "Almôndegas",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Mexilhões",
"iot_special_omelette": "Omelete",
"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_ribs": "Lombo de porco",
"iot_special_prawns": "Camarões",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Filé de salmão",
"iot_special_saute_potatoes": "Batatas salteadas",
"iot_special_scallops": "Vieiras",
"iot_special_scrambled_eggs": "Ovos mexidos",
"iot_special_spelt": "Espelta",
"iot_special_veggy_noodles": "Massa vegetariana",
"iot_special_white_fish_fillet": "Filetes de peixe branco",
"iot_standard_boiling": "Boiling",
"iot_standard_frying": "Fritar",
"iot_standard_keep_warm": "Manter quente",
"iot_standard_melting": "Derreter",
"iot_standard_simmering": "Simmering"
},
"name": "Programa"
},
"programs_ov": {
"state": {
"bakery": "Massas e bolos",
"bakery_steam": "Vapor do forno",
"bottom_heating": "Aquecimento inferior",
"bottom_heating_fan": "Aquecimento Inferior + Ventilação",
"bread": "Pão",
"bread_steam": "Pão no vapor",
"combi": "Combi",
"convection_fan": "Convecção + Ventilador",
"convection_fan_turnspit": "Espeto com convecção ventilada",
"conventional": "Estático",
"conventional_turnspit": "Espeto convencional",
"defrost": "Descongelar",
"descaling": "Descalcificação",
"fish": "Peixe",
"fish_steam": "Peixe no vapor",
"grill_cata": "Grelhar",
"grill_fan_cata": "Grelhar com ventilação",
"grill_fan_pyro": "Grelhar + Ventilação",
"grill_pyro": "Grelhar",
"h20_clean": "H2O-Clean",
"iot_bread": "Pão",
"iot_h20_clean": "h2O clean",
"leavening": "Levedação",
"low_temp_cooking": "Cozimento em baixa temperatura",
"low_temp_cooking_fish": "Cozimento em baixa temperatura Peixe",
"low_temp_cooking_fish_steam": "Cozimento em baixa temperatura Peixe a vapor",
"low_temp_cooking_meat": "Cozimento em baixa temperatura Carne",
"low_temp_cooking_meat_steam": "Cozimento em baixa temperatura Carne no vapor",
"low_temp_cooking_steam": "Cozimento em baixa temperatura no vapor",
"meat": "Carne",
"meat_steam": "Vapor de carne",
"multi_level": "Multinível",
"paella": "Paella",
"pasta_and_bakery": "Massas e bolos",
"pizza": "Pizza",
"pyrolysis": "Pirólise",
"pyrolysis_plus": "Pirólise +",
"red_meat": "Carne Vermelha",
"red_meat_steam": "Carne Vermelha no vapor",
"regenerate": "Regenerar",
"soft_plus": "Soft+",
"super_grill": "Super Grelhador",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Vegetais",
"vegetables_cata": "Legumes",
"vegetables_pyro": "Legumes",
"water_discharge": "Descarga d'água",
"white_meat": "Carne Branca",
"white_meat_steam": "Carne Branca no vapor"
},
"name": "Programa"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Cores e Algodões",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Vapor",
"active_wash": "Lavagem Ativa",
"active_wash_steam": "Lavagem Ativa",
"allergy_care": "Cuidado de Alergias",
"allergy_care_pro": "Cuidado Alergias Pro",
"all_in_one_49": "Tudo em Um 49'.",
"all_in_one_59": "Tudo em Um 59'.",
"all_in_one_59_steam": "Active Wash + Vapor",
"autocare": "Cuidado automático",
"autoclean": "Limpeza do tambor",
"baby_60": "All Baby 60°C",
"care_14": "Cuidado Rapido 14'",
"care_30": "Cuidado Rapido 30'",
"care_44": "Cuidado Rapido 44'",
"checkup": "Check-Up",
"colour_59": "Cores 59'",
"colour_59_steam": "Cores 59' + vapor",
"cottons": "Algodão",
"cottons_prewash": "Algodões + Pré-lavagem",
"cottons_steam": "Algodão + Vapor",
"cotton_care_59": "Algodões 59 min",
"delicate_59": "Delicados 59'",
"delicate_silk": "Seda delicada",
"delicate_silk_steam": "Seda delicada + vapor",
"delicati_59": "Delicados 59'",
"delicati_59_steam": "Delicados 59'",
"drain_spin": "Drenar +e Centrifugar",
"easy_iron": "Engomar Fácil",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Cuidado extra",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Cuidado Fresco",
"fresh_care_steam": "Fresh Care + Vapor",
"handwash_wool": "Lavagem manual e lã",
"high_dry": "Secagem de algodão",
"hqd_20_degrees": "Algodão 20℃",
"hqd_allergy": "Cuidado de Alergias",
"hqd_autoclean": "Limpeza do tambor",
"hqd_babycare": "Roupa de bebé",
"hqd_checkup": "Check-Up",
"hqd_cottons": "Algodão",
"hqd_delicate": "Roupa delicada",
"hqd_delicate_cradle": "Roupa delicada",
"hqd_dry": "Secagem de algodão",
"hqd_dry_synthetics": "Secos mistos",
"hqd_duvet": "Edredãos",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Lãs",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Misto",
"hqd_quick_15": "Rápido 15'",
"hqd_quick_wash_57": "Ciclo Rápido 57 min",
"hqd_rapid_wash_and_dry": "Lavar & secar",
"hqd_refresh": "Refrescar",
"hqd_rinse": "Lavagem",
"hqd_shirts": "Camisas",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Centrifugar",
"hqd_sport": "Desporto",
"hqd_super_fast": "Rápido 39",
"hqd_synthetic_and_coloured": "Sintéticos",
"hygiene_59": "Higiene Plus 59'",
"hygiene_60": "Higiene 60°",
"hygiene_plus_59": "Higiene Plus 59'",
"hygiene_plus_59_min": "Higiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Vapor",
"intensive_40": "Intensivo 40°C",
"intensive_40_steam": "Intensivo 40°C + vapor",
"iot_active_steam": "Vapor",
"iot_active_wash_steam": "Lavagem Ativa",
"iot_allergy_care_pro": "Cuidado Alergias Pro",
"iot_all_in_one_59_steam": "Active Wash + Vapor",
"iot_checkup": "Check-Up",
"iot_colour_59_steam": "Cores 59' + vapor",
"iot_cottons_steam": "Algodão + Vapor",
"iot_delicate_silk_steam": "Seda delicada + vapor",
"iot_delicati_59_steam": "Delicados 59'",
"iot_dry_air_refresh": "Refrescar ao Ar",
"iot_dry_anti_mites": "Anti-ácaros",
"iot_dry_baby": "Bebé",
"iot_dry_backpacks": "Mochilas",
"iot_dry_bathrobe": "Roupões e tecidos porosos",
"iot_dry_bed_linen": "Roupa de cama",
"iot_dry_cotton_dry": "Secagem de algodão",
"iot_dry_cuddly_toys": "Animais de peluche",
"iot_dry_curtains": "Cortinas",
"iot_dry_dehumidifier": "Removedor de humidade",
"iot_dry_delicates_antiallergy": "Delicados - antialérgicos",
"iot_dry_delicate_tablecloths": "Toalhas delicadas",
"iot_dry_denim_jeans": "Ganga - Jeans",
"iot_dry_easy_iron_cotton": "Engomagem Fácil - Algodão",
"iot_dry_easy_iron_synthetics": "Engomar Fácil - Sintéticos",
"iot_dry_gym_fit": "Vestuário de ginásio - fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed_dry": "Secos mistos",
"iot_dry_rapid_60_min_delicates": "Rápido 60' - Delicados",
"iot_dry_shirts": "Camisas",
"iot_dry_swimsuits_and_bikinis": "Fatos de banho",
"iot_dry_synthetics": "Secagem de Sintéticos",
"iot_dry_synthetic_dry": "Secagem de Sintéticos",
"iot_dry_tablecloths": "Toalhas de mesa",
"iot_dry_technical_fabrics": "Tecidos técnicos",
"iot_dry_warm_embrace": "Secagem a quente",
"iot_dry_wool_dry": "Secagem de lãs",
"iot_easy_iron": "Engomar Fácil",
"iot_fresh_care_steam": "Fresh Care + Vapor",
"iot_hygiene_pro_steam": "Hygiene Pro + Vapor",
"iot_intensive_40_steam": "Intensivo 40°C + vapor",
"iot_mixed_steam": "Mistos + Vapor",
"iot_mix_and_colour_59_steam": "Mistos E Cores 59' + Vapor",
"iot_perfect_cotton_59_steam": "Algodao Perfeito 59'",
"iot_rapid_a_class_60_steam": "Classe A rápida 60 + vapor",
"iot_resistant_cotton_steam": "Algodão + Vapor",
"iot_shirts_steam": "Camisas + Vapor",
"iot_single_item_steam": "Peça única + Vapor",
"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_synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
"iot_wash_and_dry": "Lavar & secar",
"iot_wash_anti_mites": "Anti-ácaros",
"iot_wash_anti_odor": "Anti-odor",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Desinfetante",
"iot_wash_baby_sanitizer_steam": "higienizador para bebê + vapor",
"iot_wash_backpacks": "Mochilas",
"iot_wash_backpacks_zelig": "Mochilas",
"iot_wash_bathrobe": "Roupões e toalhas",
"iot_wash_bathrobe_steam": "Roupão + Vapor",
"iot_wash_bed_linen": "Roupa de cama",
"iot_wash_bed_linen_steam": "Roupa de cama + Vapor",
"iot_wash_bed_linen_zelig": "Roupa de cama",
"iot_wash_big_single_load": "Peça única grande",
"iot_wash_bleaching": "Branqueamento",
"iot_wash_blood_stains": "Nódoas de sangue",
"iot_wash_cashmere": "Cachemira",
"iot_wash_chocolate_stains": "Nódoas de chocolate",
"iot_wash_cold_wash": "Lavagem a frio",
"iot_wash_colored": "Cores",
"iot_wash_colored_anti_stain": "Remoção de nódoas para roupas de cor",
"iot_wash_colored_delicate": "Cores delicadas",
"iot_wash_coloured": "Cores",
"iot_wash_coloured_bed_linen": "Roupa de cama de cores",
"iot_wash_coloured_bed_linen_steam": "Roupa de cama de cores + vapor",
"iot_wash_coloured_curtains": "Cortinas de cor",
"iot_wash_coloured_shirts": "Camisas de cor",
"iot_wash_coloured_shirts_steam": "Camisas de cor + vapor",
"iot_wash_coloured_steam": "Cores + Vapor",
"iot_wash_coloured_tableclothes": "Toalhas de mesa de cor",
"iot_wash_coloured_tableclothes_steam": "Toalhas de mesa de cor + Vapor",
"iot_wash_cotton": "Algodão",
"iot_wash_cotton_steam": "Algodão + Vapor",
"iot_wash_cuddly_toys": "Animais de peluche",
"iot_wash_curtains": "Cortinas",
"iot_wash_curtains_steam": "Cortinas+Vapor",
"iot_wash_curtains_zelig": "Cortinas",
"iot_wash_dark": "Rupas escuras",
"iot_wash_darks_and_coloured_44": "Escuros e cores 44'",
"iot_wash_darks_and_coloured_59": "Escuros e cores 59'",
"iot_wash_darks_and_coloured_xl": "Escuros e cores XL",
"iot_wash_dark_steam": "Rupas escuras + Vapor",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Roupa delicada",
"iot_wash_delicate_antiallergy": "Antialérgico para roupas delicadas",
"iot_wash_delicate_antiallergy_steam": "Antialérgico para roupas delicadas + Vapor",
"iot_wash_delicate_antiallergy_zelig": "Antialérgico para roupas delicadas",
"iot_wash_delicate_colors": "Delicados de cor",
"iot_wash_delicate_colors_steam": "Cores + vapor",
"iot_wash_delicate_dark": "Escuros delicados",
"iot_wash_delicate_steam": "Roupa delicada + Vapor",
"iot_wash_delicate_tablecloths": "Toalhas delicadas",
"iot_wash_delicate_tablecloths_steam": "Toalhas delicadas + Vapor",
"iot_wash_delicate_whites": "Brancos delicados",
"iot_wash_denim_jeans": "Ganga - Jeans",
"iot_wash_diving_suits": "Fatos de mergulho",
"iot_wash_diving_suits_zelig": "Fatos de mergulho",
"iot_wash_down_jackets": "Blusões",
"iot_wash_down_jackets_zelig": "Blusões",
"iot_wash_duvet": "Edredãos",
"iot_wash_fruit_stains": "Nódoas de fruta",
"iot_wash_gym_fit": "Vestuário de ginásio - fitness",
"iot_wash_handwash": "Lavagem à mão",
"iot_wash_handwash_colored": "Lavagem à mão cores",
"iot_wash_handwash_dark": "Lavagem à mão de escuros",
"iot_wash_lingerie": "Lingerie",
"iot_wash_masks_refresh": "Refrescar Máscaras",
"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_mixed": "Misto",
"iot_wash_mixed_steam": "Mistos + Vapor",
"iot_wash_mix_and_coloured_44": "Misto e cores 44'",
"iot_wash_mix_and_coloured_59": "Misto e cores 59'",
"iot_wash_mix_and_coloured_xl": "Misto e cores XL",
"iot_wash_new_clothes": "Roupa nova",
"iot_wash_perfect_white": "Branco perfeito",
"iot_wash_perfect_white_steam": "Branco perfeito + Vapor",
"iot_wash_pets": "Acessórios de animais",
"iot_wash_pets_hair_removal": "Remoção de pelo de animais de estimação",
"iot_wash_pets_odours_stains_removal": "Remoção de odores e manchas de animais de estimação",
"iot_wash_pets_steam": "Acessórios de animais",
"iot_wash_playsuits": "Macacões",
"iot_wash_playsuits_steam": "Macacões + Vapor",
"iot_wash_quick_drum_cleaner": "Produto de limpeza rápida do tambor",
"iot_wash_rapid_14": "Rápido 14",
"iot_wash_rapid_30": "Rápido 30",
"iot_wash_rapid_44": "Rápido 44",
"iot_wash_rapid_59": "Rápido 59",
"iot_wash_rapid_59_steam": "Rápido 59' + vapor",
"iot_wash_refresh_14_min": "Refrescar 14'",
"iot_wash_resistant_colored": "Cores resistentes",
"iot_wash_resistant_dark": "Escuros resistentes",
"iot_wash_resistant_whites": "Brancos resistentes",
"iot_wash_rinse": "Lavagem",
"iot_wash_shirts": "Camisas",
"iot_wash_shirts_steam": "Camisas + Vapor",
"iot_wash_silk": "Seda",
"iot_wash_ski_suit": "Fatos de Ski",
"iot_wash_ski_suit_zelig": "Fatos de Ski",
"iot_wash_spin": "Centrifugar",
"iot_wash_sport": "Desporto",
"iot_wash_sport_anti_odor": "Roupa de desporto anti odor",
"iot_wash_sport_anti_odor_zelig": "Roupa de desporto anti odor",
"iot_wash_stains_remover": "Removedor de nódoas",
"iot_wash_swimsuits_and_bikinis": "Fatos de banho",
"iot_wash_synthetic": "Sintéticos",
"iot_wash_synthetic_steam": "Sintéticos + Vapor",
"iot_wash_tablecloths": "Toalhas de mesa",
"iot_wash_tablecloths_steam": "Toalhas de mesa + Vapor",
"iot_wash_technical_fabrics": "Tecidos técnicos",
"iot_wash_technical_fabrics_zelig": "Tecidos técnicos",
"iot_wash_technical_jackets": "Casacos técnicos",
"iot_wash_technical_jackets_zelig": "Casacos técnicos",
"iot_wash_trainers": "Ténis",
"iot_wash_whites": "Brancos",
"iot_wash_whites_44": "Brancos 44'",
"iot_wash_whites_59": "Brancos 59'",
"iot_wash_whites_xl": "Brancos XL",
"iot_wash_wine_stains": "Nódoas de vinho",
"iot_wash_wool": "Lãs",
"jeans": "Jeans",
"jeans_60": "Jeans",
"low_dry": "Secos mistos",
"mixed": "Mistos",
"mixed_and_colored_59": "Misto e Cores 59'",
"mixed_steam": "Mistos + Vapor",
"mix_and_colour_59": "Mistos E Cores 59'",
"mix_and_colour_59_steam": "Mistos E Cores 59' + Vapor",
"night_and_day": "Noite e Dia",
"night_wash": "Ciclo durante a noite",
"perfect_59": "Perfeito 59'",
"perfect_cotton_59": "Algodao Perfeito 59'",
"perfect_cotton_59_steam": "Algodao Perfeito 59'",
"perfect_whites_59": "Branco perfeito 59'",
"rapid_14_min": "Rápido 14'",
"rapid_30_min": "Rápido 30'",
"rapid_44_min": "Rápido 44'",
"rapid_a_class_60": "Classe A rápida 60",
"rapid_a_class_60_steam": "Classe A rápida 60 + vapor",
"rapid_wash_and_dry_59_min": "Lavar e Secar 59'.",
"resistant_cotton": "Algodão",
"resistant_cotton_steam": "Algodão + Vapor",
"rinse": "Lavagem",
"shirts_steam": "Camisas + Vapor",
"silent_night": "Ciclo durante a noite",
"single_item": "Peça única",
"single_item_steam": "Peça única + Vapor",
"smart_wash": "Smart Wash",
"soft_care": "Cuidado Suave",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Especial 39'",
"special_39_full_load": "Especial 39'",
"special_39_full_load_steam": "Special 39' + Vapor",
"special_49": "Especial 49'",
"sport_39": "Desporto 39'",
"sport_plus_29": "Desporto Plus 29\"",
"sport_plus_39": "Desporto Plus 39'",
"steam_39": "Vapor 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Sintéticos",
"synthetic_and_coloured": "Sintéticos e Cores",
"synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Cuidado Total",
"tumbling": "Secar na máquina",
"wool": "Lãs",
"wool_and_delicates_49": "Lãs/Delicados 49'",
"wool_dry": "Secagem de lãs",
"wool_soft_care": "Lãs & Cuidado Suavidade"
},
"name": "Programa"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET",
"cheese": "Queijo",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Modo Eco",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Nenhum modo selecionado",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Programa"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Desumidificador",
"iot_uv_and_fan": "UV + Ventilação",
"iot_uv_and_heat": "UV + Calor"
}
},
"name": "Programa"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Programa"
},
"remaining_time": {
"name": "Tempo restante"

View File

@ -58,7 +58,8 @@
"19": "Uscare",
"20": "Uscare",
"11": "Pregătit",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fază"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "Încărcare XXL",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Temperatura camerei"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura frigiderului"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funcția de încălzire la 10 °C",
"iot_auto": "Automat",
"iot_cool": "Răcire",
"iot_dry": "Uscare",
"iot_fan": "Ventilare",
"iot_heat": "Încălzire",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purificare",
"iot_self_clean": "Autocurățare",
"iot_self_clean_56": "Curățare-sterilizare la 56°C",
"iot_simple_start": "Începeți acum",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + răcire",
"iot_uv_and_dry": "UV + dezumidificator",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + încălzire"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Rapid 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universal 50 - 60°C",
"auto_universal_plus": "Auto Universal+ 65 - 75°C",
"auto_universal_plus_soil": "Auto Universal+ 65 - 75°C",
"auto_universal_soil": "Auto Universal 50 - 60°C",
"auto_wash": "Spălare automată",
"auto_wash_soil": "Spălare automată",
"classe_a_59": "Clasa A 59' 65°C",
"delicate": "Delicate 45°C",
"dishwasher_care": "Ciclu de curățare a calcarului",
"eco": "Eco",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Sticlă",
"glassware": "Sticlărie 45 °C",
"glass_care": "Glass Care",
"hygiene": "Igienă",
"hygiene_plus": "Igienă+ 75 °C",
"intensive": "Intensiv ",
"intensive_rapid": "rapid intensiv",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universal 50 - 60°C",
"iot_auto_wash_soil": "Spălare automată",
"iot_baby_care": "Îngrijirea bebelușilor",
"iot_breakfast": "Mic dejun",
"iot_checkup": "Verificare",
"iot_china_crystals": "Vase din cristal",
"iot_classe_a_59": "Rapid 59'",
"iot_cocktail_glasses": "Pahare de cocktail",
"iot_cocktail_glasses_soil": "Pahare de cocktail",
"iot_daily_care": "Utilizare zilnică",
"iot_daily_care_soil": "Utilizare zilnică",
"iot_delicate": "Delicate 45°C",
"iot_dinner_for_two": "Cină pentru 2",
"iot_dinner_for_two_soil": "Cină pentru 2",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Igienă",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Petrecere",
"iot_party_soil": "Petrecere",
"iot_pizza_menu": "Meniu Pizza",
"iot_pizza_menu_soil": "Meniu Pizza",
"iot_plastic_tupperware": "Recipiente din plastic",
"iot_porcelain": "Porțelan",
"iot_power_mix_wash": "Spălare Putere Mixtă",
"iot_power_mix_wash_soil": "Spălare Putere Mixtă",
"iot_prewash": "Prespălare",
"iot_pyrex_and_glassware": "Articole din sticlă",
"iot_rapid_29": "Rapid 29'",
"iot_rapid_39": "Rapid 39' 60 °C",
"iot_single": "Singur",
"iot_steam": "Abur 75 °C",
"iot_super_flash": "Super rapid",
"iot_super_wash": "Super spălare",
"iot_turbopower": "Putere Turbo",
"iot_universal": "Universal 60 °C",
"iot_wok_grids_maxi_pans": "Recipiente speciale (Wok - Grătare & Oale mari)",
"iot_wok_grids_maxi_pans_soil": "Recipiente speciale (Wok - Grătare & Oale mari)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra Silențios 55°C",
"prewash": "Prespălare",
"rapid_20": "Rapid 20'",
"rapid_24": "Rapid 24'",
"rapid_29": "Rapid 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapid 39' 60 °C",
"rapid_49": "Rapid 49'",
"rapid_59": "Rapid 59'",
"sanitising": "Igienizare",
"silence": "Silence",
"silent": "Noapte",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "special",
"special_pw_prz": "special",
"steam": "Abur 75 °C",
"steam_plus": "Vapor Plus 75 °C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silențios 55°C",
"ultra_silent": "Ultra Silențios 55°C",
"universal": "Universal 60 °C",
"universal_plus": "Universal Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Tocinei",
"iot_special_beef_fillet": "File de vită",
"iot_special_beef_veal_stew": "Tocană de vită și vițel",
"iot_special_boiled_rice": "Orez fiert",
"iot_special_chicken_breast": "Piept de pui",
"iot_special_chicken_legs": "Pulpe de pui",
"iot_special_chocolate_pudding": "Budincă de ciocolată",
"iot_special_entrecote": "Antricot",
"iot_special_fresh_tuna": "Ton proaspăt",
"iot_special_grilled_vegetables": "Legume pe grătar",
"iot_special_lamb_cutlet": "Cotlet de miel",
"iot_special_meatballs": "Pifteluțe de carne",
"iot_special_minestrone": "Supă minestrone",
"iot_special_mussels": "Midii",
"iot_special_omelette": "Omletă",
"iot_special_pancakes": "Clătite",
"iot_special_paris_style_peas": "Mazăre în stil parizian",
"iot_special_poached_eggs": "Ouă fierte",
"iot_special_pork_fillet": "Muşchi file",
"iot_special_pork_ribs": "Coaste de porc",
"iot_special_prawns": "Creveți",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "File de somon",
"iot_special_saute_potatoes": "Cartofi sote",
"iot_special_scallops": "Scoici",
"iot_special_scrambled_eggs": "Scrob",
"iot_special_spelt": "Alac",
"iot_special_veggy_noodles": "Tăiţei vegetali",
"iot_special_white_fish_fillet": "File de pește alb",
"iot_standard_boiling": "Fierbere",
"iot_standard_frying": "Prăjire",
"iot_standard_keep_warm": "Menținere la cald",
"iot_standard_melting": "Topire",
"iot_standard_simmering": "Fierbere înăbușită"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Paste și produse de patiserie",
"bakery_steam": "În cuptor la abur",
"bottom_heating": "Încălzire de jos",
"bottom_heating_fan": "Încălzire De Jos + Ventilație",
"bread": "Pâine",
"bread_steam": "Pâine gătită la abur",
"combi": "Combi",
"convection_fan": "Convecție și ventilație",
"convection_fan_turnspit": "Convecție + Ventilator + Rotisor",
"conventional": "Convențional",
"conventional_turnspit": "Convecție + Rotisor",
"defrost": "Decongelare",
"descaling": "Îndepărtarea calcarului",
"fish": "Pește",
"fish_steam": "Pește gătit la abur",
"grill_cata": "Gril",
"grill_fan_cata": "Grill + Ventilație",
"grill_fan_pyro": "Grill + Ventilație",
"grill_pyro": "Grill",
"h20_clean": "H2O-Clean",
"iot_bread": "Pâine",
"iot_h20_clean": "h2O clean",
"leavening": "Dospire",
"low_temp_cooking": "Gătire la temperatură scăzută",
"low_temp_cooking_fish": "Gătire la temperatură scăzută - Pește",
"low_temp_cooking_fish_steam": "Gătitul la temperaturi scăzute - Pește gătit la abur",
"low_temp_cooking_meat": "Gătire la temperatură scăzută - Carne",
"low_temp_cooking_meat_steam": "Gătitul la temperaturi scăzute - Carne gătită la abur",
"low_temp_cooking_steam": "Gătitul la abur la temperaturi scăzute",
"meat": "Carne",
"meat_steam": "Carne gătită la abur",
"multi_level": "Multi-Nivel",
"paella": "Paella",
"pasta_and_bakery": "Paste și patiserie",
"pizza": "Pizza",
"pyrolysis": "Piroliză",
"pyrolysis_plus": "Piroliză+",
"red_meat": "Carne roșie",
"red_meat_steam": "Carne roșie gătită la abur",
"regenerate": "Regenerare",
"soft_plus": "Soft+",
"super_grill": "Super Grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Legume",
"vegetables_cata": "Legume",
"vegetables_pyro": "Legume",
"water_discharge": "Evacuare apă",
"white_meat": "Carne albă",
"white_meat_steam": "Carne albă gătită la abur"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Colorate și bumbac",
"20_degrees_new_energy_label": "20 °C",
"active_steam": "Abur",
"active_wash": "Spălare activă",
"active_wash_steam": "Spălare activă",
"allergy_care": "Îngrijire antialergică",
"allergy_care_pro": "Îngrijire alergie pro",
"all_in_one_49": "Toate în One 49'.",
"all_in_one_59": "Toate în One 59'.",
"all_in_one_59_steam": "Spălare activă + abur",
"autocare": "Autoîngrijire",
"autoclean": "Curățarea tamburului",
"baby_60": "Haine bebeluși 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Verificare",
"colour_59": "Colorate 59'",
"colour_59_steam": "Colorate 59' + Abur",
"cottons": "Bumbac",
"cottons_prewash": "Bumbac + Prespălare",
"cottons_steam": "Bumbac + Abur",
"cotton_care_59": "Bumbac 59 Min",
"delicate_59": "Delicate 59'",
"delicate_silk": "Mătase delicată",
"delicate_silk_steam": "Mătase delicată + abur",
"delicati_59": "Delicate 59'",
"delicati_59_steam": "Delicate 59'",
"drain_spin": "Drenare +și stoarcere",
"easy_iron": "Călcare ușoară",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Îngrijire Suplimentară",
"fitness": "Fitness Care",
"fitness_care": "Fitness Care",
"fresh_care": "Îngrijire proaspătă",
"fresh_care_steam": "Îngrijire proaspătă + abur",
"handwash_wool": "Spălare manuală și lână",
"high_dry": "Uscarea bumbacului",
"hqd_20_degrees": "Bumbac 20 ℃",
"hqd_allergy": "Îngrijire antialergică",
"hqd_autoclean": "Curățarea tamburului",
"hqd_babycare": "Îngrijirea bebelușilor",
"hqd_checkup": "Verificare",
"hqd_cottons": "Bumbac",
"hqd_delicate": "Delicate",
"hqd_delicate_cradle": "Delicate",
"hqd_dry": "Uscarea bumbacului",
"hqd_dry_synthetics": "Uscarea fibrelor mixte",
"hqd_duvet": "Pătură",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Lână",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Mixte",
"hqd_quick_15": "Rapid 15'",
"hqd_quick_wash_57": "Spălare rapidă 57 min",
"hqd_rapid_wash_and_dry": "Spălare și uscare",
"hqd_refresh": "Reîmprospătare",
"hqd_rinse": "Clătire",
"hqd_shirts": "Cămăși",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Stoarcere",
"hqd_sport": "Sport",
"hqd_super_fast": "Rapid 39",
"hqd_synthetic_and_coloured": "Sintetice",
"hygiene_59": "Igiena Plus 59'",
"hygiene_60": "Igienă 60°",
"hygiene_plus_59": "Igiena Plus 59'",
"hygiene_plus_59_min": "Igiena Plus 59'",
"hygiene_pro_49_min": "Igienă Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Abur",
"intensive_40": "Intensiv 40°C",
"intensive_40_steam": "Intensiv 40°C + Abur",
"iot_active_steam": "Abur",
"iot_active_wash_steam": "Spălare activă",
"iot_allergy_care_pro": "Îngrijire alergie pro",
"iot_all_in_one_59_steam": "Spălare activă + abur",
"iot_checkup": "Verificare",
"iot_colour_59_steam": "Colorate 59' + Abur",
"iot_cottons_steam": "Bumbac + Abur",
"iot_delicate_silk_steam": "Mătase delicată + abur",
"iot_delicati_59_steam": "Delicate 59'",
"iot_dry_air_refresh": "Reîmprospătarea aerului",
"iot_dry_anti_mites": "Anti-acarieni",
"iot_dry_baby": "Bebeluș",
"iot_dry_backpacks": "Rucsaci",
"iot_dry_bathrobe": "Halate de baie și materiale poroase",
"iot_dry_bed_linen": "Lenjerie de pat",
"iot_dry_cotton_dry": "Uscarea bumbacului",
"iot_dry_cuddly_toys": "Animale de pluș umplute",
"iot_dry_curtains": "Perdele",
"iot_dry_dehumidifier": "Dispozitiv pentru îndepărtarea umidității",
"iot_dry_delicates_antiallergy": "Delicate - antialergic",
"iot_dry_delicate_tablecloths": "Fețe de masă delicate",
"iot_dry_denim_jeans": "Denim - Blugi",
"iot_dry_easy_iron_cotton": "Antișifonare - Bumbac",
"iot_dry_easy_iron_synthetics": "Antișifonare - Sintetice",
"iot_dry_gym_fit": "Fitness - haine de fitness",
"iot_dry_lingerie": "Lenjerie intimă",
"iot_dry_mixed_dry": "Uscarea fibrelor mixte",
"iot_dry_rapid_60_min_delicates": "Rapid 60'- Delicate",
"iot_dry_shirts": "Cămăși",
"iot_dry_swimsuits_and_bikinis": "Costume de baie",
"iot_dry_synthetics": "Uscare material sintetic",
"iot_dry_synthetic_dry": "Uscare material sintetic",
"iot_dry_tablecloths": "Fețe de masă",
"iot_dry_technical_fabrics": "Materiale tehnice",
"iot_dry_warm_embrace": "Uscarea în tambur",
"iot_dry_wool_dry": "Uscarea lânii",
"iot_easy_iron": "Călcare ușoară",
"iot_fresh_care_steam": "Îngrijire proaspătă + abur",
"iot_hygiene_pro_steam": "Hygiene Pro + Abur",
"iot_intensive_40_steam": "Intensiv 40°C + Abur",
"iot_mixed_steam": "Mixte + Abur",
"iot_mix_and_colour_59_steam": "Mixte și colorate 59' + abur",
"iot_perfect_cotton_59_steam": "Bumbac Perfect 59'",
"iot_rapid_a_class_60_steam": "Rapid Clasa A 60 + Abur",
"iot_resistant_cotton_steam": "Bumbac + Abur",
"iot_shirts_steam": "Cămăși + Abur",
"iot_single_item_steam": "Un singur articol + abur",
"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_synthetic_and_coloured_steam": "Sintetice și colorate + abur",
"iot_wash_and_dry": "Spălare și uscare",
"iot_wash_anti_mites": "Anti-acarieni",
"iot_wash_anti_odor": "Anti-miros",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Igienizare",
"iot_wash_baby_sanitizer_steam": "Igienă bebeluș + Abur",
"iot_wash_backpacks": "Rucsaci",
"iot_wash_backpacks_zelig": "Rucsaci",
"iot_wash_bathrobe": "Halate de baie și prosoape",
"iot_wash_bathrobe_steam": "Halat de baie + Abur",
"iot_wash_bed_linen": "Lenjerie de pat",
"iot_wash_bed_linen_steam": "Lenjerie de pat + Abur",
"iot_wash_bed_linen_zelig": "Lenjerie de pat",
"iot_wash_big_single_load": "Încărcare unică mare",
"iot_wash_bleaching": "Înălbire",
"iot_wash_blood_stains": "Pete de sânge",
"iot_wash_cashmere": "Cașmir",
"iot_wash_chocolate_stains": "Pete de ciocolată",
"iot_wash_cold_wash": "Spălare rece",
"iot_wash_colored": "Colorate",
"iot_wash_colored_anti_stain": "Eliminarea petelor de pe materiale colorate",
"iot_wash_colored_delicate": "Colorate delicate",
"iot_wash_coloured": "Culori",
"iot_wash_coloured_bed_linen": "Lenjerie de pat colorată",
"iot_wash_coloured_bed_linen_steam": "Lenjerie de pat colorată + Abur",
"iot_wash_coloured_curtains": "Perdele colorate",
"iot_wash_coloured_shirts": "Cămăși colorate",
"iot_wash_coloured_shirts_steam": "Cămăși colorate + Abur",
"iot_wash_coloured_steam": "Culori + Abur",
"iot_wash_coloured_tableclothes": "Fețe de masa colorate",
"iot_wash_coloured_tableclothes_steam": "Fețe de masă colorate + abur",
"iot_wash_cotton": "Bumbac",
"iot_wash_cotton_steam": "Bumbac + Abur",
"iot_wash_cuddly_toys": "Animale de pluș umplute",
"iot_wash_curtains": "Perdele",
"iot_wash_curtains_steam": "Perdele+Abur",
"iot_wash_curtains_zelig": "Perdele",
"iot_wash_dark": "Haine cu culori închise",
"iot_wash_darks_and_coloured_44": "Închise la culoare și colorate 44",
"iot_wash_darks_and_coloured_59": "Închise la culoare și colorate 59",
"iot_wash_darks_and_coloured_xl": "Închise la culoare și colorate XL",
"iot_wash_dark_steam": "Haine cu culori închise + Abur",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"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_zelig": "Antialergic pentru haine delicate",
"iot_wash_delicate_colors": "Colorate delicate",
"iot_wash_delicate_colors_steam": "Culori + Abur",
"iot_wash_delicate_dark": "Culori închise delicate",
"iot_wash_delicate_steam": "Delicate + Abur",
"iot_wash_delicate_tablecloths": "Fețe de masă delicate",
"iot_wash_delicate_tablecloths_steam": "Fețe de masă delicate + Abur",
"iot_wash_delicate_whites": "Albe delicate",
"iot_wash_denim_jeans": "Denim - Blugi",
"iot_wash_diving_suits": "Costume de baie",
"iot_wash_diving_suits_zelig": "Costume de baie",
"iot_wash_down_jackets": "Geci",
"iot_wash_down_jackets_zelig": "Geci",
"iot_wash_duvet": "Pătură",
"iot_wash_fruit_stains": "Pete de fructe",
"iot_wash_gym_fit": "Fitness - haine de fitness",
"iot_wash_handwash": "Spălare manuală",
"iot_wash_handwash_colored": "Spălare manuală colorate",
"iot_wash_handwash_dark": "Spălare manuală închise la culoare",
"iot_wash_lingerie": "Lenjerie intimă",
"iot_wash_masks_refresh": "Reîmprospătarea măștilor",
"iot_wash_masks_sanification": "Igienizarea măștilor",
"iot_wash_masks_sanification_steam": "Igienizarea măștilor + Abur",
"iot_wash_mats": "Covoare",
"iot_wash_men_s_trousers": "Pantaloni",
"iot_wash_mixed": "Mixte",
"iot_wash_mixed_steam": "Mixte + Abur",
"iot_wash_mix_and_coloured_44": "Mixte și colorate 44",
"iot_wash_mix_and_coloured_59": "Mixte și colorate 59",
"iot_wash_mix_and_coloured_xl": "Mixte și colorate XL",
"iot_wash_new_clothes": "Haine noi",
"iot_wash_perfect_white": "Albul perfect",
"iot_wash_perfect_white_steam": "Albul perfect + Abur",
"iot_wash_pets": "Accesorii pentru animale de casă",
"iot_wash_pets_hair_removal": "Elimină părul animalelor de companie",
"iot_wash_pets_odours_stains_removal": "Îndepărtarea mirosurilor animalelor de companie și a petelor",
"iot_wash_pets_steam": "Accesorii pentru animale de casă",
"iot_wash_playsuits": "Costume de joacă",
"iot_wash_playsuits_steam": "Costume de joacă + Abur",
"iot_wash_quick_drum_cleaner": "Agent de curățare rapidă a tamburului",
"iot_wash_rapid_14": "Rapid 14",
"iot_wash_rapid_30": "Rapid 30",
"iot_wash_rapid_44": "Rapid 44'",
"iot_wash_rapid_59": "Rapid 59'",
"iot_wash_rapid_59_steam": "Rapid 59' + Steam",
"iot_wash_refresh_14_min": "Reîmprospătare 14'",
"iot_wash_resistant_colored": "Colorate rezistente",
"iot_wash_resistant_dark": "Închise la culoare rezistente",
"iot_wash_resistant_whites": "Albe rezistente",
"iot_wash_rinse": "Clătire",
"iot_wash_shirts": "Cămăși",
"iot_wash_shirts_steam": "Cămăși + Abur",
"iot_wash_silk": "Mătase",
"iot_wash_ski_suit": "Costume de schi",
"iot_wash_ski_suit_zelig": "Costume de schi",
"iot_wash_spin": "Stoarcere",
"iot_wash_sport": "Sport",
"iot_wash_sport_anti_odor": "Îmbrăcăminte sportivă anti-miros",
"iot_wash_sport_anti_odor_zelig": "Îmbrăcăminte sportivă anti-miros",
"iot_wash_stains_remover": "Eliminare de pete",
"iot_wash_swimsuits_and_bikinis": "Costume de baie",
"iot_wash_synthetic": "Sintetice",
"iot_wash_synthetic_steam": "Sintetice + Abur",
"iot_wash_tablecloths": "Fețe de masă",
"iot_wash_tablecloths_steam": "Fețe de masă + Abur",
"iot_wash_technical_fabrics": "Materiale tehnice",
"iot_wash_technical_fabrics_zelig": "Materiale tehnice",
"iot_wash_technical_jackets": "Haine tehnice",
"iot_wash_technical_jackets_zelig": "Haine tehnice",
"iot_wash_trainers": "Încălțăminte sport",
"iot_wash_whites": "Albe",
"iot_wash_whites_44": "Albe 44",
"iot_wash_whites_59": "Albe 59",
"iot_wash_whites_xl": "Albe XL",
"iot_wash_wine_stains": "Pete de vin",
"iot_wash_wool": "Lână",
"jeans": "Blugi",
"jeans_60": "Jeans",
"low_dry": "Uscarea fibrelor mixte",
"mixed": "Mixte",
"mixed_and_colored_59": "Mixte și colorate 59",
"mixed_steam": "Mixte + Abur",
"mix_and_colour_59": "Mixte + Colorate 59'",
"mix_and_colour_59_steam": "Mixte și colorate 59' + abur",
"night_and_day": "Zi și noapte",
"night_wash": "Ciclu peste noapte",
"perfect_59": "Perfect 59'",
"perfect_cotton_59": "Bumbac Perfect 59'",
"perfect_cotton_59_steam": "Bumbac Perfect 59'",
"perfect_whites_59": "Albul perfect 59'",
"rapid_14_min": "Rapid 14'",
"rapid_30_min": "Rapid 30'",
"rapid_44_min": "Rapid 44'",
"rapid_a_class_60": "Rapid Clasa A 60",
"rapid_a_class_60_steam": "Rapid Clasa A 60 + Abur",
"rapid_wash_and_dry_59_min": "Spălare și uscare 59'.",
"resistant_cotton": "Bumbac",
"resistant_cotton_steam": "Bumbac + Abur",
"rinse": "Clătire",
"shirts_steam": "Cămăși + Abur",
"silent_night": "Ciclu peste noapte",
"single_item": "Un singur articol",
"single_item_steam": "Un singur articol + abur",
"smart_wash": "Spălare inteligentă",
"soft_care": "Îngrijire blândă",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Special 39'",
"special_39_full_load": "Special 39'",
"special_39_full_load_steam": "Special 39' + abur",
"special_49": "Special 49'",
"sport_39": "Sport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Abur 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Sintetice",
"synthetic_and_coloured": "Sintetice și colorate",
"synthetic_and_coloured_steam": "Sintetice și colorate + abur",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Îngrijire totală",
"tumbling": "Tambur",
"wool": "Lână",
"wool_and_delicates_49": "Lână/Delicate 49'",
"wool_dry": "Uscarea lânii",
"wool_soft_care": "Lână & Îngrijire Blândă"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET (Setare automată)",
"cheese": "Brânză",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Modul Eco",
"fruits_and_veg": "Fruit&Veg (Fructe și legume)",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY (Perioadă de neutilizare)",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Niciun mod selectat",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL (Răcire rapidă)",
"super_freeze": "SUPER FREEZE (Congelare rapidă)",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + dezumidificator",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + încălzire"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE (Congelare rapidă)",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Timp rămas"

View File

@ -58,7 +58,8 @@
"19": "Сушка",
"20": "Сушка",
"11": "Готово",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Фаза"
},
@ -306,7 +307,8 @@
"woolmark": "Шерсть",
"xxl_load": "Объемные вещи",
"zoom_59": "Zoom 59 (Зум 59)"
}
},
"name": "Программа"
},
"room_temperature": {
"name": "Комнатная температура"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Температура в холодильнике"
},
"programs_ac": {
"state": {
"iot_10_heating": "Функция нагрева до 10°C",
"iot_auto": "Авто",
"iot_cool": "Охлаждение",
"iot_dry": "Сушка",
"iot_fan": "Вентилятор",
"iot_heat": "Нагрев",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Самоочищение",
"iot_self_clean": "Самоочистка",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Пуск сейчас",
"iot_uv": "Ультрафиолет",
"iot_uv_and_auto": "УФ + Авто",
"iot_uv_and_cool": "УФ + Охлаждение",
"iot_uv_and_dry": "УФ + Осушитель",
"iot_uv_and_fan": "УФ + Вентилятор",
"iot_uv_and_heat": "УФ + Нагрев"
},
"name": "Программа"
},
"programs_dw": {
"state": {
"59_min": "Быcтрая Мойkа 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "авто универсальная 50 - 60°C",
"auto_universal_plus": "авто универсальная плюс 65 - 75°C",
"auto_universal_plus_soil": "авто универсальная плюс 65 - 75°C",
"auto_universal_soil": "авто универсальная 50 - 60°C",
"auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash",
"classe_a_59": "а класс за 1 час 65°C",
"delicate": "деликатная 45°C",
"dishwasher_care": "Цикл очистки от накипи",
"eco": "Эко",
"eco_asynch": "эко 45°C",
"eco_bldc": "эко 45°C",
"eco_synch": "эко 45°C",
"gentle_wash": "Gentle wash",
"glass": "Стекло",
"glassware": "стекло 45°C",
"glass_care": "Glass Care",
"hygiene": "Гигиена",
"hygiene_plus": "гигиена+ 75°C",
"intensive": "Интенсивная 40",
"intensive_rapid": "интенcивная быcтрая",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "авто универсальная 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Детская одежда",
"iot_breakfast": "Завтрак",
"iot_checkup": "Проверка",
"iot_china_crystals": "Китайский хрусталь",
"iot_classe_a_59": "Быcтрая Мойkа 59'",
"iot_cocktail_glasses": "Бокалы для коктейлей",
"iot_cocktail_glasses_soil": "Бокалы для коктейлей",
"iot_daily_care": "Ежедневный уход",
"iot_daily_care_soil": "Ежедневный уход",
"iot_delicate": "деликатная 45°C",
"iot_dinner_for_two": "Ужин для двоих",
"iot_dinner_for_two_soil": "Ужин для двоих",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "эко 45°C",
"iot_eco_bldc": "эко 45°C",
"iot_eco_synch": "эко 45°C",
"iot_extra_hygiene": "Цикл обработки паром",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Счастливый час",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Вечеринка",
"iot_party_soil": "Вечеринка",
"iot_pizza_menu": "Меню пицца",
"iot_pizza_menu_soil": "Меню пицца",
"iot_plastic_tupperware": "Пластмассовые лотки и контейнеры",
"iot_porcelain": "Фарфор",
"iot_power_mix_wash": "Интенсивное мытье смешанной посуды",
"iot_power_mix_wash_soil": "Интенсивное мытье смешанной посуды",
"iot_prewash": "предварительная мойка",
"iot_pyrex_and_glassware": "Жаростойкая и стеклянная посуда",
"iot_rapid_29": "быстрая 29'",
"iot_rapid_39": "быстрая 39' 60°C",
"iot_single": "Одинокие",
"iot_steam": "пар 75°C",
"iot_super_flash": "Super Flash",
"iot_super_wash": "Супермойка",
"iot_turbopower": "TurboPower",
"iot_universal": "универсальная 60°C",
"iot_wok_grids_maxi_pans": "Большие сковородки и решетки",
"iot_wok_grids_maxi_pans_soil": "Большие сковородки и решетки",
"iot_yes_quick_cycle": "Yes Quick",
"night": "ультра тихая 55°с",
"prewash": "предварительная мойка",
"rapid_20": "Быcтрая Мойkа 20'",
"rapid_24": "быстрая 24'",
"rapid_29": "быстрая 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "быстрая 39' 60°C",
"rapid_49": "Быcтрая Мойkа 49'",
"rapid_59": "Быcтрая Мойkа 59'",
"sanitising": "Гигиеническая стирка",
"silence": "Silence",
"silent": "Ночь",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "специальные",
"special_pw_prz": "специальные",
"steam": "пар 75°C",
"steam_plus": "Пар плюс 75°C",
"total_care": "общий уход 50°C",
"ultra_silence": "ультра тихая 55°с",
"ultra_silent": "ультра тихая 55°с",
"universal": "универсальная 60°C",
"universal_plus": "универсальная плюс 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Программа"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Подрумяненный",
"iot_special_beef_fillet": "Филе говядины",
"iot_special_beef_veal_stew": "Тушеная говядина и телятина",
"iot_special_boiled_rice": "Рис отварной",
"iot_special_chicken_breast": "Куриная грудка",
"iot_special_chicken_legs": "Куриные ножки",
"iot_special_chocolate_pudding": "Шоколадный пудинг",
"iot_special_entrecote": "Антрекот",
"iot_special_fresh_tuna": "Свежий тунец",
"iot_special_grilled_vegetables": "Овощи на гриле",
"iot_special_lamb_cutlet": "Каре ягненка",
"iot_special_meatballs": "Митболы",
"iot_special_minestrone": "Минестроне",
"iot_special_mussels": "Мидии",
"iot_special_omelette": "Омлет",
"iot_special_pancakes": "Оладьи",
"iot_special_paris_style_peas": "Горошек по-парижски",
"iot_special_poached_eggs": "Яйца-пашот",
"iot_special_pork_fillet": "Свиное филе",
"iot_special_pork_ribs": "Свиные ребра",
"iot_special_prawns": "Креветки",
"iot_special_quinoa": "Киноа",
"iot_special_ratatouille": "Рататуй",
"iot_special_salmon_fillet": "Филе лосося",
"iot_special_saute_potatoes": "Картофель жареный",
"iot_special_scallops": "Гребешки",
"iot_special_scrambled_eggs": "Яичница-болтунья",
"iot_special_spelt": "Спельта",
"iot_special_veggy_noodles": "Вегетарианская лапша",
"iot_special_white_fish_fillet": "Филе белой рыбы",
"iot_standard_boiling": "Кипячение",
"iot_standard_frying": "Жарка",
"iot_standard_keep_warm": "Поддержание блюд в теплом состоянии",
"iot_standard_melting": "Плавление",
"iot_standard_simmering": "Приготовление на медленном огне"
},
"name": "Программа"
},
"programs_ov": {
"state": {
"bakery": "Паста и выпечка",
"bakery_steam": "Пар в духовом шкафу",
"bottom_heating": "Нижний элемент",
"bottom_heating_fan": "Нижний элемент + вентилятор",
"bread": "Хлеб",
"bread_steam": "Хлеб, испеченный на пару",
"combi": "Combi",
"convection_fan": "Верхний и нижний нагрев с вентилятором",
"convection_fan_turnspit": "Обыкновенная духовка + вентилятор + вертел",
"conventional": "Верхний и нижний нагрев",
"conventional_turnspit": "Обыкновенная духовка + вентилятор",
"defrost": "Размораживание",
"descaling": "Удаление накипи",
"fish": "Рыба",
"fish_steam": "Рыба на пару",
"grill_cata": "Гриль",
"grill_fan_cata": "Гриль с вентилятором",
"grill_fan_pyro": "Гриль + вентилятор",
"grill_pyro": "Гриль",
"h20_clean": "H2O-Clean",
"iot_bread": "Хлеб",
"iot_h20_clean": "h2O clean",
"leavening": "Заквашивание",
"low_temp_cooking": "Приготовление при низкой температуре",
"low_temp_cooking_fish": "Приготовление при низкой температуре - Рыба",
"low_temp_cooking_fish_steam": "Приготовление при низкой температуре - Рыба на пару",
"low_temp_cooking_meat": "Приготовление при низкой температуре - Мясо",
"low_temp_cooking_meat_steam": "Приготовление при низкой температуре - Мясо на пару",
"low_temp_cooking_steam": "Приготовление при низкой температуре на пару",
"meat": "Мясо",
"meat_steam": "Мясо на пару",
"multi_level": "Многоуровневое приготовление",
"paella": "Paella",
"pasta_and_bakery": "Паста и выпечка",
"pizza": "Pizza",
"pyrolysis": "Пиролиз",
"pyrolysis_plus": "Пиролиз +",
"red_meat": "Красное мясо",
"red_meat_steam": "Красное мясо на пару",
"regenerate": "Регенерация",
"soft_plus": "Soft+",
"super_grill": "Супер-гриль",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Овощи",
"vegetables_cata": "Овощи",
"vegetables_pyro": "Овощи",
"water_discharge": "Слив воды",
"white_meat": "Белое мясо",
"white_meat_steam": "Белое мясо на пару"
},
"name": "Программа"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Цветные ткани и Хлопок",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Пар",
"active_wash": "Активная стирка",
"active_wash_steam": "Активная стирка",
"allergy_care": "Уход для аллергиков",
"allergy_care_pro": "Уход для аллергиков про",
"all_in_one_49": "Все в одном 49 мин.",
"all_in_one_59": "Все в одном 59 мин.",
"all_in_one_59_steam": "Активная стирка + пар",
"autocare": "Автоуход",
"autoclean": "Очистка барабана",
"baby_60": "Стирка детского белья при 60°С",
"care_14": "БЫСТРЫЙ Уход 14'",
"care_30": "БЫСТРЫЙ Уход 30'",
"care_44": "БЫСТРЫЙ Уход 44'",
"checkup": "Проверка",
"colour_59": "цветные 59'",
"colour_59_steam": "Цветные ткани 59' + пар",
"cottons": "Хлопок",
"cottons_prewash": "хлопок + предвар.",
"cottons_steam": "Хлопок + Пар",
"cotton_care_59": "хлопок 59 минут",
"delicate_59": "Деликатная 59 мин.",
"delicate_silk": "Деликатная ткань (шелк)",
"delicate_silk_steam": "Деликатная ткань (шелк) + пар",
"delicati_59": "Деликатная 59 мин.",
"delicati_59_steam": "Деликатная 59 мин.",
"drain_spin": "Слив + отжим",
"easy_iron": "легкая глажка",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "ЭКСТРА УХОД",
"fitness": "Фитнес",
"fitness_care": "Фитнес",
"fresh_care": "Свежесть",
"fresh_care_steam": "Свежесть + пар",
"handwash_wool": "Ручная стирка и шерсть",
"high_dry": "Сушка хлопка",
"hqd_20_degrees": "Хлопок 20℃",
"hqd_allergy": "Уход для аллергиков",
"hqd_autoclean": "Очистка барабана",
"hqd_babycare": "Детская одежда",
"hqd_checkup": "Проверка",
"hqd_cottons": "Хлопок",
"hqd_delicate": "Деликатные вещи",
"hqd_delicate_cradle": "Деликатные вещи",
"hqd_dry": "Сушка хлопка",
"hqd_dry_synthetics": "Сушка смешанных тканей",
"hqd_duvet": "Пуховое одеяло",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Шерсть",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Смешанные ткани",
"hqd_quick_15": "Быстрая 15 мин.",
"hqd_quick_wash_57": "Быстрая стирка 57 мин",
"hqd_rapid_wash_and_dry": "Стирка и сушка",
"hqd_refresh": "Освежить",
"hqd_rinse": "Полоскание",
"hqd_shirts": "Рубашки",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Отжим",
"hqd_sport": "Спорт",
"hqd_super_fast": "Быстрая 39 мин.",
"hqd_synthetic_and_coloured": "Синтетика",
"hygiene_59": "ГИГИЕНИЧНАЯ ПЛЮС 59'",
"hygiene_60": "Гигиеничная 60°",
"hygiene_plus_59": "ГИГИЕНИЧНАЯ ПЛЮС 59'",
"hygiene_plus_59_min": "ГИГИЕНИЧНАЯ ПЛЮС 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 мин.",
"hygiene_pro_steam": "Hygiene Pro + Пар",
"intensive_40": "Интенсивная 40°С",
"intensive_40_steam": "Интенсивный пар 40°C +",
"iot_active_steam": "Пар",
"iot_active_wash_steam": "Активная стирка",
"iot_allergy_care_pro": "Уход для аллергиков про",
"iot_all_in_one_59_steam": "Активная стирка + пар",
"iot_checkup": "Проверка",
"iot_colour_59_steam": "Цветные ткани 59' + пар",
"iot_cottons_steam": "Хлопок + Пар",
"iot_delicate_silk_steam": "Деликатная ткань (шелк) + пар",
"iot_delicati_59_steam": "Деликатная 59 мин.",
"iot_dry_air_refresh": "Освежение воздухом",
"iot_dry_anti_mites": "Противоклещевая обработка",
"iot_dry_baby": "Детские вещи",
"iot_dry_backpacks": "Рюкзаки",
"iot_dry_bathrobe": "Купальные халаты и рыхлые ткани",
"iot_dry_bed_linen": "Постельное белье",
"iot_dry_cotton_dry": "Сушка хлопка",
"iot_dry_cuddly_toys": "Мягкие игрушки",
"iot_dry_curtains": "Шторы",
"iot_dry_dehumidifier": "Влагопоглотитель",
"iot_dry_delicates_antiallergy": "Деликатные вещи защита от аллергии",
"iot_dry_delicate_tablecloths": "Деликатные скатерти",
"iot_dry_denim_jeans": "Деним джинсы",
"iot_dry_easy_iron_cotton": "Легкая глажка хлопок",
"iot_dry_easy_iron_synthetics": "Легкая глажка синтетика",
"iot_dry_gym_fit": "Одежда для спортзала",
"iot_dry_lingerie": "Белье",
"iot_dry_mixed_dry": "Сушка смешанных тканей",
"iot_dry_rapid_60_min_delicates": "Быстрая сушка 60 мин. деликатные ткани",
"iot_dry_shirts": "Рубашки",
"iot_dry_swimsuits_and_bikinis": "Купальники",
"iot_dry_synthetics": "Сушка синтетики",
"iot_dry_synthetic_dry": "Сушка синтетики",
"iot_dry_tablecloths": "Скатерти",
"iot_dry_technical_fabrics": "Современные ткани",
"iot_dry_warm_embrace": "Теплая машинная сушка",
"iot_dry_wool_dry": "Сушка шерсти",
"iot_easy_iron": "легкая глажка",
"iot_fresh_care_steam": "Свежесть + пар",
"iot_hygiene_pro_steam": "Hygiene Pro + Пар",
"iot_intensive_40_steam": "Интенсивный пар 40°C +",
"iot_mixed_steam": "Смешанные ткани + Пар",
"iot_mix_and_colour_59_steam": "Смешанные и цветные 59 мин + пар",
"iot_perfect_cotton_59_steam": "ХЛОПОК: ИДЕАЛЬНАЯ СТИРКА 59'",
"iot_rapid_a_class_60_steam": "Быстрая Класс A 60 + пар",
"iot_resistant_cotton_steam": "Хлопок + Пар",
"iot_shirts_steam": "Рубашки + Пар",
"iot_single_item_steam": "Одна вещь + пар",
"iot_smart_wash": "Smart Wash",
"iot_soft_care_steam": "Soft Care + Steam",
"iot_special_39_full_load_steam": "Специальная 39 мин + пар",
"iot_steam_hygiene_plus": "Гигиена плюс парообработка ",
"iot_synthetic_and_coloured_steam": "Синтетика и цветные ткани + пар",
"iot_wash_and_dry": "Стирка и сушка",
"iot_wash_anti_mites": "Противоклещевая обработка",
"iot_wash_anti_odor": "Устранение запахов",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Гигиеническая стирка",
"iot_wash_baby_sanitizer_steam": "Гигиеническая стирка детских вещей + пар",
"iot_wash_backpacks": "Рюкзаки",
"iot_wash_backpacks_zelig": "Рюкзаки",
"iot_wash_bathrobe": "Банные халаты и полотенца",
"iot_wash_bathrobe_steam": "Банные халаты + Пар",
"iot_wash_bed_linen": "Постельное белье",
"iot_wash_bed_linen_steam": "Постельное белье + Пар",
"iot_wash_bed_linen_zelig": "Постельное белье",
"iot_wash_big_single_load": "Большая разовая загрузка",
"iot_wash_bleaching": "Отбеливание",
"iot_wash_blood_stains": "Пятна крови",
"iot_wash_cashmere": "Кашемир",
"iot_wash_chocolate_stains": "Пятна шоколада",
"iot_wash_cold_wash": "Стирка в холодной воде",
"iot_wash_colored": "Цветные ткани",
"iot_wash_colored_anti_stain": "Удаление пятен с цветных вещей",
"iot_wash_colored_delicate": "Деликатные цветные",
"iot_wash_coloured": "Цветные ткани",
"iot_wash_coloured_bed_linen": "Цветное постельное белье",
"iot_wash_coloured_bed_linen_steam": "Цветное постельное белье + пар",
"iot_wash_coloured_curtains": "Цветные шторы",
"iot_wash_coloured_shirts": "Цветные рубашки",
"iot_wash_coloured_shirts_steam": "Цветные рубашки + пар",
"iot_wash_coloured_steam": "Цветные ткани + Пар",
"iot_wash_coloured_tableclothes": "Цветные скатерти",
"iot_wash_coloured_tableclothes_steam": "Цветные скатерти + пар",
"iot_wash_cotton": "Хлопок",
"iot_wash_cotton_steam": "Хлопок + Пар",
"iot_wash_cuddly_toys": "Мягкие игрушки",
"iot_wash_curtains": "Шторы",
"iot_wash_curtains_steam": "Шторы+Пар",
"iot_wash_curtains_zelig": "Шторы",
"iot_wash_dark": "Темные ткани",
"iot_wash_darks_and_coloured_44": "Темные и цветные 44 мин.",
"iot_wash_darks_and_coloured_59": "Темные и цветные 59 мин.",
"iot_wash_darks_and_coloured_xl": "Темные и цветные XL",
"iot_wash_dark_steam": "Темные ткани + Пар",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Деликатные вещи",
"iot_wash_delicate_antiallergy": "Защита от аллергии для деликатных вещей",
"iot_wash_delicate_antiallergy_steam": "Защита от аллергии для деликатных вещей + Пар",
"iot_wash_delicate_antiallergy_zelig": "Защита от аллергии для деликатных вещей",
"iot_wash_delicate_colors": "Цветные деликатные ткани",
"iot_wash_delicate_colors_steam": "Цветные ткани + пар",
"iot_wash_delicate_dark": "Деликатные темные",
"iot_wash_delicate_steam": "Деликатные вещи + Пар",
"iot_wash_delicate_tablecloths": "Деликатные скатерти",
"iot_wash_delicate_tablecloths_steam": "Деликатные скатерти + Пар",
"iot_wash_delicate_whites": "Деликатные белые",
"iot_wash_denim_jeans": "Деним джинсы",
"iot_wash_diving_suits": "Гидрокостюмы",
"iot_wash_diving_suits_zelig": "Гидрокостюмы",
"iot_wash_down_jackets": "Пуховики",
"iot_wash_down_jackets_zelig": "Пуховики",
"iot_wash_duvet": "Пуховое одеяло",
"iot_wash_fruit_stains": "Пятна от фруктов",
"iot_wash_gym_fit": "Одежда для спортзала",
"iot_wash_handwash": "Ручная стирка",
"iot_wash_handwash_colored": "Ручная стирка цветных тканей",
"iot_wash_handwash_dark": "Ручная стирка темных тканей",
"iot_wash_lingerie": "Белье",
"iot_wash_masks_refresh": "Освежение масок",
"iot_wash_masks_sanification": "Дезинфекция масок",
"iot_wash_masks_sanification_steam": "Дезинфекция масок + Пар",
"iot_wash_mats": "Ковры",
"iot_wash_men_s_trousers": "брюки",
"iot_wash_mixed": "Смешанные ткани",
"iot_wash_mixed_steam": "Смешанные ткани + Пар",
"iot_wash_mix_and_coloured_44": "Смешанные и цветные 44 мин.",
"iot_wash_mix_and_coloured_59": "Смешанные и цветные 59 мин.",
"iot_wash_mix_and_coloured_xl": "Смешанные и цветные XL",
"iot_wash_new_clothes": "Новая одежда",
"iot_wash_perfect_white": "Безупречный белый",
"iot_wash_perfect_white_steam": "Безупречный белый + Пар",
"iot_wash_pets": "Принадлежности для животных",
"iot_wash_pets_hair_removal": "Удаление шерсти домашних животных",
"iot_wash_pets_odours_stains_removal": "Удаление пятен и запахов домашних животных",
"iot_wash_pets_steam": "Принадлежности для животных",
"iot_wash_playsuits": "Пляжные костюмы",
"iot_wash_playsuits_steam": "Пляжные костюмы + Пар",
"iot_wash_quick_drum_cleaner": "Быстрая очистка барабана",
"iot_wash_rapid_14": "Быстрая 14 мин.",
"iot_wash_rapid_30": "(Быстрая 30 мин.",
"iot_wash_rapid_44": "Быстрая 44 мин.",
"iot_wash_rapid_59": "Быстрая 59 мин",
"iot_wash_rapid_59_steam": "Быстрая 59' + пар",
"iot_wash_refresh_14_min": "Освежение 14 мин.",
"iot_wash_resistant_colored": "Прочные цветные ткани",
"iot_wash_resistant_dark": "Прочные темные ткани",
"iot_wash_resistant_whites": "Прочные белые ткани",
"iot_wash_rinse": "Полоскание",
"iot_wash_shirts": "Рубашки",
"iot_wash_shirts_steam": "Рубашки + Пар",
"iot_wash_silk": "Шелк",
"iot_wash_ski_suit": "Лыжные костюмы",
"iot_wash_ski_suit_zelig": "Лыжные костюмы",
"iot_wash_spin": "Отжим",
"iot_wash_sport": "Спорт",
"iot_wash_sport_anti_odor": "Устранение запаха со спортивной одежды",
"iot_wash_sport_anti_odor_zelig": "Устранение запаха со спортивной одежды",
"iot_wash_stains_remover": "Выведение пятен",
"iot_wash_swimsuits_and_bikinis": "Купальники",
"iot_wash_synthetic": "Синтетика",
"iot_wash_synthetic_steam": "Синтетика + Пар",
"iot_wash_tablecloths": "Скатерти",
"iot_wash_tablecloths_steam": "Скатерти + Пар",
"iot_wash_technical_fabrics": "Современные ткани",
"iot_wash_technical_fabrics_zelig": "Современные ткани",
"iot_wash_technical_jackets": "Современные куртки",
"iot_wash_technical_jackets_zelig": "Современные куртки",
"iot_wash_trainers": "Спортивная обувь",
"iot_wash_whites": "Белые ткани",
"iot_wash_whites_44": "Белые ткани 44 мин.",
"iot_wash_whites_59": "Белые ткани 59 мин.",
"iot_wash_whites_xl": "Белые ткани XL",
"iot_wash_wine_stains": "Пятна от вина",
"iot_wash_wool": "Шерсть",
"jeans": "Джинсы",
"jeans_60": "джинсы",
"low_dry": "Сушка смешанных тканей",
"mixed": "Смешанные ткани",
"mixed_and_colored_59": "Смешанные и цветные 59 мин.",
"mixed_steam": "Смешанные ткани + Пар",
"mix_and_colour_59": "СМЕШАННЫЕ И ЦВЕТНЫЕ 59'",
"mix_and_colour_59_steam": "Смешанные и цветные 59 мин + пар",
"night_and_day": "Ночная стирка",
"night_wash": "Ночной цикл",
"perfect_59": "Идеальная 59 мин.",
"perfect_cotton_59": "ХЛОПОК: ИДЕАЛЬНАЯ СТИРКА 59'",
"perfect_cotton_59_steam": "ХЛОПОК: ИДЕАЛЬНАЯ СТИРКА 59'",
"perfect_whites_59": "идеально белое 59'",
"rapid_14_min": "Быстрая 14 мин",
"rapid_30_min": "Быстрая 30 мин.",
"rapid_44_min": "Быстрая 44 мин.",
"rapid_a_class_60": "Быстрая Класс A 60",
"rapid_a_class_60_steam": "Быстрая Класс A 60 + пар",
"rapid_wash_and_dry_59_min": "Стирка и сушка 59 мин.",
"resistant_cotton": "Хлопок",
"resistant_cotton_steam": "Хлопок + Пар",
"rinse": "Полоскание",
"shirts_steam": "Рубашки + Пар",
"silent_night": "Ночной цикл",
"single_item": "Отдельный элемент",
"single_item_steam": "Одна вещь + пар",
"smart_wash": "Smart Wash",
"soft_care": "Деликатный уход",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Cпециальный 39'",
"special_39_full_load": "Cпециальный 39'",
"special_39_full_load_steam": "Специальная 39 мин + пар",
"special_49": "Специальный 49 мин.",
"sport_39": "Спорт 39 мин.",
"sport_plus_29": "СПОРТ ПЛЮС 29\"",
"sport_plus_39": "СПОРТ ПЛЮС 39'",
"steam_39": "Пар 39 мин.",
"steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro — хлопок",
"steam_care_pro_delicates": "Steam Care Pro — деликатные вещи",
"steam_care_pro_synthetic": "Steam Care Pro — синтетика",
"steam_hygiene_plus": "Гигиена плюс парообработка ",
"synthetics": "Синтетика",
"synthetic_and_coloured": "Синтетика и цветные ткани",
"synthetic_and_coloured_steam": "Синтетика и цветные ткани + пар",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Общий уход",
"tumbling": "Барабан",
"wool": "Шерсть",
"wool_and_delicates_49": "шерсть/деликатные 49'",
"wool_dry": "Сушка шерсти",
"wool_soft_care": "шерсть & деликатный уход"
},
"name": "Программа"
},
"programs_ref": {
"state": {
"auto_set": "АВТОМАТИЧЕСКАЯ НАСТРОЙКА",
"cheese": "Сыр",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Режим Eco",
"fruits_and_veg": "Фрукты и овощи",
"fruit_and_veg": "Fruit & Veg",
"holiday": "HOLIDAY",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Режим не выбран",
"quick_cool": " БЫСТРОЕ ОХЛАЖДЕНИЕ",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Программа"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "УФ + Осушитель",
"iot_uv_and_fan": "УФ + Вентилятор",
"iot_uv_and_heat": "УФ + Нагрев"
}
},
"name": "Программа"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Программа"
},
"remaining_time": {
"name": "Оставшееся время"

View File

@ -58,7 +58,8 @@
"19": "Sušenie",
"20": "Sušenie",
"11": "Pripravené",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Fáza"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "XXL náplň",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Izbová teplota"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Teplota chladničky"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcia vykurovania na 10 °C",
"iot_auto": "Automatika",
"iot_cool": "Chladiť",
"iot_dry": "Sušiť",
"iot_fan": "Ventilátor",
"iot_heat": "Ohrev",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoprečisťovanie",
"iot_self_clean": "Samočistenie",
"iot_self_clean_56": "Sterilné čistenie 56°C",
"iot_simple_start": "Spustiť teraz",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Studené",
"iot_uv_and_dry": "UV + Odvlhčovač",
"iot_uv_and_fan": "UV + Ventilátor",
"iot_uv_and_heat": "UV + Ohrev"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Rýchly 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto univerzálny 50 -60°C",
"auto_universal_plus": "Auto univerzálny plus 65 - 75°C",
"auto_universal_plus_soil": "Auto univerzálny plus 65 - 75°C",
"auto_universal_soil": "Auto univerzálny 50 -60°C",
"auto_wash": "Automatické pranie",
"auto_wash_soil": "Automatické pranie",
"classe_a_59": "A trieda 1 h 65°C",
"delicate": "Jemný 45°C",
"dishwasher_care": "Cyklus čistenia vodného kameňa",
"eco": "Eko",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Sklo",
"glassware": "Sklo 45 °C",
"glass_care": "Glass Care",
"hygiene": "Hygiena",
"hygiene_plus": "Hygienické umývanie + 75 °C",
"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",
"iot_auto_wash_soil": "Automatické pranie",
"iot_baby_care": "Detská starostlivosť",
"iot_breakfast": "Raňajky",
"iot_checkup": "Kontrola",
"iot_china_crystals": "Krištáľ",
"iot_classe_a_59": "Rýchly 59'",
"iot_cocktail_glasses": "Koktailové poháre",
"iot_cocktail_glasses_soil": "Koktailové poháre",
"iot_daily_care": "Denná starostlivosť",
"iot_daily_care_soil": "Denná starostlivosť",
"iot_delicate": "Jemný 45°C",
"iot_dinner_for_two": "Večera pre dvoch",
"iot_dinner_for_two_soil": "Večera pre dvoch",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra hygienický",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Párty (večierok)",
"iot_party_soil": "Párty (večierok)",
"iot_pizza_menu": "Pizza Menu",
"iot_pizza_menu_soil": "Pizza Menu",
"iot_plastic_tupperware": "Plastové riady a misky",
"iot_porcelain": "Porcelán",
"iot_power_mix_wash": "Power Mix Wash",
"iot_power_mix_wash_soil": "Power Mix Wash",
"iot_prewash": "Predumývanie",
"iot_pyrex_and_glassware": "Pyrex a sklenené riady",
"iot_rapid_29": "Rychly 29'",
"iot_rapid_39": "Rýchle 39' 60 °C",
"iot_single": "Jeden",
"iot_steam": "Para 75 °C",
"iot_super_flash": "Super oplach",
"iot_super_wash": "Super Wash",
"iot_turbopower": "Turbo Power",
"iot_universal": "Univerzálne 60 °C",
"iot_wok_grids_maxi_pans": "Špeciálne panvice (Wok, rošty, maxi panvice)",
"iot_wok_grids_maxi_pans_soil": "Špeciálne panvice (Wok, rošty, maxi panvice)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra tichý 55°C",
"prewash": "Predumývanie",
"rapid_20": "Rýchly 20'",
"rapid_24": "Rychly 24'",
"rapid_29": "Rychly 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rýchle 39' 60 °C",
"rapid_49": "Rýchly 49'",
"rapid_59": "Rýchly 59'",
"sanitising": "Dezinfekcia",
"silence": "Silence",
"silent": "Noc",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "špeciál",
"special_pw_prz": "špeciál",
"steam": "Para 75 °C",
"steam_plus": "Para Plus 75 °C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra tichý 55°C",
"ultra_silent": "Ultra tichý 55°C",
"universal": "Univerzálne 60 °C",
"universal_plus": "Univerzálne Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Zemiakové placky",
"iot_special_beef_fillet": "Sviečková",
"iot_special_beef_veal_stew": "Dusené hovädzie a teľacie mäso",
"iot_special_boiled_rice": "Varená ryža",
"iot_special_chicken_breast": "Kuracie prsia",
"iot_special_chicken_legs": "Kuracie stehná",
"iot_special_chocolate_pudding": "Čokoládový puding",
"iot_special_entrecote": "Roštenka",
"iot_special_fresh_tuna": "Čerstvý tuniak",
"iot_special_grilled_vegetables": "Grilovaná zelenina",
"iot_special_lamb_cutlet": "Jahňacie kotlety",
"iot_special_meatballs": "Mäsové knedličky",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Mušle",
"iot_special_omelette": "Omeleta",
"iot_special_pancakes": "Palacinky",
"iot_special_paris_style_peas": "Hrášok po parížsky",
"iot_special_poached_eggs": "Stratené vajcia",
"iot_special_pork_fillet": "Bravčová fileta",
"iot_special_pork_ribs": "Bravčové rebierka",
"iot_special_prawns": "Krevety",
"iot_special_quinoa": "Quinoa",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Fileta z lososa",
"iot_special_saute_potatoes": "Restované zemiaky",
"iot_special_scallops": "Lastúry",
"iot_special_scrambled_eggs": "Praženica",
"iot_special_spelt": "Špalda",
"iot_special_veggy_noodles": "Vegetariánske rezance",
"iot_special_white_fish_fillet": "Filety z bielych rýb",
"iot_standard_boiling": "Vrenie",
"iot_standard_frying": "Vyprážať",
"iot_standard_keep_warm": "Udržiavanie tepla",
"iot_standard_melting": "Topiť",
"iot_standard_simmering": "Slabé vrenie"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Cestoviny a pečenie",
"bakery_steam": "Parná rúra",
"bottom_heating": "Spodný ohrev",
"bottom_heating_fan": "Spodný ohrev + Ventilátor",
"bread": "Chlieb",
"bread_steam": "Chlieb pečený v pare",
"combi": "Combi",
"convection_fan": "Statický + ventilátor",
"convection_fan_turnspit": "Statické + ventilátor + otočný ražeň",
"conventional": "Statický",
"conventional_turnspit": "Statické + otočný ražeň",
"defrost": "Rozmraziť",
"descaling": "Odstránenie vodného kameňa",
"fish": "Ryby",
"fish_steam": "Ryby pripravené v pare",
"grill_cata": "Gril",
"grill_fan_cata": "Gril + ventilátor",
"grill_fan_pyro": "Gril + ventilátor",
"grill_pyro": "Gril",
"h20_clean": "H2O-Clean",
"iot_bread": "Chlieb",
"iot_h20_clean": "h2O clean",
"leavening": "Kysnutie",
"low_temp_cooking": "Varenie pri nízkych teplotách",
"low_temp_cooking_fish": "Varenie pri nízkych teplotách Ryby",
"low_temp_cooking_fish_steam": "Varenie pri nízkych teplotách ryby pripravené v pare",
"low_temp_cooking_meat": "Varenie pri nízkych teplotách Mäso",
"low_temp_cooking_meat_steam": "Varenie pri nízkych teplotách - mäso dusené v pare",
"low_temp_cooking_steam": "Varenie pri nízkych teplotách v pare",
"meat": "Mäso",
"meat_steam": "Mäso v pare",
"multi_level": "Viacúrovňové",
"paella": "Paella",
"pasta_and_bakery": "Cestoviny a pečenie",
"pizza": "Pizza",
"pyrolysis": "Pyrolýza",
"pyrolysis_plus": "Pyrolýza +",
"red_meat": "Červené mäso",
"red_meat_steam": "Červené mäso dusené v pare",
"regenerate": "Regenerovať",
"soft_plus": "Soft+",
"super_grill": "Super Gril",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Zelenina",
"vegetables_cata": "Zelenina",
"vegetables_pyro": "Zelenina",
"water_discharge": "Vypúšťanie vody",
"white_meat": "Biele mäso",
"white_meat_steam": "Biele mäso pripravené v pare"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° farebné a bavlnené",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Para",
"active_wash": "Aktívne pranie",
"active_wash_steam": "Aktívne pranie",
"allergy_care": "Antialergické ošetrenie",
"allergy_care_pro": "Antialergické ošetrenie Pro",
"all_in_one_49": "Všetko v jednom 49 min.",
"all_in_one_59": "Všetko v jednom 59 min.",
"all_in_one_59_steam": "Aktívne pranie + para",
"autocare": "Automatická starostlivosť",
"autoclean": "Čistenie bubna",
"baby_60": "Všetka detská 60°C",
"care_14": " Starostlivost 14'",
"care_30": " Starostlivost 30'",
"care_44": "Starostlivost 44'",
"checkup": "Kontrola",
"colour_59": "Farebná 59'",
"colour_59_steam": "Farebná bielizeň 59' + Para",
"cottons": "Bavlna",
"cottons_prewash": "Bavlna + Predpierka",
"cottons_steam": "Bavlna + Para",
"cotton_care_59": "Bavlna 59 Min",
"delicate_59": "Jemné materiály 59 min.",
"delicate_silk": "Jemný hodváb",
"delicate_silk_steam": "Jemný hodváb + Para",
"delicati_59": "Jemné materiály 59 min.",
"delicati_59_steam": "Jemné materiály 59 min.",
"drain_spin": "Vypúšťanie a odstreďovanie",
"easy_iron": "Jednoduché žehlenie",
"eco_40_60_new_energy_label": "Eco 40 60",
"extra_care": "Extra Starostlivost",
"fitness": "Fitnes",
"fitness_care": "Fitnes",
"fresh_care": "Svieža starostlivosť",
"fresh_care_steam": "Fresh Care + Para",
"handwash_wool": "Pranie v rukách a vlna",
"high_dry": "Bavlna suchá",
"hqd_20_degrees": "Bavlna 20 ℃",
"hqd_allergy": "Antialergické ošetrenie",
"hqd_autoclean": "Čistenie bubna",
"hqd_babycare": "Detská starostlivosť",
"hqd_checkup": "Kontrola",
"hqd_cottons": "Bavlna",
"hqd_delicate": "Jemné materiály",
"hqd_delicate_cradle": "Jemné materiály",
"hqd_dry": "Bavlna suchá",
"hqd_dry_synthetics": "Zmiešané suché",
"hqd_duvet": "Prikrývky",
"hqd_eco_40_60_degrees": "Eco 40 60",
"hqd_handwash_wool": "Vlna",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Zmiešané",
"hqd_quick_15": "Rýchly 15 min.",
"hqd_quick_wash_57": "Rýchle pranie 57 min.",
"hqd_rapid_wash_and_dry": "Pranie a sušenie",
"hqd_refresh": "Osvieženie",
"hqd_rinse": "Oplachovanie",
"hqd_shirts": "Košele",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Odstreďovanie",
"hqd_sport": "Šport",
"hqd_super_fast": "Rýchly 39 min.",
"hqd_synthetic_and_coloured": "Syntetika",
"hygiene_59": "Hygiena Plus 59'",
"hygiene_60": "Hygiena 60°",
"hygiene_plus_59": "Hygiena Plus 59'",
"hygiene_plus_59_min": "Hygiena Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + para",
"intensive_40": "Intenzívne pranie 40°C",
"intensive_40_steam": "Intensive 40°C + Para",
"iot_active_steam": "Para",
"iot_active_wash_steam": "Aktívne pranie",
"iot_allergy_care_pro": "Antialergické ošetrenie Pro",
"iot_all_in_one_59_steam": "Aktívne pranie + para",
"iot_checkup": "Kontrola",
"iot_colour_59_steam": "Farebná bielizeň 59' + Para",
"iot_cottons_steam": "Bavlna + Para",
"iot_delicate_silk_steam": "Jemný hodváb + Para",
"iot_delicati_59_steam": "Jemné materiály 59 min.",
"iot_dry_air_refresh": "Prevzdušnenie",
"iot_dry_anti_mites": "Proti roztočom",
"iot_dry_baby": "Odevy pre batoľa",
"iot_dry_backpacks": "Plecniaky",
"iot_dry_bathrobe": "Župany a porézne tkaniny",
"iot_dry_bed_linen": "Posteľné obliečky",
"iot_dry_cotton_dry": "Bavlna suchá",
"iot_dry_cuddly_toys": "Plyšové zvieratká",
"iot_dry_curtains": "Záclony",
"iot_dry_dehumidifier": "Odstraňovač vlhkosti",
"iot_dry_delicates_antiallergy": "Jemné materiály antialergický program",
"iot_dry_delicate_tablecloths": "Obrusy z jemných materiálov",
"iot_dry_denim_jeans": "Džínsovina džínsy",
"iot_dry_easy_iron_cotton": "Jednoduché žehlenie bavlna",
"iot_dry_easy_iron_synthetics": "Jednoduché žehlenie syntetika",
"iot_dry_gym_fit": "Oblečenie do telocvične a posilňovne",
"iot_dry_lingerie": "Spodná bielizeň",
"iot_dry_mixed_dry": "Zmiešané suché",
"iot_dry_rapid_60_min_delicates": "Rýchly 60 min. jemné materiály",
"iot_dry_shirts": "Košele",
"iot_dry_swimsuits_and_bikinis": "Plavky",
"iot_dry_synthetics": "Syntetika sušenie",
"iot_dry_synthetic_dry": "Syntetika sušenie",
"iot_dry_tablecloths": "Obrusy",
"iot_dry_technical_fabrics": "Technické tkaniny",
"iot_dry_warm_embrace": "Teplé bubnové sušenie",
"iot_dry_wool_dry": "Vlna suchá",
"iot_easy_iron": "Jednoduché žehlenie",
"iot_fresh_care_steam": "Fresh Care + Para",
"iot_hygiene_pro_steam": "Hygiene Pro + para",
"iot_intensive_40_steam": "Intensive 40°C + Para",
"iot_mixed_steam": "Zmiešané + Para",
"iot_mix_and_colour_59_steam": "Zmiešané a Farebné 59' + Para",
"iot_perfect_cotton_59_steam": "Cista Bavlna 59'",
"iot_rapid_a_class_60_steam": "Rýchly Trieda A 60 + Para",
"iot_resistant_cotton_steam": "Bavlna + Para",
"iot_shirts_steam": "Košele + para",
"iot_single_item_steam": "Jedna položka + Para",
"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_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",
"iot_wash_anti_odor": "Odstránenie zápachu",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Dezinfekcia",
"iot_wash_baby_sanitizer_steam": "Dezinfekčný pre odevy pre batoľa + Para",
"iot_wash_backpacks": "Plecniaky",
"iot_wash_backpacks_zelig": "Batohy",
"iot_wash_bathrobe": "Župany a uteráky",
"iot_wash_bathrobe_steam": "Župan + Para",
"iot_wash_bed_linen": "Posteľné obliečky",
"iot_wash_bed_linen_steam": "Posteľné obliečky + Para",
"iot_wash_bed_linen_zelig": "Posteľné obliečky",
"iot_wash_big_single_load": "Veľká jednorazová náplň",
"iot_wash_bleaching": "Bielenie",
"iot_wash_blood_stains": "Krvavé škvrny",
"iot_wash_cashmere": "Kašmír",
"iot_wash_chocolate_stains": "Čokoládové škvrny",
"iot_wash_cold_wash": "Studené pranie",
"iot_wash_colored": "Farebné",
"iot_wash_colored_anti_stain": "Odstraňovanie škvŕn z farebných materiálov",
"iot_wash_colored_delicate": "Farebné chúlostivé",
"iot_wash_coloured": "Farebné",
"iot_wash_coloured_bed_linen": "Farebné posteľné obliečky",
"iot_wash_coloured_bed_linen_steam": "Farebné posteľné obliečky + Para",
"iot_wash_coloured_curtains": "Farebné závesy",
"iot_wash_coloured_shirts": "Farebné košele",
"iot_wash_coloured_shirts_steam": "Farebné košele + Para",
"iot_wash_coloured_steam": "Farebné + Para",
"iot_wash_coloured_tableclothes": "Farebné obrusy",
"iot_wash_coloured_tableclothes_steam": "Farebné obrusy + Para",
"iot_wash_cotton": "Bavlna",
"iot_wash_cotton_steam": "Bavlna + Para",
"iot_wash_cuddly_toys": "Plyšové zvieratká",
"iot_wash_curtains": "Záclony",
"iot_wash_curtains_steam": "Záclony+Para",
"iot_wash_curtains_zelig": "Záclony",
"iot_wash_dark": "Tmavé odevy",
"iot_wash_darks_and_coloured_44": "Tmavé a farebné 44 min.",
"iot_wash_darks_and_coloured_59": "Tmavé a farebné 59 min.",
"iot_wash_darks_and_coloured_xl": "Tmavé a farebné XL",
"iot_wash_dark_steam": "Tmavé odevy + Para",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Jemné materiály",
"iot_wash_delicate_antiallergy": "Antialergický program pre jemné materiály",
"iot_wash_delicate_antiallergy_steam": "Antialergický program pre jemné materiály + Para",
"iot_wash_delicate_antiallergy_zelig": "Antialergický program pre jemné materiály",
"iot_wash_delicate_colors": "Farebné jemné materiály",
"iot_wash_delicate_colors_steam": "Farebná bielizeň + Para",
"iot_wash_delicate_dark": "Chúlostivé tmavé",
"iot_wash_delicate_steam": "Jemné materiály + Para",
"iot_wash_delicate_tablecloths": "Obrusy z jemných materiálov",
"iot_wash_delicate_tablecloths_steam": "Obrusy z jemných materiálov + Para",
"iot_wash_delicate_whites": "Chúlostivé biele",
"iot_wash_denim_jeans": "Džínsovina džínsy",
"iot_wash_diving_suits": "Potápačské obleky",
"iot_wash_diving_suits_zelig": "Potápačské obleky",
"iot_wash_down_jackets": "Prešívané bundy",
"iot_wash_down_jackets_zelig": "Prešívané bundy",
"iot_wash_duvet": "Prikrývky",
"iot_wash_fruit_stains": "Ovocné škvrny",
"iot_wash_gym_fit": "Oblečenie do telocvične a posilňovne",
"iot_wash_handwash": "Prepieranie",
"iot_wash_handwash_colored": "Prepieranie farebného",
"iot_wash_handwash_dark": "Prepieranie tmavého",
"iot_wash_lingerie": "Spodná bielizeň",
"iot_wash_masks_refresh": "Osvieženie rúšok",
"iot_wash_masks_sanification": "Dezinfekcia rúšok",
"iot_wash_masks_sanification_steam": "Dezinfekcia rúšok + Para",
"iot_wash_mats": "Rohože",
"iot_wash_men_s_trousers": "Nohavice",
"iot_wash_mixed": "Zmiešané",
"iot_wash_mixed_steam": "Zmiešané + Para",
"iot_wash_mix_and_coloured_44": "Zmiešané a farebné 44 min.",
"iot_wash_mix_and_coloured_59": "Zmiešané a farebné 59 min.",
"iot_wash_mix_and_coloured_xl": "Zmiešané a farebné XL",
"iot_wash_new_clothes": "Nové oblečenie",
"iot_wash_perfect_white": "Dokonalá biela",
"iot_wash_perfect_white_steam": "Dokonalá biela + Para",
"iot_wash_pets": "Doplnky pre domácich miláčikov",
"iot_wash_pets_hair_removal": "Odstránenie chĺpkov z domácich miláčikov",
"iot_wash_pets_odours_stains_removal": "Odstraňovanie zápachu a škvŕn po domácich zvieratách",
"iot_wash_pets_steam": "Doplnky pre domácich miláčikov",
"iot_wash_playsuits": "Overaly",
"iot_wash_playsuits_steam": "Overaly + Para",
"iot_wash_quick_drum_cleaner": "Rýchly čistič bubna",
"iot_wash_rapid_14": "Rýchly 14 min.",
"iot_wash_rapid_30": "Rýchly 30 min.",
"iot_wash_rapid_44": "Rýchly 44 min.",
"iot_wash_rapid_59": "Rýchly 59 min",
"iot_wash_rapid_59_steam": "Rýchly 59' + Para",
"iot_wash_refresh_14_min": "Osvieženie 14'.",
"iot_wash_resistant_colored": "Odolné farebné",
"iot_wash_resistant_dark": "Odolné tmavé",
"iot_wash_resistant_whites": "Odolné biele",
"iot_wash_rinse": "Oplachovanie",
"iot_wash_shirts": "Košele",
"iot_wash_shirts_steam": "Košele + Para",
"iot_wash_silk": "Hodváb",
"iot_wash_ski_suit": "Lyžiarske odevy",
"iot_wash_ski_suit_zelig": "Lyžiarske odevy",
"iot_wash_spin": "Odstreďovanie",
"iot_wash_sport": "Šport",
"iot_wash_sport_anti_odor": "Športové oblečenie",
"iot_wash_sport_anti_odor_zelig": "Športové oblečenie",
"iot_wash_stains_remover": "Odstraňovanie škvŕn",
"iot_wash_swimsuits_and_bikinis": "Plavky",
"iot_wash_synthetic": "Syntetika",
"iot_wash_synthetic_steam": "Syntetika + Para",
"iot_wash_tablecloths": "Obrusy",
"iot_wash_tablecloths_steam": "Obrusy + Para",
"iot_wash_technical_fabrics": "Technické tkaniny",
"iot_wash_technical_fabrics_zelig": "Technické tkaniny",
"iot_wash_technical_jackets": "Technické bundy",
"iot_wash_technical_jackets_zelig": "Technické bundy",
"iot_wash_trainers": "Tenisky",
"iot_wash_whites": "Biele",
"iot_wash_whites_44": "Biele 44 min.",
"iot_wash_whites_59": "Biele 59 min.",
"iot_wash_whites_xl": "Biele XL",
"iot_wash_wine_stains": "Škvrny od vína",
"iot_wash_wool": "Vlna",
"jeans": "Džínsy",
"jeans_60": "Džínsy",
"low_dry": "Zmiešané suché",
"mixed": "Zmiešané",
"mixed_and_colored_59": "Zmiešané a farebné 59 min.",
"mixed_steam": "Zmiešané + Para",
"mix_and_colour_59": "Zmiesana + Farebna 59'",
"mix_and_colour_59_steam": "Zmiešané a Farebné 59' + Para",
"night_and_day": "Noc a deň",
"night_wash": "Nočný cyklus",
"perfect_59": "Dokonalé vypranie 59 min.",
"perfect_cotton_59": "Cista Bavlna 59'",
"perfect_cotton_59_steam": "Cista Bavlna 59'",
"perfect_whites_59": "Dokonale biele 59'",
"rapid_14_min": "Rýchly 14'",
"rapid_30_min": "Rýchly 30'",
"rapid_44_min": "Rýchly 44'",
"rapid_a_class_60": "Rýchly Trieda A 60",
"rapid_a_class_60_steam": "Rýchly Trieda A 60 + Para",
"rapid_wash_and_dry_59_min": "Pranie a sušenie 59 min.",
"resistant_cotton": "Bavlna",
"resistant_cotton_steam": "Bavlna + Para",
"rinse": "Oplachovanie",
"shirts_steam": "Košele + para",
"silent_night": "Nočný cyklus",
"single_item": "Jedna položka",
"single_item_steam": "Jedna položka + Para",
"smart_wash": "Smart Wash",
"soft_care": "Jemná starostlivosť",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Special 39'",
"special_39_full_load": "Special 39'",
"special_39_full_load_steam": "Špeciál 39' + Para",
"special_49": "Špeciálne 49 min.",
"sport_39": "Šport 39 min.",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Para 39 min.",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Syntetika",
"synthetic_and_coloured": "Syntetika a farebné materiály",
"synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Celková starostlivosť",
"tumbling": "Bubnové sušenie",
"wool": "Vlna",
"wool_and_delicates_49": "Vlna/Jemné 49'",
"wool_dry": "Vlna suchá",
"wool_soft_care": "Vlna & Mäkká starostlivost"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTOMATICKÉ NASTAVENIE",
"cheese": "Syr",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Režim Eco",
"fruits_and_veg": "Fruit&Veg",
"fruit_and_veg": "Fruit & Veg",
"holiday": "DOVOLENKA",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Nie je vybraný žiadny režim",
"quick_cool": "QUICK COOL",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER CHLADENIE",
"super_freeze": "SUPER MRAZENIE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Odvlhčovač",
"iot_uv_and_fan": "UV + Ventilátor",
"iot_uv_and_heat": "UV + Ohrev"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER MRAZENIE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Zostávajúci čas"

View File

@ -58,7 +58,8 @@
"19": "Sušenje",
"20": "Sušenje",
"11": "Pripravljen",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Faza"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "Zelo veliki kosi perila",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Sobna temperatura"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura hladilnika"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija ogrevanja pri 10 °C",
"iot_auto": "Samodejno",
"iot_cool": "Hlajenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Segrevanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoočiščevanje",
"iot_self_clean": "Samodejno čiščenje",
"iot_self_clean_56": "Sterilno čiščenje 56°C",
"iot_simple_start": "Zaženi zdaj",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + samodejno",
"iot_uv_and_cool": "UV + hlajenje",
"iot_uv_and_dry": "UV + razvlaževanje",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + gretje"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Hitri progr. 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Samodejno univerzalno 5060 °C",
"auto_universal_plus": "Samodejno univerzalno+ 6575 °C",
"auto_universal_plus_soil": "Samodejno univerzalno+ 6575 °C",
"auto_universal_soil": "Samodejno univerzalno 5060 °C",
"auto_wash": "Samodejno pomivanje",
"auto_wash_soil": "Samodejno pomivanje",
"classe_a_59": "Razred A 59 min. 65 °C",
"delicate": "Občutljivo 45 °C",
"dishwasher_care": "Cikel odstranjevanja vodnega kamna",
"eco": "Varčno",
"eco_asynch": "Eko 45 °C",
"eco_bldc": "Eko 45 °C",
"eco_synch": "Eko 45 °C",
"gentle_wash": "Gentle wash",
"glass": "Kozarci",
"glassware": "Steklo 45 °C",
"glass_care": "Glass Care",
"hygiene": "Higiena",
"hygiene_plus": "Higiena + 75 °C",
"intensive": "Intenzivno ",
"intensive_rapid": "Hitro in intenzivno",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Samodejno univerzalno 5060 °C",
"iot_auto_wash_soil": "Samodejno pranje",
"iot_baby_care": "Otroška posoda",
"iot_breakfast": "Zajtrk",
"iot_checkup": "Pregled",
"iot_china_crystals": "Kristal",
"iot_classe_a_59": "Hitri progr. 59'",
"iot_cocktail_glasses": "Koktajl kozarci",
"iot_cocktail_glasses_soil": "Koktajl kozarci",
"iot_daily_care": "Dnevna nega",
"iot_daily_care_soil": "Dnevna nega",
"iot_delicate": "Občutljivo 45 °C",
"iot_dinner_for_two": "Večerja v dvoje",
"iot_dinner_for_two_soil": "Večerja v dvoje",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Varčno 45 °C",
"iot_eco_bldc": "Varčno 45 °C",
"iot_eco_synch": "Varčno 45 °C",
"iot_extra_hygiene": "Visoka stopnja higiene",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Zakuska",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Zabava",
"iot_party_soil": "Zabava",
"iot_pizza_menu": "Pica program",
"iot_pizza_menu_soil": "Pica program",
"iot_plastic_tupperware": "Plastika in posode za živila",
"iot_porcelain": "Porcelan",
"iot_power_mix_wash": "Intenzivni za različno posodo",
"iot_power_mix_wash_soil": "Intenzivni za različno posodo",
"iot_prewash": "Predpranje",
"iot_pyrex_and_glassware": "Pyrex in steklenina",
"iot_rapid_29": "Hitro 29'",
"iot_rapid_39": "Rapid 39' 60 °C",
"iot_single": "Samsko življenje",
"iot_steam": "Para 75 °C",
"iot_super_flash": "Super hitro",
"iot_super_wash": "Super pomivanje",
"iot_turbopower": "Turbo moč",
"iot_universal": "Univerzalno 60 °C",
"iot_wok_grids_maxi_pans": "Posebna posoda (voki, rešetke in velike kozice)",
"iot_wok_grids_maxi_pans_soil": "Posebna posoda (voki, rešetke in velike kozice)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Zelo tiho 55 °C",
"prewash": "Predpranje",
"rapid_20": "Kratki progr. 20'",
"rapid_24": "Hitro 24'",
"rapid_29": "Hitro 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapid 39' 60 °C",
"rapid_49": "Kratki progr. 49'",
"rapid_59": "Hitri progr. 59'",
"sanitising": "Dezinfekcija",
"silence": "Silence",
"silent": "Noč",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "posebno",
"special_pw_prz": "Posebno",
"steam": "Para 75 °C",
"steam_plus": "Para Plus 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Zelo tiho 55 °C",
"ultra_silent": "Zelo tiho 55 °C",
"universal": "Univerzalno 60 °C",
"universal_plus": "Univerzalni Plus 70 °C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Pepelnato rjava",
"iot_special_beef_fillet": "Goveji file",
"iot_special_beef_veal_stew": "Goveja in telečja obara",
"iot_special_boiled_rice": "Kuhan riž",
"iot_special_chicken_breast": "Piščančje prsi",
"iot_special_chicken_legs": "Piščančja bedra",
"iot_special_chocolate_pudding": "Čokoladni puding",
"iot_special_entrecote": "Zrezek Entrecote",
"iot_special_fresh_tuna": "Sveža tuna",
"iot_special_grilled_vegetables": "Zelenjava na žaru",
"iot_special_lamb_cutlet": "Jagnječji kotlet",
"iot_special_meatballs": "Mesne kroglice",
"iot_special_minestrone": "Mineštra",
"iot_special_mussels": "Morske školjke",
"iot_special_omelette": "Omleta",
"iot_special_pancakes": "Palačinke",
"iot_special_paris_style_peas": "Grah na pariški način",
"iot_special_poached_eggs": "Pečena jajca",
"iot_special_pork_fillet": "Svinjski file",
"iot_special_pork_ribs": "Svinjska rebrca",
"iot_special_prawns": "Kozice",
"iot_special_quinoa": "Kvinoja",
"iot_special_ratatouille": "Ratatouille",
"iot_special_salmon_fillet": "Lososov file",
"iot_special_saute_potatoes": "Sotiran krompir",
"iot_special_scallops": "Pokrovače",
"iot_special_scrambled_eggs": "Vmešana jajca",
"iot_special_spelt": "Pira",
"iot_special_veggy_noodles": "Vegetarijanski rezanci",
"iot_special_white_fish_fillet": "File bele ribe",
"iot_standard_boiling": "Vretje",
"iot_standard_frying": "Cvrtje",
"iot_standard_keep_warm": "Ohranjanje toplote",
"iot_standard_melting": "Taljenje",
"iot_standard_simmering": "Rahlo vretje"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Testenine in pekovski izdelki",
"bakery_steam": "Parna pečica",
"bottom_heating": "Spodnji grelnik",
"bottom_heating_fan": "Spodnji grelnik + Ventilator",
"bread": "Kruh",
"bread_steam": "V sopari pečen kruh",
"combi": "Kombinirano",
"convection_fan": "Konvekcija + ventilator",
"convection_fan_turnspit": "Konvekcija + ventilator + raženj",
"conventional": "Konvenkcijsko",
"conventional_turnspit": "Konvekcija + raženj",
"defrost": "Odmrzovanje",
"descaling": "Odstranjevanje vodnega kamna",
"fish": "Ribe",
"fish_steam": "Soparjene ribe",
"grill_cata": "Žar",
"grill_fan_cata": "Žar in ventilator",
"grill_fan_pyro": "Žar + ventilator",
"grill_pyro": "Žar",
"h20_clean": "H2O-Clean",
"iot_bread": "Kruh",
"iot_h20_clean": "h2O clean",
"leavening": "Vzhajanje",
"low_temp_cooking": "Kuhanje pri nizki temperaturi",
"low_temp_cooking_fish": "Kuhanje pri nizki temperaturi ribe",
"low_temp_cooking_fish_steam": "Kuhanje pri nizki temperaturi soparjene ribe",
"low_temp_cooking_meat": "Kuhanje pri nizki temperaturi meso",
"low_temp_cooking_meat_steam": "Kuhanje pri nizki temperaturi soparjeno meso",
"low_temp_cooking_steam": "Soparjenje pri nizki temperaturi",
"meat": "Meso",
"meat_steam": "Soparjenje mesa",
"multi_level": "Na več nivojih",
"paella": "Paella",
"pasta_and_bakery": "Testenine in pekovski izdelki",
"pizza": "Pizza",
"pyrolysis": "Piroliza",
"pyrolysis_plus": "Piroliza +",
"red_meat": "Rdeče meso",
"red_meat_steam": "Soparjeno rdeče meso",
"regenerate": "Regeneracija",
"soft_plus": "Soft+",
"super_grill": "Super Grill",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Zelenjava",
"vegetables_cata": "Zelenjava",
"vegetables_pyro": "Zelenjava",
"water_discharge": "Izpust vode",
"white_meat": "Belo meso",
"white_meat_steam": "Soparjeno belo meso"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° pisano in bombaž",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Para",
"active_wash": "Aktivno pranje",
"active_wash_steam": "Aktivno pranje",
"allergy_care": "Nega proti alergijam",
"allergy_care_pro": "Nega proti alergijam Pro",
"all_in_one_49": "Vse v enem 49'.",
"all_in_one_59": "Vse v enem 59'.",
"all_in_one_59_steam": "Aktivno pranje + para",
"autocare": "Samodejna nega",
"autoclean": "Čiščenje bobna",
"baby_60": "Vsa otroška oblačila 60 °C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Preveri",
"colour_59": "Barvno 59'",
"colour_59_steam": "Barvno perilo 59' + para",
"cottons": "Bombaž",
"cottons_prewash": "Bombaž + predpranje",
"cottons_steam": "Bombaž + Para",
"cotton_care_59": "Bombaž 59 min.",
"delicate_59": "Občutljivo 59'",
"delicate_silk": "Občutljiva svila",
"delicate_silk_steam": "Občutljiva svila + para",
"delicati_59": "Občutljivo 59'",
"delicati_59_steam": "Občutljivo 59'",
"drain_spin": "Izpiranje in ožemanje",
"easy_iron": "Lažje likanje",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Dodatna Nega",
"fitness": "Fitness",
"fitness_care": "Fitness",
"fresh_care": "Nega za svežino",
"fresh_care_steam": "Nega za svežino + para",
"handwash_wool": "Ročno pranje in volna",
"high_dry": "Sušenje bombaža",
"hqd_20_degrees": "Bombaž 20℃",
"hqd_allergy": "Nega proti alergijam",
"hqd_autoclean": "Čiščenje bobna",
"hqd_babycare": "Otroška posoda",
"hqd_checkup": "Preveri",
"hqd_cottons": "Bombaž",
"hqd_delicate": "Občutljive tkanine",
"hqd_delicate_cradle": "Občutljive tkanine",
"hqd_dry": "Sušenje bombaža",
"hqd_dry_synthetics": "Sušenje mešanih tkanin",
"hqd_duvet": "Prešite odeje",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Volna",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Mešano",
"hqd_quick_15": "Hitro 15'",
"hqd_quick_wash_57": "Hitro pranje 57 min",
"hqd_rapid_wash_and_dry": "Pranje in sušenje",
"hqd_refresh": "Osvežitev",
"hqd_rinse": "Splakovanje",
"hqd_shirts": "Srajce",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Ožemanje",
"hqd_sport": "Šport",
"hqd_super_fast": "Hitro 39",
"hqd_synthetic_and_coloured": "Sintetika",
"hygiene_59": "Higiena Plus 59'",
"hygiene_60": "Higiena 60'",
"hygiene_plus_59": "Higiena Plus 59'",
"hygiene_plus_59_min": "Higiena Plus 59'",
"hygiene_pro_49_min": "Higiena Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Para",
"intensive_40": "Intenzivno 40°C",
"intensive_40_steam": "Intenzivno 40°C + para",
"iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Nega proti alergijam Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para",
"iot_checkup": "Preveri",
"iot_colour_59_steam": "Barvno perilo 59' + para",
"iot_cottons_steam": "Bombaž + Para",
"iot_delicate_silk_steam": "Občutljiva svila + para",
"iot_delicati_59_steam": "Občutljivo 59'",
"iot_dry_air_refresh": "Osvežitev z zrakom",
"iot_dry_anti_mites": "Proti pršicam",
"iot_dry_baby": "Dojenček",
"iot_dry_backpacks": "Nahrbtniki",
"iot_dry_bathrobe": "Kopalni plašči in luknjičaste tkanine",
"iot_dry_bed_linen": "Posteljnina",
"iot_dry_cotton_dry": "Sušenje bombaža",
"iot_dry_cuddly_toys": "Plišaste igrače",
"iot_dry_curtains": "Zavese",
"iot_dry_dehumidifier": "Odstranjevalec vlage",
"iot_dry_delicates_antiallergy": "Občutljive tkanine protialegrijsko",
"iot_dry_delicate_tablecloths": "Občutljivi namizni prti",
"iot_dry_denim_jeans": "Denim jeans",
"iot_dry_easy_iron_cotton": "Enostavno likanje bombaž",
"iot_dry_easy_iron_synthetics": "Enostavno likanje sintetika",
"iot_dry_gym_fit": "Športna oblačila",
"iot_dry_lingerie": "Spodnje perilo",
"iot_dry_mixed_dry": "Sušenje mešanih tkanin",
"iot_dry_rapid_60_min_delicates": "Hitro 60' občutljive tkanine",
"iot_dry_shirts": "Srajce",
"iot_dry_swimsuits_and_bikinis": "Kopalke",
"iot_dry_synthetics": "Sušenje sintetike",
"iot_dry_synthetic_dry": "Sušenje sintetike",
"iot_dry_tablecloths": "Namizni prti",
"iot_dry_technical_fabrics": "Tehnične tkanine",
"iot_dry_warm_embrace": "Topel boben",
"iot_dry_wool_dry": "Sušenje volne",
"iot_easy_iron": "Lažje likanje",
"iot_fresh_care_steam": "Nega za svežino + para",
"iot_hygiene_pro_steam": "Hygiene Pro + Para",
"iot_intensive_40_steam": "Intenzivno 40°C + para",
"iot_mixed_steam": "Mešano + Para",
"iot_mix_and_colour_59_steam": "Mešana in pisana oblačila 59' + para",
"iot_perfect_cotton_59_steam": "Idealen za Bombaz 59'",
"iot_rapid_a_class_60_steam": "Hitri razred A 60 + para",
"iot_resistant_cotton_steam": "Bombaž + Para",
"iot_shirts_steam": "Srajce + Para",
"iot_single_item_steam": "En artikel + para",
"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_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",
"iot_wash_anti_odor": "Proti neprijetnim vonjavam",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Dezinfekcija",
"iot_wash_baby_sanitizer_steam": "Razkuževanje za otroke + para",
"iot_wash_backpacks": "Nahrbtniki",
"iot_wash_backpacks_zelig": "Nahrbtniki",
"iot_wash_bathrobe": "Kopalni plašči in brisače",
"iot_wash_bathrobe_steam": "Kopalni plašč + Para",
"iot_wash_bed_linen": "Posteljnina",
"iot_wash_bed_linen_steam": "Posteljnina + Para",
"iot_wash_bed_linen_zelig": "Posteljnina",
"iot_wash_big_single_load": "Velika posamezna količina",
"iot_wash_bleaching": "Beljenje",
"iot_wash_blood_stains": "Madeži krvi",
"iot_wash_cashmere": "Kašmir",
"iot_wash_chocolate_stains": "Čokoladni madeži",
"iot_wash_cold_wash": "Hladna voda",
"iot_wash_colored": "Barvno",
"iot_wash_colored_anti_stain": "Odstranjevanje madežev za barva oblačila",
"iot_wash_colored_delicate": "Občutljivo barvno",
"iot_wash_coloured": "Pisane tkanine",
"iot_wash_coloured_bed_linen": "Barvna posteljnina",
"iot_wash_coloured_bed_linen_steam": "Barvna posteljnina + para",
"iot_wash_coloured_curtains": "Pisane zavese",
"iot_wash_coloured_shirts": "Pisane srajce",
"iot_wash_coloured_shirts_steam": "Barvne srajce + para",
"iot_wash_coloured_steam": "Pisane tkanine + Para",
"iot_wash_coloured_tableclothes": "Pisani namizni prti",
"iot_wash_coloured_tableclothes_steam": "Pisani namizni prti + para",
"iot_wash_cotton": "Bombaž",
"iot_wash_cotton_steam": "Bombaž + Para",
"iot_wash_cuddly_toys": "Plišaste igrače",
"iot_wash_curtains": "Zavese",
"iot_wash_curtains_steam": "Zavese + Para",
"iot_wash_curtains_zelig": "Zavese",
"iot_wash_dark": "Temne tkanine",
"iot_wash_darks_and_coloured_44": "Temno in barvno 44 min",
"iot_wash_darks_and_coloured_59": "Temno in barvno 59 min",
"iot_wash_darks_and_coloured_xl": "Temno in barvno XL",
"iot_wash_dark_steam": "Temne tkanine + Para",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Občutljive tkanine",
"iot_wash_delicate_antiallergy": "Protialergijsko delovanje za občutljive tkanine",
"iot_wash_delicate_antiallergy_steam": "Protialergijsko delovanje za občutljive tkanine + Para",
"iot_wash_delicate_antiallergy_zelig": "Protialergijsko delovanje za občutljive tkanine",
"iot_wash_delicate_colors": "Občutljive pisane tkanine",
"iot_wash_delicate_colors_steam": "Barvno perilo + para",
"iot_wash_delicate_dark": "Občutljivo temno",
"iot_wash_delicate_steam": "Občutljive tkanine + Para",
"iot_wash_delicate_tablecloths": "Občutljivi namizni prti",
"iot_wash_delicate_tablecloths_steam": "Občutljivi namizni prti + Para",
"iot_wash_delicate_whites": "Občutljivo belo",
"iot_wash_denim_jeans": "Denim jeans",
"iot_wash_diving_suits": "Potapljaške obleke",
"iot_wash_diving_suits_zelig": "Potapljaške obleke",
"iot_wash_down_jackets": "Puhovke",
"iot_wash_down_jackets_zelig": "Puhovke",
"iot_wash_duvet": "Prešite odeje",
"iot_wash_fruit_stains": "Madeži sadja",
"iot_wash_gym_fit": "Športna oblačila",
"iot_wash_handwash": "Ročno pranje",
"iot_wash_handwash_colored": "Ročno pranje barvno",
"iot_wash_handwash_dark": "Ročno pranje temno",
"iot_wash_lingerie": "Spodnje perilo",
"iot_wash_masks_refresh": "Osveževanje mask",
"iot_wash_masks_sanification": "Dezinfekcija mask",
"iot_wash_masks_sanification_steam": "Dezinfekcija mask + Para",
"iot_wash_mats": "Preproge",
"iot_wash_men_s_trousers": "Hlače",
"iot_wash_mixed": "Mešano",
"iot_wash_mixed_steam": "Mešano + Para",
"iot_wash_mix_and_coloured_44": "Mešano in barvno 44 min",
"iot_wash_mix_and_coloured_59": "Mešano in barvno 59 min",
"iot_wash_mix_and_coloured_xl": "Mešano in barvno XL",
"iot_wash_new_clothes": "Nova oblačila",
"iot_wash_perfect_white": "Popolna belina",
"iot_wash_perfect_white_steam": "Popolna belina + Para",
"iot_wash_pets": "Dodatki za hišne ljubljenčke",
"iot_wash_pets_hair_removal": "Odstranjevanje dlake hišnih ljubljenčkov",
"iot_wash_pets_odours_stains_removal": "Odstranjevanje vonjav in madežev hišnih ljubljenčkov",
"iot_wash_pets_steam": "Dodatki za hišne ljubljenčke",
"iot_wash_playsuits": "Otroška oblačila",
"iot_wash_playsuits_steam": "Otroška oblačila + Para",
"iot_wash_quick_drum_cleaner": "Sredstvo za hitro čiščenje bobna",
"iot_wash_rapid_14": "Hitro 14",
"iot_wash_rapid_30": "Hitro 30",
"iot_wash_rapid_44": "Hitro 44",
"iot_wash_rapid_59": "Hitro 59",
"iot_wash_rapid_59_steam": "Hitro 59' + para",
"iot_wash_refresh_14_min": "Osvežitev 14",
"iot_wash_resistant_colored": "Trpežno barvno",
"iot_wash_resistant_dark": "Trpežno temno",
"iot_wash_resistant_whites": "Trpežno belo",
"iot_wash_rinse": "Splakovanje",
"iot_wash_shirts": "Srajce",
"iot_wash_shirts_steam": "Srajce + Para",
"iot_wash_silk": "Svila",
"iot_wash_ski_suit": "Smučarske obleke",
"iot_wash_ski_suit_zelig": "Smučarske obleke",
"iot_wash_spin": "Ožemanje",
"iot_wash_sport": "Šport",
"iot_wash_sport_anti_odor": "Športna oblačila, odporna proti neprijetnim vonjavam",
"iot_wash_sport_anti_odor_zelig": "Športna oblačila, odporna proti neprijetnim vonjavam",
"iot_wash_stains_remover": "Odstranjevalec madežev",
"iot_wash_swimsuits_and_bikinis": "Kopalke",
"iot_wash_synthetic": "Sintetika",
"iot_wash_synthetic_steam": "Sintetika + Para",
"iot_wash_tablecloths": "Namizni prti",
"iot_wash_tablecloths_steam": "Namizni prti + Para",
"iot_wash_technical_fabrics": "Tehnične tkanine",
"iot_wash_technical_fabrics_zelig": "Tehnične tkanine",
"iot_wash_technical_jackets": "Tehnične jakne",
"iot_wash_technical_jackets_zelig": "Tehnične jakne",
"iot_wash_trainers": "Športni copati",
"iot_wash_whites": "Belo",
"iot_wash_whites_44": "Belo 44 min",
"iot_wash_whites_59": "Belo 59 min",
"iot_wash_whites_xl": "Belo XL",
"iot_wash_wine_stains": "Madeži vina",
"iot_wash_wool": "Volna",
"jeans": "Jeans",
"jeans_60": "Džins",
"low_dry": "Sušenje mešanih tkanin",
"mixed": "Mešano",
"mixed_and_colored_59": "Mešana in pisana oblačila 59'",
"mixed_steam": "Mešano + Para",
"mix_and_colour_59": "Mesana Sestava in Barvno 59'",
"mix_and_colour_59_steam": "Mešana in pisana oblačila 59' + para",
"night_and_day": "Noč in dan",
"night_wash": "Overnight Cycle",
"perfect_59": "Popolno 59'",
"perfect_cotton_59": "Idealen za Bombaz 59'",
"perfect_cotton_59_steam": "Idealen za Bombaz 59'",
"perfect_whites_59": "Popolnoma belo 59'",
"rapid_14_min": "Hitri program 14'.",
"rapid_30_min": "Hitri program 14 min.",
"rapid_44_min": "Hitri program 14 min.",
"rapid_a_class_60": "Hitri razred A 60",
"rapid_a_class_60_steam": "Hitri razred A 60 + para",
"rapid_wash_and_dry_59_min": "Pranje in sušenje 59'.",
"resistant_cotton": "Bombaž",
"resistant_cotton_steam": "Bombaž + Para",
"rinse": "Splakovanje",
"shirts_steam": "Srajce + Para",
"silent_night": "Overnight Cycle",
"single_item": "En artikel",
"single_item_steam": "En artikel + para",
"smart_wash": "Pametno pranje",
"soft_care": "Nega za mehkobo",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Poseben 39'",
"special_39_full_load": "Poseben 39'",
"special_39_full_load_steam": "Posebno 39' + para",
"special_49": "Posebno 49'",
"sport_39": "Šport 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Para 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Sintetika",
"synthetic_and_coloured": "Sintetične in pisane tkanine",
"synthetic_and_coloured_steam": "Sintetične in pisane tkanine + para",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Popolna nega",
"tumbling": "Boben",
"wool": "Volna",
"wool_and_delicates_49": "Volna/Občutljive tkanine 49'",
"wool_dry": "Sušenje volne",
"wool_soft_care": "Volna & Nega Za Mehkobo"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "SAMODEJNA NASTAVITEV",
"cheese": "Sir",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Način Eco",
"fruits_and_veg": "Sadje In Zelenjava",
"fruit_and_veg": "Sadje in zelenjava",
"holiday": "POČITNICE",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Izbran ni noben način",
"quick_cool": " HITRO HLAJENJE",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER HLAJENJE",
"super_freeze": "SUPER ZAMRZOVANJE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + razvlaževanje",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + gretje"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER ZAMRZOVANJE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Time remaining"

View File

@ -58,7 +58,8 @@
"19": "Sušenje",
"20": "Sušenje",
"11": "Spremno",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Faza"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "XXL veš",
"zoom_59": "Zoom 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Sobna temperatura"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Temperatura frižidera"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija grejanja 10° C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Toplota",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samopročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokrenuti sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatsko",
"iot_uv_and_cool": "UV+ hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + toplota"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Brzi 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Automatski univerzalni 50 - 60°C",
"auto_universal_plus": "Automatski univerzalni+ 65 - 75°C",
"auto_universal_plus_soil": "Automatski univerzalni+ 65 - 75°C",
"auto_universal_soil": "Automatski univerzalni 50 - 60°C",
"auto_wash": "Automatsko pranje",
"auto_wash_soil": "Automatsko pranje",
"classe_a_59": "A klasa 59' 65°C",
"delicate": "Osetljivo 45°C",
"dishwasher_care": "Ciklus čišćenja kamenca",
"eco": "Eko",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Staklo",
"glassware": "Staklo 45°C",
"glass_care": "Glass Care",
"hygiene": "Higijena",
"hygiene_plus": "Higijenski+ 75°C",
"intensive": "Intenzivno ",
"intensive_rapid": "snažno i brzo",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Automatski univerzalni 50 - 60°C",
"iot_auto_wash_soil": "Automatsko pranje",
"iot_baby_care": "Baby Nega",
"iot_breakfast": "Doručak",
"iot_checkup": "Provera",
"iot_china_crystals": "China Kristal",
"iot_classe_a_59": "Brzi 59'",
"iot_cocktail_glasses": "Čaše za koktel",
"iot_cocktail_glasses_soil": "Čaše za koktel",
"iot_daily_care": "Svakodnevna nega",
"iot_daily_care_soil": "Svakodnevna nega",
"iot_delicate": "Osetljivo 45°C",
"iot_dinner_for_two": "Večera za dvoje",
"iot_dinner_for_two_soil": "Večera za dvoje",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Higijena",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Žurka",
"iot_party_soil": "Žurka",
"iot_pizza_menu": "Pizza Meni",
"iot_pizza_menu_soil": "Pizza Meni",
"iot_plastic_tupperware": "Plastika i Tupperware",
"iot_porcelain": "Porcelan",
"iot_power_mix_wash": "Power Mix pranje",
"iot_power_mix_wash_soil": "Power Mix pranje",
"iot_prewash": "Predpranje",
"iot_pyrex_and_glassware": "Pyrex i Vatrostalne posude",
"iot_rapid_29": "Brzo 29'",
"iot_rapid_39": "Brzi 39' 60°C",
"iot_single": "Single",
"iot_steam": "Para 75°C",
"iot_super_flash": "Super brzi",
"iot_super_wash": "Super pranje",
"iot_turbopower": "TurboPower",
"iot_universal": "Univerzalni 60°C",
"iot_wok_grids_maxi_pans": "Specijalni tiganji (Wok, Rešetke, Maxi tiganji)",
"iot_wok_grids_maxi_pans_soil": "Specijalni tiganji (Wok, Rešetke, Maxi tiganji)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Ultra tihi 55°C",
"prewash": "Predpranje",
"rapid_20": "Brzi 20'",
"rapid_24": "Brzo 24'",
"rapid_29": "Brzo 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Brzi 39' 60°C",
"rapid_49": "Brzi 49'",
"rapid_59": "Brzi 59'",
"sanitising": "Dezinfekcija",
"silence": "Silence",
"silent": "Noć",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "posebno",
"special_pw_prz": "posebno",
"steam": "Para 75°C",
"steam_plus": "Dodatno parenje na 75 °C",
"total_care": "Total Care 50°C",
"ultra_silence": "Ultra tihi 55°C",
"ultra_silent": "Ultra tihi 55°C",
"universal": "Univerzalni 60°C",
"universal_plus": "Univerzalni plus 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Prženi rendani krompir",
"iot_special_beef_fillet": "Goveđi file",
"iot_special_beef_veal_stew": "Goveđi i teleći paprikaš",
"iot_special_boiled_rice": "Kuvani pirinač",
"iot_special_chicken_breast": "Pileća prsa",
"iot_special_chicken_legs": "Pileći bataci",
"iot_special_chocolate_pudding": "Puding od čokolade",
"iot_special_entrecote": "Antrikot",
"iot_special_fresh_tuna": "Sveža tuna",
"iot_special_grilled_vegetables": "Grilovano povrće",
"iot_special_lamb_cutlet": "Jagnjeći kotlet",
"iot_special_meatballs": "Ćufte",
"iot_special_minestrone": "Minestrone",
"iot_special_mussels": "Dagnje",
"iot_special_omelette": "Omlet",
"iot_special_pancakes": "Palačinke",
"iot_special_paris_style_peas": "Grašak na pariski način",
"iot_special_poached_eggs": "Poširana jaja",
"iot_special_pork_fillet": "Svinjski file",
"iot_special_pork_ribs": "Svinjska rebarca",
"iot_special_prawns": "Gambori",
"iot_special_quinoa": "Kinoa",
"iot_special_ratatouille": "Ratatuj",
"iot_special_salmon_fillet": "Filet lososa",
"iot_special_saute_potatoes": "Dinstani krompir",
"iot_special_scallops": "Jakobove kapice",
"iot_special_scrambled_eggs": "Kajgana",
"iot_special_spelt": "Spelta",
"iot_special_veggy_noodles": "Rezanci s povrćem",
"iot_special_white_fish_fillet": "Filet bele ribe",
"iot_standard_boiling": "Boiling",
"iot_standard_frying": "Prženje",
"iot_standard_keep_warm": "Održite toplinu",
"iot_standard_melting": "Topljenje",
"iot_standard_simmering": "Simmering"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Testenine i pecivo",
"bakery_steam": "Priprema na pari u rerni",
"bottom_heating": "Donje grejanje",
"bottom_heating_fan": "Donje grejanje + Ventilator",
"bread": "Hleb",
"bread_steam": "Hleb pečen na pari",
"combi": "Kombinovani",
"convection_fan": "Konvekcija + ventilator",
"convection_fan_turnspit": "Konvekcija + ventilator + ražanj",
"conventional": "Konvekcija",
"conventional_turnspit": "Konvekcija + ražanj",
"defrost": "Odmrzavanje",
"descaling": "Uklanjanje kamenca",
"fish": "Riba",
"fish_steam": "Riba na pari",
"grill_cata": "Roštilj",
"grill_fan_cata": "Roštilj sa ventilatorom",
"grill_fan_pyro": "Gril + ventilator",
"grill_pyro": "Gril",
"h20_clean": "H2O-Clean",
"iot_bread": "Hleb",
"iot_h20_clean": "h2O clean",
"leavening": "Narastanje",
"low_temp_cooking": "Kuvanje na niskoj temperaturi",
"low_temp_cooking_fish": "Kuvanje na niskoj temperaturi riba",
"low_temp_cooking_fish_steam": "Kuvanje na niskoj temperaturi riba na pari",
"low_temp_cooking_meat": "Kuvanje na niskoj temperaturi meso",
"low_temp_cooking_meat_steam": "Kuvanje na niskoj temperaturi meso na pari",
"low_temp_cooking_steam": "Kuvanje na pari na niskoj temperaturi",
"meat": "Meso",
"meat_steam": "Priprema mesa na pari",
"multi_level": "Više nivoa",
"paella": "Paella",
"pasta_and_bakery": "Testenine i pecivo",
"pizza": "Pizza",
"pyrolysis": "Piroliza",
"pyrolysis_plus": "Piroliza +",
"red_meat": "Crveno meso",
"red_meat_steam": "Crveno meso na pari",
"regenerate": "Regeneracija",
"soft_plus": "Meko+",
"super_grill": "Super gril",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Povrće",
"vegetables_cata": "Povrće",
"vegetables_pyro": "Povrće",
"water_discharge": "Ispuštanje vode",
"white_meat": "Belo meso",
"white_meat_steam": "Belo meso na pari"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° u boji i pamuk",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Para",
"active_wash": "Aktivno pranje",
"active_wash_steam": "Aktivno pranje",
"allergy_care": "Tretman protiv alergija",
"allergy_care_pro": "Tretman protiv alergija Pro",
"all_in_one_49": "Sve u jedan 49'.",
"all_in_one_59": "Sve u jedan 59'.",
"all_in_one_59_steam": "Aktivno pranje + para",
"autocare": "Automatska nega",
"autoclean": "Čišćenje bubnja",
"baby_60": "All Baby 60°C",
"care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'",
"checkup": "Provera",
"colour_59": "Obojeno 59'",
"colour_59_steam": "Šarena odeća 59' + para",
"cottons": "Pamuk",
"cottons_prewash": "Pamuk + Predpranje",
"cottons_steam": "Pamuk + Para",
"cotton_care_59": "Pamuk 59 Min",
"delicate_59": "Delikatni 59'",
"delicate_silk": "Osetljiva svila",
"delicate_silk_steam": "Osetljiva svila + para",
"delicati_59": "Delikatni 59'",
"delicati_59_steam": "Delikatni 59'",
"drain_spin": "Sušenje i centrifuga",
"easy_iron": "Lako peglanje",
"eco_40_60_new_energy_label": "Eko 40-60",
"extra_care": "Dodatni Tretman",
"fitness": "Fitnes",
"fitness_care": "Fitnes",
"fresh_care": "Tretman za osvežavanje",
"fresh_care_steam": "Tretman za osvežavanje + para",
"handwash_wool": "Ručno pranje i vuna",
"high_dry": "Sušenje pamuka",
"hqd_20_degrees": "Pamuk 20℃",
"hqd_allergy": "Tretman protiv alergija",
"hqd_autoclean": "Čišćenje bubnja",
"hqd_babycare": "Baby Nega",
"hqd_checkup": "Provera",
"hqd_cottons": "Pamuk",
"hqd_delicate": "Osetljive tkanine",
"hqd_delicate_cradle": "Osetljive tkanine",
"hqd_dry": "Sušenje pamuka",
"hqd_dry_synthetics": "Sušenje mešanog veša",
"hqd_duvet": "Jorgani",
"hqd_eco_40_60_degrees": "Eko 40-60",
"hqd_handwash_wool": "Vuna",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Mešani veš",
"hqd_quick_15": "Brzi program 15'",
"hqd_quick_wash_57": "Brzo pranje 57 min.",
"hqd_rapid_wash_and_dry": "Pranje i sušenje",
"hqd_refresh": "Osvežavanje",
"hqd_rinse": "Ispiranje",
"hqd_shirts": "Košulje",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Centrifuga",
"hqd_sport": "Sportska odeća",
"hqd_super_fast": "Brzi program 39",
"hqd_synthetic_and_coloured": "Sintetika",
"hygiene_59": "Hygijenski Plus 59'",
"hygiene_60": "Higijena 60°",
"hygiene_plus_59": "Hygijenski Plus 59'",
"hygiene_plus_59_min": "Hygijenski Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + para",
"intensive_40": "Intenzivno 40°C",
"intensive_40_steam": "Intenzivno 40°C + para",
"iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Tretman protiv alergija Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para",
"iot_checkup": "Provera",
"iot_colour_59_steam": "Šarena odeća 59' + para",
"iot_cottons_steam": "Pamuk + Para",
"iot_delicate_silk_steam": "Osetljiva svila + para",
"iot_delicati_59_steam": "Delikatni 59'",
"iot_dry_air_refresh": "Osvežavanje",
"iot_dry_anti_mites": "Protiv grinja",
"iot_dry_baby": "Beba",
"iot_dry_backpacks": "Rančevi",
"iot_dry_bathrobe": "Bade-mantili i porozne tkanine",
"iot_dry_bed_linen": "Posteljina",
"iot_dry_cotton_dry": "Sušenje pamuka",
"iot_dry_cuddly_toys": "Plišane igračke",
"iot_dry_curtains": "Zavese",
"iot_dry_dehumidifier": "Uklanjanje vlage",
"iot_dry_delicates_antiallergy": "Osetljive tkanine - protiv alergije",
"iot_dry_delicate_tablecloths": "Osetljivi stolnjaci",
"iot_dry_denim_jeans": "Teksas - džins",
"iot_dry_easy_iron_cotton": "Lako peglanje - pamuk",
"iot_dry_easy_iron_synthetics": "Lako peglanje - sintetika",
"iot_dry_gym_fit": "Odeća za teretanu - fitnes",
"iot_dry_lingerie": "Donji veš",
"iot_dry_mixed_dry": "Sušenje mešanog veša",
"iot_dry_rapid_60_min_delicates": "Brzi program 60' - osetljive tkanine",
"iot_dry_shirts": "Košulje",
"iot_dry_swimsuits_and_bikinis": "Odeća za kupanje",
"iot_dry_synthetics": "Sušenje sintetike",
"iot_dry_synthetic_dry": "Sušenje sintetike",
"iot_dry_tablecloths": "Stolnjaci",
"iot_dry_technical_fabrics": "Teničke tkanine",
"iot_dry_warm_embrace": "Toplo sušenje",
"iot_dry_wool_dry": "Sušenje vune",
"iot_easy_iron": "Lako peglanje",
"iot_fresh_care_steam": "Tretman za osvežavanje + para",
"iot_hygiene_pro_steam": "Hygiene Pro + para",
"iot_intensive_40_steam": "Intenzivno 40°C + para",
"iot_mixed_steam": "Mešani veš + Para",
"iot_mix_and_colour_59_steam": "Mešano i u boji 59' + para",
"iot_perfect_cotton_59_steam": "Perfect Pamuk 59'",
"iot_rapid_a_class_60_steam": "Brza klasa A 60 + para",
"iot_resistant_cotton_steam": "Pamuk + Para",
"iot_shirts_steam": "Košulje + para",
"iot_single_item_steam": "Pojedinačni predmet + para",
"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_synthetic_and_coloured_steam": "Sintetika i šarena odeća + para",
"iot_wash_and_dry": "Pranje i sušenje",
"iot_wash_anti_mites": "Protiv grinja",
"iot_wash_anti_odor": "Protiv neprijatnih mirisa",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Dezinfekcija",
"iot_wash_baby_sanitizer_steam": "Dezinfekcija odeće za bebe + para",
"iot_wash_backpacks": "Rančevi",
"iot_wash_backpacks_zelig": "Rančevi",
"iot_wash_bathrobe": "Bade mantili i peškiri",
"iot_wash_bathrobe_steam": "Bade-mantil + Para",
"iot_wash_bed_linen": "Posteljina",
"iot_wash_bed_linen_steam": "Posteljina + Para",
"iot_wash_bed_linen_zelig": "Posteljina",
"iot_wash_big_single_load": "Velika pojedinačna količina",
"iot_wash_bleaching": "Izbeljivanje",
"iot_wash_blood_stains": "Fleke od krvi",
"iot_wash_cashmere": "Kašmir",
"iot_wash_chocolate_stains": "Fleke od čokolade",
"iot_wash_cold_wash": "Hladno pranje",
"iot_wash_colored": "U boji",
"iot_wash_colored_anti_stain": "Uklanjanje fleka na bojama",
"iot_wash_colored_delicate": "Osetljivi materijal u boji",
"iot_wash_coloured": "Boja",
"iot_wash_coloured_bed_linen": "Posteljina u boji",
"iot_wash_coloured_bed_linen_steam": "Posteljina u boji + para",
"iot_wash_coloured_curtains": "Zavese u boji",
"iot_wash_coloured_shirts": "Košulje u boji",
"iot_wash_coloured_shirts_steam": "Košulje u boji + para",
"iot_wash_coloured_steam": "Boja + Para",
"iot_wash_coloured_tableclothes": "Stolnjaci u boji",
"iot_wash_coloured_tableclothes_steam": "Stolnjaci u boji + para",
"iot_wash_cotton": "Pamuk",
"iot_wash_cotton_steam": "Pamuk + Para",
"iot_wash_cuddly_toys": "Plišane igračke",
"iot_wash_curtains": "Zavese",
"iot_wash_curtains_steam": "Zavese+Para",
"iot_wash_curtains_zelig": "Zavese",
"iot_wash_dark": "Tamna odeća",
"iot_wash_darks_and_coloured_44": "Tamno i u boji 44'",
"iot_wash_darks_and_coloured_59": "Tamno i u boji 59'",
"iot_wash_darks_and_coloured_xl": "Tamno i u boji XL",
"iot_wash_dark_steam": "Tamna odeća + Para",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Osetljive tkanine",
"iot_wash_delicate_antiallergy": "Protiv alergije za osetljive tkanine",
"iot_wash_delicate_antiallergy_steam": "Protiv alergije za osetljive tkanine + Para",
"iot_wash_delicate_antiallergy_zelig": "Protiv alergije za osetljive tkanine",
"iot_wash_delicate_colors": "Osetljive tkanine u boji",
"iot_wash_delicate_colors_steam": "Šarena odeća + para",
"iot_wash_delicate_dark": "Osetljivi tamni materijal",
"iot_wash_delicate_steam": "Osetljive tkanine + Para",
"iot_wash_delicate_tablecloths": "Osetljivi stolnjaci",
"iot_wash_delicate_tablecloths_steam": "Osetljivi stolnjaci + Para",
"iot_wash_delicate_whites": "Osetljivi beli materijal",
"iot_wash_denim_jeans": "Teksas - džins",
"iot_wash_diving_suits": "Ronilačka odela",
"iot_wash_diving_suits_zelig": "Ronilačka odela",
"iot_wash_down_jackets": "Podjakne",
"iot_wash_down_jackets_zelig": "Podjakne",
"iot_wash_duvet": "Jorgani",
"iot_wash_fruit_stains": "Fleke od voća",
"iot_wash_gym_fit": "Odeća za teretanu - fitnes",
"iot_wash_handwash": "Ručno pranje",
"iot_wash_handwash_colored": "Ručno pranje materijala u boji",
"iot_wash_handwash_dark": "Ručno pranje tamnog materijala",
"iot_wash_lingerie": "Donji veš",
"iot_wash_masks_refresh": "Osvežavanje maski",
"iot_wash_masks_sanification": "Dezinfekcija maski",
"iot_wash_masks_sanification_steam": "Dezinfekcija maski + Para",
"iot_wash_mats": "Prostirke",
"iot_wash_men_s_trousers": "Pantalone",
"iot_wash_mixed": "Mešani veš",
"iot_wash_mixed_steam": "Mešani veš + Para",
"iot_wash_mix_and_coloured_44": "Mešano i u boji 44'",
"iot_wash_mix_and_coloured_59": "Mešano i u boji 59'",
"iot_wash_mix_and_coloured_xl": "Mešano i u boji XL",
"iot_wash_new_clothes": "Nova odeća",
"iot_wash_perfect_white": "Savršeno belo",
"iot_wash_perfect_white_steam": "Savršeno belo + Para",
"iot_wash_pets": "Oprema za kućne ljubimce",
"iot_wash_pets_hair_removal": "Uklanjanje dlaka kućnih ljubimaca",
"iot_wash_pets_odours_stains_removal": "Uklanjanje mirisa i mrlja od kućnih ljubimaca",
"iot_wash_pets_steam": "Oprema za kućne ljubimce",
"iot_wash_playsuits": "Odeća za igru",
"iot_wash_playsuits_steam": "Odeća za igru + Para",
"iot_wash_quick_drum_cleaner": "Brzi čistač bubnja",
"iot_wash_rapid_14": "Brzi program 14",
"iot_wash_rapid_30": "Brzi program 30",
"iot_wash_rapid_44": "Brzi program 44",
"iot_wash_rapid_59": "Brzi program 59'",
"iot_wash_rapid_59_steam": "Brzi program 59' + para",
"iot_wash_refresh_14_min": "Osvežavanje 14'",
"iot_wash_resistant_colored": "Otporni materijal u boji",
"iot_wash_resistant_dark": "Otporno tamno",
"iot_wash_resistant_whites": "Otporno belo",
"iot_wash_rinse": "Ispiranje",
"iot_wash_shirts": "Košulje",
"iot_wash_shirts_steam": "Košulje + Para",
"iot_wash_silk": "Svila",
"iot_wash_ski_suit": "Skijaško odelo",
"iot_wash_ski_suit_zelig": "Skijaško odelo",
"iot_wash_spin": "Centrifuga",
"iot_wash_sport": "Sportska odeća",
"iot_wash_sport_anti_odor": "Sportska odeća sa sprečavanjem neprijatnih mirisa",
"iot_wash_sport_anti_odor_zelig": "Sportska odeća sa sprečavanjem neprijatnih mirisa",
"iot_wash_stains_remover": "Uklanjanje fleka",
"iot_wash_swimsuits_and_bikinis": "Odeća za kupanje",
"iot_wash_synthetic": "Sintetika",
"iot_wash_synthetic_steam": "Sintetika + Para",
"iot_wash_tablecloths": "Stolnjaci",
"iot_wash_tablecloths_steam": "Stolnjaci + Para",
"iot_wash_technical_fabrics": "Teničke tkanine",
"iot_wash_technical_fabrics_zelig": "Teničke tkanine",
"iot_wash_technical_jackets": "Vindjakne",
"iot_wash_technical_jackets_zelig": "Vindjakne",
"iot_wash_trainers": "Patike",
"iot_wash_whites": "Bela",
"iot_wash_whites_44": "Bela 44'",
"iot_wash_whites_59": "Bela 59'",
"iot_wash_whites_xl": "Bela XL",
"iot_wash_wine_stains": "Fleke od vina",
"iot_wash_wool": "Vuna",
"jeans": "Džins",
"jeans_60": "Jeans",
"low_dry": "Sušenje mešanog veša",
"mixed": "Mešani veš",
"mixed_and_colored_59": "Mešani veš i veš u boji 59'",
"mixed_steam": "Mešani veš + Para",
"mix_and_colour_59": "Mesano I Obojeno 59'",
"mix_and_colour_59_steam": "Mešano i u boji 59' + para",
"night_and_day": "Noć i dan",
"night_wash": "Noćni ciklus",
"perfect_59": "Savršeno 59'",
"perfect_cotton_59": "Perfect Pamuk 59'",
"perfect_cotton_59_steam": "Perfect Pamuk 59'",
"perfect_whites_59": "Savršeno belo 59'",
"rapid_14_min": "Brzi 14'",
"rapid_30_min": "Brzi 30 min",
"rapid_44_min": "Brzi 44 min",
"rapid_a_class_60": "Brza klasa A 60",
"rapid_a_class_60_steam": "Brza klasa A 60 + para",
"rapid_wash_and_dry_59_min": "Pranje i sušenje 59'.",
"resistant_cotton": "Pamuk",
"resistant_cotton_steam": "Pamuk + Para",
"rinse": "Ispiranje",
"shirts_steam": "Košulje + para",
"silent_night": "Noćni ciklus",
"single_item": "Pojedinačni predmet",
"single_item_steam": "Pojedinačni predmet + para",
"smart_wash": "Pametno pranje",
"soft_care": "Blagi tretman",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Посебни 39'",
"special_39_full_load": "Посебни 39'",
"special_39_full_load_steam": "Posebno 39' + para",
"special_49": "Posebno 49'",
"sport_39": "Sportska odeća 39'",
"sport_plus_29": "Sport Plus 29\"",
"sport_plus_39": "Sport Plus 39'",
"steam_39": "Para 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Sintetika",
"synthetic_and_coloured": "Sintetika i materijal u boji",
"synthetic_and_coloured_steam": "Sintetika i šarena odeća + para",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Kompletna nega",
"tumbling": "Sušenje",
"wool": "Vuna",
"wool_and_delicates_49": "Vuna/Delikatni 49'",
"wool_dry": "Sušenje vune",
"wool_soft_care": "Vuna & Blagi Tretman"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "AUTOMATSKO PODEŠAVANJE",
"cheese": "Sir",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Eco režim",
"fruits_and_veg": "Voće i Povrće",
"fruit_and_veg": "Fruit & Veg",
"holiday": "ODMOR",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Nije izabran nijedan režim",
"quick_cool": "BRZO HLAĐENJE",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER HLAĐENJE",
"super_freeze": "SUPER ZAMRZAVANJE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + toplota"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER ZAMRZAVANJE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Preostalo vreme"

View File

@ -58,7 +58,8 @@
"19": "Kurutma",
"20": "Kurutma",
"11": "Hazır",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "Aşama"
},
@ -306,7 +307,8 @@
"woolmark": "Saf yün markası",
"xxl_load": "XXL Çamaşır",
"zoom_59": "Yakınlaştır 59"
}
},
"name": "Program"
},
"room_temperature": {
"name": "Oda sıcaklığı"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "Buzdolabı sıcaklığı"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Isıtma fonksiyonu",
"iot_auto": "Otomatik",
"iot_cool": "Soğuk",
"iot_dry": "Kuru",
"iot_fan": "Fan",
"iot_heat": "Isı",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Kendi kendini arındırma",
"iot_self_clean": "Kendi kendini temizleme",
"iot_self_clean_56": "Steril Temizleme 56°C",
"iot_simple_start": "Şimdi başlat",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Otomatik",
"iot_uv_and_cool": "UV + Soğuk",
"iot_uv_and_dry": "UV + Nem giderici",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Isıtma"
},
"name": "Program"
},
"programs_dw": {
"state": {
"59_min": "Hizli 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "Universal 50-60°C",
"auto_universal_plus": "Family 65-75°C",
"auto_universal_plus_soil": "Family 65-75°C",
"auto_universal_soil": "Universal 50-60°C",
"auto_wash": "Otomatik Yıkama",
"auto_wash_soil": "Otomatik Yıkama",
"classe_a_59": "A Wash 59' 65°C",
"delicate": "Cristal 45°C",
"dishwasher_care": "Kireç kalıntısı temizleme programı",
"eco": "Eko",
"eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash",
"glass": "Cam",
"glassware": "Cam Eşya 45°C",
"glass_care": "Glass Care",
"hygiene": "Hijyen",
"hygiene_plus": "Hijyen+ 75°C",
"intensive": "Yoğun ",
"intensive_rapid": "yogun hizli",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Universal 50-60°C",
"iot_auto_wash_soil": "Otomatik Yıkama",
"iot_baby_care": "Bebek Bakım",
"iot_breakfast": "Kahvaltı",
"iot_checkup": "Check-up",
"iot_china_crystals": "Çin Kristalleri",
"iot_classe_a_59": "Hizli 59'",
"iot_cocktail_glasses": "Kokteyl Bardakları",
"iot_cocktail_glasses_soil": "Kokteyl Bardakları",
"iot_daily_care": "Günlük Bakım",
"iot_daily_care_soil": "Günlük Bakım",
"iot_delicate": "Cristal 45°C",
"iot_dinner_for_two": "2 Kişilik Akşam Yemeği",
"iot_dinner_for_two_soil": "2 Kişilik Akşam Yemeği",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Ekstra Hijyen",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "Parti",
"iot_party_soil": "Parti",
"iot_pizza_menu": "Pizza Menüsü",
"iot_pizza_menu_soil": "Pizza Menüsü",
"iot_plastic_tupperware": "Plastik ve Tupperware",
"iot_porcelain": "Porselen",
"iot_power_mix_wash": "Power Mix Yıkama",
"iot_power_mix_wash_soil": "Power Mix Yıkama",
"iot_prewash": "Pre-wash",
"iot_pyrex_and_glassware": "Borcam ve Cam Eşya",
"iot_rapid_29": "Rapid 29'",
"iot_rapid_39": "Hızlı 39' 60°C",
"iot_single": "Tek",
"iot_steam": "Buhar 75°C",
"iot_super_flash": "Süper Hızlı",
"iot_super_wash": "Süper Yıkama",
"iot_turbopower": "TurboPower",
"iot_universal": "Çok Amaçlı 60°C",
"iot_wok_grids_maxi_pans": "Özel Tavalar (Wok - Izgaralar ve Maksi Tavalar)",
"iot_wok_grids_maxi_pans_soil": "Özel Tavalar (Wok - Izgaralar ve Maksi Tavalar)",
"iot_yes_quick_cycle": "Yes Quick",
"night": "Night 55°C",
"prewash": "Pre-wash",
"rapid_20": "Hizli 20'",
"rapid_24": "Rapid 24'",
"rapid_29": "Rapid 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "Hızlı 39' 60°C",
"rapid_49": "Hizli 49'",
"rapid_59": "Hizli 59'",
"sanitising": "Dezenfekte Etme",
"silence": "Silence",
"silent": "Gece",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "özel",
"special_pw_prz": "özel",
"steam": "Buhar 75°C",
"steam_plus": "Ekstra Buhar 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "Night 55°C",
"ultra_silent": "Night 55°C",
"universal": "Çok Amaçlı 60°C",
"universal_plus": "Çok Amaçlı Artı 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "Program"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "Kül kahverengi",
"iot_special_beef_fillet": "Dana fileto",
"iot_special_beef_veal_stew": "Dana eti ve dana yahnisi",
"iot_special_boiled_rice": "Haşlanmış pirinç",
"iot_special_chicken_breast": "Tavuk göğüs",
"iot_special_chicken_legs": "Tavuk but",
"iot_special_chocolate_pudding": "Süpangle",
"iot_special_entrecote": "Antrikot",
"iot_special_fresh_tuna": "Taze ton balığı",
"iot_special_grilled_vegetables": "Izgara sebzeler",
"iot_special_lamb_cutlet": "Kuzu kotlet",
"iot_special_meatballs": "Köfte",
"iot_special_minestrone": "Çorba",
"iot_special_mussels": "Midye",
"iot_special_omelette": "Omlet",
"iot_special_pancakes": "Pankek",
"iot_special_paris_style_peas": "Fransız usulü bezelye",
"iot_special_poached_eggs": "Poşe yumurta",
"iot_special_pork_fillet": "Domuz filetosu",
"iot_special_pork_ribs": "Domuz kaburgası",
"iot_special_prawns": "Karides",
"iot_special_quinoa": "Kinoa",
"iot_special_ratatouille": "Ratatuy",
"iot_special_salmon_fillet": "Somon fileto",
"iot_special_saute_potatoes": "Patates sote",
"iot_special_scallops": "Deniz tarağı",
"iot_special_scrambled_eggs": "Sahanda yumurta",
"iot_special_spelt": "Kııksız buğday",
"iot_special_veggy_noodles": "Sebzeli erişte",
"iot_special_white_fish_fillet": "Beyaz balık filetosu",
"iot_standard_boiling": "Kaynama",
"iot_standard_frying": "Kızart",
"iot_standard_keep_warm": "Sıcak Tut",
"iot_standard_melting": "Erit",
"iot_standard_simmering": "İçten İçe Kaynama"
},
"name": "Program"
},
"programs_ov": {
"state": {
"bakery": "Makarna ve Ekmek",
"bakery_steam": "Fırın buharı",
"bottom_heating": "Alt ısıtıcı",
"bottom_heating_fan": "Alt ısıtıcı + Fan",
"bread": "Ekmek",
"bread_steam": "Buharda pişmiş ekmek",
"combi": "Kombi",
"convection_fan": "Fan desteklı",
"convection_fan_turnspit": "Konveksiyon + Fan + Şiş Çevirme",
"conventional": "Statık",
"conventional_turnspit": "Konveksiyon + Şiş Çevirme",
"defrost": "Buz çözme",
"descaling": "Kireç çözme",
"fish": "Balık",
"fish_steam": "Balık buğulama",
"grill_cata": "Izgara",
"grill_fan_cata": "Izgara fan",
"grill_fan_pyro": "Izgara + Fan",
"grill_pyro": "Izgara",
"h20_clean": "H2O-Clean",
"iot_bread": "Ekmek",
"iot_h20_clean": "h2O clean",
"leavening": "Mayalama",
"low_temp_cooking": "Düşük Sıcaklıkta Pişirme",
"low_temp_cooking_fish": "Düşük Sıcaklıkta Pişirme - Balık",
"low_temp_cooking_fish_steam": "Düşük Isıda Pişirme - Balık buğulama",
"low_temp_cooking_meat": "Düşük Sıcaklıkta Pişirme - Et",
"low_temp_cooking_meat_steam": "Düşük Isıda Pişirme - Buharda et",
"low_temp_cooking_steam": "Düşük Sıcaklıkta Buharda Pişirme",
"meat": "Et",
"meat_steam": "Et buharı",
"multi_level": "Çok Seviyeli",
"paella": "Paella",
"pasta_and_bakery": "Makarna ve Ekmek",
"pizza": "Pizza",
"pyrolysis": "Piroliz",
"pyrolysis_plus": "Piroliz +",
"red_meat": "Kırmızı Et",
"red_meat_steam": "Buharda kırmızı et",
"regenerate": "Yeniden oluştur",
"soft_plus": "Yumuşak+",
"super_grill": "Süper Izgara",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "Sebzeler",
"vegetables_cata": "Sebzeler",
"vegetables_pyro": "Sebzeler",
"water_discharge": "Su Tahliyesi",
"white_meat": "Beyaz Et",
"white_meat_steam": "Buharda beyaz et"
},
"name": "Program"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° Renkli ve Pamuklular",
"20_degrees_new_energy_label": "20°C",
"active_steam": "Buhar",
"active_wash": "Aktif Yıkama",
"active_wash_steam": "Aktif Yıkama",
"allergy_care": "Alerji Bakımı",
"allergy_care_pro": "Anti-Alerji Pro",
"all_in_one_49": "Hepsi bir Arada 49'.",
"all_in_one_59": "Hepsi bir Arada 59'.",
"all_in_one_59_steam": "Aktif Yıkama + Buhar",
"autocare": "Otomatik bakım",
"autoclean": "Tambur temizliği",
"baby_60": "Bebek Kıyafetleri 60°C",
"care_14": "Hizli 14'",
"care_30": "Hizli 30'",
"care_44": "Hizli 44'",
"checkup": "Check-up",
"colour_59": "Renkli 59'",
"colour_59_steam": "Renkliler 59' + Buhar",
"cottons": "Pamuklular",
"cottons_prewash": "Pamuklular + Ön Yıkama",
"cottons_steam": "Pamuklular + Buhar",
"cotton_care_59": "Pamuklular 59 dk",
"delicate_59": "Narin 59'",
"delicate_silk": "Hassas İpek",
"delicate_silk_steam": "Hassas İpek + Buhar",
"delicati_59": "Narin 59'",
"delicati_59_steam": "Narin 59'",
"drain_spin": "Boşaltma +ve Sıkma",
"easy_iron": "Kolay Ütüleme",
"eco_40_60_new_energy_label": "Eco 40-60",
"extra_care": "Karisik Kirliler",
"fitness": "Az Kirli Spor",
"fitness_care": "Az Kirli Spor",
"fresh_care": "Yenileme Bakımı",
"fresh_care_steam": "Fresh Care + Buhar",
"handwash_wool": "Elde Yıkama ve Yünlüler",
"high_dry": "Pamuklular kurutma",
"hqd_20_degrees": "Pamuklu 20℃",
"hqd_allergy": "Alerji Bakımı",
"hqd_autoclean": "Tambur temizliği",
"hqd_babycare": "Bebek Bakım",
"hqd_checkup": "Check-Up",
"hqd_cottons": "Pamuklular",
"hqd_delicate": "Narin Çamaşırlar",
"hqd_delicate_cradle": "Narin Çamaşırlar",
"hqd_dry": "Pamuklular kurutma",
"hqd_dry_synthetics": "Karışık kurutma",
"hqd_duvet": "Yorgan",
"hqd_eco_40_60_degrees": "Eco 40-60",
"hqd_handwash_wool": "Yünlüler",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "Karışık",
"hqd_quick_15": "Hızlı 15'",
"hqd_quick_wash_57": "Hızlı Yıkama 57 dak",
"hqd_rapid_wash_and_dry": "Yıkama ve kurutma",
"hqd_refresh": "Yenileme",
"hqd_rinse": "Durulama",
"hqd_shirts": "Gömlekler",
"hqd_smart": "Smart A.I.",
"hqd_spin": "Sıkma",
"hqd_sport": "Spor",
"hqd_super_fast": "Hızlı 39",
"hqd_synthetic_and_coloured": "Sentetikler",
"hygiene_59": "Hijyen 59'",
"hygiene_60": "Hijyen 60°",
"hygiene_plus_59": "Hijyen 59'",
"hygiene_plus_59_min": "Hijyen 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + Buhar",
"intensive_40": "Yoğun 40°C",
"intensive_40_steam": "Yoğun 40°C + Buhar",
"iot_active_steam": "Buhar",
"iot_active_wash_steam": "Aktif Yıkama",
"iot_allergy_care_pro": "Anti-Alerji Pro",
"iot_all_in_one_59_steam": "Aktif Yıkama + Buhar",
"iot_checkup": "Check-up",
"iot_colour_59_steam": "Renkliler 59' + Buhar",
"iot_cottons_steam": "Pamuklular + Buhar",
"iot_delicate_silk_steam": "Hassas İpek + Buhar",
"iot_delicati_59_steam": "Narin 59'",
"iot_dry_air_refresh": "Hava Yenileme",
"iot_dry_anti_mites": "Akar önleyici",
"iot_dry_baby": "Bebek",
"iot_dry_backpacks": "Sırt çantaları",
"iot_dry_bathrobe": "Bornoz ve gözenekli kumaşlar",
"iot_dry_bed_linen": "Çarşaflar",
"iot_dry_cotton_dry": "Pamuklular kurutma",
"iot_dry_cuddly_toys": "Pelüş hayvanlar",
"iot_dry_curtains": "Perdeler",
"iot_dry_dehumidifier": "Nem giderici",
"iot_dry_delicates_antiallergy": "Narinler - anti-alerji",
"iot_dry_delicate_tablecloths": "Narin masa örtüleri",
"iot_dry_denim_jeans": "Denim - Kot Pantolon",
"iot_dry_easy_iron_cotton": "Kolay Ütü - Pamuklular",
"iot_dry_easy_iron_synthetics": "Kolay Ütü - Sentetikler",
"iot_dry_gym_fit": "Fitness - spor kıyafetleri",
"iot_dry_lingerie": "İç çamaşırları",
"iot_dry_mixed_dry": "Karışık kurutma",
"iot_dry_rapid_60_min_delicates": "Hızlı 60' - Narinler",
"iot_dry_shirts": "Gömlekler",
"iot_dry_swimsuits_and_bikinis": "Mayolar",
"iot_dry_synthetics": "Sentetik Kurutma",
"iot_dry_synthetic_dry": "Sentetik Kurutma",
"iot_dry_tablecloths": "Masa örtüleri",
"iot_dry_technical_fabrics": "Teknik kumaşlar",
"iot_dry_warm_embrace": "Ilık döndürme",
"iot_dry_wool_dry": "Yünlü kurutma",
"iot_easy_iron": "Kolay Ütüleme",
"iot_fresh_care_steam": "Fresh Care + Buhar",
"iot_hygiene_pro_steam": "Hygiene Pro + Buhar",
"iot_intensive_40_steam": "Yoğun 40°C + Buhar",
"iot_mixed_steam": "Karışık + Buhar",
"iot_mix_and_colour_59_steam": "Karışık ve Renkliler 59' + Buhar",
"iot_perfect_cotton_59_steam": "Kirli Pamuklular 59'",
"iot_rapid_a_class_60_steam": "Hızlı A Sınıfı 60 + Buhar",
"iot_resistant_cotton_steam": "Pamuklular + Buhar",
"iot_shirts_steam": "Gömlek + Buhar",
"iot_single_item_steam": "Tek Çamaşır + Buhar",
"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_synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar",
"iot_wash_and_dry": "Yıkama ve kurutma",
"iot_wash_anti_mites": "Akar önleyici",
"iot_wash_anti_odor": "Koku giderici",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "Dezenfektan",
"iot_wash_baby_sanitizer_steam": "Bebek Dezenfektanı + Buhar",
"iot_wash_backpacks": "Sırt çantaları",
"iot_wash_backpacks_zelig": "Sırt Çantaları",
"iot_wash_bathrobe": "Bornoz ve havlular",
"iot_wash_bathrobe_steam": "Bornoz + Buhar",
"iot_wash_bed_linen": "Çarşaflar",
"iot_wash_bed_linen_steam": "Çarşaflar + Buhar",
"iot_wash_bed_linen_zelig": "Çarşaflar",
"iot_wash_big_single_load": "Büyük tek yük",
"iot_wash_bleaching": "Beyazlatma",
"iot_wash_blood_stains": "Kan lekeleri",
"iot_wash_cashmere": "Kaşmir",
"iot_wash_chocolate_stains": "Çikolata lekeleri",
"iot_wash_cold_wash": "Soğuk Yıkama",
"iot_wash_colored": "Renkli",
"iot_wash_colored_anti_stain": "Renkliler için leke çıkarma",
"iot_wash_colored_delicate": "Renkli hassas",
"iot_wash_coloured": "Renkliler",
"iot_wash_coloured_bed_linen": "Renkli Nevresim",
"iot_wash_coloured_bed_linen_steam": "Renkli Nevresim + Buhar",
"iot_wash_coloured_curtains": "Renkli Perdeler",
"iot_wash_coloured_shirts": "Renkli Gömlekler",
"iot_wash_coloured_shirts_steam": "Renkli Gömlekler + Buhar",
"iot_wash_coloured_steam": "Renkliler + Buhar",
"iot_wash_coloured_tableclothes": "Renkli Masa Örtüsü",
"iot_wash_coloured_tableclothes_steam": "Renkli Masa Örtüsü + Buhar",
"iot_wash_cotton": "Pamuklular",
"iot_wash_cotton_steam": "Pamuklular + Buhar",
"iot_wash_cuddly_toys": "Pelüş hayvanlar",
"iot_wash_curtains": "Perdeler",
"iot_wash_curtains_steam": "Perdeler+Buhar",
"iot_wash_curtains_zelig": "Perdeler",
"iot_wash_dark": "Koyu renkli giysiler",
"iot_wash_darks_and_coloured_44": "Koyu ve renkliler 44'",
"iot_wash_darks_and_coloured_59": "Koyu ve renkliler 59'",
"iot_wash_darks_and_coloured_xl": "Koyu ve renkliler XL",
"iot_wash_dark_steam": "Koyu renkli giysiler + Buhar",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "Narin Çamaşırlar",
"iot_wash_delicate_antiallergy": "Narin çamaşırlar için anti-alerji",
"iot_wash_delicate_antiallergy_steam": "Narin çamaşırlar için anti-alerji + Buhar",
"iot_wash_delicate_antiallergy_zelig": "Narin çamaşırlar için anti-alerji",
"iot_wash_delicate_colors": "Renkli narin çamaşırlar",
"iot_wash_delicate_colors_steam": "Renkliler + Buhar",
"iot_wash_delicate_dark": "Hassas koyu",
"iot_wash_delicate_steam": "Narin Çamaşırlar + Buhar",
"iot_wash_delicate_tablecloths": "Narin masa örtüleri",
"iot_wash_delicate_tablecloths_steam": "Narin masa örtüleri + Buhar",
"iot_wash_delicate_whites": "Hassas beyazlar",
"iot_wash_denim_jeans": "Denim - kot pantolon",
"iot_wash_diving_suits": "Dalgıç elbiseleri",
"iot_wash_diving_suits_zelig": "Dalgıç elbiseleri",
"iot_wash_down_jackets": "Şişme montlar",
"iot_wash_down_jackets_zelig": "Şişme montlar",
"iot_wash_duvet": "Yorgan",
"iot_wash_fruit_stains": "Meyve lekeleri",
"iot_wash_gym_fit": "Fitness - spor kıyafetleri",
"iot_wash_handwash": "Elde yıkama",
"iot_wash_handwash_colored": "Elde yıkama renkli",
"iot_wash_handwash_dark": "Elde yıkama koyu renkli",
"iot_wash_lingerie": "İç çamaşırları",
"iot_wash_masks_refresh": "Maskeleri Yenileme",
"iot_wash_masks_sanification": "Maske Sterilize Etme",
"iot_wash_masks_sanification_steam": "Maske Sterilize Etme + Buhar",
"iot_wash_mats": "Halılar",
"iot_wash_men_s_trousers": "Pantolonları",
"iot_wash_mixed": "Karışık",
"iot_wash_mixed_steam": "Karışık + Buhar",
"iot_wash_mix_and_coloured_44": "Karışık ve renkli 44'",
"iot_wash_mix_and_coloured_59": "Karışık ve renkli 59'",
"iot_wash_mix_and_coloured_xl": "Karışık ve renkli XL",
"iot_wash_new_clothes": "Yeni kıyafetler",
"iot_wash_perfect_white": "Kusursuz beyazlar",
"iot_wash_perfect_white_steam": "Kusursuz beyazlar + Buhar",
"iot_wash_pets": "Evcil hayvan aksesuarları",
"iot_wash_pets_hair_removal": "Evcil Hayvan Tüyü Temizleme",
"iot_wash_pets_odours_stains_removal": "Evcil Hayvan Kokularını ve Lekelerini Giderme",
"iot_wash_pets_steam": "Evcil hayvan aksesuarları",
"iot_wash_playsuits": "Oyun elbiseleri",
"iot_wash_playsuits_steam": "Oyun elbiseleri + Buhar",
"iot_wash_quick_drum_cleaner": "Hızlı tamburlu temizleyici",
"iot_wash_rapid_14": "Hızlı 14",
"iot_wash_rapid_30": "Hızlı 30",
"iot_wash_rapid_44": "Hızlı 44'",
"iot_wash_rapid_59": "Hızlı 59'",
"iot_wash_rapid_59_steam": "Hızlı 59' + Buhar",
"iot_wash_refresh_14_min": "Yenileme 14'",
"iot_wash_resistant_colored": "Dayanıklı renkli",
"iot_wash_resistant_dark": "Dayanıklı koyu renkli",
"iot_wash_resistant_whites": "Dayanıklı beyazlar",
"iot_wash_rinse": "Durulama",
"iot_wash_shirts": "Gömlekler",
"iot_wash_shirts_steam": "Gömlekler + Buhar",
"iot_wash_silk": "İpek",
"iot_wash_ski_suit": "Kayak giysileri",
"iot_wash_ski_suit_zelig": "Kayak giysileri",
"iot_wash_spin": "Sıkma",
"iot_wash_sport": "Spor",
"iot_wash_sport_anti_odor": "Koku Önleyici Spor Giyim",
"iot_wash_sport_anti_odor_zelig": "Koku Önleyici Spor Giyim",
"iot_wash_stains_remover": "Leke çıkarıcı",
"iot_wash_swimsuits_and_bikinis": "Mayolar",
"iot_wash_synthetic": "Sentetikler",
"iot_wash_synthetic_steam": "Sentetikler + Buhar",
"iot_wash_tablecloths": "Masa örtüleri",
"iot_wash_tablecloths_steam": "Masa örtüleri + Buhar",
"iot_wash_technical_fabrics": "Teknik kumaşlar",
"iot_wash_technical_fabrics_zelig": "Teknik kumaşlar",
"iot_wash_technical_jackets": "Teknik ceketler",
"iot_wash_technical_jackets_zelig": "Teknik ceketler",
"iot_wash_trainers": "Spor ayakkabıları",
"iot_wash_whites": "Beyazlar",
"iot_wash_whites_44": "Beyazlar 44'",
"iot_wash_whites_59": "Beyazlar 59'",
"iot_wash_whites_xl": "Beyazlar XL",
"iot_wash_wine_stains": "Şarap lekeleri",
"iot_wash_wool": "Yünlüler",
"jeans": "Kot pantolon",
"jeans_60": "Kot",
"low_dry": "Karışık kurutma",
"mixed": "Karışık",
"mixed_and_colored_59": "Karışık ve Renkliler 59'",
"mixed_steam": "Karışık + Buhar",
"mix_and_colour_59": "Karisik Renkliler 59'",
"mix_and_colour_59_steam": "Karışık ve Renkliler 59' + Buhar",
"night_and_day": "Gece ve Gündüz",
"night_wash": "Gece Programı",
"perfect_59": "Kusursuz 59'",
"perfect_cotton_59": "Kirli Pamuklular 59'",
"perfect_cotton_59_steam": "Kirli Pamuklular 59'",
"perfect_whites_59": "Mükemmel beyazlık 59'",
"rapid_14_min": "Hızlı 14 Dk",
"rapid_30_min": "Hızlı 30 dk",
"rapid_44_min": "Hızlı 44 dk",
"rapid_a_class_60": "Hızlı Sınıf A 60",
"rapid_a_class_60_steam": "Hızlı A Sınıfı 60 + Buhar",
"rapid_wash_and_dry_59_min": "Yıkama ve Kurutma 59'.",
"resistant_cotton": "Pamuklular",
"resistant_cotton_steam": "Pamuklular + Buhar",
"rinse": "Durulama",
"shirts_steam": "Gömlek + Buhar",
"silent_night": "Gece Programı",
"single_item": "Tek Çamaşır",
"single_item_steam": "Tek Çamaşır + Buhar",
"smart_wash": "Akıllı Yıkama",
"soft_care": "Yumuşak Bakım",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "Gunluk Yikama 39'",
"special_39_full_load": "Gunluk Yikama 39'",
"special_39_full_load_steam": "Özel program 39' + Buhar",
"special_49": "Özel 49'",
"sport_39": "Spor 39'",
"sport_plus_29": "Cok Kirli Spor 29\"",
"sport_plus_39": "Col kirli spor 39'",
"steam_39": "Buhar 39'",
"steam_care_pro": "Steam Care Pro",
"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 ",
"synthetics": "Sentetikler",
"synthetic_and_coloured": "Sentetikler ve Renkliler",
"synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "Toplam Bakım",
"tumbling": "Döndürme",
"wool": "Yünlüler",
"wool_and_delicates_49": "Yünlü/Hassas 49'",
"wool_dry": "Yünlü kurutma",
"wool_soft_care": "Yünlü & Hassas"
},
"name": "Program"
},
"programs_ref": {
"state": {
"auto_set": "OTOMATİK AYAR",
"cheese": "Peynir",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Eco modu",
"fruits_and_veg": "Meyve Ve Sebze",
"fruit_and_veg": "Fruit & Veg",
"holiday": "TATİL ",
"keep_fresh": "0° Fresh",
"no_mode_selected": "Hiç mod seçilmedi",
"quick_cool": "HIZLI SOĞUTMA",
"sea_food": "Ready to cook meal",
"soft_frozen": "Soft freezing",
"super_cool": "SUPER COOL",
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "Program"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + Nem giderici",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Isıtma"
}
},
"name": "Program"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "Program"
},
"remaining_time": {
"name": "Kalan süre"

View File

@ -58,7 +58,8 @@
"19": "烘干",
"20": "烘干",
"11": "就绪",
"17": "unknown"
"17": "unknown",
"12": "unkown"
},
"name": "阶段"
},
@ -306,7 +307,8 @@
"woolmark": "Woolmark",
"xxl_load": "XXL Load",
"zoom_59": "缩放 59"
}
},
"name": "程序"
},
"room_temperature": {
"name": "室温"
@ -319,6 +321,562 @@
},
"fridge_temp": {
"name": "冰箱温度"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C 加热功能",
"iot_auto": "自动",
"iot_cool": "冷却",
"iot_dry": "烘干",
"iot_fan": "风扇",
"iot_heat": "加热",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "自净",
"iot_self_clean": "自洁",
"iot_self_clean_56": "无菌清洁 56°C",
"iot_simple_start": "立即启动",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + 自动",
"iot_uv_and_cool": "UV + 制冷",
"iot_uv_and_dry": "UV + 减湿器",
"iot_uv_and_fan": "UV + 风扇",
"iot_uv_and_heat": "UV + 加热"
},
"name": "程序"
},
"programs_dw": {
"state": {
"59_min": "Rapid 59'",
"auto_care": "Auto Care",
"auto_care_soil": "Auto Care",
"auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor",
"auto_universal": "自动通用50℃-60℃",
"auto_universal_plus": "自动通用+ 65℃-75℃",
"auto_universal_plus_soil": "自动通用+ 65℃-75℃",
"auto_universal_soil": "自动通用50℃-60℃",
"auto_wash": "自动洗涤",
"auto_wash_soil": "自动洗涤",
"classe_a_59": "A级1小时65℃",
"delicate": "易碎45℃",
"dishwasher_care": "水垢清洁循环",
"eco": "节能",
"eco_asynch": "经济45℃",
"eco_bldc": "经济45℃",
"eco_synch": "经济45℃",
"gentle_wash": "Gentle wash",
"glass": "玻璃",
"glassware": "玻璃器皿45°C",
"glass_care": "Glass Care",
"hygiene": "卫生",
"hygiene_plus": "消毒洗+75°C",
"intensive": "加强 ",
"intensive_rapid": "强化快速",
"iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "自动通用50℃-60℃",
"iot_auto_wash_soil": "自动洗涤",
"iot_baby_care": "婴儿服",
"iot_breakfast": "早餐",
"iot_checkup": "检测",
"iot_china_crystals": "中式石英器皿",
"iot_classe_a_59": "Rapid 59'",
"iot_cocktail_glasses": "鸡尾酒杯",
"iot_cocktail_glasses_soil": "鸡尾酒杯",
"iot_daily_care": "日常清洗",
"iot_daily_care_soil": "日常清洗",
"iot_delicate": "易碎45℃",
"iot_dinner_for_two": "2人餐",
"iot_dinner_for_two_soil": "2人餐",
"iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "经济45℃",
"iot_eco_bldc": "经济45℃",
"iot_eco_synch": "经济45℃",
"iot_extra_hygiene": "额外消毒",
"iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "家庭聚会",
"iot_jar_quick_cycle": "Jar Quick",
"iot_party": "派对用餐具",
"iot_party_soil": "派对用餐具",
"iot_pizza_menu": "Pizza餐具",
"iot_pizza_menu_soil": "Pizza餐具",
"iot_plastic_tupperware": "塑料餐具",
"iot_porcelain": "瓷器",
"iot_power_mix_wash": "混合洗涤",
"iot_power_mix_wash_soil": "混合洗涤",
"iot_prewash": "预洗",
"iot_pyrex_and_glassware": "玻璃器皿",
"iot_rapid_29": "Rapid 29'",
"iot_rapid_39": "快速 39' 60°C",
"iot_single": "单人餐",
"iot_steam": "蒸汽洗75°C",
"iot_super_flash": "超快洗",
"iot_super_wash": "强力洗涤",
"iot_turbopower": "涡轮动力",
"iot_universal": "通用60°C",
"iot_wok_grids_maxi_pans": "特殊锅类",
"iot_wok_grids_maxi_pans_soil": "特殊锅类",
"iot_yes_quick_cycle": "Yes Quick",
"night": "超静55℃",
"prewash": "预洗",
"rapid_20": "Rapid 20'",
"rapid_24": "Rapid 24'",
"rapid_29": "Rapid 29' 50°C",
"rapid_35": "Wash&Dry 35'",
"rapid_39": "快速 39' 60°C",
"rapid_49": "Rapid 49'",
"rapid_59": "Rapid 59'",
"sanitising": "消毒",
"silence": "Silence",
"silent": "夜间",
"silent_care": "Silent Care",
"smart_ai": "Smart AI",
"smart_ai_pro": "Smart AI Pro",
"smart_ai_pro_soil": "Smart AI Pro",
"smart_ai_rapid": "Smart AI Rapid",
"smart_ai_rapid_soil": "Smart AI Rapid",
"smart_ai_soil": "Smart AI",
"special": "特殊",
"special_pw_prz": "特殊",
"steam": "蒸汽洗75°C",
"steam_plus": "蒸汽 + 75°C",
"total_care": "Total Care 50°C",
"ultra_silence": "超静55℃",
"ultra_silent": "超静55℃",
"universal": "通用60°C",
"universal_plus": "通用+ 70°C",
"zoom_39": "Zoom 39 min"
},
"name": "程序"
},
"programs_ih": {
"state": {
"iot_special_ash_brown": "灰褐色",
"iot_special_beef_fillet": "牛排",
"iot_special_beef_veal_stew": "炖牛肉和小牛肉",
"iot_special_boiled_rice": "煮饭",
"iot_special_chicken_breast": "鸡胸肉",
"iot_special_chicken_legs": "鸡腿",
"iot_special_chocolate_pudding": "巧克力布丁",
"iot_special_entrecote": "肋眼牛排",
"iot_special_fresh_tuna": "新鲜金枪鱼",
"iot_special_grilled_vegetables": "烤蔬菜",
"iot_special_lamb_cutlet": "羔羊肉",
"iot_special_meatballs": "肉丸",
"iot_special_minestrone": "意式什锦蔬菜汤",
"iot_special_mussels": "贻贝",
"iot_special_omelette": "煎蛋",
"iot_special_pancakes": "煎糕饼",
"iot_special_paris_style_peas": "巴黎式豌豆",
"iot_special_poached_eggs": "水煮蛋",
"iot_special_pork_fillet": "猪肉里脊",
"iot_special_pork_ribs": "猪排骨",
"iot_special_prawns": "明虾",
"iot_special_quinoa": "藜麦",
"iot_special_ratatouille": "普罗旺斯蔬菜杂烩",
"iot_special_salmon_fillet": "三文鱼片",
"iot_special_saute_potatoes": "炒土豆",
"iot_special_scallops": "扇贝",
"iot_special_scrambled_eggs": "炒蛋",
"iot_special_spelt": "斯佩耳特小麦",
"iot_special_veggy_noodles": "蔬菜面",
"iot_special_white_fish_fillet": "白鱼片",
"iot_standard_boiling": "Boiling",
"iot_standard_frying": "炸",
"iot_standard_keep_warm": "保温",
"iot_standard_melting": "融化",
"iot_standard_simmering": "Simmering"
},
"name": "程序"
},
"programs_ov": {
"state": {
"bakery": "意大利面和烘焙食品",
"bakery_steam": "烤炉蒸汽",
"bottom_heating": "底部加热 ",
"bottom_heating_fan": "底部加热 + 风扇",
"bread": "面包",
"bread_steam": "蒸烤的面包",
"combi": "Combi",
"convection_fan": "对流 + 风扇",
"convection_fan_turnspit": "对流 + 风扇 + 烤叉",
"conventional": "对流",
"conventional_turnspit": "对流 + 烤叉",
"defrost": "解冻",
"descaling": "除垢",
"fish": "鱼",
"fish_steam": "蒸鱼",
"grill_cata": "烤架",
"grill_fan_cata": "烤架风扇",
"grill_fan_pyro": "烤架 + 风扇",
"grill_pyro": "烤架",
"h20_clean": "H2O-Clean",
"iot_bread": "面包",
"iot_h20_clean": "h2O clean",
"leavening": "发酵",
"low_temp_cooking": "低温烹饪",
"low_temp_cooking_fish": "低温烹饪 - 鱼类",
"low_temp_cooking_fish_steam": "低温烹饪 - 蒸鱼",
"low_temp_cooking_meat": "低温烹饪 - 肉类",
"low_temp_cooking_meat_steam": "低温烹饪 - 蒸肉",
"low_temp_cooking_steam": "低温蒸汽烹饪",
"meat": "肉",
"meat_steam": "肉类蒸汽",
"multi_level": "多层",
"paella": "Paella",
"pasta_and_bakery": "意大利面和烘焙食品",
"pizza": "Pizza",
"pyrolysis": "热解",
"pyrolysis_plus": "热解 +",
"red_meat": "红肉",
"red_meat_steam": "蒸红肉",
"regenerate": "再加热",
"soft_plus": "软+",
"super_grill": "超级烤架",
"tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake",
"tailor_bake_pyro": "Tailor Bake",
"vegetables": "蔬菜",
"vegetables_cata": "蔬菜",
"vegetables_pyro": "蔬菜",
"water_discharge": "排水",
"white_meat": "白肉",
"white_meat_steam": "蒸白肉"
},
"name": "程序"
},
"programs_wm": {
"state": {
"20_degrees_coloured_cottons": "20° 彩色和棉花",
"20_degrees_new_energy_label": "20°C",
"active_steam": "蒸汽",
"active_wash": "活化洗涤",
"active_wash_steam": "活化洗涤",
"allergy_care": "过敏保养",
"allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "一体化 49'",
"all_in_one_59": "一体化 59'",
"all_in_one_59_steam": "活化洗涤 + 蒸汽",
"autocare": "自动护理",
"autoclean": "滚筒清洁",
"baby_60": "婴儿服60℃",
"care_14": "经济保养 14 分",
"care_30": "经济保养 30 分",
"care_44": "经济保养 44 分",
"checkup": "检测",
"colour_59": "彩色衣物 59'",
"colour_59_steam": "Coloureds 59' + 蒸汽",
"cottons": "棉布",
"cottons_prewash": "棉麻+预洗",
"cottons_steam": "棉质 + 蒸汽",
"cotton_care_59": "棉麻洗59\"",
"delicate_59": "精致 59'",
"delicate_silk": "精致丝绸",
"delicate_silk_steam": "精致丝绸 + 蒸汽",
"delicati_59": "精致 59'",
"delicati_59_steam": "精致 59'",
"drain_spin": "脱水 + 甩干",
"easy_iron": "易熨",
"eco_40_60_new_energy_label": "经济 40-60",
"extra_care": "额外保养",
"fitness": "健身衣物",
"fitness_care": "健身衣物",
"fresh_care": "清新护理",
"fresh_care_steam": "清新护理 + 蒸汽",
"handwash_wool": "手洗和羊毛衣物",
"high_dry": "棉质衣物烘干",
"hqd_20_degrees": "棉质 20℃",
"hqd_allergy": "过敏保养",
"hqd_autoclean": "滚筒清洁",
"hqd_babycare": "婴儿服",
"hqd_checkup": "检测",
"hqd_cottons": "棉布",
"hqd_delicate": "精致衣物",
"hqd_delicate_cradle": "精致衣物",
"hqd_dry": "棉质衣物烘干",
"hqd_dry_synthetics": "混合材质烘干",
"hqd_duvet": "羽绒服",
"hqd_eco_40_60_degrees": "经济 40-60",
"hqd_handwash_wool": "羊毛衣物",
"hqd_i_refresh": "i-Refresh",
"hqd_mix": "混合",
"hqd_quick_15": "快速 15'",
"hqd_quick_wash_57": "快速洗涤 57 分钟",
"hqd_rapid_wash_and_dry": "洗涤与烘干",
"hqd_refresh": "Refresh",
"hqd_rinse": "漂洗",
"hqd_shirts": "衬衫",
"hqd_smart": "Smart A.I.",
"hqd_spin": "甩干",
"hqd_sport": "运动装",
"hqd_super_fast": "快速 39",
"hqd_synthetic_and_coloured": "合成纤维",
"hygiene_59": "卫生增强 59 分",
"hygiene_60": "卫生 60°",
"hygiene_plus_59": "卫生增强 59 分",
"hygiene_plus_59_min": "卫生增强 59 分",
"hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + 蒸汽",
"intensive_40": "加强 40°C",
"intensive_40_steam": "Intensive 40°C + 蒸汽",
"iot_active_steam": "蒸汽",
"iot_active_wash_steam": "活化洗涤",
"iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "活化洗涤 + 蒸汽",
"iot_checkup": "检测",
"iot_colour_59_steam": "Coloureds 59' + 蒸汽",
"iot_cottons_steam": "棉质 + 蒸汽",
"iot_delicate_silk_steam": "精致丝绸 + 蒸汽",
"iot_delicati_59_steam": "精致 59'",
"iot_dry_air_refresh": "空气清新",
"iot_dry_anti_mites": "防螨",
"iot_dry_baby": "婴儿",
"iot_dry_backpacks": "背包",
"iot_dry_bathrobe": "浴衣和透气织物",
"iot_dry_bed_linen": "床单",
"iot_dry_cotton_dry": "棉质衣物烘干",
"iot_dry_cuddly_toys": "毛绒玩具",
"iot_dry_curtains": "窗帘",
"iot_dry_dehumidifier": "除湿机",
"iot_dry_delicates_antiallergy": "精致衣物 - 抗过敏",
"iot_dry_delicate_tablecloths": "精致桌布",
"iot_dry_denim_jeans": "牛仔布 - 牛仔裤",
"iot_dry_easy_iron_cotton": "轻松熨烫 - 棉布",
"iot_dry_easy_iron_synthetics": "轻松熨烫 - 合成纤维",
"iot_dry_gym_fit": "运动 - 健身衣物",
"iot_dry_lingerie": "内衣",
"iot_dry_mixed_dry": "混合材质烘干",
"iot_dry_rapid_60_min_delicates": "快速 60' - 精致衣物",
"iot_dry_shirts": "衬衫",
"iot_dry_swimsuits_and_bikinis": "泳衣",
"iot_dry_synthetics": "合成纤维烘干",
"iot_dry_synthetic_dry": "合成纤维烘干",
"iot_dry_tablecloths": "桌布",
"iot_dry_technical_fabrics": "工艺织物",
"iot_dry_warm_embrace": "中温烘干",
"iot_dry_wool_dry": "羊毛衣物烘干",
"iot_easy_iron": "易熨",
"iot_fresh_care_steam": "清新护理 + 蒸汽",
"iot_hygiene_pro_steam": "Hygiene Pro + 蒸汽",
"iot_intensive_40_steam": "Intensive 40°C + 蒸汽",
"iot_mixed_steam": "混合 + 蒸汽",
"iot_mix_and_colour_59_steam": "混合材质和彩色 59' + 蒸汽",
"iot_perfect_cotton_59_steam": "完美棉质 59 分",
"iot_rapid_a_class_60_steam": "快速 A 级 60 + 蒸汽",
"iot_resistant_cotton_steam": "棉质 + 蒸汽",
"iot_shirts_steam": "衬衫 + 蒸汽",
"iot_single_item_steam": "单件物品 + 蒸汽",
"iot_smart_wash": "智能洗涤",
"iot_soft_care_steam": "Soft Care + Steam",
"iot_special_39_full_load_steam": "专用 39' + 蒸汽",
"iot_steam_hygiene_plus": "卫生增强蒸汽 ",
"iot_synthetic_and_coloured_steam": "化纤和彩色 + 蒸汽",
"iot_wash_and_dry": "洗涤与烘干",
"iot_wash_anti_mites": "防螨",
"iot_wash_anti_odor": "防异味",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "消毒",
"iot_wash_baby_sanitizer_steam": "婴儿用品消毒 + 蒸汽",
"iot_wash_backpacks": "背包",
"iot_wash_backpacks_zelig": "背包",
"iot_wash_bathrobe": "浴袍和毛巾",
"iot_wash_bathrobe_steam": "浴衣 + 蒸汽",
"iot_wash_bed_linen": "床单",
"iot_wash_bed_linen_steam": "床单 + 蒸汽",
"iot_wash_bed_linen_zelig": "床单",
"iot_wash_big_single_load": "单件大衣物",
"iot_wash_bleaching": "漂白",
"iot_wash_blood_stains": "血迹",
"iot_wash_cashmere": "羊绒",
"iot_wash_chocolate_stains": "巧克力渍",
"iot_wash_cold_wash": "冷洗",
"iot_wash_colored": "彩色",
"iot_wash_colored_anti_stain": "去除彩色织物上的污渍",
"iot_wash_colored_delicate": "彩色精致",
"iot_wash_coloured": "颜色",
"iot_wash_coloured_bed_linen": "彩色床单",
"iot_wash_coloured_bed_linen_steam": "彩色床单 + 蒸汽",
"iot_wash_coloured_curtains": "彩色窗帘",
"iot_wash_coloured_shirts": "彩色衬衫",
"iot_wash_coloured_shirts_steam": "彩色衬衫 + 蒸汽",
"iot_wash_coloured_steam": "彩色 + 蒸汽",
"iot_wash_coloured_tableclothes": "彩色桌布",
"iot_wash_coloured_tableclothes_steam": "彩色桌布 + 蒸汽",
"iot_wash_cotton": "棉布",
"iot_wash_cotton_steam": "棉质 + 蒸汽",
"iot_wash_cuddly_toys": "毛绒玩具",
"iot_wash_curtains": "窗帘",
"iot_wash_curtains_steam": "窗帘 + 蒸汽",
"iot_wash_curtains_zelig": "窗帘",
"iot_wash_dark": "深色衣物",
"iot_wash_darks_and_coloured_44": "深色与彩色 44'",
"iot_wash_darks_and_coloured_59": "深色与彩色 59'",
"iot_wash_darks_and_coloured_xl": "深色和彩色 XL",
"iot_wash_dark_steam": "深色物品 + 蒸汽",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "精致衣物",
"iot_wash_delicate_antiallergy": "精致衣物的抗过敏程序",
"iot_wash_delicate_antiallergy_steam": "抗过敏精致衣物 + 蒸汽",
"iot_wash_delicate_antiallergy_zelig": "精致衣物的抗过敏程序",
"iot_wash_delicate_colors": "颜色精致衣物",
"iot_wash_delicate_colors_steam": "彩色 + 蒸汽",
"iot_wash_delicate_dark": "精致深色",
"iot_wash_delicate_steam": "精致衣物 + 蒸汽",
"iot_wash_delicate_tablecloths": "精致桌布",
"iot_wash_delicate_tablecloths_steam": "精致桌布 + 蒸汽",
"iot_wash_delicate_whites": "精致白色衣物",
"iot_wash_denim_jeans": "牛仔布 - 牛仔裤",
"iot_wash_diving_suits": "潜水服",
"iot_wash_diving_suits_zelig": "潜水服",
"iot_wash_down_jackets": "羽绒服",
"iot_wash_down_jackets_zelig": "羽绒服",
"iot_wash_duvet": "羽绒服",
"iot_wash_fruit_stains": "水果渍",
"iot_wash_gym_fit": "运动 - 健身衣物",
"iot_wash_handwash": "手洗",
"iot_wash_handwash_colored": "彩色手洗",
"iot_wash_handwash_dark": "深色手洗",
"iot_wash_lingerie": "内衣",
"iot_wash_masks_refresh": "口罩清洗",
"iot_wash_masks_sanification": "口罩消毒",
"iot_wash_masks_sanification_steam": "口罩消毒 + 蒸汽",
"iot_wash_mats": "地毯",
"iot_wash_men_s_trousers": "裤子",
"iot_wash_mixed": "混合材质",
"iot_wash_mixed_steam": "混合 + 蒸汽",
"iot_wash_mix_and_coloured_44": "混合材质和彩色 44'",
"iot_wash_mix_and_coloured_59": "混合材质和彩色 59'",
"iot_wash_mix_and_coloured_xl": "混合材质和彩色 XL",
"iot_wash_new_clothes": "新衣物",
"iot_wash_perfect_white": "完美白色",
"iot_wash_perfect_white_steam": "完美白色 + 蒸汽",
"iot_wash_pets": "宠物用品",
"iot_wash_pets_hair_removal": "宠物毛发清除",
"iot_wash_pets_odours_stains_removal": "宠物异味和污渍清除",
"iot_wash_pets_steam": "宠物用品",
"iot_wash_playsuits": "运动装",
"iot_wash_playsuits_steam": "运动装 + 蒸汽",
"iot_wash_quick_drum_cleaner": "快速滚筒清洁器",
"iot_wash_rapid_14": "快速 14",
"iot_wash_rapid_30": "快速 30",
"iot_wash_rapid_44": "快速 44",
"iot_wash_rapid_59": "快速 59",
"iot_wash_rapid_59_steam": "快速 59' + 蒸汽",
"iot_wash_refresh_14_min": "清新 14'",
"iot_wash_resistant_colored": "韧性彩色衣物",
"iot_wash_resistant_dark": "韧性深色衣物",
"iot_wash_resistant_whites": "韧性白色衣物",
"iot_wash_rinse": "漂洗",
"iot_wash_shirts": "衬衫",
"iot_wash_shirts_steam": "衬衫 + 蒸汽",
"iot_wash_silk": "丝绸",
"iot_wash_ski_suit": "滑雪服",
"iot_wash_ski_suit_zelig": "滑雪服",
"iot_wash_spin": "甩干",
"iot_wash_sport": "运动装",
"iot_wash_sport_anti_odor": "防体味运动服",
"iot_wash_sport_anti_odor_zelig": "防体味运动服",
"iot_wash_stains_remover": "去污",
"iot_wash_swimsuits_and_bikinis": "泳衣",
"iot_wash_synthetic": "合成纤维",
"iot_wash_synthetic_steam": "合成纤维 + 蒸汽",
"iot_wash_tablecloths": "桌布",
"iot_wash_tablecloths_steam": "桌布 + 蒸汽",
"iot_wash_technical_fabrics": "工艺织物",
"iot_wash_technical_fabrics_zelig": "工艺织物",
"iot_wash_technical_jackets": "冲锋衣",
"iot_wash_technical_jackets_zelig": "冲锋衣",
"iot_wash_trainers": "运动鞋",
"iot_wash_whites": "白色衣物",
"iot_wash_whites_44": "白色衣物 44'",
"iot_wash_whites_59": "白色衣物 59'",
"iot_wash_whites_xl": "白色衣物 XL",
"iot_wash_wine_stains": "葡萄酒渍",
"iot_wash_wool": "羊毛衣物",
"jeans": "牛仔裤",
"jeans_60": "牛仔裤",
"low_dry": "混合材质烘干",
"mixed": "混合材质",
"mixed_and_colored_59": "混合材质和彩色 59'",
"mixed_steam": "混合 + 蒸汽",
"mix_and_colour_59": "混合和彩色 59 分",
"mix_and_colour_59_steam": "混合材质和彩色 59' + 蒸汽",
"night_and_day": "晚间和日间",
"night_wash": "过夜循环",
"perfect_59": "完美 59'",
"perfect_cotton_59": "完美棉质 59 分",
"perfect_cotton_59_steam": "完美棉质 59 分",
"perfect_whites_59": "完美护色 59'",
"rapid_14_min": "快洗14分钟",
"rapid_30_min": "30分钟快洗",
"rapid_44_min": "44分钟快洗",
"rapid_a_class_60": "快速 A 级 60",
"rapid_a_class_60_steam": "快速 A 级 60 + 蒸汽",
"rapid_wash_and_dry_59_min": "洗涤并烘干 59'",
"resistant_cotton": "棉布",
"resistant_cotton_steam": "棉质 + 蒸汽",
"rinse": "漂洗",
"shirts_steam": "衬衫 + 蒸汽",
"silent_night": "过夜循环",
"single_item": "单件商品",
"single_item_steam": "单件物品 + 蒸汽",
"smart_wash": "智能洗涤",
"soft_care": "柔软保养",
"soft_care_steam": "Soft Care + Steam",
"soft_care_steam_title": "Soft Care + Steam",
"special_39": "每日 39 分",
"special_39_full_load": "每日 39 分",
"special_39_full_load_steam": "专用 39' + 蒸汽",
"special_49": "专用 49'",
"sport_39": "运动装 39'",
"sport_plus_29": "运动增强 29 分",
"sport_plus_39": "运动增强 39 分",
"steam_39": "蒸汽 39'",
"steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro - 棉",
"steam_care_pro_delicates": "Steam Care Pro - 精致衣物",
"steam_care_pro_synthetic": "Steam Care Pro - 化纤",
"steam_hygiene_plus": "卫生增强蒸汽 ",
"synthetics": "合成纤维",
"synthetic_and_coloured": "合成纤维和彩色衣物",
"synthetic_and_coloured_steam": "化纤和彩色 + 蒸汽",
"tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "全面护理",
"tumbling": "滚筒烘干",
"wool": "羊毛衣物",
"wool_and_delicates_49": "羊毛",
"wool_dry": "羊毛衣物烘干",
"wool_soft_care": "羊毛"
},
"name": "程序"
},
"programs_ref": {
"state": {
"auto_set": "AUTO-SET自动设置",
"cheese": "奶酪",
"chiller": "Quick cool",
"cold_drinks": "Soft chill",
"eco": "Eco",
"eco_mode": "Eco 模式",
"fruits_and_veg": "Fruit&Veg水果和蔬菜",
"fruit_and_veg": "Fruit & Veg",
"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超级冷却",
"super_freeze": "SUPER FREEZE超级冷冻",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
},
"name": "程序"
}
},
"select": {
@ -1030,7 +1588,8 @@
"iot_uv_and_dry": "UV + 减湿器",
"iot_uv_and_fan": "UV + 风扇",
"iot_uv_and_heat": "UV + 加热"
}
},
"name": "程序"
},
"programs_ref": {
"state": {
@ -1052,7 +1611,8 @@
"super_freeze": "SUPER FREEZE超级冷冻",
"tea": "Cold drinks or Beverages",
"zero_fresh": "0° Fresh"
}
},
"name": "程序"
},
"remaining_time": {
"name": "剩余时间"

View File

@ -62,6 +62,7 @@ Support has been confirmed for these models, but many more will work. Please add
- Haier XIB 3B2SFS-80
- Haier XIB 6B2D3FB
- Candy BCTDH7A1TE
- Candy CCE4T620EWU
- Candy CIS633SCTTWIFI
- Candy CSOE C10DE-80
- Candy ROE H9A3TCEX-S

View File

@ -40,7 +40,13 @@ PROGRAMS = {
"programs_ref": "PROGRAMS.REF",
},
"sensor": {
"programs_ac": "PROGRAMS.AC",
"programs_dw": "PROGRAMS.DW",
"programs_ih": "PROGRAMS.IH",
"programs_ov": "PROGRAMS.OV",
"programs_td": "PROGRAMS.TD",
"programs_wm": "PROGRAMS.WM_WD",
"programs_ref": "PROGRAMS.REF",
},
}
@ -161,6 +167,8 @@ NAMES = {
"programs_ov": "WC.SET_PROGRAM.PROGRAM",
"programs_td": "WC.SET_PROGRAM.PROGRAM",
"programs_wm": "WC.SET_PROGRAM.PROGRAM",
"programs_ac": "WC.SET_PROGRAM.PROGRAM",
"programs_ref": "WC.SET_PROGRAM.PROGRAM",
"eco_pilot": "AC.PROGRAM_DETAIL.ECO_PILOT",
"remaining_time": "ENROLLMENT_COMMON.GENERAL.REMAINING_TIME",
"ref_zones": "IH.COMMON.COIL",
@ -212,6 +220,13 @@ NAMES = {
],
"freezer_temp": "REF_CMD&CTRL.TEMPERATURE_DRAWER_FREEZER.FREEZER_TEMPERATURE_TITLE",
"fridge_temp": "REF_CMD&CTRL.TEMPERATURE_DRAWER_FRIDGE.FRIDGE_TEMPERATURE_TITLE",
"programs_dw": "WC.SET_PROGRAM.PROGRAM",
"programs_ih": "WC.SET_PROGRAM.PROGRAM",
"programs_ov": "WC.SET_PROGRAM.PROGRAM",
"programs_td": "WC.SET_PROGRAM.PROGRAM",
"programs_wm": "WC.SET_PROGRAM.PROGRAM",
"programs_ac": "WC.SET_PROGRAM.PROGRAM",
"programs_ref": "WC.SET_PROGRAM.PROGRAM",
},
"number": {
"power_management": "HINTS.COOKING_WITH_INDUCTION.POWER_MANAGEMENT",