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

18 lines
438 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-02-03 10:46:49 +00:00
"device_automation": {
"action_type": {
"close": "{entity_name} kapat",
"open": "{entity_name} a\u00e7\u0131n"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "Kapal\u0131",
"closing": "Kapan\u0131yor",
"open": "A\u00e7\u0131k",
"opening": "A\u00e7\u0131l\u0131yor",
"stopped": "Durduruldu"
}
},
2020-04-16 20:00:10 +00:00
"title": "Panjur"
}