-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-16.0/credit-control-16.0-account_invoice_overdue_reminder Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_invoice_overdue_reminder/ Translated using Weblate (Spanish) Currently translated at 100.0% (182 of 182 strings) Translation: credit-control-16.0/credit-control-16.0-account_invoice_overdue_reminder Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_invoice_overdue_reminder/es/ Translated using Weblate (French) Currently translated at 100.0% (182 of 182 strings) Translation: credit-control-16.0/credit-control-16.0-account_invoice_overdue_reminder Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_invoice_overdue_reminder/fr/
- Loading branch information
1 parent
0638282
commit e1d89fd
Showing
9 changed files
with
268 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-12-12 18:36+0000\n" | ||
"PO-Revision-Date: 2023-12-29 10:36+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
|
@@ -181,33 +181,33 @@ msgstr "" | |
" <table style=\"border-spacing: 0; border-collapse: collapse; " | ||
"width: 100%; text-align: center;\">\n" | ||
" <tr>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Número de Factura</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">IFecha de Factura</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Términos de pago</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Fecha del Adeudo</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Ref. Pedido</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Tipo</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Total Sin impuestos</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Total</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Resto</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;\"" | ||
">Recordatorios pasados</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Número de Factura</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">IFecha de Factura</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Términos de pago</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Fecha del Adeudo</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Ref. Pedido</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Tipo</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Total Sin impuestos</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Total</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Resto</th>\n" | ||
" <th style=\"padding: 5px; border: 1px solid black;" | ||
"\">Recordatorios pasados</th>\n" | ||
" </tr>\n" | ||
" <t t-foreach=\"object.invoice_ids." | ||
"sorted(key='invoice_date')\" t-as=\"inv\">\n" | ||
" <tr style=\"background-color:" | ||
" % if inv.move_type == 'out_refund':" | ||
" LightGray % " | ||
"endif \">\n" | ||
" <tr style=\"background-" | ||
"color: % if inv.move_type == " | ||
"'out_refund': " | ||
"LightGray % endif \">\n" | ||
" <td style=\"padding: 5px; border: 1px solid " | ||
"black;\">\n" | ||
" <t t-out=\"inv.name\"></t>\n" | ||
|
@@ -230,18 +230,17 @@ msgstr "" | |
" <t t-out=\"inv.ref or ''\"></t>\n" | ||
" </td>\n" | ||
" <td style=\"padding: 5px; border: 1px solid " | ||
"black;\"><t t-out=\"dict(inv." | ||
"fields_get(allfields=['move_type'])['move_type']['selection'])[inv.move_type]" | ||
"\"></t></td>\n" | ||
"black;\"><t t-out=\"dict(inv.fields_get(allfields=['move_type'])['move_type']" | ||
"['selection'])[inv.move_type]\"></t></td>\n" | ||
" <td style=\"padding: 5px; border: 1px solid " | ||
"black; text-align: right;\">\n" | ||
" <t t-out=\"format_amount(inv.amount_untaxed *" | ||
" (inv.move_type == 'out_refund' and -1 or 1), inv.currency_id)\"></t>\n" | ||
" <t t-out=\"format_amount(inv.amount_untaxed " | ||
"* (inv.move_type == 'out_refund' and -1 or 1), inv.currency_id)\"></t>\n" | ||
" </td>\n" | ||
" <td style=\"padding: 5px; border: 1px solid " | ||
"black; text-align: right;\">\n" | ||
" <t t-out=\"format_amount(inv.amount_total * (" | ||
"inv.move_type == 'out_refund' and -1 or 1), inv.currency_id)\"></t>\n" | ||
" <t t-out=\"format_amount(inv.amount_total * " | ||
"(inv.move_type == 'out_refund' and -1 or 1), inv.currency_id)\"></t>\n" | ||
" </td>\n" | ||
" <td style=\"padding: 5px; border: 1px solid " | ||
"black; text-align: right;\">\n" | ||
|
@@ -250,8 +249,8 @@ msgstr "" | |
" </td>\n" | ||
" <td style=\"padding: 5px; border: 1px solid " | ||
"black;\">\n" | ||
" <t t-out=\"inv.overdue_reminder_counter\"" | ||
"></t>\n" | ||
" <t t-out=\"inv.overdue_reminder_counter\"></" | ||
"t>\n" | ||
" </td>\n" | ||
" </tr>\n" | ||
" </t>\n" | ||
|
@@ -283,8 +282,8 @@ msgstr "" | |
" <p>Si realizó el pago de estas facturas hace unos días, " | ||
"ignore este correo electrónico.</p>\n" | ||
"\n" | ||
" <t t-if=\"object.company_id.overdue_reminder_attach_invoice\"" | ||
">\n" | ||
" <t t-if=\"object.company_id.overdue_reminder_attach_invoice" | ||
"\">\n" | ||
" <p>Adjunto encontrará las facturas vencidas.</p>\n" | ||
" </t>\n" | ||
"\n" | ||
|
@@ -1031,6 +1030,13 @@ msgstr "Facturas vencidas" | |
msgid "Overdue Letter" | ||
msgstr "Carta de vencimiento" | ||
|
||
#. module: account_invoice_overdue_reminder | ||
#: model:ir.model.fields,field_description:account_invoice_overdue_reminder.field_account_bank_statement_line__overdue_remind_sent | ||
#: model:ir.model.fields,field_description:account_invoice_overdue_reminder.field_account_move__overdue_remind_sent | ||
#: model:ir.model.fields,field_description:account_invoice_overdue_reminder.field_account_payment__overdue_remind_sent | ||
msgid "Overdue Remind Sent" | ||
msgstr "Recordatorio Vencimiento Enviado" | ||
|
||
#. module: account_invoice_overdue_reminder | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_overdue_reminder.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_invoice_overdue_reminder.view_partner_property_form | ||
|
Oops, something went wrong.