diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-06-17 02:00:01 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-06-17 02:00:01 -0400 |
commit | cc532bb14aed74c397efa29a19ba48a3eeeb0cf0 (patch) | |
tree | c3251ee4049c523303d454f334b63b965b0c8a14 /lib/l10n | |
parent | 1a35dea8a6388bacdd1b36806781f8e2b77836e8 (diff) | |
download | nextcloud-server-cc532bb14aed74c397efa29a19ba48a3eeeb0cf0.tar.gz nextcloud-server-cc532bb14aed74c397efa29a19ba48a3eeeb0cf0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 8951d48b5c3..a29b4adaa1e 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -2,8 +2,12 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "无法写入“config”目录!", + "This can usually be fixed by giving the webserver write access to the config directory" : "给 WEB 服务器 Config 目录设置写权限可以修复这个问题。", "See %s" : "查看 %s", + "Sample configuration detected" : "示例配置检测", "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", + "The command line tool %s could not be found" : "命令行工具 %s 未找到", + "The library %s is not available." : "库文件 %s 不可用", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", "today" : "今天", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index c502c21ad8a..9b5f0af0742 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -1,7 +1,11 @@ { "translations": { "Cannot write into \"config\" directory!" : "无法写入“config”目录!", + "This can usually be fixed by giving the webserver write access to the config directory" : "给 WEB 服务器 Config 目录设置写权限可以修复这个问题。", "See %s" : "查看 %s", + "Sample configuration detected" : "示例配置检测", "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", + "The command line tool %s could not be found" : "命令行工具 %s 未找到", + "The library %s is not available." : "库文件 %s 不可用", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", "today" : "今天", |