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

23 lines
669 B
JSON
Raw Normal View History

2021-04-07 00:04:06 +00:00
{
"config": {
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
2021-06-22 00:14:17 +00:00
"flow_title": "{name}",
2021-04-07 00:04:06 +00:00
"step": {
"confirm": {
2021-10-02 12:59:05 +00:00
"description": "Szeretn\u00e9 be\u00e1ll\u00edtani: {name} ({host})?",
2021-04-07 00:04:06 +00:00
"title": "A SiteSage Emonitor be\u00e1ll\u00edt\u00e1sa"
},
"user": {
"data": {
2021-10-02 12:59:05 +00:00
"host": "C\u00edm"
2021-04-07 00:04:06 +00:00
}
}
}
}
}