forked from Mapan/odoo17e
530 lines
31 KiB
Plaintext
530 lines
31 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * payment_sepa_direct_debit
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2023
|
|
# Rasareeyar Lappiam, 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: Rasareeyar Lappiam, 2024\n"
|
|
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: th\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"
|
|
" <!-- ส่วนหัว -->\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;\">ธุรกรรมหักบัญชีเงินฝากอัตโนมัติ 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"
|
|
" <!-- เนื้อหา -->\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 DIRECT DEBIT MANDATE REFERENCE: <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"
|
|
" <!-- ส่วนท้าย -->\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"
|
|
"<!-- สนับสนุนโดย -->\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: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"
|
|
" <!-- ส่วนหัว -->\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"
|
|
" <!-- เนื้อหา -->\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"
|
|
" <p>การอนุมัติเอกสารการหักบัญชีเงินฝากอัตโนมัติ SEPA เพิ่งได้รับการตรวจสอบเพื่อใช้กับ <t t-out=\"company.name or ''\">YourCompany</t></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"
|
|
" <!-- ส่วนท้าย -->\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"
|
|
"<!-- สนับสนุนโดย -->\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 "เดบิต"
|
|
|
|
#. 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 Direct Debit: ยืนยันธุรกรรมการชำระเงิน"
|
|
|
|
#. 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 ""
|
|
"เอกสารการหักบัญชีเงินฝากอัตโนมัติ SEPA ของคุณกับ {{ "
|
|
"object.Payment_journal_id.company_id.name }}"
|
|
|
|
#. 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 สามารถตั้งค่าได้ในการตั้งค่าการบัญชี"
|