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:
authorNextcloud bot <bot@nextcloud.com>2020-04-23 06:06:46 +0300
committerNextcloud bot <bot@nextcloud.com>2020-04-23 06:06:46 +0300
commit64fe3dc2b75f4bfc5b891f0d087830fd1edf0b3b (patch)
treee546c06af7dae6c503c3b62bc7079715a1d6f57a /l10n/zh_CN.js
parent0d689947351b4b96e75fb63d2393b81226abefb1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/zh_CN.js')
-rw-r--r--l10n/zh_CN.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 93649ad7c..9fab711a9 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"text",
{
"Nextcloud Text" : "Nextcloud 文本",
- "New text document" : "新建文本文档",
+ "text document" : "文本文档",
"Readme" : "自述文件",
"Text" : "文本 ",
"📝 Collaborative document editing" : "文档协作编辑",
@@ -10,9 +10,9 @@ 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" : "网络连接错误:无法连接到文档",
+ "File could not be loaded. Please check your internet connection." : "无法加载文件。 请检查您的互联网连接。",
"Retry" : "重试",
- "Last save {lastSave}" : "最近保存 {lastSave}",
+ "Last saved {lastSaved}" : "最近保存 {lastSave}",
"Unpushed changes" : "未推送的更改",
"Unsaved changes" : "未保存的更改",
"Enter your name so other users can see who is editing" : "输入您的姓名以便他人看到谁在编辑",
@@ -25,6 +25,7 @@ OC.L10N.register(
"Show file" : "显示文件",
"Show rich workspaces" : "显示富文本编辑区",
"Add notes, lists or links …" : "添加笔记、列表或链接...",
+ "New text document" : "新建文本文档",
"Edit" : "编辑",
"Undo" : "撤销",
"Redo" : "重做",
@@ -44,6 +45,8 @@ OC.L10N.register(
"ToDo list" : "待办事项清单",
"Blockquote" : "块引用",
"Code block" : "代码块",
+ "Network connection error: Could not connect to the document" : "网络连接错误:无法连接到文档",
+ "Last save {lastSave}" : "最近保存 {lastSave}",
"New text document.md" : "新建文本文档.md"
},
"nplurals=1; plural=0;");