odoo/addons/auth_signup/i18n/zh_CN.po

266 lines
8.7 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_signup
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
# Jeffery Chenn <jeffery9@gmail.com>, 2016
# liAnGjiA <liangjia@qq.com>, 2016
# mrshelly <mrshelly@hotmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-16 13:15+0000\n"
"PO-Revision-Date: 2016-09-08 15:56+0000\n"
"Last-Translator: liAnGjiA <liangjia@qq.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/odoo/odoo-8/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: auth_signup
#: model:email.template,body_html:auth_signup.set_password_email
msgid ""
"\n"
" \n"
" <p>\n"
" ${object.name},\n"
" </p>\n"
" <p>\n"
" You have been invited to connect to \"${object.company_id.name}\" in order to get access to your documents in Odoo.\n"
" </p>\n"
" <p>\n"
" To accept the invitation, click on the following link:\n"
" </p>\n"
" <ul>\n"
" <li><a href=\"${object.signup_url}\">Accept invitation to \"${object.company_id.name}\"</a></li>\n"
" </ul>\n"
" <p>\n"
" Thanks,\n"
" </p>\n"
" <pre>\n"
"--\n"
"${object.company_id.name or ''}\n"
"${object.company_id.email or ''}\n"
"${object.company_id.phone or ''}\n"
" </pre>\n"
" \n"
" "
msgstr "\n \n <p>\n ${object.name},\n </p>\n <p>\n 您被邀请链接到 \"${object.company_id.name}\"为了获取您在 Odoo的文件.\n </p>\n <p>\n 接收邀请, 点击下面的链接:\n </p>\n <ul>\n <li><a href=\"${object.signup_url}\">Accept invitation to \"${object.company_id.name}\"</a></li>\n </ul>\n <p>\n 谢谢,\n </p>\n <pre>\n--\n${object.company_id.name or ''}\n${object.company_id.email or ''}\n${object.company_id.phone or ''}\n </pre>\n \n "
#. module: auth_signup
#: model:email.template,body_html:auth_signup.reset_password_email
msgid ""
"\n"
"<p>A password reset was requested for the Odoo account linked to this email.</p>\n"
"\n"
"<p>You may change your password by following <a href=\"${object.signup_url}\">this link</a>.</p>\n"
"\n"
"<p>Note: If you do not expect this, you can safely ignore this email.</p>"
msgstr "\n<p> Odoo 帐号的密码重置请求的链接在此电子邮件内.</p>\n\n<p>您可以通过下面的链接修改您的密码 <a href=\"${object.signup_url}\">this link</a>.</p>\n\n<p>注: 如果您不想更改密码您可以忽略此邮件.</p>"
#. module: auth_signup
#: model:email.template,subject:auth_signup.set_password_email
msgid "${object.company_id.name} invitation to connect on Odoo"
msgstr "${object.company_id.name} 邀请链接到Odoo"
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid ""
"A password reset has been requested for this user. An email containing the "
"following link has been sent:"
msgstr "当前用户密码重置的请求已提交,一封包含重置密码链接的邮件已被发送"
#. module: auth_signup
#: selection:res.users,state:0
msgid "Activated"
msgstr "已激活"
#. module: auth_signup
#: field:base.config.settings,auth_signup_uninvited:0
msgid "Allow external users to sign up"
msgstr "允许外部用户注册"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:78
#, python-format
msgid "An email has been sent with credentials to reset your password"
msgstr "一封包含验证证书以重置您的密码的电子邮件已经发送"
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid ""
"An invitation email containing the following subscription link has been "
"sent:"
msgstr "含有下列订阅链接邀请邮件已被发送:"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:58
#, python-format
msgid "Another user is already registered using this email address."
msgstr "该email地址已被其他用户使用了."
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:130
#, python-format
msgid "Authentification Failed."
msgstr "验证失败"
#. module: auth_signup
#: view:website:auth_signup.reset_password view:website:auth_signup.signup
msgid "Back to Login"
msgstr "返回登录页面"
#. module: auth_signup
#: code:addons/auth_signup/res_users.py:294
#, python-format
msgid "Cannot send email: user has no email address."
msgstr "无法发送邮件:用户邮件地址为空。"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "Confirm Password"
msgstr "确认密码"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:61
#, python-format
msgid "Could not create a new account."
msgstr "不能创建新帐号."
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:84
#, python-format
msgid "Could not reset your password"
msgstr "无法重置密码"
#. module: auth_signup
#: field:base.config.settings,auth_signup_reset_password:0
msgid "Enable password reset from Login page"
msgstr "允许在登录页开启密码重置功能"
#. module: auth_signup
#: help:base.config.settings,auth_signup_uninvited:0
msgid "If unchecked, only invited users may sign up."
msgstr "如果不勾选,只有被邀请用户才能注册。"
#. module: auth_signup
#: code:addons/auth_signup/controllers/main.py:109
#, python-format
msgid "Invalid signup token"
msgstr "无效的注册令牌"
#. module: auth_signup
#: selection:res.users,state:0
msgid "Never Connected"
msgstr "从未连接"
#. module: auth_signup
#: model:ir.model,name:auth_signup.model_res_partner
msgid "Partner"
msgstr "合作伙伴"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "Password"
msgstr "密码"
#. module: auth_signup
#: model:email.template,subject:auth_signup.reset_password_email
msgid "Password reset"
msgstr "密码重置"
#. module: auth_signup
#: view:website:web.login
msgid "Reset Password"
msgstr "重置密码"
#. module: auth_signup
#: view:website:auth_signup.reset_password
msgid "Reset password"
msgstr "重置密码"
#. module: auth_signup
#: code:addons/auth_signup/res_users.py:267
#, python-format
msgid "Reset password: invalid username or email"
msgstr "重置密码: 用户名或密码无效"
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid "Send Reset Password Instructions"
msgstr "发送密码重置指令"
#. module: auth_signup
#: view:res.users:auth_signup.res_users_form_view
msgid "Send an Invitation Email"
msgstr "发送邀请邮件"
#. module: auth_signup
#: view:website:auth_signup.signup view:website:web.login
msgid "Sign up"
msgstr "注册"
#. module: auth_signup
#: field:res.partner,signup_expiration:0
msgid "Signup Expiration"
msgstr "注册过期"
#. module: auth_signup
#: field:res.partner,signup_token:0
msgid "Signup Token"
msgstr "注册令牌 Token"
#. module: auth_signup
#: field:res.partner,signup_type:0
msgid "Signup Token Type"
msgstr "注册令牌Token类型"
#. module: auth_signup
#: field:res.partner,signup_valid:0
msgid "Signup Token is Valid"
msgstr "注册令牌( Token )是有效的"
#. module: auth_signup
#: field:res.partner,signup_url:0
msgid "Signup URL"
msgstr "注册 URL"
#. module: auth_signup
#: field:res.users,state:0
msgid "Status"
msgstr "状态"
#. module: auth_signup
#: field:base.config.settings,auth_signup_template_user_id:0
msgid "Template user for new users created through signup"
msgstr "用作通过注册创建的新用户的模版"
#. module: auth_signup
#: help:base.config.settings,auth_signup_reset_password:0
msgid "This allows users to trigger a password reset from the Login page."
msgstr "用户可以在登录页点击来重置密码"
#. module: auth_signup
#: model:ir.model,name:auth_signup.model_res_users
msgid "Users"
msgstr "用户"
#. module: auth_signup
#: view:website:auth_signup.fields view:website:auth_signup.reset_password
msgid "Your Email"
msgstr "您的电子邮件"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "Your Name"
msgstr "您的姓名"
#. module: auth_signup
#: view:website:auth_signup.fields
msgid "e.g. John Doe"
msgstr "例如:约翰"