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.

313 lines
9.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_py3o
  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: 2018-01-16 08:52+0000\n"
  12. "PO-Revision-Date: 2018-01-16 08:52+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
  15. "teams/23907/pt_PT/)\n"
  16. "Language: pt_PT\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. #. module: report_py3o
  22. #: code:addons/report_py3o/models/ir_actions_report.py:46
  23. #, python-format
  24. msgid "(Native)"
  25. msgstr ""
  26. #. module: report_py3o
  27. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid
  28. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid
  29. msgid "Created by"
  30. msgstr "Criado por"
  31. #. module: report_py3o
  32. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date
  33. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date
  34. msgid "Created on"
  35. msgstr "Criado em"
  36. #. module: report_py3o
  37. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name
  38. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name
  39. msgid "Display Name"
  40. msgstr "Nome a Apresentar"
  41. #. module: report_py3o
  42. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback
  43. msgid "Fallback"
  44. msgstr ""
  45. #. module: report_py3o
  46. #: code:addons/report_py3o/models/ir_actions_report.py:35
  47. #, python-format
  48. msgid "Field 'Output Format' is required for Py3O report"
  49. msgstr ""
  50. #. module: report_py3o
  51. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  52. msgid "File Type"
  53. msgstr ""
  54. #. module: report_py3o
  55. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  56. msgid "Group By"
  57. msgstr ""
  58. #. module: report_py3o
  59. #: selection:ir.actions.report,report_type:0
  60. msgid "HTML"
  61. msgstr ""
  62. #. module: report_py3o
  63. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id
  64. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id
  65. msgid "ID"
  66. msgstr "ID"
  67. #. module: report_py3o
  68. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback
  69. msgid ""
  70. "If the user does not provide a template this will be used it should be a "
  71. "relative path to root of YOUR module or an absolute path on your server."
  72. msgstr ""
  73. #. module: report_py3o
  74. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one
  75. msgid ""
  76. "If you execute a report on several records, by default Odoo will generate a "
  77. "ZIP file that contains as many files as selected records. If you enable this "
  78. "option, Odoo will generate instead a single report for the selected records."
  79. msgstr ""
  80. #. module: report_py3o
  81. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id
  82. #, fuzzy
  83. #| msgid "ir.actions.report.xml"
  84. msgid "Ir Actions Report"
  85. msgstr "ir.actions.report.xml"
  86. #. module: report_py3o
  87. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format
  88. msgid "Is Py3O Native Format"
  89. msgstr ""
  90. #. module: report_py3o
  91. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available
  92. msgid "Is Py3O Report Not Available"
  93. msgstr ""
  94. #. module: report_py3o
  95. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update
  96. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update
  97. msgid "Last Modified on"
  98. msgstr "Última Modificação Em"
  99. #. module: report_py3o
  100. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid
  101. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid
  102. msgid "Last Updated by"
  103. msgstr "Atualizado pela última vez por"
  104. #. module: report_py3o
  105. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date
  106. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date
  107. msgid "Last Updated on"
  108. msgstr "Atualizado pela última vez em"
  109. #. module: report_py3o
  110. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data
  111. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view
  112. msgid "LibreOffice Template"
  113. msgstr ""
  114. #. module: report_py3o
  115. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype
  116. msgid "LibreOffice Template File Type"
  117. msgstr ""
  118. #. module: report_py3o
  119. #: code:addons/report_py3o/models/py3o_report.py:270
  120. #, python-format
  121. msgid "Libreoffice runtime not available. Please contact your administrator."
  122. msgstr ""
  123. #. module: report_py3o
  124. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module
  125. msgid "Module"
  126. msgstr ""
  127. #. module: report_py3o
  128. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available
  129. msgid "Msg Py3O Report Not Available"
  130. msgstr ""
  131. #. module: report_py3o
  132. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one
  133. msgid "Multiple Records in a Single Report"
  134. msgstr ""
  135. #. module: report_py3o
  136. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name
  137. msgid "Name"
  138. msgstr "Nome"
  139. #. module: report_py3o
  140. #: code:addons/report_py3o/models/py3o_report.py:176
  141. #, python-format
  142. msgid "No template found. Aborting."
  143. msgstr ""
  144. #. module: report_py3o
  145. #: selection:py3o.template,filetype:0
  146. msgid "ODF Presentation"
  147. msgstr ""
  148. #. module: report_py3o
  149. #: selection:py3o.template,filetype:0
  150. msgid "ODF Presentation (Flat)"
  151. msgstr ""
  152. #. module: report_py3o
  153. #: selection:py3o.template,filetype:0
  154. msgid "ODF Spreadsheet"
  155. msgstr ""
  156. #. module: report_py3o
  157. #: selection:py3o.template,filetype:0
  158. msgid "ODF Spreadsheet (Flat)"
  159. msgstr ""
  160. #. module: report_py3o
  161. #: selection:py3o.template,filetype:0
  162. msgid "ODF Text Document"
  163. msgstr ""
  164. #. module: report_py3o
  165. #: selection:py3o.template,filetype:0
  166. msgid "ODF Text Document (Flat)"
  167. msgstr ""
  168. #. module: report_py3o
  169. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype
  170. msgid "Output Format"
  171. msgstr ""
  172. #. module: report_py3o
  173. #: selection:ir.actions.report,report_type:0
  174. msgid "PDF"
  175. msgstr ""
  176. #. module: report_py3o
  177. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path
  178. msgid "Path to the libreoffice runtime"
  179. msgstr ""
  180. #. module: report_py3o
  181. #: selection:ir.actions.report,report_type:0
  182. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  183. msgid "Py3o"
  184. msgstr ""
  185. #. module: report_py3o
  186. #: model:ir.actions.report,name:report_py3o.res_users_report_py3o
  187. msgid "Py3o Demo Report"
  188. msgstr ""
  189. #. module: report_py3o
  190. #: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  191. msgid "Py3o Reports"
  192. msgstr ""
  193. #. module: report_py3o
  194. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  195. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  196. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  197. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  198. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  199. msgid "Py3o Templates"
  200. msgstr ""
  201. #. module: report_py3o
  202. #: model:ir.model,name:report_py3o.model_py3o_template
  203. msgid "Py3o template"
  204. msgstr ""
  205. #. module: report_py3o
  206. #: model:ir.model,name:report_py3o.model_ir_actions_report
  207. #, fuzzy
  208. #| msgid "Report"
  209. msgid "Report Action"
  210. msgstr "Relatório"
  211. #. module: report_py3o
  212. #: model:ir.model,name:report_py3o.model_py3o_report
  213. msgid "Report Py30"
  214. msgstr ""
  215. #. module: report_py3o
  216. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type
  217. #, fuzzy
  218. #| msgid "Report"
  219. msgid "Report Type"
  220. msgstr "Relatório"
  221. #. module: report_py3o
  222. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id
  223. msgid "Template"
  224. msgstr ""
  225. #. module: report_py3o
  226. #: selection:ir.actions.report,report_type:0
  227. msgid "Text"
  228. msgstr ""
  229. #. module: report_py3o
  230. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module
  231. msgid "The implementer module that provides this report"
  232. msgstr ""
  233. #. module: report_py3o
  234. #: code:addons/report_py3o/models/ir_actions_report.py:142
  235. #, python-format
  236. msgid ""
  237. "The libreoffice runtime is required to genereate the py3o report '%s' but is "
  238. "not found into the bin path. You must install the libreoffice runtime on the "
  239. "server. If the runtime is already installed and is not found by Odoo, you "
  240. "can provide the full path to the runtime by setting the key 'py3o."
  241. "conversion_command' into the configuration parameters."
  242. msgstr ""
  243. #. module: report_py3o
  244. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type
  245. msgid ""
  246. "The type of the report that will be rendered, each one having its own "
  247. "rendering method. HTML means the report will be opened directly in your "
  248. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  249. "downloaded by the user."
  250. msgstr ""
  251. #. module: report_py3o
  252. #: selection:ir.actions.report,report_type:0
  253. msgid "XLSX"
  254. msgstr ""
  255. #. module: report_py3o
  256. #: selection:ir.actions.report,report_type:0
  257. msgid "XML"
  258. msgstr ""
  259. #. module: report_py3o
  260. #: selection:ir.actions.report,report_type:0
  261. msgid "csv"
  262. msgstr ""