You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
3.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * fetchmail_notify_error_to_sender
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-12-01 02:10+0000\n"
  12. "PO-Revision-Date: 2019-09-03 01:23+0000\n"
  13. "Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
  14. "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
  15. "23907/pt_BR/)\n"
  16. "Language: pt_BR\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  21. "X-Generator: Weblate 3.8\n"
  22. #. module: fetchmail_notify_error_to_sender
  23. #: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
  24. msgid ""
  25. "\n"
  26. " <div>\n"
  27. " <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
  28. " <p>we got a problem with your email: <i>${ctx."
  29. "get('sender_message').get('subject')}</i></p>\n"
  30. " <p>Maybe you used a wrong recipient address?</p>\n"
  31. " <p><br/></p>\n"
  32. " <p>Technical details:</p>\n"
  33. " <p><i>${ctx.get('route_exception')}</i></p>\n"
  34. " </div>\n"
  35. " "
  36. msgstr ""
  37. "\n"
  38. " <div>\n"
  39. " <p>Olá, ${ctx.get ('sender_message'). get ('from')},</p>\n"
  40. " <p>ocorreu um problema com seu e-mail: "
  41. "<i>${ctx.get('sender_message').get('subject')}</i></p>\n"
  42. " <p>Talvez você tenha usado um endereço de destinatário "
  43. "errado?</p>\n"
  44. " <p><br/></p>\n"
  45. " <p>Detalhes técnicos:</p>\n"
  46. " <p><i>${ctx.get('route_exception')}}</i></p>\n"
  47. " </div>\n"
  48. " "
  49. #. module: fetchmail_notify_error_to_sender
  50. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
  51. msgid "Email Thread"
  52. msgstr "Tópico de E-mail"
  53. #. module: fetchmail_notify_error_to_sender
  54. #: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  55. msgid "Error notice template"
  56. msgstr "Modelo de aviso de erro"
  57. #. module: fetchmail_notify_error_to_sender
  58. #: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
  59. msgid "Incoming Mail Server"
  60. msgstr "Servidor de Entrada de E-mail"
  61. #. module: fetchmail_notify_error_to_sender
  62. #: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
  63. msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
  64. msgstr "Recebendo erro com: ${ctx.get('sender_message').get('subject')|safe}"
  65. #. module: fetchmail_notify_error_to_sender
  66. #: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
  67. msgid ""
  68. "Set here the template to use to send notice to sender when errors occur "
  69. "while fetching email"
  70. msgstr ""
  71. "Defina aqui o modelo a ser usado para enviar um aviso ao remetente quando "
  72. "ocorrerem erros ao buscar email"
  73. #~ msgid "POP/IMAP Server"
  74. #~ msgstr "Servidor POP/IMAP"