core/homeassistant/components/switch/translations/uk.json

15 lines
524 B
JSON

{
"device_automation": {
"trigger_type": {
"turned_off": "{entity_name} \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e",
"turned_on": "{entity_name} \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e"
}
},
"state": {
"_": {
"off": "\u0412\u0438\u043c\u043a\u043d\u0435\u043d\u043e",
"on": "\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e"
}
},
"title": "\u041f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u0447"
}