mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
New translations config.php (Arabic)
This commit is contained in:
parent
6ba88ff6ac
commit
e3d9ecf830
@ -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.',
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user