Skip to content

Commit 2bfed23

Browse files
authored
New Crowdin updates (#73)
* New translations en.json (German) * New translations en.json (German) * New translations en.json (German) * New translations en.json (Chinese Simplified) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Polish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Greek)
1 parent 85ad0d1 commit 2bfed23

29 files changed

Lines changed: 248 additions & 161 deletions

frontend/src/lib/i18n/locales/af-ZA.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Unauthorized",
4343
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
45+
"unauthorizedButton": "Try again",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/ar-SA.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "غير مرخص",
4343
"unauthorizedResourceSubtitle": "المستخدم الذي يحمل اسم المستخدم <Code>{{username}}</Code> غير مصرح له بالوصول إلى المورد <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "المستخدم الذي يحمل اسم المستخدم <Code>{{username}}</Code> غير مصرح له بتسجيل الدخول.",
45-
"unauthorizedButton": "حاول مجددا"
45+
"unauthorizedButton": "حاول مجددا",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "إلغاء"
4649
}

frontend/src/lib/i18n/locales/ca-ES.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Unauthorized",
4343
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
45+
"unauthorizedButton": "Try again",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/cs-CZ.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Unauthorized",
4343
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
45+
"unauthorizedButton": "Try again",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/da-DK.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Unauthorized",
4343
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
45+
"unauthorizedButton": "Try again",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/de-DE.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,43 @@
77
"loginFailTitle": "Login fehlgeschlagen",
88
"loginFailSubtitle": "Bitte überprüfe deinen Benutzernamen und Passwort",
99
"loginFailRateLimit": "Sie konnten sich zu oft nicht einloggen, bitte versuchen Sie es später erneut",
10-
"loginSuccessTitle": "Logged in",
10+
"loginSuccessTitle": "Angemeldet",
1111
"loginSuccessSubtitle": "Willkommen zurück!",
1212
"loginOauthFailTitle": "Interner Fehler",
1313
"loginOauthFailSubtitle": "Fehler beim Abrufen der OAuth-URL",
14-
"loginOauthSuccessTitle": "Redirecting",
15-
"loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
16-
"continueRedirectingTitle": "Redirecting...",
17-
"continueRedirectingSubtitle": "You should be redirected to the app soon",
14+
"loginOauthSuccessTitle": "Leite weiter",
15+
"loginOauthSuccessSubtitle": "Weiterleitung zu Ihrem OAuth-Provider",
16+
"continueRedirectingTitle": "Leite weiter...",
17+
"continueRedirectingSubtitle": "Sie sollten in Kürze zur App weitergeleitet werden",
1818
"continueInvalidRedirectTitle": "Ungültige Weiterleitung",
1919
"continueInvalidRedirectSubtitle": "Die Weiterleitungs-URL ist ungültig",
2020
"continueInsecureRedirectTitle": "Unsichere Weiterleitung",
21-
"continueInsecureRedirectSubtitle": "You are trying to redirect from <Code>https</Code> to <Code>http</Code>, are you sure you want to continue?",
21+
"continueInsecureRedirectSubtitle": "Sie versuchen von <Code>https</Code> auf <Code>http</Code>weiterzuleiten. Sind Sie sicher, dass Sie fortfahren möchten?",
2222
"continueTitle": "Weiter",
23-
"continueSubtitle": "Click the button to continue to your app.",
23+
"continueSubtitle": "Klicken Sie auf den Button, um zur App zu gelangen.",
2424
"internalErrorTitle": "Interner Serverfehler",
25-
"internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
26-
"internalErrorButton": "Try again",
27-
"logoutFailTitle": "Failed to log out",
28-
"logoutFailSubtitle": "Please try again",
29-
"logoutSuccessTitle": "Logged out",
30-
"logoutSuccessSubtitle": "You have been logged out",
31-
"logoutTitle": "Logout",
32-
"logoutUsernameSubtitle": "You are currently logged in as <Code>{{username}}</Code>, click the button below to logout.",
33-
"logoutOauthSubtitle": "You are currently logged in as <Code>{{username}}</Code> using the {{provider}} OAuth provider, click the button below to logout.",
34-
"notFoundTitle": "Page not found",
35-
"notFoundSubtitle": "The page you are looking for does not exist.",
36-
"notFoundButton": "Go home",
37-
"totpFailTitle": "Failed to verify code",
38-
"totpFailSubtitle": "Please check your code and try again",
39-
"totpSuccessTitle": "Verified",
40-
"totpSuccessSubtitle": "Redirecting to your app",
41-
"totpTitle": "Enter your TOTP code",
42-
"unauthorizedTitle": "Unauthorized",
43-
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
44-
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
25+
"internalErrorSubtitle": "Ein Error ist auf dem Server aufgetreten, weshalb ihre Anfrage derzeit nicht bearbeitet werden kann.",
26+
"internalErrorButton": "Erneut versuchen",
27+
"logoutFailTitle": "Abmelden fehlgeschlagen",
28+
"logoutFailSubtitle": "Bitte versuchen Sie es erneut",
29+
"logoutSuccessTitle": "Abgemeldet",
30+
"logoutSuccessSubtitle": "Sie wurden abgemeldet",
31+
"logoutTitle": "Abmelden",
32+
"logoutUsernameSubtitle": "Sie sind derzeit als <Code>{{username}}</Code>angemeldet. Klicken Sie auf den Button unten, um sich abzumelden.",
33+
"logoutOauthSubtitle": "Sie sind derzeit als <Code>{{username}}</Code> mit dem {{provider}} OAuth-Anbieter angemeldet. Klicken Sie auf den Button unten, um sich abzumelden.",
34+
"notFoundTitle": "Seite nicht gefunden",
35+
"notFoundSubtitle": "Die gesuchte Seite existiert nicht.",
36+
"notFoundButton": "Nach Hause",
37+
"totpFailTitle": "Fehler beim Verifizieren des Codes",
38+
"totpFailSubtitle": "Bitte überprüfen Sie Ihren Code und versuchen Sie es erneut",
39+
"totpSuccessTitle": "Verifiziert",
40+
"totpSuccessSubtitle": "Leite zur App weiter",
41+
"totpTitle": "Geben Sie Ihren TOTP Code ein",
42+
"unauthorizedTitle": "Unautorisiert",
43+
"unauthorizedResourceSubtitle": "Der Benutzer mit Benutzername <Code>{{username}}</Code> ist nicht berechtigt auf die Ressource <Code>{{resource}}</Code> zuzugreifen.",
44+
"unaothorizedLoginSubtitle": "Der Benutzer mit dem Benutzernamen <Code>{{username}}</Code> ist nicht berechtigt, sich einzuloggen.",
45+
"unauthorizedButton": "Erneut versuchen",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/el-GR.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Μη εξουσιοδοτημένο",
4343
"unauthorizedResourceSubtitle": "Ο χρήστης με όνομα χρήστη <Code>{{username}}</Code> δεν έχει άδεια πρόσβασης στον πόρο <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "Ο χρήστης με όνομα χρήστη <Code>{{username}}</Code> δεν είναι εξουσιοδοτημένος να συνδεθεί.",
45-
"unauthorizedButton": "Προσπαθήστε ξανά"
45+
"unauthorizedButton": "Προσπαθήστε ξανά",
46+
"untrustedRedirectTitle": "Μη έμπιστη ανακατεύθυνση",
47+
"untrustedRedirectSubtitle": "Προσπαθείτε να ανακατευθύνετε σε έναν τομέα που δεν ταιριάζει με τον ρυθμισμένο τομέα σας (<Code>{{domain}}</Code>). Είστε βέβαιοι ότι θέλετε να συνεχίσετε;",
48+
"cancelTitle": "Ακύρωση"
4649
}

frontend/src/lib/i18n/locales/es-ES.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Unauthorized",
4343
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
45+
"unauthorizedButton": "Try again",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/fi-FI.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Unauthorized",
4343
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedButton": "Try again"
45+
"unauthorizedButton": "Try again",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

frontend/src/lib/i18n/locales/fr-FR.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"unauthorizedTitle": "Non autorisé",
4343
"unauthorizedResourceSubtitle": "L'utilisateur avec le nom d'utilisateur <Code>{{username}}</Code> n'est pas autorisé à accéder à la ressource <Code>{{resource}}</Code>.",
4444
"unaothorizedLoginSubtitle": "L'utilisateur avec le nom d'utilisateur <Code>{{username}}</Code> n'est pas autorisé à se connecter.",
45-
"unauthorizedButton": "Réessayer"
45+
"unauthorizedButton": "Réessayer",
46+
"untrustedRedirectTitle": "Untrusted redirect",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
48+
"cancelTitle": "Cancel"
4649
}

0 commit comments

Comments
 (0)