# Translation of Odoo Server. # This file contains the translation of the following modules: # * fetchmail_notify_error_to_sender # msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2021-04-09 16:46+0000\n" "Last-Translator: Pedro Castro Silva \n" "Language-Team: none\n" "Language: pt\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 msgid "\n" "
\n" "

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

\n" "

we got a problem with your email: ${ctx.get('sender_message').get('subject')}

\n" "

Maybe you used a wrong recipient address?

\n" "


\n" "

Technical details:

\n" "

${ctx.get('route_exception')}

\n" "
\n" " " msgstr "" "\n" "
\n" "

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

\n" "

tivemos um problema com o seu e-mail: ${ctx." "get('sender_message').get('subject')}

\n" "

Talvez tenha usado um endereço de destinatário errado?

\n" "


\n" "

Detalhes 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 "Tópico de Email" #. 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 "Modelo de aviso de erro" #. module: fetchmail_notify_error_to_sender #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server msgid "Incoming Mail Server" msgstr "Servidor de Entrada de Correio" #. 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 "Erro de receção com: ${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 msgid "Set here the template to use to send notice to sender when errors occur while fetching email" msgstr "" "Defina aqui o modelo a ser usado para enviar uma notificação ao remetente " "quando ocorrerem erros durante o recebimento de e-mails"