core/homeassistant/components/humidifier/translations/bg.json

14 lines
449 B
JSON
Raw Normal View History

2020-12-20 00:04:36 +00:00
{
2021-11-04 00:12:21 +00:00
"device_automation": {
"condition_type": {
"is_off": "{entity_name} \u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e",
"is_on": "{entity_name} \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
}
},
2020-12-20 00:04:36 +00:00
"state": {
"_": {
2021-11-04 00:12:21 +00:00
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d",
"on": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d"
2020-12-20 00:04:36 +00:00
}
}
}