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.

138 lines
4.8 KiB

7 years ago
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-08-06 02:49+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: scheduler_error_mailer
  23. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  24. msgid ""
  25. "\n"
  26. " \n"
  27. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  28. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  29. "\n"
  30. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the "
  31. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  32. "message :</p>\n"
  33. "\n"
  34. "<strong>\n"
  35. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to "
  36. "get the error message from the context.'}\n"
  37. "</strong>\n"
  38. "\n"
  39. "<p>You may check the logs of the Odoo server to get more information about "
  40. "this failure.</p>\n"
  41. "\n"
  42. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  43. "<ul>\n"
  44. "<li>Model : ${object.model or ''}</li>\n"
  45. "<li>Method : ${object.function or ''}</li>\n"
  46. "<li>Arguments : ${object.args or ''}</li>\n"
  47. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  48. "</li>\n"
  49. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  50. "<li>Repeat missed : ${object.doall}</li>\n"
  51. "<li>User : ${object.user_id.name or ''}</li>\n"
  52. "</ul>\n"
  53. "\n"
  54. "<p>\n"
  55. "-- <br/>\n"
  56. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  57. "Database : ${ctx.get('dbname')}\n"
  58. "</p>\n"
  59. "</div>\n"
  60. " \n"
  61. " "
  62. msgstr ""
  63. "\n"
  64. " \n"
  65. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  66. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  67. "\n"
  68. "<p>Odoo tentou executar o agendador<em>${object.name ou ''}</em>no banco de "
  69. "dados<em>${ctx.get ('dbname')}</em>, mas falhou. Aqui está a mensagem de "
  70. "erro:</p>\n"
  71. "\n"
  72. "<strong>\n"
  73. "${ctx.get ('job_exception') e ctx.get ('job_exception'). value ou 'Falha ao "
  74. "obter a mensagem de erro do contexto.'}\n"
  75. "</strong>\n"
  76. "\n"
  77. "<p>Você pode verificar os logs do servidor Odoo para obter mais informações "
  78. "sobre esta falha.</p>\n"
  79. "\n"
  80. "<p>Propriedades do planejador<em>${object.name ou''}</em>:</p>\n"
  81. "<ul>\n"
  82. "<li>Modelo: ${object.model ou ''}</li>\n"
  83. "<li> Método: ${object.function ou ''}</li>\n"
  84. "<li> Argumentos: ${object.args ou ''}</li>\n"
  85. "<li> Intervalo: ${object.interval_number ou '0'} ${object.interval_type ou "
  86. "''}</li>\n"
  87. "<li> Número de chamadas: ${object.numbercall ou '0'}</li>\n"
  88. "<li> Repetição perdida: ${object.doall}</li>\n"
  89. "<li> Usuário: ${object.user_id.name ou ''}</li>\n"
  90. "</ul>\n"
  91. "\n"
  92. "<p>\n"
  93. "--<br/>\n"
  94. "Email automático enviado pelo Odoo. Não responda. <br/>\n"
  95. "Banco de Dados: ${ctx.get ('dbname')}\n"
  96. "</p>\n"
  97. "</div>\n"
  98. " \n"
  99. " "
  100. #. module: scheduler_error_mailer
  101. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
  102. msgid "Error E-mail Template"
  103. msgstr "Modelo de Erro de E-mail"
  104. #. module: scheduler_error_mailer
  105. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  106. msgid "Scheduled Actions"
  107. msgstr "Ações Agendadas"
  108. #. module: scheduler_error_mailer
  109. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
  110. msgid "Select the email template that will be sent when this scheduler fails."
  111. msgstr ""
  112. "Selecione o modelo de email que será enviado quando o agendador falhar."
  113. #. module: scheduler_error_mailer
  114. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  115. #, python-format
  116. msgid "Task failure with UID = %d."
  117. msgstr "Tarefa falhou com UID = %d."
  118. #. module: scheduler_error_mailer
  119. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  120. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  121. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  122. msgid "Test Scheduler Error Mailer"
  123. msgstr "Teste Agendado de Erro do Remetente"
  124. #. module: scheduler_error_mailer
  125. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  126. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  127. msgstr "[DB ${ctx.get('dbname')}] Agendador '${object.name or ''}' FALHOU"
  128. #, fuzzy
  129. #~ msgid "Email Template"
  130. #~ msgstr "Modelo de Erro de E-mail"