From 73ec88b7d86483a94a3e1e39eb1cf2e488a35dad Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 9 Jul 2025 23:59:30 +0300 Subject: [PATCH] New translations en.json (Arabic) --- frontend/src/lib/i18n/locales/ar-SA.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/ar-SA.json b/frontend/src/lib/i18n/locales/ar-SA.json index f21c8c3c..c27d122e 100644 --- a/frontend/src/lib/i18n/locales/ar-SA.json +++ b/frontend/src/lib/i18n/locales/ar-SA.json @@ -19,7 +19,7 @@ "continueInvalidRedirectTitle": "إعادة توجيه غير صالحة", "continueInvalidRedirectSubtitle": "رابط إعادة التوجيه غير صالح", "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة", - "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http which is not secure. Are you sure you want to continue?", + "continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من https إلى http، هل أنت متأكد أنك تريد المتابعة؟", "continueTitle": "متابعة", "continueSubtitle": "انقر الزر للمتابعة إلى التطبيق الخاص بك.", "logoutFailTitle": "فشل تسجيل الخروج", @@ -45,7 +45,7 @@ "unauthorizedIpSubtitle": "Your IP address {{ip}} is not authorized to access the resource {{resource}}.", "unauthorizedButton": "حاول مجددا", "untrustedRedirectTitle": "إعادة توجيه غير موثوقة", - "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{domain}}). Are you sure you want to continue?", + "untrustedRedirectSubtitle": "أنت تحاول إعادة التوجيه إلى نطاق لا يتطابق مع النطاق المكون الخاص بك ({{domain}}). هل أنت متأكد من أنك تريد المتابعة؟", "cancelTitle": "إلغاء", "forgotPasswordTitle": "نسيت كلمة المرور؟", "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",