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

23 lines
719 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2021-03-16 00:04:36 +00:00
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
},
2020-05-17 00:02:56 +00:00
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
2021-03-16 00:04:36 +00:00
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
2020-05-17 00:02:56 +00:00
},
2021-03-16 00:04:36 +00:00
"flow_title": "DoorBird {name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
"user": {
"data": {
2020-05-17 00:02:56 +00:00
"host": "Hoszt",
2021-03-16 00:04:36 +00:00
"name": "Eszk\u00f6z neve",
2020-05-13 18:27:21 +00:00
"password": "Jelsz\u00f3",
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
}
}
}
}
}