diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-01-26 01:10:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-01-26 01:10:52 +0000 |
commit | 469b3724b503a19e00040c910b42dc0b06aad23d (patch) | |
tree | 7f7d5167ab93eb131fd17b196d1c9a7fd0a480f9 /lib | |
parent | b9bbb894f8b01e000bb5e3a8a82db7bebad3ea00 (diff) | |
download | nextcloud-server-469b3724b503a19e00040c910b42dc0b06aad23d.tar.gz nextcloud-server-469b3724b503a19e00040c910b42dc0b06aad23d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/zh_CN.js | 9 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 9 |
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" : "文件名包含敏感字符", |