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

29 lines
917 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
"abort": {
"already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van"
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s"
},
"step": {
2021-03-16 00:04:36 +00:00
"api_key": {
"data": {
"api_key": "API kulcs"
}
},
2020-05-17 00:02:56 +00:00
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"api_key": "API kulcs",
2021-10-02 12:59:05 +00:00
"host": "C\u00edm",
2021-03-16 00:04:36 +00:00
"location": "Elhelyezked\u00e9s",
"name": "N\u00e9v",
"port": "Port",
"ssl": "SSL tan\u00fas\u00edtv\u00e1ny haszn\u00e1lata",
2021-03-18 00:07:07 +00:00
"statistics_only": "Csak statisztik\u00e1k",
2021-03-16 00:04:36 +00:00
"verify_ssl": "SSL-tan\u00fas\u00edtv\u00e1ny ellen\u0151rz\u00e9se"
2020-05-17 00:02:56 +00:00
}
}
}
}
}