Skip to content

Commit f3511c5

Browse files
committed
New translations settings.php (Arabic)
1 parent 285ab57 commit f3511c5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

lang/ar/settings.php

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -293,28 +293,28 @@
293293
'webhooks_events_warning' => 'ضع في اعتبارك أن هذه الأحداث سيتم تشغيلها لجميع الأحداث المحددة، حتى إذا تم تطبيق صلاحيات مخصصة. تحقق أن استخدام خطاف الويب هذا لن يكشف عن محتوى سري.',
294294
'webhooks_events_all' => 'جميع أحداث النظام',
295295
'webhooks_name' => 'اسم خطاف الويب',
296-
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
297-
'webhooks_endpoint' => 'Webhook Endpoint',
298-
'webhooks_active' => 'Webhook Active',
299-
'webhook_events_table_header' => 'Events',
300-
'webhooks_delete' => 'Delete Webhook',
301-
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
302-
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
303-
'webhooks_format_example' => 'Webhook Format Example',
304-
'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.',
305-
'webhooks_status' => 'Webhook Status',
306-
'webhooks_last_called' => 'Last Called:',
307-
'webhooks_last_errored' => 'Last Errored:',
308-
'webhooks_last_error_message' => 'Last Error Message:',
296+
'webhooks_timeout' => 'مهلة طلب خطاف الويب (بالثواني)',
297+
'webhooks_endpoint' => 'نقطة نهاية خطاف الويب',
298+
'webhooks_active' => 'خطاف الويب فعال',
299+
'webhook_events_table_header' => 'الأحداث',
300+
'webhooks_delete' => 'حذف خطاف الويب',
301+
'webhooks_delete_warning' => 'سيؤدي هذا إلى حذف خطاف الويب بالكامل، الذي يحمل اسم \':webhookName\'، من النظام.',
302+
'webhooks_delete_confirm' => 'هل أنت متأكد أنك تريد حذف هذا الخطاف؟',
303+
'webhooks_format_example' => 'مثال على تنسيق خطاف الويب',
304+
'webhooks_format_example_desc' => 'يتم إرسال بيانات خطاف الويب كطلب بوست -POST- إلى نقطة النهاية المكونة كجيسون -JSON- باتباع التنسيق أدناه. خصائص "ذات صلة" و "روابط" اختيارية و ستعتمد على نوع الحدث الذي تم تشغيله.',
305+
'webhooks_status' => 'حالة خطاف الويب',
306+
'webhooks_last_called' => 'آخر اتصال:',
307+
'webhooks_last_errored' => 'أخر خطأ:',
308+
'webhooks_last_error_message' => 'رسالة الخطأ الأخيرة:',
309309

310310
// Licensing
311-
'licenses' => 'Licenses',
312-
'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.',
313-
'licenses_bookstack' => 'BookStack License',
314-
'licenses_php' => 'PHP Library Licenses',
315-
'licenses_js' => 'JavaScript Library Licenses',
316-
'licenses_other' => 'Other Licenses',
317-
'license_details' => 'License Details',
311+
'licenses' => 'الرخص',
312+
'licenses_desc' => 'هذه الصفحة تفصل معلومات الرخص لبوكستاك -BookStack- بالإضافة إلى المشاريع والمكتبات المستخدمة في بوكستاك. ولا يمكن استخدام العديد من المشاريع المدرجة إلا في سياق إنمائي.',
313+
'licenses_bookstack' => 'رخص بوكستاك',
314+
'licenses_php' => 'رخص مكتبات بي إتش بي -PHP-',
315+
'licenses_js' => 'رخص مكتبة جافا سكريبت -JavaScript-',
316+
'licenses_other' => 'رخص أخرى',
317+
'license_details' => 'تفاصيل الرخصة',
318318

319319
//! If editing translations files directly please ignore this in all
320320
//! languages apart from en. Content will be auto-copied from en.

0 commit comments

Comments
 (0)