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

39 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"device_automation": {
2020-03-02 00:31:47 +00:00
"action_type": {
"close": "Chiudi {entity_name}",
"close_tilt": "Chiudi l'inclinazione di {entity_name}",
"open": "Apri {entity_name}",
"open_tilt": "Apri l'inclinazione di {entity_name}",
2020-11-20 00:06:26 +00:00
"set_position": "Imposta l'apertura di {entity_name}",
"set_tilt_position": "Imposta l'inclinazione di {entity_name}",
2020-08-03 00:02:55 +00:00
"stop": "Ferma {entity_name}"
2020-03-02 00:31:47 +00:00
},
2019-10-19 00:32:15 +00:00
"condition_type": {
2020-11-20 00:06:26 +00:00
"is_closed": "{entity_name} \u00e8 chiusa",
2019-10-19 00:32:15 +00:00
"is_closing": "{entity_name} si sta chiudendo",
2020-11-20 00:06:26 +00:00
"is_open": "{entity_name} \u00e8 aperta",
2019-11-02 00:31:48 +00:00
"is_opening": "{entity_name} si sta aprendo",
2020-11-20 00:06:26 +00:00
"is_position": "L'apertura attuale di {entity_name} \u00e8",
"is_tilt_position": "L'inclinazione attuale di {entity_name} \u00e8"
2019-11-02 00:31:48 +00:00
},
"trigger_type": {
2020-11-20 00:06:26 +00:00
"closed": "{entity_name} chiusa",
2019-11-02 00:31:48 +00:00
"closing": "{entity_name} in chiusura",
2020-11-20 00:06:26 +00:00
"opened": "{entity_name} aperta",
2019-11-02 00:31:48 +00:00
"opening": "{entity_name} in apertura",
2020-11-20 00:06:26 +00:00
"position": "{entity_name} variazioni di apertura",
"tilt_position": "{entity_name} variazioni d'inclinazione"
2019-10-19 00:32:15 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2020-11-20 00:06:26 +00:00
"closed": "Chiusa",
2020-04-20 23:33:54 +00:00
"closing": "In chiusura",
2020-11-20 00:06:26 +00:00
"open": "Aperta",
2020-04-20 23:33:54 +00:00
"opening": "In apertura",
2020-11-20 00:06:26 +00:00
"stopped": "Arrestata"
2020-04-20 23:33:54 +00:00
}
},
2020-11-20 00:06:26 +00:00
"title": "Serrande"
2019-10-19 00:32:15 +00:00
}