Update hu.json (#637)

This commit is contained in:
ovari 2021-09-19 19:13:53 +10:00 committed by GitHub
parent 21ef47adb7
commit 9c13108eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -170,6 +170,12 @@ sudo apt-get install libnss3
</details>
## Translations
The json files are for all the strings inside the application and can be translated [here](/app/i18n/lang).
New translations require the addition of a line in [index.js](/app/i18n/index.js).
## License
Apache 2. See the [LICENSE] file.

View File

@ -10,9 +10,9 @@ const languages = {
gl: { translation: require('./lang/gl.json') },
hu: { translation: require('./lang/hu.json') },
it: { translation: require('./lang/it.json') },
nl: { translation: require('./lang/nl.json') },
pt: { translation: require('./lang/pt-br.json') },
ru: { translation: require('./lang/ru.json') },
nl: { translation: require('./lang/nl.json') },
sq: { translation: require('./lang/sq.json') }
};

View File

@ -4,10 +4,11 @@
"help": "Súgó",
"termsLink": "Feltételek",
"privacyLink": "Adatvédelem",
"recentListLabel": "vagy csatlakozzon újra az egyik legutóbbi konferenciateremhez",
"sendFeedbackLink": "Visszajelzés",
"aboutLink": "Névjegy",
"sourceLink": "Forráskód",
"versionLabel": "Változat: {{version}}",
"versionLabel": "Verzió: {{version}}",
"onboarding": {
"startTour": "Bemutató indítása",
"skip": "Kihagyás",
@ -26,7 +27,7 @@
"settings": {
"back": "Vissza",
"name": "Név",
"email": "E-mail",
"email": "E-mail-cím",
"advancedSettings": "Haladó beállítások",
"alwaysOnTopWindow": "Mindig látható",
"startWithAudioMuted": "Elnémítva kezd",
@ -34,6 +35,7 @@
"invalidServer": "Érvénytelen kiszolgáló URL-címe",
"invalidServerTimeout": "A kiszolgáló időkorlátja érvénytelen",
"serverUrl": "Kiszolgáló URL-címe",
"serverTimeout": "Kiszolgálói időkorlát (másodperc)"
"serverTimeout": "Kiszolgálói időkorlát (másodperc)",
"disableAGC": "Önműködő erősítésvezérlés letiltása"
}
}