New translations config.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 17:06:52 +03:00
parent c80149cee2
commit 42af5b385a

View File

@ -6,4 +6,18 @@ return [
'instructions' => 'حدد المجلد المتاح لهذا الحقل. اتركه فارغاً إذا أردت عرض كل المجلدات.', 'instructions' => 'حدد المجلد المتاح لهذا الحقل. اتركه فارغاً إذا أردت عرض كل المجلدات.',
'warning' => 'صلاحيات المجلد الحالية لديهاأولوية أكثر من المجلدات المختارة.', 'warning' => 'صلاحيات المجلد الحالية لديهاأولوية أكثر من المجلدات المختارة.',
], ],
'max' => [
'name' => 'Max Upload Size',
'instructions' => 'Specify the max upload size in <strong>megabytes</strong>.',
'warning' => 'If not specified the folder max and then server max will be used instead.',
],
'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.',
],
],
]; ];