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

13 lines
378 B
JSON
Raw Normal View History

2019-10-29 00:32:16 +00:00
{
"device_automation": {
"action_type": {
"lock": "Zamknout {entity_name}",
"open": "Otev\u0159\u00edt {entity_name}",
"unlock": "Odemknout {entity_name}"
},
"condition_type": {
"is_locked": "{entity_name} je uzam\u010deno",
"is_unlocked": "{entity_name} je odem\u010deno"
}
}
}