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

23 lines
911 B
JSON
Raw Normal View History

2020-09-12 00:05:00 +00:00
{
"config": {
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
2021-03-16 00:04:36 +00:00
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
"flow_title": "Nightscout",
"step": {
"user": {
"data": {
"api_key": "API kulcs",
"url": "URL"
2021-07-19 00:09:50 +00:00
},
2021-10-02 12:59:05 +00:00
"description": "- URL: a nightscout p\u00e9ld\u00e1ny c\u00edme. Pl: https://myhomeassistant.duckdns.org:5423\n - API kulcs (opcion\u00e1lis): Csak akkor haszn\u00e1lja, ha a p\u00e9ld\u00e1nya v\u00e9dett (auth_default_roles != readable).",
2021-07-19 00:09:50 +00:00
"title": "Adja meg a Nightscout szerver adatait."
2021-03-16 00:04:36 +00:00
}
2020-09-12 00:05:00 +00:00
}
}
}