diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-19 00:01:48 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-19 00:01:48 +0100 |
commit | c5e891008b2b4402531bdbf07adb0bfefbbc242e (patch) | |
tree | 7a548912533b6c7bdd52d0b6b303a36403eb27ba /lib | |
parent | ea80a8b9e3adb4fb091d0d5c80280de683b7b1a3 (diff) | |
download | nextcloud-server-c5e891008b2b4402531bdbf07adb0bfefbbc242e.tar.gz nextcloud-server-c5e891008b2b4402531bdbf07adb0bfefbbc242e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/zh_CN.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.php b/lib/l10n/zh_CN.php index 270f69594e9..c3af288b727 100644 --- a/lib/l10n/zh_CN.php +++ b/lib/l10n/zh_CN.php @@ -18,13 +18,17 @@ "seconds ago" => "几秒前", "1 minute ago" => "1分钟前", "%d minutes ago" => "%d 分钟前", +"1 hour ago" => "1小时前", +"%d hours ago" => "%d小时前", "today" => "今天", "yesterday" => "昨天", "%d days ago" => "%d 天前", "last month" => "上月", +"%d months ago" => "%d 月前", "last year" => "上年", "years ago" => "几年前", "%s is available. Get <a href=\"%s\">more information</a>" => "%s 已存在. 点此 <a href=\"%s\">获取更多信息</a>", "up to date" => "已更新。", -"updates check is disabled" => "检查更新功能被关闭。" +"updates check is disabled" => "检查更新功能被关闭。", +"Could not find category \"%s\"" => "无法找到分类 \"%s\"" ); |