Skip to content

Commit 567fd75

Browse files
committed
New translations errors.php (Arabic)
1 parent 6c1ba6f commit 567fd75

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

lang/ar/errors.php

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// Auth
1212
'error_user_exists_different_creds' => 'يوجد مستخدم ببيانات مختلفة مسجل بالنظام للبريد الإلكتروني :email.',
13-
'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details',
13+
'auth_pre_register_theme_prevention' => 'لم يتمكن حساب المستخدم من التسجيل للحصول على التفاصيل المقدمة',
1414
'email_already_confirmed' => 'تم تأكيد البريد الإلكتروني من قبل, الرجاء محاولة تسجيل الدخول.',
1515
'email_confirmation_invalid' => 'رابط التأكيد غير صحيح أو قد تم استخدامه من قبل, الرجاء محاولة التسجيل من جديد.',
1616
'email_confirmation_expired' => 'صلاحية رابط التأكيد انتهت, تم إرسال رسالة تأكيد جديدة لعنوان البريد الإلكتروني.',
@@ -37,7 +37,7 @@
3737
'social_driver_not_found' => 'لم يتم العثور على السوشيال درايفر "Social driver"',
3838
'social_driver_not_configured' => 'لم يتم تهيئة إعدادات حسابك الاجتماعي بشكل صحيح.',
3939
'invite_token_expired' => 'انتهت صلاحية رابط هذه الدعوة. يمكنك بدلاً من ذلك محاولة إعادة تعيين كلمة مرور حسابك.',
40-
'login_user_not_found' => 'A user for this action could not be found.',
40+
'login_user_not_found' => 'لم يتم العثور على مستخدم لهذا الإجراء.',
4141

4242
// System
4343
'path_not_writable' => 'لا يمكن الرفع إلى مسار :filePath. الرجاء التأكد من قابلية الكتابة إلى الخادم.',
@@ -78,7 +78,7 @@
7878
// Users
7979
'users_cannot_delete_only_admin' => 'لا يمكن حذف المشرف الوحيد',
8080
'users_cannot_delete_guest' => 'لا يمكن حذف المستخدم الضيف',
81-
'users_could_not_send_invite' => 'Could not create user since invite email failed to send',
81+
'users_could_not_send_invite' => 'لم يتم إنشاء المستخدم بسبب فشل إرسال بريد الدعوة',
8282

8383
// Roles
8484
'role_cannot_be_edited' => 'لا يمكن تعديل هذا الدور',
@@ -106,16 +106,16 @@
106106
'back_soon' => 'سيعود للعمل قريباً.',
107107

108108
// Import
109-
'import_zip_cant_read' => 'Could not read ZIP file.',
110-
'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.',
111-
'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.',
112-
'import_validation_failed' => 'Import ZIP failed to validate with errors:',
113-
'import_zip_failed_notification' => 'Failed to import ZIP file.',
114-
'import_perms_books' => 'You are lacking the required permissions to create books.',
115-
'import_perms_chapters' => 'You are lacking the required permissions to create chapters.',
116-
'import_perms_pages' => 'You are lacking the required permissions to create pages.',
117-
'import_perms_images' => 'You are lacking the required permissions to create images.',
118-
'import_perms_attachments' => 'You are lacking the required permission to create attachments.',
109+
'import_zip_cant_read' => 'لم أتمكن من قراءة المِلَفّ المضغوط -ZIP-.',
110+
'import_zip_cant_decode_data' => 'لم نتمكن من العثور على محتوى المِلَفّ المضغوط data.json وفك تشفيره.',
111+
'import_zip_no_data' => 'لا تتضمن بيانات المِلَفّ المضغوط أي محتوى متوقع للكتاب أو الفصل أو الصفحة.',
112+
'import_validation_failed' => 'فشل التحقق من صحة استيراد المِلَفّ المضغوط بسبب الأخطاء التالية:',
113+
'import_zip_failed_notification' => 'فشل استيراد المِلَفّ المضغوط.',
114+
'import_perms_books' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الكتب.',
115+
'import_perms_chapters' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الفصول.',
116+
'import_perms_pages' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الصفحات.',
117+
'import_perms_images' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الصور.',
118+
'import_perms_attachments' => 'أنت تفتقر إلى الصَّلاحِيَة المطلوب لإنشاء المرفقات.',
119119

120120
// API errors
121121
'api_no_authorization_found' => 'لم يتم العثور على رمز ترخيص مميز في الطلب',

0 commit comments

Comments
 (0)