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

20 lines
562 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2021-03-16 00:04:36 +00:00
"abort": {
"already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van"
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
2020-05-17 00:02:56 +00:00
"step": {
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"api_key": "API kulcs",
"latitude": "Sz\u00e9less\u00e9g",
"longitude": "Hossz\u00fas\u00e1g"
2020-05-17 00:02:56 +00:00
}
}
}
}
}