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

29 lines
842 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-09-20 00:05:00 +00:00
"device_automation": {
"action_type": {
"clean": "{entity_name} puhastamise lubamine",
"dock": "Laske {entity_name} dokki naasta"
},
"condition_type": {
"is_cleaning": "{entity_name} puhastab",
"is_docked": "{entity_name} on emajaamas"
},
"trigger_type": {
"cleaning": "{entity_name} alustas puhastamist",
"docked": "{entity_name} on emajaamas"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "Puhastamine",
"docked": "Dokitud",
"error": "Viga",
"idle": "Ootel",
"off": "V\u00e4ljas",
"on": "Sees",
2020-09-19 00:07:12 +00:00
"paused": "Pausil",
"returning": "P\u00f6\u00f6rdun tagasi laadimisjaama"
2020-04-20 23:33:54 +00:00
}
},
2020-09-23 00:05:01 +00:00
"title": "Tolmuimeja"
2020-04-16 20:00:10 +00:00
}