diff --git a/account_payment_order_notification/i18n/es.po b/account_payment_order_notification/i18n/es.po index f1563b87a..924c0a7e2 100644 --- a/account_payment_order_notification/i18n/es.po +++ b/account_payment_order_notification/i18n/es.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-02-22 15:35+0000\n" -"PO-Revision-Date: 2023-07-20 17:10+0000\n" +"PO-Revision-Date: 2023-12-18 20:35+0000\n" "Last-Translator: Ivorra78 \n" "Language-Team: \n" "Language: es\n" @@ -65,6 +65,51 @@ msgid "" "\n" " " msgstr "" +"\n" +"
\n" +"

Hola ${object.partner_id.name or ''},

\n" +" % if object.order_id.payment_type == 'inbound':\n" +"

Se ha procesado y enviado al banco una orden de adeudo que " +"incluye al menos una de sus facturas.

\n" +" % else:\n" +"

Se ha procesado y enviado al banco una orden de pago que incluye " +"al menos una de sus facturas.

\n" +" % endif\n" +"

Incluye las siguientes transacciones:

\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
NúmeroFechaImporte
\n" +" % for payment_line in object.payment_line_ids:\n" +" \n" +" \n" +" \n" +" \n" +" " +"\n" +" \n" +" \n" +" \n" +"
\n" +" % if payment_line.move_line_id.move_id.move_type in (" +"\"in_invoice\", \"in_refund\") and payment_line.move_line_id.move_id.ref:\n" +" ${payment_line.move_line_id.move_id.ref}\n" +" % else:\n" +" ${payment_line.communication}\n" +" % endif\n" +" ${format_date(payment_line.date)}${format_amount(" +"payment_line.amount_currency, payment_line.currency_id)}
\n" +" % endfor\n" +"

No dude en ponerse en contacto con nosotros si tiene alguna " +"pregunta.

\n" +"
\n" +" " #. module: account_payment_order_notification #: model:mail.template,subject:account_payment_order_notification.email_account_payment_order_notification @@ -339,12 +384,12 @@ msgstr "Historial de comunicación del sitio web" #. module: account_payment_order_notification #: model:ir.model,name:account_payment_order_notification.model_wizard_account_payment_order_notification msgid "Wizard Account Payment Order Notification" -msgstr "" +msgstr "Asistente de Notificación de Orden de Pago de Cuenta" #. module: account_payment_order_notification #: model:ir.model,name:account_payment_order_notification.model_wizard_account_payment_order_notification_line msgid "Wizard Account Payment Order Notification Line" -msgstr "" +msgstr "Ventana de Notificación para Línea de Orden de Pago" #~ msgid "SMS Delivery error" #~ msgstr "Error de entrega de SMS"