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.

1048 lines
40 KiB

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