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.

1056 lines
40 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * excel_import_export
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: Automatically generated\n"
  10. "Language-Team: none\n"
  11. "Language: it\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: \n"
  15. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  16. #. module: excel_import_export
  17. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  18. msgid "${object.post_import_do_something()}"
  19. msgstr ""
  20. #. module: excel_import_export
  21. #: code:addons/excel_import_export/models/common.py:170
  22. #: code:addons/excel_import_export/models/common.py:180
  23. #, python-format
  24. msgid "'%s' sheet not found"
  25. msgstr ""
  26. #. module: excel_import_export
  27. #: model:ir.model.fields,help:excel_import_export.field_export_xlsx_wizard__state
  28. #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__state
  29. #: model:ir.model.fields,help:excel_import_export.field_xlsx_report__state
  30. msgid "* Choose: wizard show in user selection mode\n"
  31. "* Get: wizard show results from user action"
  32. msgstr ""
  33. #. module: excel_import_export
  34. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  35. msgid "<b>Cell</b>: Location of data in excel sheet (e.g., A1, B1, ...)"
  36. msgstr ""
  37. #. module: excel_import_export
  38. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  39. msgid "<b>Continue</b>: If not selected, start rolling with specified first row cells. If selected, continue from previous one2many field"
  40. msgstr ""
  41. #. module: excel_import_export
  42. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  43. msgid "<b>Field Cond.</b>: Python code in <code>${...}</code> to manipulate field value, e.g., if field = product_id, <code>value</code> will represent product object, e.g., <code>${value and value.uom_id.name or \"\"}</code>"
  44. msgstr ""
  45. #. module: excel_import_export
  46. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  47. msgid "<b>Field Cond.</b>: Python code in <code>${...}</code> value will represent data from excel cell, e.g., if A1 = 'ABC', <code>value</code> will represent 'ABC', e.g., <code>${value == \"ABC\" and \"X\" or \"Y\"}</code> thus can change from cell value to other value for import."
  48. msgstr ""
  49. #. module: excel_import_export
  50. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  51. msgid "<b>Field</b>: Field of the record to be imported to, e.g., product_id"
  52. msgstr ""
  53. #. module: excel_import_export
  54. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  55. msgid "<b>Field</b>: Field of the record, e.g., product_id.uom_id.name. They are orm compliant."
  56. msgstr ""
  57. #. module: excel_import_export
  58. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  59. msgid "<b>No Delete</b>: By default, all one2many lines will be deleted before import. Select this, to avoid deletion"
  60. msgstr ""
  61. #. module: excel_import_export
  62. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  63. msgid "<b>Note:</b>"
  64. msgstr ""
  65. #. module: excel_import_export
  66. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  67. msgid "<b>Row Field</b>: Use _HEAD_ for the record itself, and one2many field (e.g., line_ids) for row data"
  68. msgstr ""
  69. #. module: excel_import_export
  70. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  71. msgid "<b>Sheet</b>: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet"
  72. msgstr ""
  73. #. module: excel_import_export
  74. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  75. msgid "<b>Sheet</b>: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet to export data to"
  76. msgstr ""
  77. #. module: excel_import_export
  78. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  79. msgid "<b>Style w/Cond.</b>: Conditional style by python code in <code>#?...?</code>, e.g., apply style for specific product, <code>#?value.name == \"ABC\" and #{font=bold;fill=red} or None?</code>"
  80. msgstr ""
  81. #. module: excel_import_export
  82. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  83. msgid "<b>Style</b>: Default style in <code>#{...}</code> that apply to each cell, e.g., <code>#{align=left;style=text}</code>. See module's <b>style.py</b> for available styles."
  84. msgstr ""
  85. #. module: excel_import_export
  86. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  87. msgid "<b>Sum</b>: Add sum value on last row, <code>@{sum}</code>"
  88. msgstr ""
  89. #. module: excel_import_export
  90. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  91. msgid "<code class=\"oe_grey\">\n"
  92. "{\n"
  93. " '__EXPORT__': {\n"
  94. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  95. " '_HEAD_': {\n"
  96. " 'B2': 'partner_id.display_name${value or \"\"}#{align=left;style=text}',\n"
  97. " 'B3': 'name${value or \"\"}#{align=left;style=text}',\n"
  98. " },\n"
  99. " 'line_ids': { # prefix with _CONT_ to continue rows from previous row field\n"
  100. " 'A6': 'product_id.display_name${value or \"\"}#{style=text}',\n"
  101. " 'C6': 'product_uom_qty${value or 0}#{style=number}',\n"
  102. " 'E6': 'price_unit${value or 0}#{style=number}',\n"
  103. " 'G6': 'price_subtotal${value or 0}#{style=number}',\n"
  104. " },\n"
  105. " },\n"
  106. " },\n"
  107. " '__IMPORT__': {\n"
  108. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  109. " 'order_line': { # prefix with _NODEL_ to not delete rows before import\n"
  110. " 'A6': 'product_id',\n"
  111. " 'C6': 'product_uom_qty',\n"
  112. " 'E6': 'price_unit${value &gt; 0 and value or 0}',\n"
  113. " },\n"
  114. " },\n"
  115. " },\n"
  116. " '__POST_IMPORT__': '${object.post_import_do_something()}',\n"
  117. "}\n"
  118. "\n"
  119. " </code>"
  120. msgstr ""
  121. #. module: excel_import_export
  122. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  123. msgid "<code>date, datetime, time</code>: some useful python classes"
  124. msgstr ""
  125. #. module: excel_import_export
  126. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  127. msgid "<code>model</code>: active model, e.g., self.env['my.model']"
  128. msgstr ""
  129. #. module: excel_import_export
  130. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  131. msgid "<code>object</code>: record object or line object depends on <b>Row Field</b>"
  132. msgstr ""
  133. #. module: excel_import_export
  134. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  135. msgid "<code>value</code>: value from <b>Cell</b>"
  136. msgstr ""
  137. #. module: excel_import_export
  138. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  139. msgid "<code>value</code>: value from <b>Field</b>"
  140. msgstr ""
  141. #. module: excel_import_export
  142. #. openerp-web
  143. #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:49
  144. #, python-format
  145. msgid "A popup window with your report was blocked. You may need to change your browser settings to allow popup windows for this page."
  146. msgstr ""
  147. #. module: excel_import_export
  148. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  149. msgid "Add data column"
  150. msgstr ""
  151. #. module: excel_import_export
  152. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  153. msgid "Add header section"
  154. msgstr ""
  155. #. module: excel_import_export
  156. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  157. msgid "Add row section"
  158. msgstr ""
  159. #. module: excel_import_export
  160. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  161. msgid "Add sheet section"
  162. msgstr ""
  163. #. module: excel_import_export
  164. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__choose_template
  165. msgid "Allow Choose Template"
  166. msgstr ""
  167. #. module: excel_import_export
  168. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__assigned_attachment_ids
  169. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__assigned_attachment_ids
  170. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__assigned_attachment_ids
  171. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__assigned_attachment_ids
  172. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__assigned_attachment_ids
  173. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__assigned_attachment_ids
  174. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__assigned_attachment_ids
  175. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__assigned_attachment_ids
  176. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__assigned_attachment_ids
  177. msgid "Assigned Attachments"
  178. msgstr ""
  179. #. module: excel_import_export
  180. #: model:ir.model,name:excel_import_export.model_xlsx_styles
  181. msgid "Available styles for excel"
  182. msgstr ""
  183. #. module: excel_import_export
  184. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__no_delete
  185. msgid "By default, all rows will be deleted before import.\n"
  186. "Select No Delete, otherwise"
  187. msgstr ""
  188. #. module: excel_import_export
  189. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_delimiter
  190. msgid "CSV Delimiter"
  191. msgstr ""
  192. #. module: excel_import_export
  193. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_extension
  194. msgid "CSV File Extension"
  195. msgstr ""
  196. #. module: excel_import_export
  197. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_quote
  198. msgid "CSV Quoting"
  199. msgstr ""
  200. #. module: excel_import_export
  201. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__post_import_hook
  202. msgid "Call a function after successful import, i.e.,\n"
  203. "${object.post_import_do_something()}"
  204. msgstr ""
  205. #. module: excel_import_export
  206. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  207. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  208. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  209. msgid "Cancel"
  210. msgstr ""
  211. #. module: excel_import_export
  212. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__excel_cell
  213. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__excel_cell
  214. msgid "Cell"
  215. msgstr ""
  216. #. module: excel_import_export
  217. #: selection:export.xlsx.wizard,state:0
  218. #: selection:import.xlsx.wizard,state:0
  219. #: selection:xlsx.report,state:0
  220. msgid "Choose"
  221. msgstr ""
  222. #. module: excel_import_export
  223. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  224. msgid "Choose Template:"
  225. msgstr ""
  226. #. module: excel_import_export
  227. #: model_terms:ir.actions.act_window,help:excel_import_export.action_xlsx_template
  228. msgid "Click to create a XLSX Template Object."
  229. msgstr ""
  230. #. module: excel_import_export
  231. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  232. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  233. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  234. msgid "Close"
  235. msgstr ""
  236. #. module: excel_import_export
  237. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  238. msgid "Complete Prepare File (.xlsx)"
  239. msgstr ""
  240. #. module: excel_import_export
  241. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  242. msgid "Complete Prepare Report (.xlsx)"
  243. msgstr ""
  244. #. module: excel_import_export
  245. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_cont
  246. msgid "Continue"
  247. msgstr ""
  248. #. module: excel_import_export
  249. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__is_cont
  250. msgid "Continue data rows after last data row"
  251. msgstr ""
  252. #. module: excel_import_export
  253. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__to_csv
  254. msgid "Convert to CSV?"
  255. msgstr ""
  256. #. module: excel_import_export
  257. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_uid
  258. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__create_uid
  259. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__create_uid
  260. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_uid
  261. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_uid
  262. msgid "Created by"
  263. msgstr ""
  264. #. module: excel_import_export
  265. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_date
  266. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__create_date
  267. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__create_date
  268. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_date
  269. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_date
  270. msgid "Created on"
  271. msgstr ""
  272. #. module: excel_import_export
  273. #: selection:xlsx.template.export,section_type:0
  274. #: selection:xlsx.template.import,section_type:0
  275. msgid "Data"
  276. msgstr ""
  277. #. module: excel_import_export
  278. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style
  279. msgid "Default Style"
  280. msgstr ""
  281. #. module: excel_import_export
  282. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__description
  283. msgid "Description"
  284. msgstr ""
  285. #. module: excel_import_export
  286. #: model:ir.model,name:excel_import_export.model_xlsx_template_export
  287. msgid "Detailed of how excel data will be exported"
  288. msgstr ""
  289. #. module: excel_import_export
  290. #: model:ir.model,name:excel_import_export.model_xlsx_template_import
  291. msgid "Detailed of how excel data will be imported"
  292. msgstr ""
  293. #. module: excel_import_export
  294. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__display_name
  295. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__display_name
  296. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__display_name
  297. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__display_name
  298. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__display_name
  299. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__display_name
  300. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__display_name
  301. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__display_name
  302. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__display_name
  303. msgid "Display Name"
  304. msgstr ""
  305. #. module: excel_import_export
  306. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:74
  307. #, python-format
  308. msgid "Document must be in %s states"
  309. msgstr ""
  310. #. module: excel_import_export
  311. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:78
  312. #, python-format
  313. msgid "Document must be in draft state"
  314. msgstr ""
  315. #. module: excel_import_export
  316. #: code:addons/excel_import_export/models/xlsx_import.py:89
  317. #, python-format
  318. msgid "Error deleting data\n"
  319. "%s"
  320. msgstr ""
  321. #. module: excel_import_export
  322. #: code:addons/excel_import_export/models/xlsx_export.py:141
  323. #, python-format
  324. msgid "Error filling data into Excel sheets\n"
  325. "%s"
  326. msgstr ""
  327. #. module: excel_import_export
  328. #: code:addons/excel_import_export/models/xlsx_import.py:212
  329. #, python-format
  330. msgid "Error importing data"
  331. msgstr ""
  332. #. module: excel_import_export
  333. #: code:addons/excel_import_export/models/xlsx_import.py:224
  334. #, python-format
  335. msgid "Error importing data\n"
  336. "%s"
  337. msgstr ""
  338. #. module: excel_import_export
  339. #: selection:ir.actions.report,report_type:0
  340. msgid "Excel"
  341. msgstr ""
  342. #. module: excel_import_export
  343. #: model:ir.model,name:excel_import_export.model_xlsx_export
  344. msgid "Excel Export AbstractModel"
  345. msgstr ""
  346. #. module: excel_import_export
  347. #: model:ir.model,name:excel_import_export.model_xlsx_import
  348. msgid "Excel Import AbstractModel"
  349. msgstr ""
  350. #. module: excel_import_export
  351. #: model:ir.ui.menu,name:excel_import_export.menu_excel_import_export
  352. msgid "Excel Import/Export"
  353. msgstr ""
  354. #. module: excel_import_export
  355. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  356. msgid "Excel Report"
  357. msgstr ""
  358. #. module: excel_import_export
  359. #: model:ir.model,name:excel_import_export.model_xlsx_report
  360. msgid "Excel Report AbstractModel"
  361. msgstr ""
  362. #. module: excel_import_export
  363. #: model:ir.model,name:excel_import_export.model_xlsx_template
  364. msgid "Excel template file and instruction"
  365. msgstr ""
  366. #. module: excel_import_export
  367. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  368. msgid "Execute Report"
  369. msgstr ""
  370. #. module: excel_import_export
  371. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__export_ids
  372. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  373. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  374. msgid "Export"
  375. msgstr ""
  376. #. module: excel_import_export
  377. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  378. msgid "Export Instruction is how to write data from an active data record to specified cells in excel sheet.\n"
  379. " For example, an active record can be a sale order that user want to export.\n"
  380. " The record itself will be mapped to the header part of excel sheet. The record can contain multiple one2many fields, which will be written as data lines.\n"
  381. " You can look at following instruction as Excel Sheet(s), each with 1 header section (_HEAD_) and multiple row sections (one2many fields)."
  382. msgstr ""
  383. #. module: excel_import_export
  384. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_name
  385. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_name
  386. msgid "Field"
  387. msgstr ""
  388. #. module: excel_import_export
  389. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_cond
  390. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_cond
  391. msgid "Field Cond."
  392. msgstr ""
  393. #. module: excel_import_export
  394. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__data
  395. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__data
  396. msgid "File"
  397. msgstr ""
  398. #. module: excel_import_export
  399. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:109
  400. #, python-format
  401. msgid "File \"%s\" not found in template, %s."
  402. msgstr ""
  403. #. module: excel_import_export
  404. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__datas
  405. msgid "File Content"
  406. msgstr ""
  407. #. module: excel_import_export
  408. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__name
  409. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__name
  410. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__fname
  411. msgid "File Name"
  412. msgstr ""
  413. #. module: excel_import_export
  414. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  415. msgid "Following are more explaination on each column:"
  416. msgstr ""
  417. #. module: excel_import_export
  418. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  419. msgid "Following show very simple example of the dictionary construct.\n"
  420. " Normally, this will be within templates.xml file within addons."
  421. msgstr ""
  422. #. module: excel_import_export
  423. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  424. msgid "For code block <code>${...}</code> and <code>#?...?</code>, following object are available,"
  425. msgstr ""
  426. #. module: excel_import_export
  427. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  428. msgid "For code block <code>${...}</code>, following object are available,"
  429. msgstr ""
  430. #. module: excel_import_export
  431. #: selection:export.xlsx.wizard,state:0
  432. #: selection:import.xlsx.wizard,state:0
  433. #: selection:xlsx.report,state:0
  434. msgid "Get"
  435. msgstr ""
  436. #. module: excel_import_export
  437. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  438. msgid "Get Import Template"
  439. msgstr ""
  440. #. module: excel_import_export
  441. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__gname
  442. msgid "Group Name"
  443. msgstr ""
  444. #. module: excel_import_export
  445. #: selection:ir.actions.report,report_type:0
  446. msgid "HTML"
  447. msgstr ""
  448. #. module: excel_import_export
  449. #: selection:xlsx.template.export,section_type:0
  450. #: selection:xlsx.template.import,section_type:0
  451. msgid "Head"
  452. msgstr ""
  453. #. module: excel_import_export
  454. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  455. msgid "Help with Export Instruction"
  456. msgstr ""
  457. #. module: excel_import_export
  458. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  459. msgid "Help with Import Instruction"
  460. msgstr ""
  461. #. module: excel_import_export
  462. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  463. msgid "Here is the exported file:"
  464. msgstr ""
  465. #. module: excel_import_export
  466. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  467. msgid "Here is the report file:"
  468. msgstr ""
  469. #. module: excel_import_export
  470. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__id
  471. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__id
  472. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__id
  473. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__id
  474. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__id
  475. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__id
  476. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__id
  477. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__id
  478. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__id
  479. msgid "ID"
  480. msgstr ""
  481. #. module: excel_import_export
  482. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__row_field
  483. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__row_field
  484. msgid "If section type is row, this field is required"
  485. msgstr ""
  486. #. module: excel_import_export
  487. #: code:addons/excel_import_export/models/xlsx_export.py:137
  488. #, python-format
  489. msgid "IllegalCharacterError\n"
  490. "Some exporting data contain special character\n"
  491. "%s"
  492. msgstr ""
  493. #. module: excel_import_export
  494. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__import_ids
  495. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  496. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  497. msgid "Import"
  498. msgstr ""
  499. #. module: excel_import_export
  500. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:121
  501. #, python-format
  502. msgid "Import Excel"
  503. msgstr ""
  504. #. module: excel_import_export
  505. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__import_file
  506. msgid "Import File (*.xlsx)"
  507. msgstr ""
  508. #. module: excel_import_export
  509. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  510. msgid "Import File Template"
  511. msgstr ""
  512. #. module: excel_import_export
  513. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__attachment_ids
  514. msgid "Import File(s) (*.xlsx)"
  515. msgstr ""
  516. #. module: excel_import_export
  517. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  518. msgid "Import Instruction is how to get data from excel sheet and write them to an active record.\n"
  519. " For example, user create a sales order document, and want to import order lines from excel.\n"
  520. " In reverse direction to exporting, data from excel's cells will be mapped to record fields during import.\n"
  521. " Cells can be mapped to record in header section (_HEAD_) and data table can be mapped to row section (one2many field, begins from specifed cells."
  522. msgstr ""
  523. #. module: excel_import_export
  524. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  525. msgid "Import Successful!"
  526. msgstr ""
  527. #. module: excel_import_export
  528. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  529. msgid "In header section part, map data fields (e.g., number, partner_id.name) into cells (e.g., B1, B2)."
  530. msgstr ""
  531. #. module: excel_import_export
  532. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  533. msgid "In header section, map cells (e.g., B1, B2) into data fields (e.g., number, partner_id)."
  534. msgstr ""
  535. #. module: excel_import_export
  536. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  537. msgid "In row section, data list will be rolled out from one2many row field (e.g., order_line), and map data field (i.e., product_id.name, uom_id.name, qty) into the first row cells to start rolling (e.g., A6, B6, C6)."
  538. msgstr ""
  539. #. module: excel_import_export
  540. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  541. msgid "In row section, data table from excel can be imported to one2many row field (e.g., order_line) by mapping cells on first row onwards (e.g., A6, B6, C6) to fields (e.g., product_id, uom_id, qty)"
  542. msgstr ""
  543. #. module: excel_import_export
  544. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  545. msgid "Input Instruction (Dict.)"
  546. msgstr ""
  547. #. module: excel_import_export
  548. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__instruction
  549. msgid "Instruction"
  550. msgstr ""
  551. #. module: excel_import_export
  552. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__input_instruction
  553. msgid "Instruction (Input)"
  554. msgstr ""
  555. #. module: excel_import_export
  556. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__instruction
  557. msgid "Instruction on how to import/export, prepared by system."
  558. msgstr ""
  559. #. module: excel_import_export
  560. #: code:addons/excel_import_export/models/xlsx_import.py:67
  561. #, python-format
  562. msgid "Invalid declaration, %s has no valid field type"
  563. msgstr ""
  564. #. module: excel_import_export
  565. #: code:addons/excel_import_export/models/xlsx_import.py:222
  566. #, python-format
  567. msgid "Invalid file style, only .xls or .xlsx file allowed"
  568. msgstr ""
  569. #. module: excel_import_export
  570. #: code:addons/excel_import_export/models/common.py:108
  571. #, python-format
  572. msgid "Invalid style type %s"
  573. msgstr ""
  574. #. module: excel_import_export
  575. #: code:addons/excel_import_export/models/common.py:111
  576. #, python-format
  577. msgid "Invalid value %s for style type %s"
  578. msgstr ""
  579. #. module: excel_import_export
  580. #: code:addons/excel_import_export/models/xlsx_export.py:134
  581. #, python-format
  582. msgid "Key Error\n"
  583. "%s"
  584. msgstr ""
  585. #. module: excel_import_export
  586. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard____last_update
  587. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard____last_update
  588. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export____last_update
  589. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import____last_update
  590. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report____last_update
  591. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles____last_update
  592. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template____last_update
  593. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export____last_update
  594. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import____last_update
  595. msgid "Last Modified on"
  596. msgstr ""
  597. #. module: excel_import_export
  598. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_uid
  599. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__write_uid
  600. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__write_uid
  601. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_uid
  602. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_uid
  603. msgid "Last Updated by"
  604. msgstr ""
  605. #. module: excel_import_export
  606. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_date
  607. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__write_date
  608. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__write_date
  609. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_date
  610. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_date
  611. msgid "Last Updated on"
  612. msgstr ""
  613. #. module: excel_import_export
  614. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__gname
  615. msgid "Multiple template of same model, can belong to same group,\n"
  616. "result in multiple template selection"
  617. msgstr ""
  618. #. module: excel_import_export
  619. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__no_delete
  620. msgid "No Delete"
  621. msgstr ""
  622. #. module: excel_import_export
  623. #: code:addons/excel_import_export/models/xlsx_import.py:254
  624. #, python-format
  625. msgid "No data_dict['__IMPORT__'] in template %s"
  626. msgstr ""
  627. #. module: excel_import_export
  628. #: code:addons/excel_import_export/models/xlsx_report.py:50
  629. #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:60
  630. #, python-format
  631. msgid "No file in %s"
  632. msgstr ""
  633. #. module: excel_import_export
  634. #: code:addons/excel_import_export/models/xlsx_report.py:46
  635. #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:56
  636. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:103
  637. #, python-format
  638. msgid "No template found"
  639. msgstr ""
  640. #. module: excel_import_export
  641. #: code:addons/excel_import_export/models/xlsx_export.py:125
  642. #, python-format
  643. msgid "Not enough worksheets"
  644. msgstr ""
  645. #. module: excel_import_export
  646. #: code:addons/excel_import_export/models/ir_report.py:17
  647. #, python-format
  648. msgid "Only one id is allowed for excel_import_export"
  649. msgstr ""
  650. #. module: excel_import_export
  651. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__redirect_action
  652. msgid "Optional action, redirection after finish import operation"
  653. msgstr ""
  654. #. module: excel_import_export
  655. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_extension
  656. msgid "Optional for CSV, default is .csv"
  657. msgstr ""
  658. #. module: excel_import_export
  659. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_delimiter
  660. msgid "Optional for CSV, default is comma."
  661. msgstr ""
  662. #. module: excel_import_export
  663. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_quote
  664. msgid "Optional for CSV, default is full quoting."
  665. msgstr ""
  666. #. module: excel_import_export
  667. #: selection:ir.actions.report,report_type:0
  668. msgid "PDF"
  669. msgstr ""
  670. #. module: excel_import_export
  671. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:146
  672. #, python-format
  673. msgid "Please select Excel file to import"
  674. msgstr ""
  675. #. module: excel_import_export
  676. #: code:addons/excel_import_export/models/common.py:158
  677. #: code:addons/excel_import_export/models/common.py:255
  678. #, python-format
  679. msgid "Position %s is not valid"
  680. msgstr ""
  681. #. module: excel_import_export
  682. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__post_import_hook
  683. msgid "Post Import Function Hook"
  684. msgstr ""
  685. #. module: excel_import_export
  686. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  687. msgid "Post Import Hook"
  688. msgstr ""
  689. #. module: excel_import_export
  690. #: code:addons/excel_import_export/models/xlsx_import.py:237
  691. #, python-format
  692. msgid "Post import operation error\n"
  693. "%s"
  694. msgstr ""
  695. #. module: excel_import_export
  696. #: code:addons/excel_import_export/models/xlsx_export.py:55
  697. #, python-format
  698. msgid "Records in %s exceed max records allowed"
  699. msgstr ""
  700. #. module: excel_import_export
  701. #: model:ir.model,name:excel_import_export.model_ir_actions_report
  702. msgid "Report Action"
  703. msgstr ""
  704. #. module: excel_import_export
  705. #: model:ir.model.fields,field_description:excel_import_export.field_ir_actions_report__report_type
  706. msgid "Report Type"
  707. msgstr ""
  708. #. module: excel_import_export
  709. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_id
  710. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_id
  711. msgid "Resource ID"
  712. msgstr ""
  713. #. module: excel_import_export
  714. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_model
  715. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_model
  716. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__res_model
  717. msgid "Resource Model"
  718. msgstr ""
  719. #. module: excel_import_export
  720. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__redirect_action
  721. msgid "Return Action"
  722. msgstr ""
  723. #. module: excel_import_export
  724. #: selection:xlsx.template.export,section_type:0
  725. #: selection:xlsx.template.import,section_type:0
  726. msgid "Row"
  727. msgstr ""
  728. #. module: excel_import_export
  729. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__row_field
  730. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__row_field
  731. msgid "Row Field"
  732. msgstr ""
  733. #. module: excel_import_export
  734. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__datas
  735. msgid "Sample"
  736. msgstr ""
  737. #. module: excel_import_export
  738. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  739. msgid "Sample Input Instruction as Dictionary"
  740. msgstr ""
  741. #. module: excel_import_export
  742. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__section_type
  743. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__section_type
  744. msgid "Section Type"
  745. msgstr ""
  746. #. module: excel_import_export
  747. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sequence
  748. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sequence
  749. msgid "Sequence"
  750. msgstr ""
  751. #. module: excel_import_export
  752. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:111
  753. #, python-format
  754. msgid "Set Templates"
  755. msgstr ""
  756. #. module: excel_import_export
  757. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sheet
  758. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sheet
  759. #: selection:xlsx.template.export,section_type:0
  760. #: selection:xlsx.template.import,section_type:0
  761. msgid "Sheet"
  762. msgstr ""
  763. #. module: excel_import_export
  764. #: code:addons/excel_import_export/models/xlsx_export.py:129
  765. #: code:addons/excel_import_export/models/xlsx_import.py:147
  766. #, python-format
  767. msgid "Sheet %s not found"
  768. msgstr ""
  769. #. module: excel_import_export
  770. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__show_instruction
  771. msgid "Show Output"
  772. msgstr ""
  773. #. module: excel_import_export
  774. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__state
  775. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__state
  776. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__state
  777. msgid "State"
  778. msgstr ""
  779. #. module: excel_import_export
  780. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style_cond
  781. msgid "Style w/Cond."
  782. msgstr ""
  783. #. module: excel_import_export
  784. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_sum
  785. msgid "Sum"
  786. msgstr ""
  787. #. module: excel_import_export
  788. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__template_id
  789. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__template_id
  790. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__template_id
  791. msgid "Template"
  792. msgstr ""
  793. #. module: excel_import_export
  794. #: code:addons/excel_import_export/models/ir_report.py:23
  795. #, python-format
  796. msgid "Template %s on model %s is not unique!"
  797. msgstr ""
  798. #. module: excel_import_export
  799. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__fname
  800. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__name
  801. msgid "Template Name"
  802. msgstr ""
  803. #. module: excel_import_export
  804. #: code:addons/excel_import_export/models/common.py:242
  805. #, python-format
  806. msgid "Template with CSV Quoting = False, data must not contain the same char as delimiter -> \"%s\""
  807. msgstr ""
  808. #. module: excel_import_export
  809. #: code:addons/excel_import_export/models/xlsx_export.py:228
  810. #: code:addons/excel_import_export/models/xlsx_import.py:249
  811. #, python-format
  812. msgid "Template's model mismatch"
  813. msgstr ""
  814. #. module: excel_import_export
  815. #: selection:ir.actions.report,report_type:0
  816. msgid "Text"
  817. msgstr ""
  818. #. module: excel_import_export
  819. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__res_model
  820. msgid "The database object this attachment will be attached to."
  821. msgstr ""
  822. #. module: excel_import_export
  823. #: code:addons/excel_import_export/models/xlsx_template.py:110
  824. #, python-format
  825. msgid "The selected redirect action is not for model %s"
  826. msgstr ""
  827. #. module: excel_import_export
  828. #: model:ir.model.fields,help:excel_import_export.field_ir_actions_report__report_type
  829. msgid "The type of the report that will be rendered, each one having its own rendering method. HTML means the report will be opened directly in your browser PDF means the report will be rendered using Wkhtmltopdf and downloaded by the user."
  830. msgstr ""
  831. #. module: excel_import_export
  832. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:89
  833. #, python-format
  834. msgid "This import action is not usable in this document context"
  835. msgstr ""
  836. #. module: excel_import_export
  837. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__show_instruction
  838. msgid "This is the computed instruction based on tab Import/Export,\n"
  839. "to be used by xlsx import/export engine"
  840. msgstr ""
  841. #. module: excel_import_export
  842. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__input_instruction
  843. msgid "This is used to construct instruction in tab Import/Export"
  844. msgstr ""
  845. #. module: excel_import_export
  846. #. openerp-web
  847. #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:52
  848. #, python-format
  849. msgid "Warning"
  850. msgstr ""
  851. #. module: excel_import_export
  852. #: model:ir.model,name:excel_import_export.model_export_xlsx_wizard
  853. msgid "Wizard for exporting excel"
  854. msgstr ""
  855. #. module: excel_import_export
  856. #: model:ir.model,name:excel_import_export.model_import_xlsx_wizard
  857. msgid "Wizard for importing excel"
  858. msgstr ""
  859. #. module: excel_import_export
  860. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__template_id
  861. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__template_id
  862. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  863. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_tree
  864. msgid "XLSX Template"
  865. msgstr ""
  866. #. module: excel_import_export
  867. #: model:ir.actions.act_window,name:excel_import_export.action_xlsx_template
  868. #: model:ir.ui.menu,name:excel_import_export.menu_xlsx_template
  869. msgid "XLSX Templates"
  870. msgstr ""
  871. #. module: excel_import_export
  872. #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__attachment_ids
  873. msgid "You can select multiple files to import."
  874. msgstr ""
  875. #. module: excel_import_export
  876. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  877. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  878. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  879. msgid "or"
  880. msgstr ""
  881. #. module: excel_import_export
  882. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  883. msgid "⇒ Get Sample Import Template"
  884. msgstr ""