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

27 lines
877 B
JSON
Raw Normal View History

2020-09-12 00:05:00 +00:00
{
"config": {
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
2021-03-16 00:04:36 +00:00
},
"error": {
2021-08-06 00:15:04 +00:00
"invalid_url": "\u00c9rv\u00e9nytelen URL",
2021-08-07 00:10:12 +00:00
"syncthru_not_supported": "Az eszk\u00f6z nem t\u00e1mogatja a SyncThru-t",
2021-08-06 00:15:04 +00:00
"unknown_state": "A nyomtat\u00f3 \u00e1llapota ismeretlen, ellen\u0151rizze az URL-t \u00e9s a h\u00e1l\u00f3zati kapcsolatot"
2021-03-16 00:04:36 +00:00
},
2021-06-22 00:14:17 +00:00
"flow_title": "{name}",
2021-03-16 00:04:36 +00:00
"step": {
"confirm": {
"data": {
2022-04-29 00:22:21 +00:00
"name": "Elnevez\u00e9s",
2021-03-16 00:04:36 +00:00
"url": "Webes fel\u00fclet URL-je"
}
},
"user": {
"data": {
2022-04-29 00:22:21 +00:00
"name": "Elnevez\u00e9s",
2021-03-16 00:04:36 +00:00
"url": "Webes fel\u00fclet URL-je"
}
}
2020-09-12 00:05:00 +00:00
}
}
}