core/homeassistant/components/songpal/translations/ru.json

22 lines
1022 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-08-27 00:04:55 +00:00
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.",
2020-05-13 18:27:21 +00:00
"not_songpal_device": "\u041d\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e Songpal."
},
"error": {
2020-08-27 00:04:55 +00:00
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f."
2020-05-13 18:27:21 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c {name} ({host})?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "\u041a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u0442\u043e\u0447\u043a\u0430"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}