Skip to content

Commit 4f8cf47

Browse files
committed
New translations en.json (Hungarian)
1 parent 6b2cf3d commit 4f8cf47

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

frontend/src/lib/i18n/locales/hu-HU.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"loginTitle": "Welcome back, login with",
3-
"loginTitleSimple": "Welcome back, please login",
4-
"loginDivider": "Or",
5-
"loginUsername": "Username",
6-
"loginPassword": "Password",
7-
"loginSubmit": "Login",
8-
"loginFailTitle": "Failed to log in",
9-
"loginFailSubtitle": "Please check your username and password",
10-
"loginFailRateLimit": "You failed to login too many times. Please try again later",
11-
"loginSuccessTitle": "Logged in",
12-
"loginSuccessSubtitle": "Welcome back!",
3+
"loginTitleSimple": "Üdvözöljük, kérem jelentkezzen be",
4+
"loginDivider": "Vagy",
5+
"loginUsername": "Felhasználónév",
6+
"loginPassword": "Jelszó",
7+
"loginSubmit": "Bejelentkezés",
8+
"loginFailTitle": "Sikertelen bejelentkezés",
9+
"loginFailSubtitle": "Kérjük, ellenőrizze a felhasználónevét és jelszavát",
10+
"loginFailRateLimit": "Túl sokszor próbálkoztál bejelentkezni. Próbáld újra később",
11+
"loginSuccessTitle": "Bejelentkezve",
12+
"loginSuccessSubtitle": "Üdvözöljük!",
1313
"loginOauthFailTitle": "An error occurred",
1414
"loginOauthFailSubtitle": "Failed to get OAuth URL",
15-
"loginOauthSuccessTitle": "Redirecting",
15+
"loginOauthSuccessTitle": "Átirányítás",
1616
"loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
1717
"loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
1818
"loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
1919
"loginOauthAutoRedirectButton": "Redirect now",
2020
"continueTitle": "Continue",
21-
"continueRedirectingTitle": "Redirecting...",
21+
"continueRedirectingTitle": "Átirányítás...",
2222
"continueRedirectingSubtitle": "You should be redirected to the app soon",
2323
"continueRedirectManually": "Redirect me manually",
2424
"continueInsecureRedirectTitle": "Insecure redirect",
2525
"continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?",
2626
"continueUntrustedRedirectTitle": "Untrusted redirect",
2727
"continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?",
28-
"logoutFailTitle": "Failed to log out",
29-
"logoutFailSubtitle": "Please try again",
30-
"logoutSuccessTitle": "Logged out",
31-
"logoutSuccessSubtitle": "You have been logged out",
32-
"logoutTitle": "Logout",
28+
"logoutFailTitle": "Sikertelen kijelentkezés",
29+
"logoutFailSubtitle": "Próbálja újra",
30+
"logoutSuccessTitle": "Kijelentkezve",
31+
"logoutSuccessSubtitle": "Kijelentkeztél",
32+
"logoutTitle": "Kijelentkezés",
3333
"logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.",
3434
"logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.",
3535
"notFoundTitle": "Page not found",
3636
"notFoundSubtitle": "The page you are looking for does not exist.",
37-
"notFoundButton": "Go home",
38-
"totpFailTitle": "Failed to verify code",
39-
"totpFailSubtitle": "Please check your code and try again",
37+
"notFoundButton": "Ugrás a kezdőlapra",
38+
"totpFailTitle": "Érvénytelen kód",
39+
"totpFailSubtitle": "Kérjük ellenőrizze a kódot és próbálja újra",
4040
"totpSuccessTitle": "Verified",
4141
"totpSuccessSubtitle": "Redirecting to your app",
4242
"totpTitle": "Enter your TOTP code",
@@ -46,14 +46,14 @@
4646
"unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.",
4747
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
4848
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
49-
"unauthorizedButton": "Try again",
50-
"cancelTitle": "Cancel",
51-
"forgotPasswordTitle": "Forgot your password?",
49+
"unauthorizedButton": "Próbálja újra",
50+
"cancelTitle": "Mégse",
51+
"forgotPasswordTitle": "Elfelejtette jelszavát?",
5252
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
53-
"errorTitle": "An error occurred",
53+
"errorTitle": "Hiba történt",
5454
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
5555
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
56-
"fieldRequired": "This field is required",
56+
"fieldRequired": "Ez egy kötelező mező",
5757
"invalidInput": "Invalid input",
5858
"domainWarningTitle": "Invalid Domain",
5959
"domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.",

0 commit comments

Comments
 (0)