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

18 lines
496 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"device_automation": {
"action_type": {
"set_humidity": "Impostare l'umidit\u00e0 per {entity_name}",
"set_mode": "Cambiare la modalit\u00e0 di {entity_name}",
"toggle": "Commuta {entity_name}",
"turn_off": "Disattivare {entity_name}",
"turn_on": "Attivare {entity_name}"
}
},
"state": {
"_": {
"off": "Spento",
"on": "Acceso"
}
},
"title": "Umidificatore"
}