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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-20 06:19:36 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-20 06:19:36 +0300
commitc40724140168bb6e7c83120b09dfe45273d25381 (patch)
treec438bb6a14bec849c2d28a02922692df1a03e2c0 /l10n
parentf9c2fec375de8ee1cc71a249aa751dda525bc40e (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_CN.js18
-rw-r--r--l10n/zh_CN.json18
2 files changed, 32 insertions, 4 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index df4c08a3a..1f58b59aa 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "新建文本文档",
+ "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扩展插件终止了文件上传",
+ "No file uploaded or file size exceeds maximum of %s" : "没有文件上传成功或者文件大小超出了最大%s的限制",
"Nextcloud Text" : "Nextcloud 文本",
"text document" : "文本文档",
"Readme" : "自述文件",
@@ -51,13 +60,18 @@ OC.L10N.register(
"Code block" : "代码块",
"Some code" : "一些代码",
"Insert emoji" : "插入 emoji",
+ "Upload from computer" : "从电脑上传",
+ "Insert from Files" : "从文件插入",
+ "Insert from link" : "从链接插入",
+ "Image link to insert" : "插入图片链接",
"Insert image" : "插入图片",
+ "Image format not supported" : "图片格式不支持",
"Insert an image" : "插入一张图片",
"Alt" : "Alt",
"Update Link" : "更新链接",
"Add Link" : "添加链接",
"Link file" : "链接文件",
- "Remove Link" : "删除链接",
+ "Remove Link" : "移除链接",
"Select file to link to" : "选择文件链接至",
"Show author colors" : "显示作者颜色",
"Author colors are only shown until everyone has closed the document." : "直到所有人都关闭了文档,才会显示作者颜色。",
@@ -74,6 +88,6 @@ OC.L10N.register(
"Heading 4" : "标题 4",
"Heading 5" : "标题 5",
"ToDo list" : "待办事项清单",
- "Emoji picker" : "emoji 选择器"
+ "Emoji picker" : "Emoji 选择器"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 13f762e08..a5e40a509 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,5 +1,14 @@
{ "translations": {
"New text document" : "新建文本文档",
+ "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扩展插件终止了文件上传",
+ "No file uploaded or file size exceeds maximum of %s" : "没有文件上传成功或者文件大小超出了最大%s的限制",
"Nextcloud Text" : "Nextcloud 文本",
"text document" : "文本文档",
"Readme" : "自述文件",
@@ -49,13 +58,18 @@
"Code block" : "代码块",
"Some code" : "一些代码",
"Insert emoji" : "插入 emoji",
+ "Upload from computer" : "从电脑上传",
+ "Insert from Files" : "从文件插入",
+ "Insert from link" : "从链接插入",
+ "Image link to insert" : "插入图片链接",
"Insert image" : "插入图片",
+ "Image format not supported" : "图片格式不支持",
"Insert an image" : "插入一张图片",
"Alt" : "Alt",
"Update Link" : "更新链接",
"Add Link" : "添加链接",
"Link file" : "链接文件",
- "Remove Link" : "删除链接",
+ "Remove Link" : "移除链接",
"Select file to link to" : "选择文件链接至",
"Show author colors" : "显示作者颜色",
"Author colors are only shown until everyone has closed the document." : "直到所有人都关闭了文档,才会显示作者颜色。",
@@ -72,6 +86,6 @@
"Heading 4" : "标题 4",
"Heading 5" : "标题 5",
"ToDo list" : "待办事项清单",
- "Emoji picker" : "emoji 选择器"
+ "Emoji picker" : "Emoji 选择器"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file