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

35 lines
877 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
2022-11-23 00:26:26 +00:00
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
2022-02-20 00:20:09 +00:00
"error": {
"invalid_auth": "Neplatn\u00e9 overenie",
"name_exists": "N\u00e1zov u\u017e existuje"
},
"step": {
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-02-20 00:20:09 +00:00
"name": "N\u00e1zov",
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
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frekvencia aktualiz\u00e1cie"
}
}
}
2022-02-20 00:20:09 +00:00
}
}