diff options
Diffstat (limited to 'core/l10n/zh_CN.json')
-rw-r--r-- | core/l10n/zh_CN.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 6856e0a49b8..1a55d748f96 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -3,6 +3,14 @@ "File is too big" : "文件太大", "The selected file is not an image." : "所选文件不是一张图片。", "The selected file cannot be read." : "无法读取所选文件。", + "The file was uploaded" : "文件已上传 ", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了 php.ini 中的 upload_max_filesize 指令", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指令", + "The file was only partially uploaded" : "文件只有部分被上传 ", + "No file was uploaded" : "没有文件被上传 ", + "Missing a temporary folder" : "缺少临时文件夹 ", + "Could not write file to disk" : "无法将文件写入磁盘", + "A PHP extension stopped the file upload" : "一个PHP扩展程序停止了文件上传", "Invalid file provided" : "提供了无效文件", "No image or file provided" : "没有提供图片或文件", "Unknown filetype" : "未知的文件类型", |