|
10 | 10 |
|
11 | 11 | // Auth |
12 | 12 | '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' => 'لم يتمكن حساب المستخدم من التسجيل للحصول على التفاصيل المقدمة', |
14 | 14 | 'email_already_confirmed' => 'تم تأكيد البريد الإلكتروني من قبل, الرجاء محاولة تسجيل الدخول.', |
15 | 15 | 'email_confirmation_invalid' => 'رابط التأكيد غير صحيح أو قد تم استخدامه من قبل, الرجاء محاولة التسجيل من جديد.', |
16 | 16 | 'email_confirmation_expired' => 'صلاحية رابط التأكيد انتهت, تم إرسال رسالة تأكيد جديدة لعنوان البريد الإلكتروني.', |
|
37 | 37 | 'social_driver_not_found' => 'لم يتم العثور على السوشيال درايفر "Social driver"', |
38 | 38 | 'social_driver_not_configured' => 'لم يتم تهيئة إعدادات حسابك الاجتماعي بشكل صحيح.', |
39 | 39 | 'invite_token_expired' => 'انتهت صلاحية رابط هذه الدعوة. يمكنك بدلاً من ذلك محاولة إعادة تعيين كلمة مرور حسابك.', |
40 | | - 'login_user_not_found' => 'A user for this action could not be found.', |
| 40 | + 'login_user_not_found' => 'لم يتم العثور على مستخدم لهذا الإجراء.', |
41 | 41 |
|
42 | 42 | // System |
43 | 43 | 'path_not_writable' => 'لا يمكن الرفع إلى مسار :filePath. الرجاء التأكد من قابلية الكتابة إلى الخادم.', |
|
78 | 78 | // Users |
79 | 79 | 'users_cannot_delete_only_admin' => 'لا يمكن حذف المشرف الوحيد', |
80 | 80 | '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' => 'لم يتم إنشاء المستخدم بسبب فشل إرسال بريد الدعوة', |
82 | 82 |
|
83 | 83 | // Roles |
84 | 84 | 'role_cannot_be_edited' => 'لا يمكن تعديل هذا الدور', |
|
106 | 106 | 'back_soon' => 'سيعود للعمل قريباً.', |
107 | 107 |
|
108 | 108 | // 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' => 'أنت تفتقر إلى الصَّلاحِيَة المطلوب لإنشاء المرفقات.', |
119 | 119 |
|
120 | 120 | // API errors |
121 | 121 | 'api_no_authorization_found' => 'لم يتم العثور على رمز ترخيص مميز في الطلب', |
|
0 commit comments