New translations config.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 17:06:38 +03:00
parent 6ba88ff6ac
commit e3d9ecf830

View File

@ -14,4 +14,13 @@ return [
'label' => 'الحد الأعلى للاختيارات', 'label' => 'الحد الأعلى للاختيارات',
'instructions' => 'ادخل رقم الحد الأعلى للاخيارات المسموح بها.', 'instructions' => 'ادخل رقم الحد الأعلى للاخيارات المسموح بها.',
], ],
'mode' => [
'name' => 'Input Mode',
'instructions' => 'How should users provide file input?',
'option' => [
'default' => 'Upload and/or select files.',
'select' => 'Select files only.',
'upload' => 'Upload files only.',
],
],
]; ];