Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Chinese Translation for t9n #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions client/t9n/chinese.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
zh_cn =
signIn: "登录"
signin: "登录"
signOut: "注销"
signUp: "注册"
OR: "或"
forgotPassword: "忘记密码?"
emailAddress: "邮箱地址"
emailResetLink: "邮箱重置链接"
dontHaveAnAccount: "还没有账户?"
resetYourPassword: "重置您的密码"
updateYourPassword: "更新您的密码"
password: "密码"
usernameOrEmail: "用户名或邮箱"
email: "邮箱"
ifYouAlreadyHaveAnAccount: "如果您已经拥有一个账户"
signUpWithYourEmailAddress: "用您的邮箱地址注册"
username: "用户名"
optional: "可选项"
signupCode: "注册码"
clickAgree: "点击注册后,您同意我们的"
privacyPolicy: "私有条款"
terms: "使用术语"
sign: "标记"
configure: "配置"
with: "与"
createAccount: "建立一个账户"
and: "和"
"Match failed": "匹配失败"
"User not found": "用户不存在"

error:
minChar: "密码至少7个字母。"
pwOneLetter: "密码需要一个词。"
pwOneDigit: "密码必须至少有一个数字。"
usernameRequired: "要求用户名。"
emailRequired: "要求邮箱。"
signupCodeRequired: "要求注册码。"
signupCodeIncorrect: "注册码错误。"
signInRequired: "您必须登录才能进行此操作。"
usernameIsEmail: "用户名不能是一个邮箱地址"

T9n.map "zh_cn", zh_cn