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

29 lines
853 B
JSON
Raw Normal View History

2019-11-09 00:32:20 +00:00
{
"device_automation": {
"action_type": {
"clean": "Looss {entity_name} botzen",
"dock": "Sch\u00e9ck {entity_name} z\u00e9reck zur Statioun"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-09 00:32:20 +00:00
"is_cleaning": "{entity_name} botzt",
"is_docked": "{entity_name} ass an der Statioun"
},
"trigger_type": {
"cleaning": "{entity_name} huet ugefaange mam botzen",
"docked": "{entity_name} an der Statioun"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "Botzt",
"docked": "Agedockt",
"error": "Feeler",
"idle": "Waart",
"off": "Aus",
"on": "Un",
"paused": "Pauseiert",
"returning": "K\u00ebnnt zur Statioun zer\u00e9ck"
}
},
2020-04-16 20:00:10 +00:00
"title": "Staubsauger"
2019-11-09 00:32:20 +00:00
}