diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-07 11:31:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-07 11:31:55 +0000 |
commit | 3063131e6d3e222cb7a6aefd008d9127461119c1 (patch) | |
tree | 9dcf0412f342ba3198fd3bc0b3f3b7ff51b237c4 /lib/l10n/zh_CN.js | |
parent | 8d57d6884613078287601a49c30d0f0f0ced5a6a (diff) | |
download | nextcloud-server-3063131e6d3e222cb7a6aefd008d9127461119c1.tar.gz nextcloud-server-3063131e6d3e222cb7a6aefd008d9127461119c1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 8fe3bb7c00d..8d0acc2e309 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -227,6 +227,7 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "存储未完成配置. %s", "Storage connection error. %s" : "存储连接错误. %s", "Storage is temporarily not available" : "存储暂时不可用", - "Storage connection timeout. %s" : "存储连接超时. %s" + "Storage connection timeout. %s" : "存储连接超时. %s", + "Personal" : "个人" }, "nplurals=1; plural=0;"); |