core/homeassistant/components/synology_dsm/translations/sk.json

33 lines
939 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
"abort": {
2022-05-16 00:24:28 +00:00
"already_configured": "Zariadenie je u\u017e nakonfigurovan\u00e9",
2022-02-20 00:20:09 +00:00
"reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9"
},
"error": {
"invalid_auth": "Neplatn\u00e9 overenie"
},
2022-11-19 00:26:11 +00:00
"flow_title": "{name} ({host})",
2022-02-20 00:20:09 +00:00
"step": {
"link": {
"data": {
2022-11-21 00:26:41 +00:00
"password": "Heslo",
2022-02-20 00:20:09 +00:00
"port": "Port"
2022-11-23 00:26:26 +00:00
},
"description": "Chcete nastavi\u0165 {name} ({host})?"
2022-02-20 00:20:09 +00:00
},
2022-11-21 00:26:41 +00:00
"reauth_confirm": {
"data": {
"password": "Heslo"
}
},
2022-02-20 00:20:09 +00:00
"user": {
"data": {
2022-11-19 00:26:11 +00:00
"host": "Hostite\u013e",
2022-11-21 00:26:41 +00:00
"password": "Heslo",
2022-02-20 00:20:09 +00:00
"port": "Port"
}
}
}
}
}