core/homeassistant/components/vlc_telnet/translations/hu.json

36 lines
1.3 KiB
JSON
Raw Normal View History

2021-10-16 00:12:06 +00:00
{
"config": {
"abort": {
"already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van",
2021-10-19 00:12:08 +00:00
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
2021-10-24 00:12:57 +00:00
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt.",
2021-10-19 00:12:08 +00:00
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
2021-10-16 00:12:06 +00:00
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
"flow_title": "{host}",
"step": {
2021-10-19 00:12:08 +00:00
"hassio_confirm": {
2022-01-11 00:14:57 +00:00
"description": "Szeretne csatlakozni {addon} b\u0151v\u00edtm\u00e9nyhez?"
2021-10-19 00:12:08 +00:00
},
2021-10-16 00:12:06 +00:00
"reauth_confirm": {
"data": {
"password": "Jelsz\u00f3"
},
2022-07-21 00:26:18 +00:00
"description": "K\u00e9rem, adja meg a helyes jelsz\u00f3t: {host}"
2021-10-16 00:12:06 +00:00
},
"user": {
"data": {
"host": "C\u00edm",
2022-04-29 00:22:21 +00:00
"name": "Elnevez\u00e9s",
2021-10-16 00:12:06 +00:00
"password": "Jelsz\u00f3",
"port": "Port"
}
}
}
}
}