Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings) Translation: server-tools-12.0/server-tools-12.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-fetchmail_notify_error_to_sender/pt_BR/pull/2982/head
parent
6115bb498d
commit
1c90400b9d
|
@ -9,15 +9,16 @@ msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 10.0\n"
|
"Project-Id-Version: Odoo Server 10.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
|
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
|
||||||
"PO-Revision-Date: 2017-12-01 02:10+0000\n"
|
"PO-Revision-Date: 2019-09-03 01:23+0000\n"
|
||||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
|
||||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
|
||||||
"teams/23907/pt_BR/)\n"
|
"23907/pt_BR/)\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 3.8\n"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
|
#: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
|
||||||
|
@ -34,26 +35,38 @@ msgid ""
|
||||||
" </div>\n"
|
" </div>\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
" <div>\n"
|
||||||
|
" <p>Olá, ${ctx.get ('sender_message'). get ('from')},</p>\n"
|
||||||
|
" <p>ocorreu um problema com seu e-mail: "
|
||||||
|
"<i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
||||||
|
" <p>Talvez você tenha usado um endereço de destinatário "
|
||||||
|
"errado?</p>\n"
|
||||||
|
" <p><br/></p>\n"
|
||||||
|
" <p>Detalhes técnicos:</p>\n"
|
||||||
|
" <p><i>${ctx.get('route_exception')}}</i></p>\n"
|
||||||
|
" </div>\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
||||||
msgid "Email Thread"
|
msgid "Email Thread"
|
||||||
msgstr ""
|
msgstr "Tópico de E-mail"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
|
||||||
msgid "Error notice template"
|
msgid "Error notice template"
|
||||||
msgstr ""
|
msgstr "Modelo de aviso de erro"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
|
||||||
msgid "Incoming Mail Server"
|
msgid "Incoming Mail Server"
|
||||||
msgstr ""
|
msgstr "Servidor de Entrada de E-mail"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
|
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
|
||||||
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
msgstr ""
|
msgstr "Recebendo erro com: ${ctx.get('sender_message').get('subject')|safe}"
|
||||||
|
|
||||||
#. module: fetchmail_notify_error_to_sender
|
#. module: fetchmail_notify_error_to_sender
|
||||||
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
|
||||||
|
@ -61,6 +74,8 @@ msgid ""
|
||||||
"Set here the template to use to send notice to sender when errors occur "
|
"Set here the template to use to send notice to sender when errors occur "
|
||||||
"while fetching email"
|
"while fetching email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Defina aqui o modelo a ser usado para enviar um aviso ao remetente quando "
|
||||||
|
"ocorrerem erros ao buscar email"
|
||||||
|
|
||||||
#~ msgid "POP/IMAP Server"
|
#~ msgid "POP/IMAP Server"
|
||||||
#~ msgstr "Servidor POP/IMAP"
|
#~ msgstr "Servidor POP/IMAP"
|
||||||
|
|
Loading…
Reference in New Issue