forked from Mapan/odoo17e
527 lines
28 KiB
Plaintext
527 lines
28 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * payment_sepa_direct_debit
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2023
|
||
# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023
|
||
# 湘子 南 <1360857908@qq.com>, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2023-10-26 22:22+0000\n"
|
||
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
|
||
"Last-Translator: 湘子 南 <1360857908@qq.com>, 2024\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: payment_sepa_direct_debit
|
||
#: model_terms:ir.ui.view,arch_db:payment_sepa_direct_debit.sepa_transaction_status
|
||
msgid "<strong>Amount: </strong>"
|
||
msgstr "<strong>金额:</strong>"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,body_html:payment_sepa_direct_debit.mail_template_sepa_notify_debit
|
||
msgid ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; 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: white; 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"
|
||
" <t t-set=\"company\" t-value=\"object.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">Your SEPA Direct Debit Transaction</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.reference or ''\"></span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.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"
|
||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n"
|
||
"\n"
|
||
" A SEPA Direct Debit payment request amounting <t t-out=\"format_amount(object.amount, object.currency_id) or ''\">$ 10.00</t> will be sent to your bank.<br>\n"
|
||
"\n"
|
||
" Your account ending in <t t-out=\"ctx.get('iban_last_4') or ''\">1234</t> will be debited in up to two calendar days or shortly after, please make sure you have the requested funds.<br><br>\n"
|
||
"\n"
|
||
" <t t-if=\"ctx.get('creditor_identifier') or ctx.get('mandate_ref')\">\n"
|
||
" Merchant data:<br>\n"
|
||
" <ul>\n"
|
||
" <t t-if=\"ctx.get('creditor_identifier')\">\n"
|
||
" <li>IBAN: <t t-out=\"ctx['creditor_identifier'] or ''\">NO 93 8601 1117947</t></li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"ctx.get('mandate_ref')\">\n"
|
||
" <li>SEPA DIRECT DEBIT MANDATE REFERENCE: <t t-out=\"ctx['mandate_ref'] or ''\"></t></li>\n"
|
||
" </t>\n"
|
||
" </ul>\n"
|
||
" </t>\n"
|
||
" Do not hesitate to contact us if you have any question.\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=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.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=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
msgstr ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; 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: white; 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"
|
||
" <t t-set=\"company\" t-value=\"object.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">Your SEPA 直接付款交易</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.reference or ''\"></span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.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"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>您好!<br><br>\n"
|
||
"\n"
|
||
" 将向您的银行发送单一欧元支付区(SEPA)直接付款请求,金额为<t t-out=\"format_amount(object.amount, object.currency_id) or ''\">$ 10.00</t> 。<br>\n"
|
||
"\n"
|
||
" 您的账户(结尾号码<t t-out=\"ctx.get('iban_last_4') or ''\">1234</t>)最迟会在两个日历日内,或不久之后扣款。请确保账户有足够款项。<br><br>\n"
|
||
"\n"
|
||
" <t t-if=\"ctx.get('creditor_identifier') or ctx.get('mandate_ref')\">\n"
|
||
" 商户资料:<br>\n"
|
||
" <ul>\n"
|
||
" <t t-if=\"ctx.get('creditor_identifier')\">\n"
|
||
" <li>国际银行账户号码(IBAN):<t t-out=\"ctx['creditor_identifier'] or ''\">NO 93 8601 1117947</t></li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"ctx.get('mandate_ref')\">\n"
|
||
" <li>SEPA 直接付款授权参考: <t t-out=\"ctx['mandate_ref'] or ''\"></t></li>\n"
|
||
" </t>\n"
|
||
" </ul>\n"
|
||
" </t>\n"
|
||
" 如有任何问题,请随时联系我们。\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=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.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"
|
||
" 由<a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">ERP</a>驱动\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,body_html:payment_sepa_direct_debit.mail_template_sepa_notify_validation
|
||
msgid ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; 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: white; 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"
|
||
" <t t-set=\"company\" t-value=\"object.payment_journal_id.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">Your SEPA Direct Debit Manddate</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.partner_bank_id.acc_number or ''\">BE15001559627230</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.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"
|
||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n"
|
||
"\n"
|
||
" <p>A SEPA Direct Debit Mandate authorization has just been validated for use with <t t-out=\"company.name or ''\">YourCompany</t>.</p>\n"
|
||
"\n"
|
||
" <p>You will find a copy of the mandate validation attached to this email.</p>\n"
|
||
"\n"
|
||
" <p>Do not hesitate to contact us if you have any question.</p>\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=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.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=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
msgstr ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; 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: white; 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"
|
||
" <t t-set=\"company\" t-value=\"object.payment_journal_id.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">您的 SEPA 直接付款日期</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.partner_bank_id.acc_number or ''\">BE15001559627230</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.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"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>您好!<br><br>\n"
|
||
"\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t><p>的 SEPA 直接付款授权已经通过验证。</p>\n"
|
||
"\n"
|
||
" <p>本邮件附有一份授权确认书副本。</p>\n"
|
||
"\n"
|
||
" <p>如有任何问题,请随时联系我们。</p>\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=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.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"
|
||
" 由<a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>驱动\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_account_bank_statement_line
|
||
msgid "Bank Statement Line"
|
||
msgstr "银行对账单行"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_res_partner
|
||
msgid "Contact"
|
||
msgstr "联系人"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model.fields,field_description:payment_sepa_direct_debit.field_payment_provider__custom_mode
|
||
msgid "Custom Mode"
|
||
msgstr "自定义模式"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model_terms:ir.ui.view,arch_db:payment_sepa_direct_debit.inline_form
|
||
msgid "IBAN"
|
||
msgstr "IBAN"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model.fields,field_description:payment_sepa_direct_debit.field_payment_transaction__mandate_id
|
||
msgid "Mandate"
|
||
msgstr "授权"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/controllers/main.py:0
|
||
#, python-format
|
||
msgid "Missing or invalid IBAN."
|
||
msgstr "缺少或无效的IBAN。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_transaction.py:0
|
||
#, python-format
|
||
msgid "No transaction found matching reference %s."
|
||
msgstr "没有发现与参考文献%s相匹配的交易。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_account_payment_method
|
||
msgid "Payment Methods"
|
||
msgstr "付款方式"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_payment_provider
|
||
msgid "Payment Provider"
|
||
msgstr "支付提供商"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_payment_token
|
||
msgid "Payment Token"
|
||
msgstr "支付令牌"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_payment_transaction
|
||
msgid "Payment Transaction"
|
||
msgstr "支付交易"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-javascript
|
||
#: code:addons/payment_sepa_direct_debit/static/src/js/payment_form.js:0
|
||
#, python-format
|
||
msgid "Payment processing failed"
|
||
msgstr "付款处理失败"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_provider.py:0
|
||
#, python-format
|
||
msgid "Restricted to countries in the SEPA zone. Forbidden countries: %s"
|
||
msgstr "限制在SEPA区域内的国家。禁止的国家:%s"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model,name:payment_sepa_direct_debit.model_sdd_mandate
|
||
msgid "SDD Mandate"
|
||
msgstr "SDD 授权"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model.fields.selection,name:payment_sepa_direct_debit.selection__payment_provider__custom_mode__sepa_direct_debit
|
||
msgid "SEPA Direct Debit"
|
||
msgstr "SEPA 直接借记"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:account.payment.method,name:payment_sepa_direct_debit.payment_method_sepa_direct_debit
|
||
msgid "SEPA Direct Debit (provider)"
|
||
msgstr "SEPA 直接借记 (提供商)"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.model.fields,field_description:payment_sepa_direct_debit.field_payment_token__sdd_mandate_id
|
||
msgid "SEPA Direct Debit Mandate"
|
||
msgstr "SEPA 直接借记授权范围"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,name:payment_sepa_direct_debit.mail_template_sepa_notify_debit
|
||
#: model:mail.template,subject:payment_sepa_direct_debit.mail_template_sepa_notify_debit
|
||
msgid "SEPA Direct Debit: Charge Notification"
|
||
msgstr "SEPA直接借记:收费通知"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:ir.actions.server,name:payment_sepa_direct_debit.cron_auto_confirm_paid_sepa_txs_ir_actions_server
|
||
msgid "SEPA Direct Debit: Confirm paid transactions"
|
||
msgstr "SEPA 直接借记: 确认已支付交易"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,name:payment_sepa_direct_debit.mail_template_sepa_notify_validation
|
||
msgid "SEPA Direct Debit: Validation Notification"
|
||
msgstr "SEPA直接借记:验证通知"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,description:payment_sepa_direct_debit.mail_template_sepa_notify_validation
|
||
msgid ""
|
||
"Send the SEPA mandate in attachement, to partners who signed a new mandate"
|
||
msgstr "将SEPA授权作为附件发送给签署新授权的合作伙伴"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,description:payment_sepa_direct_debit.mail_template_sepa_notify_debit
|
||
msgid "Sent to the customer to indicate their account will be charged"
|
||
msgstr "发送给客户,以表明他们的帐户将被收取费用"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_provider.py:0
|
||
#, python-format
|
||
msgid "The bank account of the journal is not a valid IBAN."
|
||
msgstr "日志的银行账户不是一个有效的IBAN。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_transaction.py:0
|
||
#, python-format
|
||
msgid "The mandate is invalid."
|
||
msgstr "该授权是无效的。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_provider.py:0
|
||
#, python-format
|
||
msgid "The mandate owner and customer do not match."
|
||
msgstr "授权负责人和客户不匹配。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_transaction.py:0
|
||
#, python-format
|
||
msgid "The token is not linked to a mandate."
|
||
msgstr "该令牌不与授权挂钩。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_transaction.py:0
|
||
#, python-format
|
||
msgid "The transaction is not linked to a token."
|
||
msgstr "该交易没有与令牌挂钩。"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#: model:mail.template,subject:payment_sepa_direct_debit.mail_template_sepa_notify_validation
|
||
msgid ""
|
||
"Your SEPA Direct Debit Mandate with {{ "
|
||
"object.payment_journal_id.company_id.name }}"
|
||
msgstr "您与{{ object.payment_journal_id.company_id.name }}的SEPA直接借记委托书"
|
||
|
||
#. module: payment_sepa_direct_debit
|
||
#. odoo-python
|
||
#: code:addons/payment_sepa_direct_debit/models/payment_provider.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Your company must have a creditor identifier in order to issue a SEPA Direct"
|
||
" Debit payment request. It can be set in Accounting settings."
|
||
msgstr "您的公司必须有一个债权人标识符,以便发出SEPA直接借记支付请求。它可以在会计设置中设置。"
|