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.

134 lines
4.6 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. # Jeffery Chenn <jeffery9@gmail.com>, 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-31 11:58+0000\n"
  12. "PO-Revision-Date: 2019-08-31 06:18+0000\n"
  13. "Last-Translator: 黎伟杰 <674416404@qq.com>\n"
  14. "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
  15. "zh_CN/)\n"
  16. "Language: zh_CN\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=1; plural=0;\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试图运行调度程序 <em>${object.name or ''}</em> 在数据库中 "
  69. "<em>${ctx.get('dbname')}</em> 但它失败了。这是错误消息 :</p>\n"
  70. "\n"
  71. "<strong>\n"
  72. "${ctx.get('job_exception') and ctx.get('job_exception').value or "
  73. "'无法从上下文中获取错误消息.'}\n"
  74. "</strong>\n"
  75. "\n"
  76. "<p>您可以检查Odoo服务器的日志以获取有关此故障的更多信息.</p>\n"
  77. "\n"
  78. "<p>调度程序的属性 <em>${object.name or ''}</em> :</p>\n"
  79. "<ul>\n"
  80. "<li>模型: ${object.model or ''}</li>\n"
  81. "<li>方法 : ${object.function or ''}</li>\n"
  82. "<li>参数: ${object.args or ''}</li>\n"
  83. "<li>间隔: ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  84. "<li>通话次数: ${object.numbercall or '0'}</li>\n"
  85. "<li>重复错过了: ${object.doall}</li>\n"
  86. "<li>用户: ${object.user_id.name or ''}</li>\n"
  87. "</ul>\n"
  88. "\n"
  89. "<p>\n"
  90. "-- <br/>\n"
  91. "Odoo发送的自动电子邮件。请勿回复。<br/>\n"
  92. "数据库: ${ctx.get('dbname')}\n"
  93. "</p>\n"
  94. "</div>\n"
  95. " \n"
  96. " "
  97. #. module: scheduler_error_mailer
  98. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
  99. msgid "Error E-mail Template"
  100. msgstr "错误E-mail 模板"
  101. #. module: scheduler_error_mailer
  102. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  103. msgid "Scheduled Actions"
  104. msgstr "安排的动作"
  105. #. module: scheduler_error_mailer
  106. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
  107. msgid "Select the email template that will be sent when this scheduler fails."
  108. msgstr "选择此调度程序失败时将发送的电子邮件模板。"
  109. #. module: scheduler_error_mailer
  110. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  111. #, python-format
  112. msgid "Task failure with UID = %d."
  113. msgstr "任务失败 UID = %d."
  114. #. module: scheduler_error_mailer
  115. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  116. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  117. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  118. msgid "Test Scheduler Error Mailer"
  119. msgstr "测试调度程序错误邮件程序"
  120. #. module: scheduler_error_mailer
  121. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  122. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  123. msgstr "[DB ${ctx.get('dbname')}] 调度'${object.name or ''}' 失败"
  124. #, fuzzy
  125. #~ msgid "Email Template"
  126. #~ msgstr "错误E-mail 模板"