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

29 lines
846 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"action_type": {
"clean": "Lascia pulire {entity_name}",
"dock": "Lascia che {entity_name} ritorni alla base"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-08 00:32:12 +00:00
"is_cleaning": "{entity_name} sta pulendo",
"is_docked": "{entity_name} \u00e8 agganciato alla base"
},
"trigger_type": {
"cleaning": "{entity_name} ha iniziato la pulizia",
"docked": "{entity_name} agganciato"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "Pulendo",
"docked": "In base",
"error": "Errore",
"idle": "Inattivo",
"off": "Spento",
"on": "Acceso",
"paused": "In pausa",
"returning": "Ritorno alla base"
}
},
2020-04-16 20:00:10 +00:00
"title": "Aspirapolvere"
2019-11-08 00:32:12 +00:00
}