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:
-rw-r--r--l10n/zh_CN.js3
-rw-r--r--l10n/zh_CN.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 9aa74c105..4c4f27cd2 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -7,6 +7,8 @@ OC.L10N.register(
"Use current version" : "使用当前版本",
"Use the saved version" : "使用保存的版本",
"The document has been changed outside of the editor. The changes cannot be applied." : "本文档在编辑器外被更改。无法应用更改。",
+ "Network connection error: Could not connect to the document" : "网络连接错误:无法连接到文档",
+ "Retry" : "重试",
"Last save {lastSave}" : "最近保存 {lastSave}",
"Unpushed changes" : "未推送的更改",
"Unsaved changes" : "未保存的更改",
@@ -25,6 +27,7 @@ OC.L10N.register(
"Redo" : "重做",
"Bold" : "加粗",
"Italic" : "斜体",
+ "Strikethrough" : "删除线",
"Paragraph" : "段落",
"Headings" : "标题",
"Heading 1" : "标题 1",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 2a674535a..9a851e40c 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -5,6 +5,8 @@
"Use current version" : "使用当前版本",
"Use the saved version" : "使用保存的版本",
"The document has been changed outside of the editor. The changes cannot be applied." : "本文档在编辑器外被更改。无法应用更改。",
+ "Network connection error: Could not connect to the document" : "网络连接错误:无法连接到文档",
+ "Retry" : "重试",
"Last save {lastSave}" : "最近保存 {lastSave}",
"Unpushed changes" : "未推送的更改",
"Unsaved changes" : "未保存的更改",
@@ -23,6 +25,7 @@
"Redo" : "重做",
"Bold" : "加粗",
"Italic" : "斜体",
+ "Strikethrough" : "删除线",
"Paragraph" : "段落",
"Headings" : "标题",
"Heading 1" : "标题 1",