diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-21 00:11:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-21 00:11:39 +0000 |
commit | 6b5132502e661e108a2862fa2ed631f88bc5e9dc (patch) | |
tree | f1d5d6f9f8517dd89430aa3c182120d30a777805 /lib/l10n | |
parent | 0580f498f237d6fb923a8dd48e454a792c47f0b6 (diff) | |
download | nextcloud-server-6b5132502e661e108a2862fa2ed631f88bc5e9dc.tar.gz nextcloud-server-6b5132502e661e108a2862fa2ed631f88bc5e9dc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/zh_CN.js | 5 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 9ef88757b08..7cce8d7b71a 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -66,6 +66,10 @@ OC.L10N.register( "Unknown user" : "未知用户", "APCu" : "APCu", "Redis" : "Redis", + "Create" : "创建", + "Change" : "修改", + "Delete" : "删除", + "Share" : "共享", "Basic settings" : "基本设置", "Sharing" : "分享", "Security" : "安全", @@ -229,6 +233,7 @@ OC.L10N.register( "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时. %s", "Personal" : "个人", + "DB Error: \"%s\"" : "数据库错误:\"%s\"", "No app name specified" : "没有指定的 App 名称" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 38d6286d454..b8ddb84816b 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -64,6 +64,10 @@ "Unknown user" : "未知用户", "APCu" : "APCu", "Redis" : "Redis", + "Create" : "创建", + "Change" : "修改", + "Delete" : "删除", + "Share" : "共享", "Basic settings" : "基本设置", "Sharing" : "分享", "Security" : "安全", @@ -227,6 +231,7 @@ "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时. %s", "Personal" : "个人", + "DB Error: \"%s\"" : "数据库错误:\"%s\"", "No app name specified" : "没有指定的 App 名称" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |