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.

83 lines
2.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: scheduler_error_mailer
  16. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  17. msgid "\n"
  18. " \n"
  19. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  20. "\n"
  21. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the database <em>${ctx.get('dbname')}</em> but it failed. Here is the error message :</p>\n"
  22. "\n"
  23. "<strong>\n"
  24. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  25. "</strong>\n"
  26. "\n"
  27. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  28. "\n"
  29. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  30. "<ul>\n"
  31. "<li>Model : ${object.model or ''}</li>\n"
  32. "<li>Method : ${object.function or ''}</li>\n"
  33. "<li>Arguments : ${object.args or ''}</li>\n"
  34. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  35. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  36. "<li>Repeat missed : ${object.doall}</li>\n"
  37. "<li>User : ${object.user_id.name or ''}</li>\n"
  38. "</ul>\n"
  39. "\n"
  40. "<p>\n"
  41. "-- <br/>\n"
  42. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  43. "Database : ${ctx.get('dbname')}\n"
  44. "</p>\n"
  45. "</div>\n"
  46. " \n"
  47. " "
  48. msgstr ""
  49. #. module: scheduler_error_mailer
  50. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
  51. msgid "Error E-mail Template"
  52. msgstr ""
  53. #. module: scheduler_error_mailer
  54. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  55. msgid "Scheduled Actions"
  56. msgstr ""
  57. #. module: scheduler_error_mailer
  58. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
  59. msgid "Select the email template that will be sent when this scheduler fails."
  60. msgstr ""
  61. #. module: scheduler_error_mailer
  62. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  63. #, python-format
  64. msgid "Task failure with UID = %d."
  65. msgstr ""
  66. #. module: scheduler_error_mailer
  67. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  68. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  69. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  70. msgid "Test Scheduler Error Mailer"
  71. msgstr ""
  72. #. module: scheduler_error_mailer
  73. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  74. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  75. msgstr ""