Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-01-26 04:11:18 +0300
committerNextcloud bot <bot@nextcloud.com>2018-01-26 04:11:18 +0300
commit355bc845eef8348cfa34a7776731d36e52f1caef (patch)
tree6dd33964d4ccccdff68a6c84a00c84384f686f54 /lib
parentc3aa2fcaccbb46e66b52678156e64950f293d53c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/zh_CN.js9
-rw-r--r--lib/l10n/zh_CN.json9
2 files changed, 18 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 9fb446e472e..421a31bc1cb 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -31,14 +31,23 @@ OC.L10N.register(
"Invalid image" : "无效的图像",
"Avatar image is not square" : "头像图像不是正方形",
"today" : "今天",
+ "tomorrow" : "明天",
"yesterday" : "昨天",
+ "_in %n day_::_in %n days_" : ["%n天内"],
"_%n day ago_::_%n days ago_" : ["%n 天前"],
+ "next month" : "下月",
"last month" : "上月",
+ "_in %n month_::_in %n months_" : ["%n月内"],
"_%n month ago_::_%n months ago_" : ["%n 月前"],
+ "next year" : "明年",
"last year" : "去年",
+ "_in %n year_::_in %n years_" : ["%n年内"],
"_%n year ago_::_%n years ago_" : ["%n 年前"],
+ "_in %n hour_::_in %n hours_" : ["%n小时内"],
"_%n hour ago_::_%n hours ago_" : ["%n 小时前"],
+ "_in %n minute_::_in %n minutes_" : ["%n分钟内"],
"_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"],
+ "in a few seconds" : "几秒钟内",
"seconds ago" : "几秒前",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系管理员。",
"File name is a reserved word" : "文件名包含敏感字符",
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 77b53a5b409..3734f2630a3 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -29,14 +29,23 @@
"Invalid image" : "无效的图像",
"Avatar image is not square" : "头像图像不是正方形",
"today" : "今天",
+ "tomorrow" : "明天",
"yesterday" : "昨天",
+ "_in %n day_::_in %n days_" : ["%n天内"],
"_%n day ago_::_%n days ago_" : ["%n 天前"],
+ "next month" : "下月",
"last month" : "上月",
+ "_in %n month_::_in %n months_" : ["%n月内"],
"_%n month ago_::_%n months ago_" : ["%n 月前"],
+ "next year" : "明年",
"last year" : "去年",
+ "_in %n year_::_in %n years_" : ["%n年内"],
"_%n year ago_::_%n years ago_" : ["%n 年前"],
+ "_in %n hour_::_in %n hours_" : ["%n小时内"],
"_%n hour ago_::_%n hours ago_" : ["%n 小时前"],
+ "_in %n minute_::_in %n minutes_" : ["%n分钟内"],
"_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"],
+ "in a few seconds" : "几秒钟内",
"seconds ago" : "几秒前",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系管理员。",
"File name is a reserved word" : "文件名包含敏感字符",