diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 5 |
1 files changed, 5 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;"); |