mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations config.php (Arabic)
This commit is contained in:
parent
c2f5620270
commit
b3f6a3006c
@ -3,8 +3,8 @@
|
||||
return [
|
||||
'folders' => [
|
||||
'name' => 'المجلدات',
|
||||
'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.',
|
||||
'warning' => 'Existing folder permissions take precedence over selected folders.',
|
||||
'instructions' => 'حدد المجلدات المتاحة لهذا الحقل. اتركه فارغًا لعرض كل المجلدات.',
|
||||
'warning' => 'أذونات المجلد الموجودة لها الأسبقية على المجلدات المحددة.',
|
||||
],
|
||||
'min' => [
|
||||
'label' => 'الحد الأدنى للاختيارت',
|
||||
@ -14,4 +14,13 @@ return [
|
||||
'label' => 'الحد الأعلى للاختيارات',
|
||||
'instructions' => 'ادخل رقم الحد الأعلى للاخيارات المسموح بها.',
|
||||
],
|
||||
'mode' => [
|
||||
'name' => 'وضع الإدخال',
|
||||
'instructions' => 'كيف يجب على المستخدمين تقديم ملف الإدخال؟',
|
||||
'option' => [
|
||||
'default' => 'تحميل و / أو تحديد الملفات.',
|
||||
'select' => 'حدد الملفات فقط.',
|
||||
'upload' => 'تحميل الملفات فقط.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user