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

29 lines
889 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-10-10 00:05:05 +00:00
"device_automation": {
"action_type": {
"clean": "Nechat {entity_name} ukl\u00edzet",
"dock": "Nechat {entity_name} vr\u00e1tit se do stanice"
},
"condition_type": {
"is_cleaning": "{entity_name} ukl\u00edz\u00ed",
"is_docked": "{entity_name} je ve stanici"
},
"trigger_type": {
"cleaning": "{entity_name} zah\u00e1jil \u00faklid",
"docked": "{entity_name} p\u0159ijel do stanice"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2020-10-10 00:05:05 +00:00
"cleaning": "Ukl\u00edz\u00ed",
"docked": "Ve stanici",
2020-04-20 23:33:54 +00:00
"error": "Chyba",
"idle": "Ne\u010dinn\u00fd",
2020-10-10 00:05:05 +00:00
"off": "Vypnuto",
"on": "Zapnuto",
2020-04-20 23:33:54 +00:00
"paused": "Pozastaveno",
"returning": "N\u00e1vrat do stanice"
}
},
2020-04-16 20:00:10 +00:00
"title": "Vysava\u010d"
}