New translations config.php (Chinese Simplified)

This commit is contained in:
Fatih Alp 2020-05-12 19:26:52 +03:00
parent 634824faf7
commit 383005d746

View File

@ -2,22 +2,22 @@
return [ return [
'folders' => [ 'folders' => [
'name' => '資料夾', 'name' => '资料夹',
'instructions' => '指定可用於此字段的文件夾。保留空白以顯示所有文件夾。', 'instructions' => '指定可用于此字段的文件夹。保留空白以显示所有文件夹。',
'warning' => '現有文件夾權限優先於所選文件夾。', 'warning' => '现有文件夹权限优先于所选文件夹。',
], ],
'max' => [ 'max' => [
'name' => '最大上大小', 'name' => '最大上大小',
'instructions' => '指定最大上傳大小(以 <strong>兆字節為單位)</strong>。', 'instructions' => '指定最大上传大小(以 <strong>兆字节为单位)</strong>。',
'warning' => '如果未指定,則將使用文件夾max和server max代替。', 'warning' => '如果未指定,则将使用文件夹max和server max代替。',
], ],
'mode' => [ 'mode' => [
'name' => '入模式', 'name' => '入模式',
'instructions' => '用戶應如何提供文件輸入?', 'instructions' => '用户应如何提供文件输入?',
'option' => [ 'option' => [
'default' => '上傳和/或選擇文件。', 'default' => '上传和/或选择文件。',
'select' => '僅選擇文件。', 'select' => '仅选择文件。',
'upload' => '僅上傳文件。', 'upload' => '仅上传文件。',
], ],
], ],
]; ];