diff --git a/frontend/src/lib/i18n/locales/ar-SA.json b/frontend/src/lib/i18n/locales/ar-SA.json
index 7c37316e..c4abc86d 100644
--- a/frontend/src/lib/i18n/locales/ar-SA.json
+++ b/frontend/src/lib/i18n/locales/ar-SA.json
@@ -1,83 +1,105 @@
{
- "loginTitle": "مرحبا بعودتك، ادخل باستخدام",
- "loginTitleSimple": "مرحبا بعودتك، سجل دخولك",
- "loginDivider": "أو",
- "loginUsername": "اسم المستخدم",
- "loginPassword": "كلمة المرور",
- "loginSubmit": "تسجيل الدخول",
- "loginFailTitle": "فشل تسجيل الدخول",
- "loginFailSubtitle": "الرجاء التحقق من اسم المستخدم وكلمة المرور",
- "loginFailRateLimit": "You failed to login too many times. Please try again later",
- "loginSuccessTitle": "تم تسجيل الدخول",
- "loginSuccessSubtitle": "مرحبا بعودتك!",
- "loginOauthFailTitle": "حدث خطأ",
- "loginOauthFailSubtitle": "أخفق الحصول على رابط OAuth",
- "loginOauthSuccessTitle": "إعادة توجيه",
- "loginOauthSuccessSubtitle": "إعادة توجيه إلى مزود OAuth الخاص بك",
- "loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
- "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
- "loginOauthAutoRedirectButton": "Redirect now",
- "continueTitle": "متابعة",
- "continueRedirectingTitle": "إعادة توجيه...",
- "continueRedirectingSubtitle": "يجب إعادة توجيهك إلى التطبيق قريبا",
- "continueRedirectManually": "Redirect me manually",
- "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة",
- "continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من https إلى http، هل أنت متأكد أنك تريد المتابعة؟",
- "continueUntrustedRedirectTitle": "Untrusted redirect",
- "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{cookieDomain}}). Are you sure you want to continue?",
- "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": "الصفحة غير موجودة",
- "notFoundSubtitle": "الصفحة التي تبحث عنها غير موجودة.",
- "notFoundButton": "انتقل إلى الرئيسية",
- "totpFailTitle": "أخفق التحقق من الرمز",
- "totpFailSubtitle": "الرجاء التحقق من الرمز الخاص بك وحاول مرة أخرى",
- "totpSuccessTitle": "تم التحقق",
- "totpSuccessSubtitle": "إعادة توجيه إلى تطبيقك",
- "totpTitle": "أدخل رمز TOTP الخاص بك",
- "totpSubtitle": "Please enter the code from your authenticator app.",
- "unauthorizedTitle": "غير مرخص",
- "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
- "unauthorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "unauthorizedGroupsSubtitle": "The user with username {{username}} is not in the groups required by the resource {{resource}}.",
- "unauthorizedIpSubtitle": "Your IP address {{ip}} is not authorized to access the resource {{resource}}.",
- "unauthorizedButton": "حاول مجددا",
- "cancelTitle": "إلغاء",
- "forgotPasswordTitle": "نسيت كلمة المرور؟",
- "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
- "errorTitle": "حدث خطأ",
- "errorSubtitleInfo": "The following error occurred while processing your request:",
- "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
- "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
- "fieldRequired": "This field is required",
- "invalidInput": "Invalid input",
- "domainWarningTitle": "Invalid Domain",
- "domainWarningSubtitle": "You are accessing this instance from an incorrect domain. If you proceed, you may encounter issues with authentication.",
- "domainWarningCurrent": "Current:",
- "domainWarningExpected": "Expected:",
- "ignoreTitle": "تجاهل",
- "goToCorrectDomainTitle": "Go to correct domain",
- "authorizeTitle": "Authorize",
- "authorizeCardTitle": "Continue to {{app}}?",
- "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
- "authorizeSubtitleOAuth": "Would you like to continue to this app?",
- "authorizeLoadingTitle": "Loading...",
- "authorizeLoadingSubtitle": "Please wait while we load the client information.",
- "authorizeSuccessTitle": "Authorized",
- "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
- "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
- "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
- "openidScopeName": "OpenID Connect",
- "openidScopeDescription": "Allows the app to access your OpenID Connect information.",
- "emailScopeName": "Email",
- "emailScopeDescription": "Allows the app to access your email address.",
- "profileScopeName": "Profile",
- "profileScopeDescription": "Allows the app to access your profile information.",
- "groupsScopeName": "Groups",
- "groupsScopeDescription": "Allows the app to access your group information."
+ "loginTitle": "مرحبا بعودتك، ادخل باستخدام",
+ "loginTitleSimple": "مرحبا بعودتك، سجل دخولك",
+ "loginDivider": "أو",
+ "loginUsername": "اسم المستخدم",
+ "loginPassword": "كلمة المرور",
+ "loginSubmit": "تسجيل الدخول",
+ "loginFailTitle": "فشل تسجيل الدخول",
+ "loginFailSubtitle": "الرجاء التحقق من اسم المستخدم وكلمة المرور",
+ "loginFailRateLimit": "You failed to login too many times. Please try again later",
+ "loginSuccessTitle": "تم تسجيل الدخول",
+ "loginSuccessSubtitle": "مرحبا بعودتك!",
+ "loginOauthFailTitle": "حدث خطأ",
+ "loginOauthFailSubtitle": "أخفق الحصول على رابط OAuth",
+ "loginOauthSuccessTitle": "إعادة توجيه",
+ "loginOauthSuccessSubtitle": "إعادة توجيه إلى مزود OAuth الخاص بك",
+ "loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
+ "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
+ "loginOauthAutoRedirectButton": "Redirect now",
+ "continueTitle": "متابعة",
+ "continueRedirectingTitle": "إعادة توجيه...",
+ "continueRedirectingSubtitle": "يجب إعادة توجيهك إلى التطبيق قريبا",
+ "continueRedirectManually": "Redirect me manually",
+ "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة",
+ "continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من https إلى http، هل أنت متأكد أنك تريد المتابعة؟",
+ "continueUntrustedRedirectTitle": "Untrusted redirect",
+ "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{cookieDomain}}). Are you sure you want to continue?",
+ "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": "الصفحة غير موجودة",
+ "notFoundSubtitle": "الصفحة التي تبحث عنها غير موجودة.",
+ "notFoundButton": "انتقل إلى الرئيسية",
+ "totpFailTitle": "أخفق التحقق من الرمز",
+ "totpFailSubtitle": "الرجاء التحقق من الرمز الخاص بك وحاول مرة أخرى",
+ "totpSuccessTitle": "تم التحقق",
+ "totpSuccessSubtitle": "إعادة توجيه إلى تطبيقك",
+ "totpTitle": "أدخل رمز TOTP الخاص بك",
+ "totpSubtitle": "Please enter the code from your authenticator app.",
+ "unauthorizedTitle": "غير مرخص",
+ "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
+ "unauthorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
+ "unauthorizedGroupsSubtitle": "The user with username {{username}} is not in the groups required by the resource {{resource}}.",
+ "unauthorizedIpSubtitle": "Your IP address {{ip}} is not authorized to access the resource {{resource}}.",
+ "unauthorizedButton": "حاول مجددا",
+ "cancelTitle": "إلغاء",
+ "forgotPasswordTitle": "نسيت كلمة المرور؟",
+ "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
+ "errorTitle": "حدث خطأ",
+ "errorSubtitleInfo": "The following error occurred while processing your request:",
+ "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
+ "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
+ "fieldRequired": "This field is required",
+ "invalidInput": "Invalid input",
+ "domainWarningTitle": "Invalid Domain",
+ "domainWarningSubtitle": "You are accessing this instance from an incorrect domain. If you proceed, you may encounter issues with authentication.",
+ "domainWarningCurrent": "Current:",
+ "domainWarningExpected": "Expected:",
+ "ignoreTitle": "تجاهل",
+ "goToCorrectDomainTitle": "Go to correct domain",
+ "authorizeTitle": "Authorize",
+ "authorizeCardTitle": "Continue to {{app}}?",
+ "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
+ "authorizeSubtitleOAuth": "Would you like to continue to this app?",
+ "authorizeLoadingTitle": "Loading...",
+ "authorizeLoadingSubtitle": "Please wait while we load the client information.",
+ "authorizeSuccessTitle": "Authorized",
+ "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
+ "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
+ "authorizeErrorInvalidParams": "The request is missing required parameters or has invalid parameters. Please check the URL and try again.",
+ "openidScopeName": "OpenID Connect",
+ "openidScopeDescription": "Allows the app to access your OpenID Connect information.",
+ "emailScopeName": "Email",
+ "emailScopeDescription": "Allows the app to access your email address.",
+ "profileScopeName": "Profile",
+ "profileScopeDescription": "Allows the app to access your profile information.",
+ "groupsScopeName": "Groups",
+ "groupsScopeDescription": "Allows the app to access your group information.",
+ "backToLoginButton": "Back to login",
+ "phoneScopeName": "Phone",
+ "phoneScopeDescription": "Allows the app to access your phone number.",
+ "addressScopeName": "Address",
+ "addressScopeDescription": "Allows the app to access your address.",
+ "loginTailscaleTitle": "Continue with Tailscale",
+ "loginTailscaleDescription": "You appear to be accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?",
+ "loginTailscaleDeviceName": "Device name:",
+ "loginTailscaleOtherMethod": "Login with another method",
+ "loginTailscaleSuccess": "Successfully authenticated with Tailscale.",
+ "loginTailscaleFail": "Failed to authenticate with Tailscale. Please try again or use another login method.",
+ "logoutTailscaleSubtitle": "You are currently logged in with Tailscale on your device {{deviceName}}. Click the button below to logout.",
+ "quickActionsLanguage": "Language",
+ "quickActionsTheme": "Theme",
+ "quickActionsThemeLight": "Light",
+ "quickActionsThemeDark": "Dark",
+ "quickActionsThemeSystem": "System",
+ "quickActionsLogout": "Logout",
+ "quickActionsTitle": "Quick Actions",
+ "quickActionsProviderLocal": "Local",
+ "quickActionsProviderLDAP": "LDAP",
+ "quickActionsProviderOAuth": "{{provider}} OAuth"
}