mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 09:41:05 +00:00
New translations settings.php (Arabic)
This commit is contained in:
parent
285ab57f25
commit
f3511c5630
1 changed files with 20 additions and 20 deletions
|
@ -293,28 +293,28 @@ return [
|
|||
'webhooks_events_warning' => 'ضع في اعتبارك أن هذه الأحداث سيتم تشغيلها لجميع الأحداث المحددة، حتى إذا تم تطبيق صلاحيات مخصصة. تحقق أن استخدام خطاف الويب هذا لن يكشف عن محتوى سري.',
|
||||
'webhooks_events_all' => 'جميع أحداث النظام',
|
||||
'webhooks_name' => 'اسم خطاف الويب',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_endpoint' => 'Webhook Endpoint',
|
||||
'webhooks_active' => 'Webhook Active',
|
||||
'webhook_events_table_header' => 'Events',
|
||||
'webhooks_delete' => 'Delete Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
'webhooks_timeout' => 'مهلة طلب خطاف الويب (بالثواني)',
|
||||
'webhooks_endpoint' => 'نقطة نهاية خطاف الويب',
|
||||
'webhooks_active' => 'خطاف الويب فعال',
|
||||
'webhook_events_table_header' => 'الأحداث',
|
||||
'webhooks_delete' => 'حذف خطاف الويب',
|
||||
'webhooks_delete_warning' => 'سيؤدي هذا إلى حذف خطاف الويب بالكامل، الذي يحمل اسم \':webhookName\'، من النظام.',
|
||||
'webhooks_delete_confirm' => 'هل أنت متأكد أنك تريد حذف هذا الخطاف؟',
|
||||
'webhooks_format_example' => 'مثال على تنسيق خطاف الويب',
|
||||
'webhooks_format_example_desc' => 'يتم إرسال بيانات خطاف الويب كطلب بوست -POST- إلى نقطة النهاية المكونة كجيسون -JSON- باتباع التنسيق أدناه. خصائص "ذات صلة" و "روابط" اختيارية و ستعتمد على نوع الحدث الذي تم تشغيله.',
|
||||
'webhooks_status' => 'حالة خطاف الويب',
|
||||
'webhooks_last_called' => 'آخر اتصال:',
|
||||
'webhooks_last_errored' => 'أخر خطأ:',
|
||||
'webhooks_last_error_message' => 'رسالة الخطأ الأخيرة:',
|
||||
|
||||
// Licensing
|
||||
'licenses' => 'Licenses',
|
||||
'licenses_desc' => 'This page details license information for BookStack in addition to the projects & libraries that are used within BookStack. Many projects listed may only be used in a development context.',
|
||||
'licenses_bookstack' => 'BookStack License',
|
||||
'licenses_php' => 'PHP Library Licenses',
|
||||
'licenses_js' => 'JavaScript Library Licenses',
|
||||
'licenses_other' => 'Other Licenses',
|
||||
'license_details' => 'License Details',
|
||||
'licenses' => 'الرخص',
|
||||
'licenses_desc' => 'هذه الصفحة تفصل معلومات الرخص لبوكستاك -BookStack- بالإضافة إلى المشاريع والمكتبات المستخدمة في بوكستاك. ولا يمكن استخدام العديد من المشاريع المدرجة إلا في سياق إنمائي.',
|
||||
'licenses_bookstack' => 'رخص بوكستاك',
|
||||
'licenses_php' => 'رخص مكتبات بي إتش بي -PHP-',
|
||||
'licenses_js' => 'رخص مكتبة جافا سكريبت -JavaScript-',
|
||||
'licenses_other' => 'رخص أخرى',
|
||||
'license_details' => 'تفاصيل الرخصة',
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
//! languages apart from en. Content will be auto-copied from en.
|
||||
|
|
Loading…
Add table
Reference in a new issue