diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-08 01:10:40 +0000 |
commit | 5e3cb24efab0a160a9bfe46136e02ad2a683abdd (patch) | |
tree | ee595a861a1af7bad54aac697b1b86c4f3b18d8e /lib | |
parent | 36eb93deacf4d856b2e402bec53674bcc3027512 (diff) | |
download | nextcloud-server-5e3cb24efab0a160a9bfe46136e02ad2a683abdd.tar.gz nextcloud-server-5e3cb24efab0a160a9bfe46136e02ad2a683abdd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 3 |
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 |