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

22 lines
590 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
2020-11-05 00:10:11 +00:00
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
"not_songpal_device": "Pole Songpal seade"
2020-10-12 00:03:31 +00:00
},
"error": {
"cannot_connect": "\u00dchendamine nurjus"
},
"flow_title": "Sony Songpal {name} ( {host} )",
"step": {
"init": {
"description": "Kas soovite seadistada {name}({host})?"
2020-11-11 00:10:27 +00:00
},
"user": {
"data": {
"endpoint": "L\u00f5pppunkt"
}
2020-10-12 00:03:31 +00:00
}
2020-10-09 00:04:33 +00:00
}
}
}