OCA reporting engine fork for dev and update.
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.

318 lines
10 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_async
  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: report_async
  16. #: model:mail.template,body_html:report_async.async_report_delivery
  17. msgid "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\">\n"
  18. " <tr>\n"
  19. " <td align=\"center\">\n"
  20. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
  21. " <tbody>\n"
  22. " <tr>\n"
  23. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  24. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  25. " <tr>\n"
  26. " <td valign=\"top\" style=\"font-size: 13px;\">\n"
  27. " % set base_url = object.env['ir.config_parameter'].sudo().get_param('web.base.url')\n"
  28. " % set download_url = '%s/web/content/ir.attachment/%s/datas/%s?download=true' % (base_url, object.id, object.name, )\n"
  29. " <div>\n"
  30. " Dear ${object.create_uid.partner_id.name or ''},\n"
  31. " <br/><br/>\n"
  32. " Your requested report, ${object.name}, is available for <b><a href=\"${download_url}\">download</a></b>.\n"
  33. " <br/><br/>\n"
  34. " Have a nice day!<br/>\n"
  35. " --<br/>${object.company_id.name}\n"
  36. " </div>\n"
  37. " </td>\n"
  38. " </tr>\n"
  39. " </table>\n"
  40. " </td>\n"
  41. " </tr>\n"
  42. " </tbody>\n"
  43. " </table>\n"
  44. " </td>\n"
  45. " </tr>\n"
  46. "</table>\n"
  47. " "
  48. msgstr ""
  49. #. module: report_async
  50. #: model:ir.model.fields,field_description:report_async.field_report_async__allow_async
  51. msgid "Allow Async"
  52. msgstr ""
  53. #. module: report_async
  54. #: code:addons/report_async/models/report_async.py:108
  55. #, python-format
  56. msgid "Background process not allowed."
  57. msgstr ""
  58. #. module: report_async
  59. #: model_terms:ir.ui.view,arch_db:report_async.print_report_wizard
  60. msgid "Cancel"
  61. msgstr ""
  62. #. module: report_async
  63. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__create_uid
  64. #: model:ir.model.fields,field_description:report_async.field_report_async__create_uid
  65. msgid "Created by"
  66. msgstr ""
  67. #. module: report_async
  68. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__create_date
  69. #: model:ir.model.fields,field_description:report_async.field_report_async__create_date
  70. msgid "Created on"
  71. msgstr ""
  72. #. module: report_async
  73. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__display_name
  74. #: model:ir.model.fields,field_description:report_async.field_report_async__display_name
  75. msgid "Display Name"
  76. msgstr ""
  77. #. module: report_async
  78. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__reference
  79. msgid "Document"
  80. msgstr ""
  81. #. module: report_async
  82. #: selection:report.async,job_status:0
  83. msgid "Done"
  84. msgstr ""
  85. #. module: report_async
  86. #: model:ir.model.fields,field_description:report_async.field_report_async__email_notify
  87. msgid "Email Notification"
  88. msgstr ""
  89. #. module: report_async
  90. #: selection:report.async,job_status:0
  91. msgid "Enqueued"
  92. msgstr ""
  93. #. module: report_async
  94. #: model_terms:ir.ui.view,arch_db:report_async.print_report_wizard
  95. msgid "Execute"
  96. msgstr ""
  97. #. module: report_async
  98. #: selection:report.async,job_status:0
  99. msgid "Failed"
  100. msgstr ""
  101. #. module: report_async
  102. #: model:ir.model.fields,field_description:report_async.field_report_async__file_ids
  103. msgid "File"
  104. msgstr ""
  105. #. module: report_async
  106. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  107. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
  108. msgid "Files"
  109. msgstr ""
  110. #. module: report_async
  111. #: model:ir.model.fields,field_description:report_async.field_report_async__group_ids
  112. msgid "Groups"
  113. msgstr ""
  114. #. module: report_async
  115. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__id
  116. #: model:ir.model.fields,field_description:report_async.field_report_async__id
  117. msgid "ID"
  118. msgstr ""
  119. #. module: report_async
  120. #: model:ir.model.fields,field_description:report_async.field_report_async__job_ids
  121. msgid "Job"
  122. msgstr ""
  123. #. module: report_async
  124. #: model:ir.model.fields,field_description:report_async.field_report_async__job_info
  125. msgid "Job Info"
  126. msgstr ""
  127. #. module: report_async
  128. #: model:ir.model.fields,field_description:report_async.field_report_async__job_status
  129. msgid "Job Status"
  130. msgstr ""
  131. #. module: report_async
  132. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  133. msgid "Jobs"
  134. msgstr ""
  135. #. module: report_async
  136. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard____last_update
  137. #: model:ir.model.fields,field_description:report_async.field_report_async____last_update
  138. msgid "Last Modified on"
  139. msgstr ""
  140. #. module: report_async
  141. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  142. msgid "Last Run Job Error"
  143. msgstr ""
  144. #. module: report_async
  145. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__write_uid
  146. #: model:ir.model.fields,field_description:report_async.field_report_async__write_uid
  147. msgid "Last Updated by"
  148. msgstr ""
  149. #. module: report_async
  150. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__write_date
  151. #: model:ir.model.fields,field_description:report_async.field_report_async__write_date
  152. msgid "Last Updated on"
  153. msgstr ""
  154. #. module: report_async
  155. #: model:ir.model.fields,help:report_async.field_report_async__job_info
  156. msgid "Latest Job Error Message"
  157. msgstr ""
  158. #. module: report_async
  159. #: model:ir.model.fields,help:report_async.field_report_async__job_status
  160. msgid "Latest Job Status"
  161. msgstr ""
  162. #. module: report_async
  163. #: model:ir.model.fields,help:report_async.field_report_async__file_ids
  164. msgid "List all files created by this report background process"
  165. msgstr ""
  166. #. module: report_async
  167. #: model:ir.model.fields,help:report_async.field_report_async__job_ids
  168. msgid "List all jobs related to this running report"
  169. msgstr ""
  170. #. module: report_async
  171. #: model:ir.model.fields,field_description:report_async.field_report_async__name
  172. msgid "Name"
  173. msgstr ""
  174. #. module: report_async
  175. #: model_terms:ir.actions.act_window,help:report_async.action_view_files
  176. msgid "No files found"
  177. msgstr ""
  178. #. module: report_async
  179. #: model:ir.model.fields,help:report_async.field_report_async__group_ids
  180. msgid "Only user in selected groups can use this report.If left blank, everyone can use"
  181. msgstr ""
  182. #. module: report_async
  183. #: selection:report.async,job_status:0
  184. msgid "Pending"
  185. msgstr ""
  186. #. module: report_async
  187. #: model:ir.actions.act_window,name:report_async.action_print_report_wizard
  188. msgid "Print Document"
  189. msgstr ""
  190. #. module: report_async
  191. #: model:ir.model,name:report_async.model_print_report_wizard
  192. msgid "Print Report Wizard"
  193. msgstr ""
  194. #. module: report_async
  195. #: model:ir.model,name:report_async.model_ir_actions_report
  196. msgid "Report Action"
  197. msgstr ""
  198. #. module: report_async
  199. #: model:ir.model,name:report_async.model_report_async
  200. msgid "Report Async"
  201. msgstr ""
  202. #. module: report_async
  203. #: model:ir.actions.act_window,name:report_async.action_report_async
  204. #: model:ir.ui.menu,name:report_async.menu_report_async
  205. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_search
  206. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
  207. msgid "Report Center"
  208. msgstr ""
  209. #. module: report_async
  210. #: model:ir.actions.act_window,name:report_async.action_view_files
  211. msgid "Report Files"
  212. msgstr ""
  213. #. module: report_async
  214. #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__action_report_id
  215. msgid "Report Template"
  216. msgstr ""
  217. #. module: report_async
  218. #: model:ir.model.fields,field_description:report_async.field_report_async__action_id
  219. msgid "Reports"
  220. msgstr ""
  221. #. module: report_async
  222. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  223. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
  224. msgid "Run Background"
  225. msgstr ""
  226. #. module: report_async
  227. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  228. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
  229. msgid "Run Now"
  230. msgstr ""
  231. #. module: report_async
  232. #: model_terms:ir.actions.act_window,help:report_async.action_report_async
  233. msgid "Run reports asyncronously"
  234. msgstr ""
  235. #. module: report_async
  236. #: model:ir.model.fields,help:report_async.field_report_async__email_notify
  237. msgid "Send email with link to report, when it is ready"
  238. msgstr ""
  239. #. module: report_async
  240. #: selection:report.async,job_status:0
  241. msgid "Started"
  242. msgstr ""
  243. #. module: report_async
  244. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  245. msgid "The last <i class=\"fa fa-cogs\"/> <b>running job</b> was failed.\n"
  246. " Please contact your system administrator."
  247. msgstr ""
  248. #. module: report_async
  249. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  250. msgid "The last <i class=\"fa fa-cogs\"/> <b>running job</b> was succeed.\n"
  251. " You can check the result in <i class=\"fa fa-copy\"/><b> Files</b>"
  252. msgstr ""
  253. #. module: report_async
  254. #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
  255. msgid "The report will be running by <i class=\"fa fa-cogs\"/>\n"
  256. " <b>job</b>, and will be available at\n"
  257. " <i class=\"fa fa-copy\"/><b> Files</b>"
  258. msgstr ""
  259. #. module: report_async
  260. #: model:ir.model.fields,help:report_async.field_report_async__allow_async
  261. msgid "This is not automatic field, please check if you want to allow this report in background process"
  262. msgstr ""
  263. #. module: report_async
  264. #: model:mail.template,subject:report_async.async_report_delivery
  265. msgid "Your report is available, ${object.name}"
  266. msgstr ""