core/homeassistant/components/climate/translations/it.json

130 lines
4.3 KiB
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"action_type": {
"set_hvac_mode": "Cambia modalit\u00e0 HVAC su {entity_name}",
2023-01-08 00:26:22 +00:00
"set_preset_mode": "Modifica modalit\u00e0 su {entity_name}"
2019-11-08 00:32:12 +00:00
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-08 00:32:12 +00:00
"is_hvac_mode": "{entity_name} \u00e8 impostato su una modalit\u00e0 HVAC specifica",
"is_preset_mode": "{entity_name} \u00e8 impostato su una modalit\u00e0 preimpostata specifica"
},
"trigger_type": {
"current_humidity_changed": "{entity_name} umidit\u00e0 misurata modificata",
"current_temperature_changed": "{entity_name} temperatura misurata cambiata",
"hvac_mode_changed": "{entity_name} modalit\u00e0 HVAC modificata"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Auto",
"cool": "Freddo",
"dry": "Secco",
"fan_only": "Solo ventilatore",
"heat": "Caldo",
"heat_cool": "Caldo/Freddo",
"off": "Spento"
}
},
2022-12-13 00:27:47 +00:00
"state_attributes": {
"_": {
"aux_heat": {
"name": "Riscaldamento ausiliario"
},
"current_humidity": {
"name": "Umidit\u00e0 attuale"
},
"current_temperature": {
"name": "Temperatura attuale"
},
"fan_mode": {
"name": "Modalit\u00e0 ventilatore",
"state": {
"auto": "Automatico",
"diffuse": "Diffuso",
"focus": "Messa a fuoco",
"high": "Alto",
"low": "Basso",
"medium": "Medio",
"middle": "Mezzo",
"off": "Spento",
"on": "Acceso",
"top": "Superiore"
}
},
"fan_modes": {
"name": "Modalit\u00e0 di ventilazione"
},
2022-12-15 00:24:38 +00:00
"humidity": {
"name": "Umidit\u00e0 desiderata"
},
"hvac_action": {
"name": "Azione in corso",
"state": {
"cooling": "Raffreddamento",
"drying": "Deumidificazione",
"fan": "Ventilatore",
"heating": "Riscaldamento",
"idle": "Inattivo",
"off": "Spento"
}
},
"hvac_modes": {
"name": "Modalit\u00e0 HVAC"
},
"max_humidity": {
"name": "Umidit\u00e0 desiderata massima"
},
"max_temp": {
"name": "Temperatura desiderata massima"
},
"min_humidity": {
"name": "Umidit\u00e0 desiderata minima"
},
"min_temp": {
"name": "Temperatura desiderata minima"
},
2022-12-13 00:27:47 +00:00
"preset_mode": {
2022-12-15 00:24:38 +00:00
"name": "Preimpostato",
2022-12-13 00:27:47 +00:00
"state": {
2022-12-15 00:24:38 +00:00
"activity": "Attivit\u00e0",
"away": "Fuori casa",
"boost": "Velocizza",
"comfort": "Comfort",
"eco": "Eco",
"home": "In casa",
2022-12-13 00:27:47 +00:00
"none": "Nessuno",
"sleep": "Notte"
}
},
"preset_modes": {
2023-01-08 00:26:22 +00:00
"name": "Modalit\u00e0"
2022-12-13 00:27:47 +00:00
},
"swing_mode": {
"name": "Modalit\u00e0 di oscillazione",
"state": {
"both": "Entrambi",
"horizontal": "Orizzontale",
"off": "Spento",
"on": "Acceso",
"vertical": "Verticale"
}
},
"swing_modes": {
"name": "Modalit\u00e0 di oscillazione"
},
"target_temp_high": {
"name": "Temperatura obiettivo pi\u00f9 alta"
},
"target_temp_low": {
"name": "Temperatura obiettivo pi\u00f9 bassa"
},
"target_temp_step": {
"name": "passo di temperatura obiettivo"
},
"temperature": {
2023-01-08 00:26:22 +00:00
"name": "Temperatura desiderata"
2022-12-13 00:27:47 +00:00
}
}
},
2020-04-16 20:00:10 +00:00
"title": "Termostato"
2019-11-08 00:32:12 +00:00
}