123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * auth_signup
- #
- # Translators:
- # Martin Trigaux, 2022
- # Jeffery CHEN <jeffery9@gmail.com>, 2022
- # 稀饭~~ <wangwhai@qq.com>, 2022
- # Chloe Wang, 2023
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server 16.0\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2023-05-23 08:23+0000\n"
- "PO-Revision-Date: 2022-09-22 05:45+0000\n"
- "Last-Translator: Chloe Wang, 2023\n"
- "Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/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_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
- msgid ""
- "<strong>A password reset has been requested for this user. An email "
- "containing the following link has been sent:</strong>"
- msgstr "<strong>此用户请求密码重置,已发送包含以下链接的EMail:</strong>"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
- msgid ""
- "<strong>An invitation email containing the following subscription link has "
- "been sent:</strong>"
- msgstr "<strong>包含以下订阅链接的邀请函发出:</strong>"
- #. module: auth_signup
- #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
- msgid ""
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
- "<tbody>\n"
- " <!-- CONTENT -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
- " <td style=\"text-align : left\">\n"
- " <span style=\"font-size: 20px; font-weight: bold;\">\n"
- " Pending Invitations\n"
- " </span><br><br>\n"
- " </td>\n"
- " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
- " <div>\n"
- " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
- " You added the following user(s) to your database but they haven't registered yet:\n"
- " <ul>\n"
- " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
- " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
- " </t>\n"
- " </ul>\n"
- " Follow up with them so they can access your database and start working with you.\n"
- " <br><br>\n"
- " Have a nice day!<br>\n"
- " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
- " </div>\n"
- " </td></tr>\n"
- " <tr><td style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- "</tbody>\n"
- "</table>\n"
- "</td></tr>\n"
- "</table>\n"
- " "
- msgstr ""
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
- "<tbody>\n"
- " <!-- CONTENT -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
- " <td style=\"text-align : left\">\n"
- " <span style=\"font-size: 20px; font-weight: bold;\">\n"
- " 待确认的邀请\n"
- " </span><br><br>\n"
- " </td>\n"
- " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
- " <div>\n"
- " <t t-out=\"object.name or ''\">Mitchell Admin</t>您好!<br> <br>\n"
- " 您已将下列用户添加到您的数据库,但他们尚未注册:\n"
- " <ul>\n"
- " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
- " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
- " </t>\n"
- " </ul>\n"
- " 您可以同他们跟进,以便他们访问您的数据库并开始与您合作。\n"
- " <br><br>\n"
- " 工作顺利!<br>\n"
- " --<br> <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
- " </div>\n"
- " </td></tr>\n"
- " <tr><td style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- "</tbody>\n"
- "</table>\n"
- "</td></tr>\n"
- "</table>\n"
- " "
- #. module: auth_signup
- #: model:mail.template,body_html:auth_signup.set_password_email
- msgid ""
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
- "<tbody>\n"
- " <!-- HEADER -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"middle\">\n"
- " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
- " <span style=\"font-size: 20px; font-weight: bold;\">\n"
- " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
- " </span>\n"
- " </td><td valign=\"middle\" align=\"right\">\n"
- " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
- " </td></tr>\n"
- " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- " <!-- CONTENT -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
- " <div>\n"
- " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
- " You have been invited by <t t-out=\"object.create_uid.name or ''\">OdooBot</t> of <t t-out=\"object.company_id.name or ''\">YourCompany</t> to connect on Odoo.\n"
- " <div style=\"margin: 16px 0px 16px 0px;\">\n"
- " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
- " Accept invitation\n"
- " </a>\n"
- " </div>\n"
- " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
- " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
- " Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
- " Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
- " <br><br>\n"
- " Have a look at the <a href=\"https://www.odoo.com/page/tour?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> to discover the tool.\n"
- " <br><br>\n"
- " Enjoy Odoo!<br>\n"
- " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
- " </div>\n"
- " </td></tr>\n"
- " <tr><td style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- " <!-- FOOTER -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"middle\" align=\"left\">\n"
- " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
- " </td></tr>\n"
- " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
- " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
- " <t t-if=\"object.company_id.email\">\n"
- " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
- " </t>\n"
- " <t t-if=\"object.company_id.website\">\n"
- " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
- " </t>\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- "</tbody>\n"
- "</table>\n"
- "</td></tr>\n"
- "<!-- POWERED BY -->\n"
- "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
- " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
- " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
- " </td></tr>\n"
- " </table>\n"
- "</td></tr>\n"
- "</table>"
- msgstr ""
- #. module: auth_signup
- #: model:mail.template,body_html:auth_signup.reset_password_email
- msgid ""
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
- "<tbody>\n"
- " <!-- HEADER -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"middle\">\n"
- " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
- " <span style=\"font-size: 20px; font-weight: bold;\">\n"
- " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
- " </span>\n"
- " </td><td valign=\"middle\" align=\"right\">\n"
- " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
- " </td></tr>\n"
- " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- " <!-- CONTENT -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
- " <div>\n"
- " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
- " A password reset was requested for the Odoo account linked to this email.\n"
- " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
- " <div style=\"margin: 16px 0px 16px 0px;\">\n"
- " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
- " Change password\n"
- " </a>\n"
- " </div>\n"
- " If you do not expect this, you can safely ignore this email.<br><br>\n"
- " Thanks,\n"
- " <t t-if=\"user.signature\">\n"
- " <br>\n"
- " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
- " </t>\n"
- " </div>\n"
- " </td></tr>\n"
- " <tr><td style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- " <!-- FOOTER -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"middle\" align=\"left\">\n"
- " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
- " </td></tr>\n"
- " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
- " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
- "\n"
- " <t t-if=\"object.company_id.email\">\n"
- " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
- " </t>\n"
- " <t t-if=\"object.company_id.website\">\n"
- " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
- " </t>\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- "</tbody>\n"
- "</table>\n"
- "</td></tr>\n"
- "<!-- POWERED BY -->\n"
- "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
- " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
- " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
- " </td></tr>\n"
- " </table>\n"
- "</td></tr>\n"
- "</table>\n"
- " "
- msgstr ""
- #. module: auth_signup
- #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
- msgid ""
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
- "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
- "<tbody>\n"
- " <!-- HEADER -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"middle\">\n"
- " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
- " <span style=\"font-size: 20px; font-weight: bold;\">\n"
- " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
- " </span>\n"
- " </td><td valign=\"middle\" align=\"right\">\n"
- " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
- " </td></tr>\n"
- " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- " <!-- CONTENT -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
- " <div>\n"
- " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
- " Your account has been successfully created!<br>\n"
- " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
- " To gain access to your account, you can use the following link:\n"
- " <div style=\"margin: 16px 0px 16px 0px;\">\n"
- " <a t-attf-href=\"/web/login?auth_login={{object.email}}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
- " Go to My Account\n"
- " </a>\n"
- " </div>\n"
- " Thanks,<br>\n"
- " <t t-if=\"user.signature\">\n"
- " <br>\n"
- " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
- " </t>\n"
- " </div>\n"
- " </td></tr>\n"
- " <tr><td style=\"text-align:center;\">\n"
- " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- " <!-- FOOTER -->\n"
- " <tr>\n"
- " <td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
- " <tr><td valign=\"middle\" align=\"left\">\n"
- " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
- " </td></tr>\n"
- " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
- " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
- " <t t-if=\"object.company_id.email\">\n"
- " | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\"><t t-out=\"object.company_id.email or ''\">info@yourcompany.com</t></a>\n"
- " </t>\n"
- " <t t-if=\"object.company_id.website\">\n"
- " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
- " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
- " </a>\n"
- " </t>\n"
- " </td></tr>\n"
- " </table>\n"
- " </td>\n"
- " </tr>\n"
- "</tbody>\n"
- "</table>\n"
- "</td></tr>\n"
- "<!-- POWERED BY -->\n"
- "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
- " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
- " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
- " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
- " </td></tr>\n"
- " </table>\n"
- "</td></tr>\n"
- "</table>"
- msgstr ""
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.signup
- msgid "Already have an account?"
- msgstr "已经拥有账户?"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Another user is already registered using this email address."
- msgstr "该邮件地址已经被其他用户注册了。"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Authentication Failed."
- msgstr "身份验证失败。"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
- msgid "Back to Login"
- msgstr "返回到登录页面"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "Cannot send email: user %s has no email address."
- msgstr "无法发送邮件:用户 %s 邮件地址为空。"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
- msgid "Close"
- msgstr "关闭"
- #. module: auth_signup
- #: model:ir.model,name:auth_signup.model_res_config_settings
- msgid "Config Settings"
- msgstr "配置设置"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.fields
- msgid "Confirm Password"
- msgstr "确认密码"
- #. module: auth_signup
- #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
- msgid "Confirmed"
- msgstr "已确认"
- #. module: auth_signup
- #: model:ir.model,name:auth_signup.model_res_partner
- msgid "Contact"
- msgstr "联系人"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Could not create a new account."
- msgstr "不能创建一个新账号。"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Could not reset your password"
- msgstr "无法重置密码"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
- msgid "Customer Account"
- msgstr "客户账户"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
- msgid "Default Access Rights"
- msgstr "默认访问权限"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.login
- msgid "Don't have an account?"
- msgstr "还没有账户?"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
- msgid "Enable password reset from Login page"
- msgstr "允许在登录页开启密码重置功能"
- #. module: auth_signup
- #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
- msgid "Free sign up"
- msgstr "自由注册"
- #. module: auth_signup
- #: model:ir.model,name:auth_signup.model_ir_http
- msgid "HTTP Routing"
- msgstr "HTTP 路由"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Invalid signup token"
- msgstr "无效的注册令牌"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
- msgid "Let your customers log in to see their documents"
- msgstr "允许您的客户登录来查看他们的文档"
- #. module: auth_signup
- #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
- msgid "Never Connected"
- msgstr "从未连接"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "No account found for this login"
- msgstr "未找到此登录名的帐户"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "No login provided."
- msgstr "未提供登录账号。"
- #. module: auth_signup
- #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
- msgid "On invitation"
- msgstr "应邀"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.fields
- msgid "Password"
- msgstr "密码"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
- msgid "Password Reset"
- msgstr "密码重置"
- #. module: auth_signup
- #: model:mail.template,subject:auth_signup.reset_password_email
- msgid "Password reset"
- msgstr "密码重置"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Password reset instructions sent to your email"
- msgstr "密码重置说明已发送到您的电子邮箱"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "Passwords do not match; please retype them."
- msgstr "密码不匹配;请重新输入密码。"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
- msgid "Registration successful."
- msgstr "注册成功。"
- #. module: auth_signup
- #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
- msgid "Reminder for unregistered users"
- msgstr "对未注册用户的提醒"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.login
- #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
- msgid "Reset Password"
- msgstr "重置密码"
- #. module: auth_signup
- #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
- msgid "Send Password Reset Instructions"
- msgstr "发送重置密码建议"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
- msgid "Send an Invitation Email"
- msgstr "发送邀请邮件"
- #. module: auth_signup
- #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
- msgid ""
- "Sent automatically to admin if new user haven't responded to the invitation"
- msgstr "如果新用户未响应邀请,则自动发送给管理员"
- #. module: auth_signup
- #: model:mail.template,description:auth_signup.set_password_email
- msgid "Sent to new user after you invited them"
- msgstr "邀请新用户后发送给他们"
- #. module: auth_signup
- #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
- msgid "Sent to portal user who registered themselves"
- msgstr "发送给自己注册的门户用户"
- #. module: auth_signup
- #: model:mail.template,description:auth_signup.reset_password_email
- msgid "Sent to user who requested a password reset"
- msgstr "发送给请求密码重置的用户"
- #. module: auth_signup
- #: model:mail.template,name:auth_signup.set_password_email
- msgid "Settings: New Portal Signup"
- msgstr "设置:新建门户注册"
- #. module: auth_signup
- #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
- msgid "Settings: New User Invite"
- msgstr "设置:新用户邀请"
- #. module: auth_signup
- #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
- msgid "Settings: Unregistered User Reminder"
- msgstr "设置:未注册用户提醒"
- #. module: auth_signup
- #: model:mail.template,name:auth_signup.reset_password_email
- msgid "Settings: User Reset Password"
- msgstr "设置:用户重置密码"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.signup
- msgid "Sign up"
- msgstr "注册"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
- #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
- msgid "Signup Expiration"
- msgstr "注册到期"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
- #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
- msgid "Signup Token"
- msgstr "注册令牌 Token"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
- #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
- msgid "Signup Token Type"
- msgstr "注册令牌(Token)类型"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
- #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
- msgid "Signup Token is Valid"
- msgstr "注册令牌( Token )是有效的"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
- #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
- msgid "Signup URL"
- msgstr "注册网址"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "Signup is not allowed for uninvited users"
- msgstr "不允许未经邀请的用户注册"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_partner.py:0
- #, python-format
- msgid "Signup token '%s' is no longer valid"
- msgstr "注册令牌 '%s' 不再有效"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_partner.py:0
- #, python-format
- msgid "Signup token '%s' is not valid"
- msgstr "注册令牌 '%s' 无效"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "Signup: invalid template user"
- msgstr "登入: 无效模板用户"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "Signup: no login given for new user"
- msgstr "注册:没有为新用户提供登录"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "Signup: no name or partner given for new user"
- msgstr "注册:没有为新用户指定名称或合作伙伴"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
- msgid "Status"
- msgstr "状态"
- #. module: auth_signup
- #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
- msgid "Template user for new users created through signup"
- msgstr "用作通过注册创建的新用户的模版"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/controllers/main.py:0
- #, python-format
- msgid "The form was not properly filled in."
- msgstr "未正确填写表格。"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
- msgid ""
- "To send invitations in B2B mode, open a contact or select several ones in "
- "list view and click on 'Portal Access Management' option in the dropdown "
- "menu *Action*."
- msgstr "要在B2B模式下发送邀请,请在列表视图中打开联系人或选择多个联系人,然后单击下拉菜单中的“门户访问管理”选项*操作。"
- #. module: auth_signup
- #: model:ir.model,name:auth_signup.model_res_users
- msgid "User"
- msgstr "用户"
- #. module: auth_signup
- #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
- #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
- msgid "Users: Notify About Unregistered Users"
- msgstr "用户:有关未注册用户的通知"
- #. module: auth_signup
- #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
- msgid "Welcome to {{ object.company_id.name }}!"
- msgstr "欢迎来到{{ object.company_id.name }}!"
- #. module: auth_signup
- #. odoo-python
- #: code:addons/auth_signup/models/res_users.py:0
- #, python-format
- msgid "You cannot perform this action on an archived user."
- msgstr "不能对存档用户执行此操作。"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.fields
- #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
- msgid "Your Email"
- msgstr "您的电子邮件"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.fields
- msgid "Your Name"
- msgstr "您的姓名"
- #. module: auth_signup
- #: model_terms:ir.ui.view,arch_db:auth_signup.fields
- msgid "e.g. John Doe"
- msgstr "例如:张三"
- #. module: auth_signup
- #: model:mail.template,subject:auth_signup.set_password_email
- msgid ""
- "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
- "to connect to Odoo"
- msgstr "{{ object.create_uid.name }}来自{{ object.company_id.name }}邀请您连接到Odoo。"
|