From 5ca619e3a300b343dcefb66c842c853230733ed6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 8 Mar 2025 17:50:57 +0000 Subject: [PATCH] New translations auth.php (Arabic) --- lang/ar/auth.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/ar/auth.php b/lang/ar/auth.php index e8a1d4fa717..3aca317c07d 100644 --- a/lang/ar/auth.php +++ b/lang/ar/auth.php @@ -103,15 +103,15 @@ 'mfa_gen_totp_verify_setup' => 'Verify Setup', 'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:', 'mfa_gen_totp_provide_code_here' => 'أدخل الرمز الذي تم إنشاؤه للتطبيق الخاص بك هنا', - 'mfa_verify_access' => 'Verify Access', + 'mfa_verify_access' => 'التحقق من الوصول', 'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.', - 'mfa_verify_no_methods' => 'No Methods Configured', + 'mfa_verify_no_methods' => 'لا توجد طرق معدة', 'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.', 'mfa_verify_use_totp' => 'Verify using a mobile app', - 'mfa_verify_use_backup_codes' => 'Verify using a backup code', + 'mfa_verify_use_backup_codes' => 'التحقق باستخدام رمز النسخ الاحتياطي', 'mfa_verify_backup_code' => 'Backup Code', 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', - 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', - 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', + 'mfa_verify_totp_desc' => 'أدخل الرمز الذي تم إنشاؤه باستخدام تطبيق الجوال الخاص بك، أدناه:', + 'mfa_setup_login_notification' => 'تم إعداد طريقة الدخول متعددة العوامل، يرجى الآن تسجيل الدخول مرة أخرى باستخدام الطريقة التي تم إعدادها.', ];