diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 513c75d6b5c..d62208a5cc1 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -22,12 +22,10 @@ OC.L10N.register( "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", "PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。", "%sbit or higher PHP required." : "需要 %s 或更高版本的 PHP。", - "Following databases are supported: %s" : "支持以下数据库:%s", "The command line tool %s could not be found" : "命令行工具 %s 未找到", "The library %s is not available." : "库文件 %s 不可用", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "库版本 %1$s 高于需要的版本 %2$s - 可用版本 %3$s。", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "库版本 %1$s 低于需要的版本 %2$s - 可用版本 %3$s。", - "Following platforms are supported: %s" : "支持以下平台:%s", "Server version %s or higher is required." : "需要服务器版本 %s 或更高版本。", "Server version %s or lower is required." : "需要服务器版本 %s 或更低版本。", "Logged in user must be an admin or sub admin" : "当前登录用户必须为管理员或子管理员", @@ -224,6 +222,8 @@ OC.L10N.register( "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "Following databases are supported: %s" : "支持以下数据库:%s", + "Following platforms are supported: %s" : "支持以下平台:%s", "Overview" : "概览", "Basic settings" : "基本设置", "Sharing" : "共享", |