From 5f4833444f0113ee8f5b2404e8d22fb868028527 Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 9 Apr 2025 21:55:26 +0300 Subject: [PATCH 1/4] New translations en.json (Dutch) --- frontend/src/lib/i18n/locales/nl-NL.json | 76 ++++++++++++------------ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/frontend/src/lib/i18n/locales/nl-NL.json b/frontend/src/lib/i18n/locales/nl-NL.json index db94e97c..94850282 100644 --- a/frontend/src/lib/i18n/locales/nl-NL.json +++ b/frontend/src/lib/i18n/locales/nl-NL.json @@ -5,42 +5,42 @@ "loginPassword": "Wachtwoord", "loginSubmit": "Log in", "loginFailTitle": "Mislukt om in te loggen", - "loginFailSubtitle": "Gelieve uw gebruikersnaam en wachtwoord te controleren", - "loginFailRateLimit": "You failed to login too many times, please try again later", - "loginSuccessTitle": "Logged in", - "loginSuccessSubtitle": "Welcome back!", - "loginOauthFailTitle": "Internal error", - "loginOauthFailSubtitle": "Failed to get OAuth URL", - "loginOauthSuccessTitle": "Redirecting", - "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", - "continueRedirectingTitle": "Redirecting...", - "continueRedirectingSubtitle": "You should be redirected to the app soon", - "continueInvalidRedirectTitle": "Invalid redirect", - "continueInvalidRedirectSubtitle": "The redirect URL is invalid", - "continueInsecureRedirectTitle": "Insecure redirect", - "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?", - "continueTitle": "Continue", - "continueSubtitle": "Click the button to continue to your app.", - "internalErrorTitle": "Internal Server Error", - "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.", - "internalErrorButton": "Try again", - "logoutFailTitle": "Failed to log out", - "logoutFailSubtitle": "Please try again", - "logoutSuccessTitle": "Logged out", - "logoutSuccessSubtitle": "You have been logged out", - "logoutTitle": "Logout", - "logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.", - "logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.", - "notFoundTitle": "Page not found", - "notFoundSubtitle": "The page you are looking for does not exist.", - "notFoundButton": "Go home", - "totpFailTitle": "Failed to verify code", - "totpFailSubtitle": "Please check your code and try again", - "totpSuccessTitle": "Verified", - "totpSuccessSubtitle": "Redirecting to your app", - "totpTitle": "Enter your TOTP code", - "unauthorizedTitle": "Unauthorized", - "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.", - "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.", - "unauthorizedButton": "Try again" + "loginFailSubtitle": "Controleer je gebruikersnaam en wachtwoord", + "loginFailRateLimit": "Inloggen te vaak mislukt, probeer het later opnieuw", + "loginSuccessTitle": "Ingelogd", + "loginSuccessSubtitle": "Welkom terug!", + "loginOauthFailTitle": "Interne fout", + "loginOauthFailSubtitle": "Fout bij het ophalen van OAuth URL", + "loginOauthSuccessTitle": "Omleiden", + "loginOauthSuccessSubtitle": "Omleiden naar je OAuth provider", + "continueRedirectingTitle": "Omleiden...", + "continueRedirectingSubtitle": "Je wordt naar de app doorgestuurd", + "continueInvalidRedirectTitle": "Ongeldige omleiding", + "continueInvalidRedirectSubtitle": "De omleidings-URL is ongeldig", + "continueInsecureRedirectTitle": "Onveilige doorverwijzing", + "continueInsecureRedirectSubtitle": "Je probeert door te verwijzen van https naar http, weet je zeker dat je wilt doorgaan?", + "continueTitle": "Ga verder", + "continueSubtitle": "Klik op de knop om door te gaan naar de app.", + "internalErrorTitle": "Interne server fout", + "internalErrorSubtitle": "Er is een fout opgetreden op de server en het kan momenteel niet voldoen aan je verzoek.", + "internalErrorButton": "Opnieuw proberen", + "logoutFailTitle": "Afmelden mislukt", + "logoutFailSubtitle": "Probeer het opnieuw", + "logoutSuccessTitle": "Afgemeld", + "logoutSuccessSubtitle": "Je bent afgemeld", + "logoutTitle": "Afmelden", + "logoutUsernameSubtitle": "Je bent momenteel ingelogd als {{username}}, klik op de knop hieronder om uit te loggen.", + "logoutOauthSubtitle": "Je bent momenteel ingelogd als {{username}} met behulp van de {{provider}} OAuth provider, klik op de knop hieronder om uit te loggen.", + "notFoundTitle": "Pagina niet gevonden", + "notFoundSubtitle": "De pagina die je zoekt bestaat niet.", + "notFoundButton": "Naar startpagina", + "totpFailTitle": "Verifiëren van code mislukt", + "totpFailSubtitle": "Controleer je code en probeer het opnieuw", + "totpSuccessTitle": "Geverifiëerd", + "totpSuccessSubtitle": "Omleiden naar je app", + "totpTitle": "Voer je TOTP-code in", + "unauthorizedTitle": "Ongeautoriseerd", + "unauthorizedResourceSubtitle": "De gebruiker met gebruikersnaam {{username}} heeft geen toegang tot de bron {{resource}}.", + "unaothorizedLoginSubtitle": "De gebruiker met gebruikersnaam {{username}} is niet gemachtigd om in te loggen.", + "unauthorizedButton": "Opnieuw proberen" } \ No newline at end of file From fd3d374d9dbdedecb9461066a6d9045d7efd5218 Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 9 Apr 2025 23:21:07 +0300 Subject: [PATCH 2/4] New translations en.json (German) --- frontend/src/lib/i18n/locales/de-DE.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/lib/i18n/locales/de-DE.json b/frontend/src/lib/i18n/locales/de-DE.json index 3c49308c..ec039dd3 100644 --- a/frontend/src/lib/i18n/locales/de-DE.json +++ b/frontend/src/lib/i18n/locales/de-DE.json @@ -8,20 +8,20 @@ "loginFailSubtitle": "Bitte überprüfe deinen Benutzernamen und Passwort", "loginFailRateLimit": "Sie konnten sich zu oft nicht einloggen, bitte versuchen Sie es später erneut", "loginSuccessTitle": "Logged in", - "loginSuccessSubtitle": "Welcome back!", - "loginOauthFailTitle": "Internal error", - "loginOauthFailSubtitle": "Failed to get OAuth URL", + "loginSuccessSubtitle": "Willkommen zurück!", + "loginOauthFailTitle": "Interner Fehler", + "loginOauthFailSubtitle": "Fehler beim Abrufen der OAuth-URL", "loginOauthSuccessTitle": "Redirecting", "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", "continueRedirectingTitle": "Redirecting...", "continueRedirectingSubtitle": "You should be redirected to the app soon", - "continueInvalidRedirectTitle": "Invalid redirect", - "continueInvalidRedirectSubtitle": "The redirect URL is invalid", - "continueInsecureRedirectTitle": "Insecure redirect", + "continueInvalidRedirectTitle": "Ungültige Weiterleitung", + "continueInvalidRedirectSubtitle": "Die Weiterleitungs-URL ist ungültig", + "continueInsecureRedirectTitle": "Unsichere Weiterleitung", "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?", - "continueTitle": "Continue", + "continueTitle": "Weiter", "continueSubtitle": "Click the button to continue to your app.", - "internalErrorTitle": "Internal Server Error", + "internalErrorTitle": "Interner Serverfehler", "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.", "internalErrorButton": "Try again", "logoutFailTitle": "Failed to log out", From ea22a5408dc6d7c5d6071b6f3ba227a84761764a Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 10 Apr 2025 03:39:05 +0300 Subject: [PATCH 3/4] New translations en.json (Arabic) --- frontend/src/lib/i18n/locales/ar-SA.json | 68 ++++++++++++------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/frontend/src/lib/i18n/locales/ar-SA.json b/frontend/src/lib/i18n/locales/ar-SA.json index b99ebf2e..3fd23a1c 100644 --- a/frontend/src/lib/i18n/locales/ar-SA.json +++ b/frontend/src/lib/i18n/locales/ar-SA.json @@ -1,46 +1,46 @@ { - "loginTitle": "Welcome back, login with", - "loginDivider": "Or continue with password", - "loginUsername": "Username", - "loginPassword": "Password", - "loginSubmit": "Login", - "loginFailTitle": "Failed to log in", - "loginFailSubtitle": "Please check your username and password", - "loginFailRateLimit": "You failed to login too many times, please try again later", - "loginSuccessTitle": "Logged in", - "loginSuccessSubtitle": "Welcome back!", - "loginOauthFailTitle": "Internal error", - "loginOauthFailSubtitle": "Failed to get OAuth URL", - "loginOauthSuccessTitle": "Redirecting", - "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", - "continueRedirectingTitle": "Redirecting...", - "continueRedirectingSubtitle": "You should be redirected to the app soon", - "continueInvalidRedirectTitle": "Invalid redirect", - "continueInvalidRedirectSubtitle": "The redirect URL is invalid", - "continueInsecureRedirectTitle": "Insecure redirect", + "loginTitle": "مرحبا بعودتك، قم بتسجيل الدخول باستخدام", + "loginDivider": "أو المتابعة بكلمة المرور", + "loginUsername": "اسم المستخدم", + "loginPassword": "كلمة المرور", + "loginSubmit": "تسجيل الدخول", + "loginFailTitle": "فشل تسجيل الدخول", + "loginFailSubtitle": "الرجاء التحقق من اسم المستخدم وكلمة المرور", + "loginFailRateLimit": "فشلت في تسجيل الدخول عدة مرات، الرجاء المحاولة مرة أخرى لاحقا", + "loginSuccessTitle": "تم تسجيل الدخول", + "loginSuccessSubtitle": "مرحبا بعودتك!", + "loginOauthFailTitle": "خطأ داخلي", + "loginOauthFailSubtitle": "فشل في الحصول على رابط OAuth", + "loginOauthSuccessTitle": "إعادة توجيه", + "loginOauthSuccessSubtitle": "إعادة توجيه إلى مزود OAuth الخاص بك", + "continueRedirectingTitle": "إعادة توجيه...", + "continueRedirectingSubtitle": "يجب إعادة توجيهك إلى التطبيق قريبا", + "continueInvalidRedirectTitle": "إعادة توجيه غير صالحة", + "continueInvalidRedirectSubtitle": "رابط إعادة التوجيه غير صالح", + "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة", "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?", - "continueTitle": "Continue", - "continueSubtitle": "Click the button to continue to your app.", - "internalErrorTitle": "Internal Server Error", + "continueTitle": "متابعة", + "continueSubtitle": "انقر الزر للمتابعة إلى التطبيق الخاص بك.", + "internalErrorTitle": "خطأ داخلي في الخادم", "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.", - "internalErrorButton": "Try again", - "logoutFailTitle": "Failed to log out", - "logoutFailSubtitle": "Please try again", - "logoutSuccessTitle": "Logged out", - "logoutSuccessSubtitle": "You have been logged out", - "logoutTitle": "Logout", + "internalErrorButton": "حاول مجددا", + "logoutFailTitle": "فشل تسجيل الخروج", + "logoutFailSubtitle": "يرجى إعادة المحاولة", + "logoutSuccessTitle": "تم تسجيل الخروج", + "logoutSuccessSubtitle": "تم تسجيل خروجك", + "logoutTitle": "تسجيل الخروج", "logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.", "logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.", - "notFoundTitle": "Page not found", + "notFoundTitle": "الصفحة غير موجودة", "notFoundSubtitle": "The page you are looking for does not exist.", "notFoundButton": "Go home", "totpFailTitle": "Failed to verify code", "totpFailSubtitle": "Please check your code and try again", - "totpSuccessTitle": "Verified", - "totpSuccessSubtitle": "Redirecting to your app", - "totpTitle": "Enter your TOTP code", - "unauthorizedTitle": "Unauthorized", + "totpSuccessTitle": "تم التحقق", + "totpSuccessSubtitle": "إعادة توجيه إلى تطبيقك", + "totpTitle": "أدخل رمز TOTP الخاص بك", + "unauthorizedTitle": "غير مرخص", "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.", "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.", - "unauthorizedButton": "Try again" + "unauthorizedButton": "حاول مجددا" } \ No newline at end of file From df28da4d71277c847fbc654e0c2f1aa33530f17b Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 10 Apr 2025 04:40:00 +0300 Subject: [PATCH 4/4] New translations en.json (Arabic) --- frontend/src/lib/i18n/locales/ar-SA.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/lib/i18n/locales/ar-SA.json b/frontend/src/lib/i18n/locales/ar-SA.json index 3fd23a1c..4328eb93 100644 --- a/frontend/src/lib/i18n/locales/ar-SA.json +++ b/frontend/src/lib/i18n/locales/ar-SA.json @@ -18,29 +18,29 @@ "continueInvalidRedirectTitle": "إعادة توجيه غير صالحة", "continueInvalidRedirectSubtitle": "رابط إعادة التوجيه غير صالح", "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة", - "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?", + "continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من https إلى http، هل أنت متأكد أنك تريد المتابعة؟", "continueTitle": "متابعة", "continueSubtitle": "انقر الزر للمتابعة إلى التطبيق الخاص بك.", "internalErrorTitle": "خطأ داخلي في الخادم", - "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.", + "internalErrorSubtitle": "حدث خطأ على الخادم ولا يمكن حاليا تلبية طلبك.", "internalErrorButton": "حاول مجددا", "logoutFailTitle": "فشل تسجيل الخروج", "logoutFailSubtitle": "يرجى إعادة المحاولة", "logoutSuccessTitle": "تم تسجيل الخروج", "logoutSuccessSubtitle": "تم تسجيل خروجك", "logoutTitle": "تسجيل الخروج", - "logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.", - "logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.", + "logoutUsernameSubtitle": "أنت حاليا مسجل الدخول ك {{username}}، انقر الزر أدناه لتسجيل الخروج.", + "logoutOauthSubtitle": "أنت حاليا مسجل الدخول ك {{username}} باستخدام مزود OAuth {{provider}} ، انقر الزر أدناه لتسجيل الخروج.", "notFoundTitle": "الصفحة غير موجودة", - "notFoundSubtitle": "The page you are looking for does not exist.", - "notFoundButton": "Go home", - "totpFailTitle": "Failed to verify code", - "totpFailSubtitle": "Please check your code and try again", + "notFoundSubtitle": "الصفحة التي تبحث عنها غير موجودة.", + "notFoundButton": "انتقل إلى الرئيسية", + "totpFailTitle": "فشل في التحقق من الرمز", + "totpFailSubtitle": "الرجاء التحقق من الرمز الخاص بك وحاول مرة أخرى", "totpSuccessTitle": "تم التحقق", "totpSuccessSubtitle": "إعادة توجيه إلى تطبيقك", "totpTitle": "أدخل رمز TOTP الخاص بك", "unauthorizedTitle": "غير مرخص", - "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.", - "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.", + "unauthorizedResourceSubtitle": "المستخدم الذي يحمل اسم المستخدم {{username}} غير مصرح له بالوصول إلى المورد {{resource}}.", + "unaothorizedLoginSubtitle": "المستخدم الذي يحمل اسم المستخدم {{username}} غير مصرح له بتسجيل الدخول.", "unauthorizedButton": "حاول مجددا" } \ No newline at end of file