Created
April 14, 2014 10:40
-
-
Save xixilive/10636640 to your computer and use it in GitHub Desktop.
devise.3.1.2 i18n zh-CN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zh-CN: | |
devise: | |
helpers: | |
labels: | |
username_placeholder: "用户名/手机号码/电子邮件" | |
email_placeholder: "电子邮件" | |
mobile_placeholder: "手机号码" | |
password_placeholder: "密码" | |
password_conformation_placeholder: "确认密码" | |
new_session_link: "登录" | |
new_registration_link: "注册" | |
new_password_link: "忘记密码?" | |
new_unlock_link: "帐户被锁定?" | |
sign_up_button: "注册" | |
sign_in_button: "登录" | |
sign_in_with_oauth_link: "通过%{provider}登录" | |
new_password_button: "给我发送找回密码的邮件" | |
reset_password_button: "重置密码" | |
send_unlock_button: "发送解锁帐户的邮件" | |
failure: | |
already_authenticated: '您已经登录' | |
unauthenticated: '继续操作前请注册或者登录' | |
unconfirmed: '继续操作前请先激活您的帐号' | |
not_found_in_database: "用户名或密码错误." | |
locked: '您的帐号已被锁定' | |
invalid: '用户名或密码错误' | |
invalid_token: '认证码无效' | |
timeout: '您已登录超时,请重新登录' | |
inactive: '您还没有激活帐户' | |
sessions: | |
signed_in: '登录成功' | |
signed_out: '退出成功' | |
passwords: | |
no_token: "这是密码重置页面,如果您是通过重置邮件而来的,请确保您访问的URL是完整的。" | |
send_instructions: "几分钟后,您将收到重置密码的电子邮件。" | |
send_paranoid_instructions: "如果您的邮箱存在于我们的数据库中,您将收到一封找回密码的邮件。" | |
updated: "您的密码已修改成功,您现在已登录。" | |
updated_not_active: "您的密码已修改成功。" | |
confirmations: | |
send_instructions: '稍后你将收到帐号激活的电子邮件' | |
confirmed: '您的帐号已经激活' | |
confirmed_and_signed_in: '您的帐号已经激活,您现在已登录' | |
send_paranoid_instructions: '如果您的邮箱存在于我们的数据库中,您将收到一封激活账号的邮件' | |
registrations: | |
signed_up: '欢迎您!您已注册成功' | |
updated: '帐号资料更新成功' | |
update_needs_confirmation: '您更改了邮箱地址,我们需要验证您的新邮箱地址,请查看您的邮箱,点击激活链接来验证您的新邮箱地址' | |
destroyed: '再见!您的帐户已成功注销。我们希望很快可以再见到您' | |
signed_up_but_unconfirmed: '带有激活链接的信息已经发送到你的邮箱。请打开此链接来激活你的帐号' | |
signed_up_but_inactive: '虽然您已经注册成功,但因为你的帐号还未激活,所以你暂时无法登录' | |
signed_up_but_locked: '虽然您已经注册成功,但因为你的帐号已被锁定,所以你暂时无法登录' | |
unlocks: | |
send_instructions: '稍后你将收到帐号激活的电子邮件' | |
unlocked: '您的帐号已成功解锁,请登录' | |
send_paranoid_instructions: '如果您的邮箱存在于我们的数据库中,您将收到一封解锁账号的邮件' | |
oauth_callbacks: | |
success: '成功地从 %{kind}获得授权' | |
failure: '因为 %{reason},所以您无法从 %{kind}获得授权' | |
bind_oauth_success: "绑定%{kind}授权登录成功" | |
bind_oauth_failed: "绑定%{kind}授权登录失败" | |
signed_in_with_oauth: "通过%{kind}登录成功" | |
mailer: | |
confirmation_instructions: | |
subject: '欢迎注册Snow!' | |
reset_password_instructions: | |
subject: '请通过此邮件重新设置Snow帐号的密码' | |
unlock_instructions: | |
subject: '请通过此邮件解锁您的Snow帐号' | |
omniauth_callbacks: | |
failure: "因为%{reason},所以您无法从%{kind}获得授权" | |
success: "成功地从%{kind}获得授权" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment