You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
142 lines
3.3 KiB
142 lines
3.3 KiB
{
|
|
"button": {
|
|
"apply": "Alkalmaz",
|
|
"backupKey": "Backup Key",
|
|
"cancel": "Megszakítani",
|
|
"clearMessages": "Clear Messages",
|
|
"close": "Bezárás",
|
|
"confirm": "Megerősítés",
|
|
"delete": "Törlés",
|
|
"dismiss": "Bezárás",
|
|
"download": "Letöltés",
|
|
"export": "Exportálás",
|
|
"generate": "Generálás",
|
|
"regenerate": "Újragenerálás",
|
|
"import": "Importálás",
|
|
"message": "Üzenet",
|
|
"now": "Most",
|
|
"ok": "OK",
|
|
"print": "Print",
|
|
"remove": "Törlés",
|
|
"requestNewKeys": "Request New Keys",
|
|
"requestPosition": "Pozíció kérése",
|
|
"reset": "Újraindítás",
|
|
"save": "Mentés",
|
|
"scanQr": "QR-kód beolvasása",
|
|
"traceRoute": "Trace Route",
|
|
"submit": "Mentés"
|
|
},
|
|
"app": {
|
|
"title": "Meshtastic",
|
|
"fullTitle": "Meshtastic Web Kliens"
|
|
},
|
|
"loading": "Töltés...",
|
|
"unit": {
|
|
"cps": "CPS",
|
|
"dbm": "dBm",
|
|
"hertz": "Hz",
|
|
"hop": {
|
|
"one": "Ugrás",
|
|
"plural": "Ugrások"
|
|
},
|
|
"hopsAway": {
|
|
"one": "{{count}} hop away",
|
|
"plural": "{{count}} hops away",
|
|
"unknown": "Unknown hops away"
|
|
},
|
|
"megahertz": "MHz",
|
|
"raw": "nyers",
|
|
"meter": {
|
|
"one": "Méter",
|
|
"plural": "Méter",
|
|
"suffix": "m"
|
|
},
|
|
"minute": {
|
|
"one": "Perc",
|
|
"plural": "Percek"
|
|
},
|
|
"hour": {
|
|
"one": "Óra",
|
|
"plural": "Hours"
|
|
},
|
|
"millisecond": {
|
|
"one": "Millisecond",
|
|
"plural": "Milliseconds",
|
|
"suffix": "ms"
|
|
},
|
|
"second": {
|
|
"one": "Másodperc",
|
|
"plural": "Másodpercek"
|
|
},
|
|
"day": {
|
|
"one": "Nap",
|
|
"plural": "Napok"
|
|
},
|
|
"month": {
|
|
"one": "Hónap",
|
|
"plural": "Hónapok"
|
|
},
|
|
"year": {
|
|
"one": "Év",
|
|
"plural": "Évek"
|
|
},
|
|
"snr": "SNR",
|
|
"volt": {
|
|
"one": "Volt",
|
|
"plural": "Volts",
|
|
"suffix": "V"
|
|
},
|
|
"record": {
|
|
"one": "Bejegyzések",
|
|
"plural": "Bejegyzések"
|
|
}
|
|
},
|
|
"security": {
|
|
"0bit": "Üres",
|
|
"8bit": "8 bit",
|
|
"128bit": "128 bit",
|
|
"256bit": "256 bit"
|
|
},
|
|
"unknown": {
|
|
"longName": "Ismeretlen",
|
|
"shortName": "UNK",
|
|
"notAvailable": "Nincs adat",
|
|
"num": "??"
|
|
},
|
|
"nodeUnknownPrefix": "!",
|
|
"unset": "NEM BEÁLLÍTOTT",
|
|
"fallbackName": "Meshtastic {{last4}}",
|
|
"node": "Csomópont",
|
|
"formValidation": {
|
|
"unsavedChanges": "Nem mentett módosítások",
|
|
"tooBig": {
|
|
"string": "Too long, expected less than or equal to {{maximum}} characters.",
|
|
"number": "Too big, expected a number smaller than or equal to {{maximum}}.",
|
|
"bytes": "Too big, expected less than or equal to {{params.maximum}} bytes."
|
|
},
|
|
"tooSmall": {
|
|
"string": "Too short, expected more than or equal to {{minimum}} characters.",
|
|
"number": "Too small, expected a number larger than or equal to {{minimum}}."
|
|
},
|
|
"invalidFormat": {
|
|
"ipv4": "Invalid format, expected an IPv4 address.",
|
|
"key": "Invalid format, expected a Base64 encoded pre-shared key (PSK)."
|
|
},
|
|
"invalidType": {
|
|
"number": "Invalid type, expected a number."
|
|
},
|
|
"pskLength": {
|
|
"0bit": "Key is required to be empty.",
|
|
"8bit": "Key is required to be an 8 bit pre-shared key (PSK).",
|
|
"128bit": "Key is required to be a 128 bit pre-shared key (PSK).",
|
|
"256bit": "Key is required to be a 256 bit pre-shared key (PSK)."
|
|
},
|
|
"required": {
|
|
"generic": "A mező kitöltése kötelező.",
|
|
"managed": "At least one admin key is requred if the node is managed.",
|
|
"key": "Kulcs megadása kötelező."
|
|
}
|
|
},
|
|
"yes": "Igen",
|
|
"no": "Nem"
|
|
}
|
|
|