From 1ac6fb64df6afa7a41597f91ea1b83091499d454 Mon Sep 17 00:00:00 2001 From: Ignacio Buioli Date: Sun, 4 Sep 2022 03:57:37 +0000 Subject: [PATCH] Translated using Weblate (Spanish (Argentina)) Currently translated at 100.0% (7 of 7 strings) Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/es_AR/ --- .../i18n/es_AR.po | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/fetchmail_notify_error_to_sender/i18n/es_AR.po b/fetchmail_notify_error_to_sender/i18n/es_AR.po index c88126b89..208eadf69 100644 --- a/fetchmail_notify_error_to_sender/i18n/es_AR.po +++ b/fetchmail_notify_error_to_sender/i18n/es_AR.po @@ -6,13 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2022-09-04 06:07+0000\n" +"Last-Translator: Ignacio Buioli \n" "Language-Team: none\n" "Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: fetchmail_notify_error_to_sender #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice @@ -28,31 +30,42 @@ msgid "" " \n" " " msgstr "" +"\n" +"
\n" +"

Hola ${ctx.get('sender_message').get('from')},

\n" +"

tenemos un problema con su correo: ${ctx." +"get('sender_message').get('subject')}

\n" +"

¿Quizás usó una dirección de destinatario incorrecta?

\n" +"


\n" +"

Detalles técnicos:

\n" +"

${ctx.get('route_exception')}

\n" +"
\n" +" " #. module: fetchmail_notify_error_to_sender #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread msgid "Email Thread" -msgstr "" +msgstr "Hilo de Correo Electrónico" #. module: fetchmail_notify_error_to_sender #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id msgid "Error notice template" -msgstr "" +msgstr "Plantilla de aviso de error" #. module: fetchmail_notify_error_to_sender #: model:mail.template,name:fetchmail_notify_error_to_sender.email_template_error_notice msgid "Fetchmail - error notice" -msgstr "" +msgstr "Fetchmail - aviso de error" #. module: fetchmail_notify_error_to_sender #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server msgid "Incoming Mail Server" -msgstr "" +msgstr "Servidor de Correo Entrante" #. module: fetchmail_notify_error_to_sender #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}" -msgstr "" +msgstr "Error al recibir: ${ctx.get('sender_message').get('subject')|safe}" #. module: fetchmail_notify_error_to_sender #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id @@ -60,3 +73,5 @@ msgid "" "Set here the template to use to send notice to sender when errors occur " "while fetching email" msgstr "" +"Establezca aquí la plantilla que se usará para enviar un aviso al remitente " +"cuando se produzcan errores al obtener el correo electrónico"