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

22 lines
607 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2020-05-17 00:02:56 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
"not_songpal_device": "Nem Songpal eszk\u00f6z"
2020-05-17 00:02:56 +00:00
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s"
},
2021-06-22 00:14:17 +00:00
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"init": {
2021-10-02 12:59:05 +00:00
"description": "Szeretn\u00e9 be\u00e1ll\u00edtani: {name} ({host})?"
2021-03-16 00:04:36 +00:00
},
2020-05-13 18:27:21 +00:00
"user": {
"data": {
"endpoint": "V\u00e9gpont"
}
}
}
}
}