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

27 lines
838 B
JSON
Raw Normal View History

2019-09-07 00:32:45 +00:00
{
"device_automation": {
"action_type": {
2020-03-02 00:31:47 +00:00
"brightness_decrease": "Riduci la luminosit\u00e0 di {entity_name}",
"brightness_increase": "Aumenta la luminosit\u00e0 di {entity_name}",
2020-04-16 00:04:36 +00:00
"flash": "Flash {entity_name}",
2019-09-10 00:32:37 +00:00
"toggle": "Commuta {entity_name}",
"turn_off": "Spegnere {entity_name}",
"turn_on": "Accendere {entity_name}"
2019-09-07 00:32:45 +00:00
},
"condition_type": {
2019-09-10 00:32:37 +00:00
"is_off": "{entity_name} \u00e8 disattivato",
"is_on": "{entity_name} \u00e8 attivo"
2019-09-07 00:32:45 +00:00
},
"trigger_type": {
2019-09-19 00:32:15 +00:00
"turned_off": "{entity_name} disattivato",
"turned_on": "{entity_name} attivato"
2019-09-07 00:32:45 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2020-05-01 00:02:55 +00:00
"off": "Spenta",
"on": "Accesa"
2020-04-20 23:33:54 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "Luce"
2019-09-07 00:32:45 +00:00
}