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.

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