diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-01-04 09:48:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-01-04 09:48:31 +0000 |
commit | 298b79410d433a5394123393b2462eb870a64947 (patch) | |
tree | e4fd07f1d55029293caed61c3b7af529c8785246 /lib/l10n/zh_CN.js | |
parent | 493c255f7f774783b78a58d930a2d1f446274d51 (diff) | |
download | nextcloud-server-298b79410d433a5394123393b2462eb870a64947.tar.gz nextcloud-server-298b79410d433a5394123393b2462eb870a64947.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 2a9eb59c28c..9fb446e472e 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -54,6 +54,7 @@ OC.L10N.register( "Settings" : "设置", "Log out" : "注销", "Users" : "用户", + "Unknown user" : "未知用户", "APCu" : "APCu", "Redis" : "Redis", "Basic settings" : "基本设置", @@ -185,7 +186,6 @@ OC.L10N.register( "Application is not enabled" : "应用程序未启用", "Authentication error" : "认证出错", "Token expired. Please reload page." : "Token 过期,请刷新页面。", - "Unknown user" : "未知用户", "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。", "Cannot write into \"config\" directory" : "无法写入“config”目录", "Cannot write into \"apps\" directory" : "无法写入“apps”目录", |