🌐 add simplified chinese language
This commit is contained in:
parent
fc9bbdfd34
commit
d5d5afff9c
5 changed files with 124 additions and 20 deletions
42
config/locales/simple_form.zh-CN.yml
Normal file
42
config/locales/simple_form.zh-CN.yml
Normal file
|
@ -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': '是'
|
Loading…
Add table
Add a link
Reference in a new issue