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

94 lines
3.1 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}",
"set_preset_mode": "Modifica preimpostazione su {entity_name}"
},
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"
},
"preset_mode": {
"state": {
"none": "Nessuno",
"sleep": "Notte"
}
},
"preset_modes": {
"name": "Preimpostazioni"
},
"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": {
"name": "Temperatura obiettivo"
}
}
},
2020-04-16 20:00:10 +00:00
"title": "Termostato"
2019-11-08 00:32:12 +00:00
}