Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hosting
fairmeeting
Commits
9c13108e
Unverified
Commit
9c13108e
authored
Sep 19, 2021
by
ovari
Committed by
GitHub
Sep 19, 2021
Browse files
Update hu.json (#637)
parent
21ef47ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9c13108e
...
...
@@ -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.
...
...
app/i18n/index.js
View file @
9c13108e
...
...
@@ -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
'
)
}
};
...
...
app/i18n/lang/hu.json
View file @
9c13108e
...
...
@@ -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"
:
"V
erzió
: {{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"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment