summaryrefslogtreecommitdiffstats
path: root/lib/l10n/zh_CN.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r--lib/l10n/zh_CN.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index fd30e9ed45f..814decefe71 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -12,6 +12,16 @@ OC.L10N.register(
"No app name specified" : "没有指定的 App 名称",
"Unknown filetype" : "未知的文件类型",
"Invalid image" : "无效的图像",
+ "today" : "今天",
+ "yesterday" : "昨天",
+ "_%n day ago_::_%n days ago_" : [""],
+ "last month" : "上月",
+ "_%n month ago_::_%n months ago_" : ["%n 月前"],
+ "last year" : "去年",
+ "_%n year go_::_%n years ago_" : [""],
+ "_%n hour ago_::_%n hours ago_" : ["%n 小时前"],
+ "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"],
+ "seconds ago" : "秒前",
"web services under your control" : "您控制的网络服务",
"App directory already exists" : "应用程序目录已存在",
"Can't create app folder. Please fix permissions. %s" : "无法创建应用程序文件夹。请修正权限。%s",
@@ -69,16 +79,6 @@ OC.L10N.register(
"Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源",
"Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为未在文件缓存中找到文件。",
"Could not find category \"%s\"" : "无法找到分类 \"%s\"",
- "seconds ago" : "秒前",
- "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"],
- "_%n hour ago_::_%n hours ago_" : ["%n 小时前"],
- "today" : "今天",
- "yesterday" : "昨天",
- "_%n day go_::_%n days ago_" : ["%n 天前"],
- "last month" : "上月",
- "_%n month ago_::_%n months ago_" : ["%n 月前"],
- "last year" : "去年",
- "years ago" : "年前",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "用户名只允许使用以下字符:“a-z”,“A-Z”,“0-9”,和“_.@-”",
"A valid username must be provided" : "必须提供合法的用户名",
"A valid password must be provided" : "必须提供合法的密码",