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

31 lines
936 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",
"no_server_found": "LMS serverit ei leitud."
2020-10-09 00:04:33 +00:00
},
2020-10-10 00:05:05 +00:00
"error": {
2020-10-12 00:03:31 +00:00
"cannot_connect": "\u00dchendamine nurjus",
"invalid_auth": "Tuvastamine nurjus",
2020-11-05 00:10:11 +00:00
"no_server_found": "Serverit ei \u00f5nnestunud automaatselt tuvastada.",
2020-10-12 00:03:31 +00:00
"unknown": "Tundmatu viga"
2020-10-10 00:05:05 +00:00
},
2020-10-12 00:03:31 +00:00
"flow_title": "Logitech Squeezebox: {host}",
2020-10-09 00:04:33 +00:00
"step": {
"edit": {
"data": {
2020-10-12 00:03:31 +00:00
"host": "",
2020-10-09 00:04:33 +00:00
"password": "Salas\u00f5na",
2020-10-12 00:03:31 +00:00
"port": "",
2020-10-09 00:04:33 +00:00
"username": "Kasutajanimi"
2020-11-05 00:10:11 +00:00
},
"title": "\u00dchenduse teabe muutmine"
2020-10-12 00:03:31 +00:00
},
"user": {
"data": {
"host": ""
2020-11-11 12:25:22 +00:00
}
2020-10-09 00:04:33 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-10-09 00:04:33 +00:00
}