Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-10 05:31:13 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-10 05:31:13 +0300
commitbbee01117e36fcabf7db8195343d897bc28c619a (patch)
tree104f5a1a0335a23d6d84e68170c72b833edf66c0 /core/l10n/zh_CN.json
parent1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.json')
-rw-r--r--core/l10n/zh_CN.json8
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" : "未知的文件类型",