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

32 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
"already_in_progress": "A konfigur\u00e1ci\u00f3 m\u00e1r folyamatban van.",
"connection_error": "Sikertelen csatlakoz\u00e1s"
},
2021-07-19 00:09:50 +00:00
"error": {
"discovery_error": "Nem siker\u00fclt felfedezni a Motion Gateway-t"
},
2021-03-16 00:04:36 +00:00
"step": {
"connect": {
"data": {
"api_key": "API kulcs"
2021-07-19 00:09:50 +00:00
},
"description": "Sz\u00fcks\u00e9ge lesz a 16 karakteres API kulcsra, \u00fatmutat\u00e1s\u00e9rt l\u00e1sd: https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key"
2021-03-16 00:04:36 +00:00
},
"select": {
"data": {
"select_ip": "IP c\u00edm"
}
},
"user": {
"data": {
"api_key": "API kulcs",
"host": "IP c\u00edm"
2021-07-19 00:09:50 +00:00
},
"description": "Csatlakozzon a Motion Gateway-hez, ha az IP-c\u00edm nincs be\u00e1ll\u00edtva, akkor az automatikus felder\u00edt\u00e9st haszn\u00e1lja"
2021-03-16 00:04:36 +00:00
}
}
}
}