about summary refs log tree commit diff
path: root/config/locales/simple_form.zh-CN.yml
diff options
context:
space:
mode:
authorleopku <leopku@qq.com>2017-03-26 14:13:18 +0800
committerleopku <leopku@qq.com>2017-03-26 14:13:18 +0800
commitd5d5afff9c95542138d4d64e8765bd0af4ec8eb9 (patch)
treeb53905f1efed2ff5ee19e23bc9137032a64021e8 /config/locales/simple_form.zh-CN.yml
parentfc9bbdfd34fcec551127482f2d27d7f73af80695 (diff)
:globe_with_meridians: add simplified chinese language
Diffstat (limited to 'config/locales/simple_form.zh-CN.yml')
-rw-r--r--config/locales/simple_form.zh-CN.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/config/locales/simple_form.zh-CN.yml b/config/locales/simple_form.zh-CN.yml
new file mode 100644
index 000000000..cda4e6838
--- /dev/null
+++ b/config/locales/simple_form.zh-CN.yml
@@ -0,0 +1,42 @@
+---
+zh-CN:
+  simple_form:
+    hints:
+      defaults:
+        avatar: 不超过 2MB,限 PNG, GIF 或 JPG 格式,将缩到 120x120px
+        display_name: 不起过 30 个字符
+        header: 不超过 2MB,限 PNG, GIF 或 JPG 格式,将缩到 700x335px
+        locked: 默认仅向粉丝公开,需要手工设置通过的粉丝。
+        note: 不起过 160 个字符
+    labels:
+      defaults:
+        avatar: 头像
+        confirm_new_password: 确认新密码
+        confirm_password: 确认密码
+        current_password: 当前密码
+        display_name: 显示名
+        email: 邮箱
+        header: 头
+        locale: 语言
+        locked: 隐私模式
+        new_password: 新密码
+        note: Bio
+        otp_attempt: 两步难码
+        password: 密码
+        setting_default_privacy: 推文隐私
+        username: 用户名
+      interactions:
+        must_be_follower: 仅粉丝可私信
+        must_be_following: 仅关注中可私信
+      notification_emails:
+        digest: 发送摘要邮件
+        favourite: 有人收藏你的发送邮件通知
+        follow: 有人关注你时发送邮件通知
+        follow_request: 有人请求关注你时发送邮件通知
+        mention: 有人 AT 你时发送邮件通知
+        reblog: 有人转发时发送邮件通知
+    'no': '否'
+    required:
+      mark: "*"
+      text: 必须
+    'yes': '是'