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.

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