diff --git a/flask_security/translations/nl_NL/LC_MESSAGES/messages.po b/flask_security/translations/nl_NL/LC_MESSAGES/flask_security.po similarity index 100% rename from flask_security/translations/nl_NL/LC_MESSAGES/messages.po rename to flask_security/translations/nl_NL/LC_MESSAGES/flask_security.po diff --git a/flask_security/translations/zh_Hans_CN/LC_MESSAGES/flask_security.po b/flask_security/translations/zh_Hans_CN/LC_MESSAGES/flask_security.po new file mode 100644 index 00000000..533828e1 --- /dev/null +++ b/flask_security/translations/zh_Hans_CN/LC_MESSAGES/flask_security.po @@ -0,0 +1,324 @@ +# Chinese (Simplified, China) translations for Flask-Security. +# Copyright (C) 2017 CERN +# This file is distributed under the same license as the Flask-Security +# project. +# FIRST AUTHOR , 2017. +# +msgid "" +msgstr "" +"Project-Id-Version: Flask-Security 2.0.1\n" +"Report-Msgid-Bugs-To: info@inveniosoftware.org\n" +"POT-Creation-Date: 2017-06-06 13:23+0200\n" +"PO-Revision-Date: 2018-08-02 19:55+0800\n" +"Last-Translator: SteinKuo \n" +"Language: zh_CN\n" +"Language-Team: Chinese Simplified \n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.6.0\n" + +#: flask_security/core.py:99 +msgid "Login Required" +msgstr "需要登录" + +#: flask_security/core.py:100 +msgid "Welcome" +msgstr "欢迎" + +#: flask_security/core.py:101 +msgid "Please confirm your email" +msgstr "请激活你的电子邮箱" + +#: flask_security/core.py:102 +msgid "Login instructions" +msgstr "登录邮件" + +#: flask_security/core.py:103 +#: flask_security/templates/security/email/reset_notice.html:1 +msgid "Your password has been reset" +msgstr "你的密码已重置" + +#: flask_security/core.py:104 +msgid "Your password has been changed" +msgstr "你的密码已更改" + +#: flask_security/core.py:106 +msgid "Password reset instructions" +msgstr "密码重置" + +#: flask_security/core.py:132 +msgid "You do not have permission to view this resource." +msgstr "你无权查看此资源!" + +#: flask_security/core.py:134 +#, python-format +msgid "Thank you. Confirmation instructions have been sent to %(email)s." +msgstr "谢谢你。已发送激活邮件到 %(email)s。" + +#: flask_security/core.py:138 +msgid "Thank you. Your email has been confirmed." +msgstr "谢谢。你的邮箱已激活!" + +#: flask_security/core.py:140 +msgid "Your email has already been confirmed." +msgstr "你的邮箱已激活!" + +#: flask_security/core.py:142 +msgid "Invalid confirmation token." +msgstr "无效验证码!" + +#: flask_security/core.py:144 +#, python-format +msgid "%(email)s is already associated with an account." +msgstr "%(email)s 已关联账户。" + +#: flask_security/core.py:146 +msgid "Password does not match" +msgstr "密码不匹配" + +#: flask_security/core.py:148 +msgid "Passwords do not match" +msgstr "密码不匹配" + +#: flask_security/core.py:150 +msgid "Redirections outside the domain are forbidden" +msgstr "禁止域名外重定向" + +#: flask_security/core.py:152 +#, python-format +msgid "Instructions to reset your password have been sent to %(email)s." +msgstr "重置密码邮件已发送到 %(email)s。" + +#: flask_security/core.py:155 +#, python-format +msgid "" +"You did not reset your password within %(within)s. New instructions have " +"been sent to %(email)s." +msgstr "" +"你未在 %(within)s 重置密码。新重置密码邮件已发送到 %(email)s。" + +#: flask_security/core.py:158 +msgid "Invalid reset password token." +msgstr "密码重置验证码无效!" + +#: flask_security/core.py:160 +msgid "Email requires confirmation." +msgstr "请先激活邮箱。" + +#: flask_security/core.py:162 +#, python-format +msgid "Confirmation instructions have been sent to %(email)s." +msgstr "激活邮件已发送到 %(email)s。" + +#: flask_security/core.py:164 +#, python-format +msgid "" +"You did not confirm your email within %(within)s. New instructions to " +"confirm your email have been sent to %(email)s." +msgstr "" +"你未在 %(within)s 激活邮箱。新激活邮件已发送到 %(email)s。" + +#: flask_security/core.py:168 +#, python-format +msgid "" +"You did not login within %(within)s. New instructions to login have been " +"sent to %(email)s." +msgstr "" +"你未在 %(within)s 登录账户。新登录邮件已发送到 %(email)s。" + +#: flask_security/core.py:171 +#, python-format +msgid "Instructions to login have been sent to %(email)s." +msgstr "登录邮件已发送到 %(email)s。" + +#: flask_security/core.py:173 +msgid "Invalid login token." +msgstr "无效登录验证码!" + +#: flask_security/core.py:175 +msgid "Account is disabled." +msgstr "账户已被禁用!" + +#: flask_security/core.py:177 +msgid "Email not provided" +msgstr "未填写电子邮箱" + +#: flask_security/core.py:179 +msgid "Invalid email address" +msgstr "无效邮箱地址" + +#: flask_security/core.py:181 +msgid "Password not provided" +msgstr "未填写密码" + +#: flask_security/core.py:183 +msgid "No password is set for this user" +msgstr "此账户未设置密码" + +#: flask_security/core.py:185 +msgid "Password must be at least 6 characters" +msgstr "密码至少6个字符" + +#: flask_security/core.py:187 +msgid "Specified user does not exist" +msgstr "此用户不存在" + +#: flask_security/core.py:189 +msgid "Invalid password" +msgstr "密码不正确" + +#: flask_security/core.py:191 +msgid "You have successfully logged in." +msgstr "你已成功登录!" + +#: flask_security/core.py:193 +msgid "Forgot password?" +msgstr "忘记密码?" + +#: flask_security/core.py:195 +msgid "" +"You successfully reset your password and you have been logged in " +"automatically." +msgstr "" +"你的密码已成功重置,并已自动登录。" + +#: flask_security/core.py:198 +msgid "Your new password must be different than your previous password." +msgstr "你的新密码不能与当前密码相同。" + +#: flask_security/core.py:201 +msgid "You successfully changed your password." +msgstr "你已成功更改密码!" + +#: flask_security/core.py:203 +msgid "Please log in to access this page." +msgstr "请登录访问此页面。" + +#: flask_security/core.py:205 +msgid "Please reauthenticate to access this page." +msgstr "请重新进行身份验证,以访问此页面。" + +#: flask_security/forms.py:30 +msgid "Email Address" +msgstr "邮箱地址" + +#: flask_security/forms.py:31 +msgid "Password" +msgstr "密码" + +#: flask_security/forms.py:32 +msgid "Remember Me" +msgstr "记住我" + +#: flask_security/forms.py:33 flask_security/templates/security/_menu.html:4 +#: flask_security/templates/security/login_user.html:3 +#: flask_security/templates/security/send_login.html:3 +msgid "Login" +msgstr "登录" + +#: flask_security/forms.py:34 flask_security/templates/security/_menu.html:6 +#: flask_security/templates/security/register_user.html:3 +msgid "Register" +msgstr "注册" + +#: flask_security/forms.py:35 +msgid "Resend Confirmation Instructions" +msgstr "重新发送邮件验证" + +#: flask_security/forms.py:36 +msgid "Recover Password" +msgstr "恢复密码" + +#: flask_security/forms.py:37 +msgid "Reset Password" +msgstr "重置密码" + +#: flask_security/forms.py:38 +msgid "Retype Password" +msgstr "再次确认密码" + +#: flask_security/forms.py:39 +msgid "New Password" +msgstr "新密码" + +#: flask_security/forms.py:40 +msgid "Change Password" +msgstr "更改密码" + +#: flask_security/forms.py:41 +msgid "Send Login Link" +msgstr "发送登录链接" + +#: flask_security/templates/security/_menu.html:2 +msgid "Menu" +msgstr "菜单" + +#: flask_security/templates/security/_menu.html:9 +msgid "Forgot password" +msgstr "忘记密码" + +#: flask_security/templates/security/_menu.html:12 +msgid "Confirm account" +msgstr "激活账户" + +#: flask_security/templates/security/change_password.html:3 +msgid "Change password" +msgstr "更改密码" + +#: flask_security/templates/security/forgot_password.html:3 +msgid "Send password reset instructions" +msgstr "发送密码重置邮件" + +#: flask_security/templates/security/reset_password.html:3 +msgid "Reset password" +msgstr "重置密码" + +#: flask_security/templates/security/send_confirmation.html:3 +msgid "Resend confirmation instructions" +msgstr "重新发送激活邮件" + +#: flask_security/templates/security/email/change_notice.html:1 +msgid "Your password has been changed." +msgstr "你的密码已更改。" + +#: flask_security/templates/security/email/change_notice.html:3 +msgid "If you did not change your password," +msgstr "如果你没更改你的密码," + +#: flask_security/templates/security/email/change_notice.html:3 +msgid "click here to reset it" +msgstr "点击这里重置密码" + +#: flask_security/templates/security/email/confirmation_instructions.html:1 +msgid "Please confirm your email through the link below:" +msgstr "请通过下面链接激活的你的邮箱:" + +#: flask_security/templates/security/email/confirmation_instructions.html:3 +#: flask_security/templates/security/email/welcome.html:6 +msgid "Confirm my account" +msgstr "激活账户" + +#: flask_security/templates/security/email/login_instructions.html:1 +#: flask_security/templates/security/email/welcome.html:1 +#, python-format +msgid "Welcome %(email)s!" +msgstr "欢迎你,%(email)s!" + +#: flask_security/templates/security/email/login_instructions.html:3 +msgid "You can log into your account through the link below:" +msgstr "你可以通过下面链接登录的你的账户:" + +#: flask_security/templates/security/email/login_instructions.html:5 +msgid "Login now" +msgstr "立刻登录" + +#: flask_security/templates/security/email/reset_instructions.html:1 +msgid "Click here to reset your password" +msgstr "点击这里重置密码" + +#: flask_security/templates/security/email/welcome.html:4 +msgid "You can confirm your email through the link below:" +msgstr "你可以通过下面链接激活你的邮箱:" +