diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 11c66f6c15a..c83b9df5eec 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -504,7 +504,7 @@ zh_CN: view_new_post: "浏览你的新帖子。" saving: "保存中……" saved: "已保存!" - saved_draft: "你有一个帖子草稿尚发表。在框中任意处点击即可接着编辑。" + saved_draft: "你有一个帖子草稿尚未发表。在框中任意处点击即可接着编辑。" uploading: "上传中……" show_preview: '显示预览 »' hide_preview: '« 隐藏预览' @@ -1488,3 +1488,42 @@ zh_CN: lightbox: download: "下载" + + keyboard_shortcuts_help: + title: '快捷键' + jump_to: + title: '跳转' + home: '先按 g 再按 h 首页(最新内容)' + latest: '先按 g 再按 l 查看最新内容' + new: '先按 g 再按 n 查看新主题' + unread: '先按 g 再按 u 查看未阅主题' + favorited: '先按 g 再按 f 查看收藏主题' + categories: '先按 g 再按 c 查看分类列表' + navigation: + title: '导航' + back: 'u 返回' + up_down: 'k/j 上/下移动' + open: 'o 或者 Enter 打开选中的主题' + next_prev: '`/~ 下一个/上一个选区' + application: + title: '应用' + create: 'c 创建一个新主题' + notifications: 'n 打开通知菜单' + search: '/ 搜索' + help: '? 打开快捷键列表' + actions: + title: '动作' + favorite: 'f 收藏主题' + share_topic: 's 分享主题' + share_post: 'shift s 分享帖子' + reply_topic: 'r 回复主题' + reply_post: 'shift r 回复帖子' + like: 'l 赞帖子' + flag: '! 报告帖子' + bookmark: 'b 给帖子添加书签' + edit: 'e 编辑帖子' + delete: 'd 删除帖子' + mark_muted: '<先按 b>m 再按 m 把主题设为免打扰主题' + mark_regular: '先按 m 再按 r 把主题设为常规主题' + mark_tracking: '先按 m 再按 t 追踪主题' + mark_watching: '先按 m 再按 w 关注主题' diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index a93ec7ff113..25d00e35b6d 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -653,7 +653,11 @@ zh_CN: must_begin_with_alphanumeric: "必须以字母或数字开头" email: not_allowed: "本站不允许使用该邮箱服务商提供的电子邮箱,请使用其它邮箱地址。" - + attributes: + password: + common: "是5000个最常用的密码之一。请使用一个更安全的密码。" + ip_address: + signup_not_allowed: "你的 IP 已被屏蔽, 禁止使用此 IP 注册。" invite_mailer: subject_template: "[%{site_name}] %{invitee_name} 邀请你参与 %{site_name} 上的一个讨论" text_body_template: |