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

19 lines
629 B
JSON

{
"config": {
"abort": {
"already_configured": "\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0430"
}
},
"entity": {
"sensor": {
"season": {
"state": {
"autumn": "\u0415\u0441\u0435\u043d",
"spring": "\u041f\u0440\u043e\u043b\u0435\u0442",
"summer": "\u041b\u044f\u0442\u043e",
"winter": "\u0417\u0438\u043c\u0430"
}
}
}
}
}