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