mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-23 12:20:21 +00:00
New translations settings.php (Arabic)
This commit is contained in:
parent
63201489d3
commit
185747b5e7
1 changed files with 8 additions and 8 deletions
|
@ -140,13 +140,13 @@ return [
|
||||||
'role_manage_page_templates' => 'إدارة قوالب الصفحة',
|
'role_manage_page_templates' => 'إدارة قوالب الصفحة',
|
||||||
'role_access_api' => 'الوصول إلى واجهة برمجة تطبيقات النظام API',
|
'role_access_api' => 'الوصول إلى واجهة برمجة تطبيقات النظام API',
|
||||||
'role_manage_settings' => 'إدارة إعدادات التطبيق',
|
'role_manage_settings' => 'إدارة إعدادات التطبيق',
|
||||||
'role_asset' => 'أذونات النظام',
|
'role_asset' => 'أذونات الأصول',
|
||||||
'roles_system_warning' => 'اعلم أن الوصول إلى أي من الأذونات الثلاثة المذكورة أعلاه يمكن أن يسمح للمستخدم بتغيير امتيازاته الخاصة أو امتيازات الآخرين في النظام. قم بتعيين الأدوار مع هذه الأذونات فقط للمستخدمين الموثوق بهم.',
|
'roles_system_warning' => 'اعلم أن الوصول إلى أي من الأذونات الثلاثة المذكورة أعلاه يمكن أن يسمح للمستخدم بتغيير امتيازاته الخاصة أو امتيازات الآخرين في النظام. قم بتعيين الأدوار مع هذه الأذونات فقط للمستخدمين الموثوق بهم.',
|
||||||
'role_asset_desc' => 'تتحكم هذه الأذونات في الوصول الافتراضي إلى الأصول داخل النظام. ستتجاوز الأذونات الخاصة بالكتب والفصول والصفحات هذه الأذونات.',
|
'role_asset_desc' => 'تتحكم هذه الأذونات في الوصول الافتراضي إلى الأصول داخل النظام. ستتجاوز الأذونات الخاصة بالكتب والفصول والصفحات هذه الأذونات.',
|
||||||
'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.',
|
'role_asset_admins' => 'يُمنح المسؤولين حق الوصول تلقائيًا إلى جميع المحتويات ولكن هذه الخيارات قد تعرض خيارات واجهة المستخدم أو تخفيها.',
|
||||||
'role_all' => 'الكل',
|
'role_all' => 'الكل',
|
||||||
'role_own' => 'Own',
|
'role_own' => 'ما يخص',
|
||||||
'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to',
|
'role_controlled_by_asset' => 'يتحكم فيها الأصول التي يتم رفعها إلى',
|
||||||
'role_save' => 'حفظ الدور',
|
'role_save' => 'حفظ الدور',
|
||||||
'role_update_success' => 'تم تحديث الدور بنجاح',
|
'role_update_success' => 'تم تحديث الدور بنجاح',
|
||||||
'role_users' => 'مستخدمون داخل هذا الدور',
|
'role_users' => 'مستخدمون داخل هذا الدور',
|
||||||
|
@ -157,10 +157,10 @@ return [
|
||||||
'user_profile' => 'ملف المستخدم',
|
'user_profile' => 'ملف المستخدم',
|
||||||
'users_add_new' => 'إضافة مستخدم جديد',
|
'users_add_new' => 'إضافة مستخدم جديد',
|
||||||
'users_search' => 'بحث عن مستخدم',
|
'users_search' => 'بحث عن مستخدم',
|
||||||
'users_latest_activity' => 'Latest Activity',
|
'users_latest_activity' => 'أحدث نشاط',
|
||||||
'users_details' => 'User Details',
|
'users_details' => 'بيانات المستخدم',
|
||||||
'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.',
|
'users_details_desc' => 'قم بتعيين اسم عرض وعنوان بريد إلكتروني لهذا المستخدم. سيتم استخدام عنوان البريد الإلكتروني لتسجيل الدخول إلى التطبيق.',
|
||||||
'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.',
|
'users_details_desc_no_email' => 'قم بتعيين اسم عرض لهذا المستخدم حتى يتمكن الآخرون من التعرف عليه.',
|
||||||
'users_role' => 'أدوار المستخدمين',
|
'users_role' => 'أدوار المستخدمين',
|
||||||
'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.',
|
'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.',
|
||||||
'users_password' => 'User Password',
|
'users_password' => 'User Password',
|
||||||
|
|
Loading…
Add table
Reference in a new issue