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

26 lines
757 B
JSON
Raw Normal View History

2020-11-15 00:03:48 +00:00
{
"config": {
2021-03-16 00:04:36 +00:00
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
},
2020-11-15 00:03:48 +00:00
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_path": "A k\u00f6nyvt\u00e1r nem tal\u00e1lhat\u00f3."
},
"step": {
"owserver": {
"data": {
2021-10-02 12:59:05 +00:00
"host": "C\u00edm",
2020-11-15 00:03:48 +00:00
"port": "Port"
2021-07-19 00:09:50 +00:00
},
"title": "Owserver adatok be\u00e1ll\u00edt\u00e1sa"
2020-11-15 00:03:48 +00:00
},
"user": {
"data": {
"type": "Kapcsolat t\u00edpusa"
2021-03-16 00:04:36 +00:00
},
"title": "A 1-Wire be\u00e1ll\u00edt\u00e1sa"
2020-11-15 00:03:48 +00:00
}
}
}
}