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
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-02-08 04:10:51 +0300
committerNextcloud bot <bot@nextcloud.com>2018-02-08 04:10:51 +0300
commitd36b9c74794418db860c80195971755895258eea (patch)
treef64088a1322374b2dcc102e96bad85cf46b450dc /lib
parentc1165f603771b9cb074492f9e79ab6eda1bd381d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/zh_CN.js3
-rw-r--r--lib/l10n/zh_CN.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 8d0acc2e309..9ef88757b08 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -228,6 +228,7 @@ OC.L10N.register(
"Storage connection error. %s" : "存储连接错误. %s",
"Storage is temporarily not available" : "存储暂时不可用",
"Storage connection timeout. %s" : "存储连接超时. %s",
- "Personal" : "个人"
+ "Personal" : "个人",
+ "No app name specified" : "没有指定的 App 名称"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 50b59edf7c3..38d6286d454 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -226,6 +226,7 @@
"Storage connection error. %s" : "存储连接错误. %s",
"Storage is temporarily not available" : "存储暂时不可用",
"Storage connection timeout. %s" : "存储连接超时. %s",
- "Personal" : "个人"
+ "Personal" : "个人",
+ "No app name specified" : "没有指定的 App 名称"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file