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
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/zh_CN.js')
-rw-r--r--l10n/zh_CN.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 4c4f27cd2..a68cab2f3 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -21,7 +21,6 @@ OC.L10N.register(
"Show image" : "显示图片",
"Show file" : "显示文件",
"New text document" : "新建文本文档",
- "New text document.md" : "新建文本文档.md",
"Edit" : "编辑",
"Undo" : "撤销",
"Redo" : "重做",
@@ -39,6 +38,7 @@ OC.L10N.register(
"Unordered list" : "无编号列表",
"Ordered list" : "编号列表",
"Blockquote" : "块引用",
- "Code block" : "代码块"
+ "Code block" : "代码块",
+ "New text document.md" : "新建文本文档.md"
},
"nplurals=1; plural=0;");