diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-10 02:31:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-10 02:31:25 +0000 |
commit | 4ad8a5ae8fd45fcf2cf51505667092b23c0a0a6d (patch) | |
tree | ac22460114ac3c371ecc33e36efb3a0cdab726cc /core/l10n/zh_CN.js | |
parent | 02169270505b8ee4ff37c1b84c039182bc691856 (diff) | |
download | nextcloud-server-4ad8a5ae8fd45fcf2cf51505667092b23c0a0a6d.tar.gz nextcloud-server-4ad8a5ae8fd45fcf2cf51505667092b23c0a0a6d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 15e0f2ef99a..99190819d38 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -5,6 +5,14 @@ OC.L10N.register( "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" : "未知的文件类型", |