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.

277 lines
9.3 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: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
  15. "Language: uk\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  21. #. module: report_py3o
  22. #: code:addons/report_py3o/models/ir_actions_report.py:0
  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 "Створив"
  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 "Дата створення"
  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 "Назва для відображення"
  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:0
  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. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id
  60. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id
  61. msgid "ID"
  62. msgstr "ID"
  63. #. module: report_py3o
  64. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback
  65. msgid ""
  66. "If the user does not provide a template this will be used it should be a "
  67. "relative path to root of YOUR module or an absolute path on your server."
  68. msgstr ""
  69. #. module: report_py3o
  70. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one
  71. msgid ""
  72. "If you execute a report on several records, by default Odoo will generate a "
  73. "ZIP file that contains as many files as selected records. If you enable this "
  74. "option, Odoo will generate instead a single report for the selected records."
  75. msgstr ""
  76. #. module: report_py3o
  77. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id
  78. msgid "Ir Actions Report"
  79. msgstr ""
  80. #. module: report_py3o
  81. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format
  82. msgid "Is Py3O Native Format"
  83. msgstr ""
  84. #. module: report_py3o
  85. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available
  86. msgid "Is Py3O Report Not Available"
  87. msgstr ""
  88. #. module: report_py3o
  89. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update
  90. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update
  91. msgid "Last Modified on"
  92. msgstr "Остання модифікація"
  93. #. module: report_py3o
  94. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid
  95. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid
  96. msgid "Last Updated by"
  97. msgstr "Востаннє оновив"
  98. #. module: report_py3o
  99. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date
  100. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date
  101. msgid "Last Updated on"
  102. msgstr "Останнє оновлення"
  103. #. module: report_py3o
  104. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data
  105. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view
  106. msgid "LibreOffice Template"
  107. msgstr ""
  108. #. module: report_py3o
  109. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype
  110. msgid "LibreOffice Template File Type"
  111. msgstr ""
  112. #. module: report_py3o
  113. #: code:addons/report_py3o/models/py3o_report.py:0
  114. #, python-format
  115. msgid "Libreoffice runtime not available. Please contact your administrator."
  116. msgstr ""
  117. #. module: report_py3o
  118. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module
  119. msgid "Module"
  120. msgstr ""
  121. #. module: report_py3o
  122. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available
  123. msgid "Msg Py3O Report Not Available"
  124. msgstr ""
  125. #. module: report_py3o
  126. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one
  127. msgid "Multiple Records in a Single Report"
  128. msgstr ""
  129. #. module: report_py3o
  130. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name
  131. msgid "Name"
  132. msgstr "Name"
  133. #. module: report_py3o
  134. #: code:addons/report_py3o/models/py3o_report.py:0
  135. #, python-format
  136. msgid "No template found. Aborting."
  137. msgstr ""
  138. #. module: report_py3o
  139. #: model:ir.model.fields.selection,name:report_py3o.selection__py3o_template__filetype__odp
  140. msgid "ODF Presentation"
  141. msgstr ""
  142. #. module: report_py3o
  143. #: model:ir.model.fields.selection,name:report_py3o.selection__py3o_template__filetype__fodp
  144. msgid "ODF Presentation (Flat)"
  145. msgstr ""
  146. #. module: report_py3o
  147. #: model:ir.model.fields.selection,name:report_py3o.selection__py3o_template__filetype__ods
  148. msgid "ODF Spreadsheet"
  149. msgstr ""
  150. #. module: report_py3o
  151. #: model:ir.model.fields.selection,name:report_py3o.selection__py3o_template__filetype__fods
  152. msgid "ODF Spreadsheet (Flat)"
  153. msgstr ""
  154. #. module: report_py3o
  155. #: model:ir.model.fields.selection,name:report_py3o.selection__py3o_template__filetype__odt
  156. msgid "ODF Text Document"
  157. msgstr ""
  158. #. module: report_py3o
  159. #: model:ir.model.fields.selection,name:report_py3o.selection__py3o_template__filetype__fodt
  160. msgid "ODF Text Document (Flat)"
  161. msgstr ""
  162. #. module: report_py3o
  163. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype
  164. msgid "Output Format"
  165. msgstr ""
  166. #. module: report_py3o
  167. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path
  168. msgid "Path to the libreoffice runtime"
  169. msgstr ""
  170. #. module: report_py3o
  171. #: model:ir.model.fields.selection,name:report_py3o.selection__ir_actions_report__report_type__py3o
  172. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  173. msgid "Py3o"
  174. msgstr ""
  175. #. module: report_py3o
  176. #: model:ir.actions.report,name:report_py3o.res_users_report_py3o
  177. msgid "Py3o Demo Report"
  178. msgstr ""
  179. #. module: report_py3o
  180. #: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  181. msgid "Py3o Reports"
  182. msgstr ""
  183. #. module: report_py3o
  184. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  185. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  186. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  187. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  188. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  189. msgid "Py3o Templates"
  190. msgstr ""
  191. #. module: report_py3o
  192. #: model:ir.model,name:report_py3o.model_py3o_template
  193. msgid "Py3o template"
  194. msgstr ""
  195. #. module: report_py3o
  196. #: model:ir.model,name:report_py3o.model_ir_actions_report
  197. msgid "Report Action"
  198. msgstr ""
  199. #. module: report_py3o
  200. #: model:ir.model,name:report_py3o.model_py3o_report
  201. msgid "Report Py30"
  202. msgstr ""
  203. #. module: report_py3o
  204. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type
  205. msgid "Report Type"
  206. msgstr ""
  207. #. module: report_py3o
  208. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id
  209. msgid "Template"
  210. msgstr ""
  211. #. module: report_py3o
  212. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module
  213. msgid "The implementer module that provides this report"
  214. msgstr ""
  215. #. module: report_py3o
  216. #: code:addons/report_py3o/models/ir_actions_report.py:0
  217. #, python-format
  218. msgid ""
  219. "The libreoffice runtime is required to genereate the py3o report '%s' but is "
  220. "not found into the bin path. You must install the libreoffice runtime on the "
  221. "server. If the runtime is already installed and is not found by Odoo, you "
  222. "can provide the full path to the runtime by setting the key 'py3o."
  223. "conversion_command' into the configuration parameters."
  224. msgstr ""
  225. #. module: report_py3o
  226. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type
  227. msgid ""
  228. "The type of the report that will be rendered, each one having its own "
  229. "rendering method. HTML means the report will be opened directly in your "
  230. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  231. "downloaded by the user."
  232. msgstr ""