core/homeassistant/components/cover/translations/is.json

24 lines
687 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2022-10-07 00:38:36 +00:00
"device_automation": {
"condition_type": {
2022-11-19 00:26:11 +00:00
"is_closed": "{entity_name} er loku\u00f0",
"is_closing": "{entity_name} er a\u00f0 loka",
"is_open": "{entity_name} er opin",
"is_opening": "{entity_name} er a\u00f0 opnast"
2022-10-07 00:38:36 +00:00
},
"trigger_type": {
"closed": "{entity_name} loku\u00f0",
"opened": "{entity_name} opnu\u00f0"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "Loka\u00f0",
"closing": "Loka",
"open": "Opin",
"opening": "Opna",
"stopped": "St\u00f6\u00f0vu\u00f0"
}
},
2020-04-16 20:00:10 +00:00
"title": "Gluggatj\u00f6ld"
}