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

28 lines
947 B
JSON
Raw Normal View History

2021-12-24 00:13:45 +00:00
{
"config": {
"abort": {
2022-03-07 00:18:40 +00:00
"already_configured": "A fi\u00f3k m\u00e1r konfigur\u00e1lva van",
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt."
2021-12-24 00:13:45 +00:00
},
"error": {
2022-03-03 00:20:45 +00:00
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
2022-03-07 00:18:40 +00:00
"incorrect_api_key": "\u00c9rv\u00e9nytelen API-kulcs a megadott fi\u00f3khoz",
2022-03-03 00:20:45 +00:00
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"no_devices": "Nincs \u00e9szlelt eszk\u00f6z",
"no_username": "Nem siker\u00fclt beolvasni a felhaszn\u00e1l\u00f3nevet"
2021-12-24 00:13:45 +00:00
},
"step": {
2022-03-07 00:18:40 +00:00
"reauth_confirm": {
"data": {
"api_key": "API kulcs"
}
},
2021-12-24 00:13:45 +00:00
"user": {
"data": {
"api_key": "API kulcs",
"name": "N\u00e9v"
}
}
}
}
}