New translations config.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-10 17:19:38 +03:00
parent 7dccb8e8ad
commit 707ed03786

View File

@ -11,4 +11,13 @@ return [
'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.',
],
];
'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.',
],
],
];