mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations config.php (Turkish)
This commit is contained in:
parent
7dccb8e8ad
commit
707ed03786
@ -11,4 +11,13 @@ return [
|
|||||||
'instructions' => 'Maks yükleme boyutunu <strong>megabyte</strong> cinsinden belirtin.',
|
'instructions' => 'Maks yükleme boyutunu <strong>megabyte</strong> cinsinden belirtin.',
|
||||||
'warning' => 'Eğer belirtilmezse klasör maks ve sunucu maks değerleri kullanılır.',
|
'warning' => 'Eğer belirtilmezse klasör maks ve sunucu maks değerleri kullanılır.',
|
||||||
],
|
],
|
||||||
];
|
'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