forked from Mapan/odoo17e
532 lines
30 KiB
Plaintext
532 lines
30 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * payment_sepa_direct_debit
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2023
|
||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 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: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2024\n"
|
||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: uk\n"
|
||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\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;\">Ваша транзакція SEPA Direct Debit</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 Direct Debit <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>, буде дебетовано через 2 календарних дні або швидше, переконайтеся, що у вас є необхідна сума.<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"
|
||
" <!-- 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: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;\">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"
|
||
" Вітаємо <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n"
|
||
"\n"
|
||
" <p>Авторизацію SEPA Direct Debit Mandate щойно підтверджено для використання у <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"
|
||
" <!-- 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 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. Його можна встановити в налаштуваннях "
|
||
"бухгалтерського обліку."
|