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.

1215 lines
48 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 18:23+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. msgid "${object.post_import_do_something()}"
  21. msgstr "${object.post_import_do_something()}"
  22. #. module: excel_import_export
  23. #: code:addons/excel_import_export/models/common.py:170
  24. #: code:addons/excel_import_export/models/common.py:180
  25. #, python-format
  26. msgid "'%s' sheet not found"
  27. msgstr "'%s' 找不到工作表"
  28. #. module: excel_import_export
  29. #: model:ir.model.fields,help:excel_import_export.field_export_xlsx_wizard__state
  30. #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__state
  31. #: model:ir.model.fields,help:excel_import_export.field_xlsx_report__state
  32. msgid ""
  33. "* 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 ""
  45. "<b>Continue</b>: If not selected, start rolling with specified first row "
  46. "cells. If selected, continue from previous one2many field"
  47. msgstr ""
  48. "<b>继续</b>: 如果未选中,则使用指定的第一行单元格开始滚动。 如果选中,则从之"
  49. "前的one2many字段继续"
  50. #. module: excel_import_export
  51. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  52. msgid ""
  53. "<b>Field Cond.</b>: Python code in <code>${...}</code> to manipulate field "
  54. "value, e.g., if field = product_id, <code>value</code> will represent "
  55. "product object, e.g., <code>${value and value.uom_id.name or \"\"}</code>"
  56. msgstr ""
  57. "<b>字段条件</b>: Python代码<code>${...}</code> 操纵字段值, 例如, if field = "
  58. "product_id, <code>value</code> 将代表产品对象, 例如, <code>${value and value."
  59. "uom_id.name or \"\"}</code>"
  60. #. module: excel_import_export
  61. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  62. msgid ""
  63. "<b>Field Cond.</b>: Python code in <code>${...}</code> value will represent "
  64. "data from excel cell, e.g., if A1 = 'ABC', <code>value</code> will represent "
  65. "'ABC', e.g., <code>${value == \"ABC\" and \"X\" or \"Y\"}</code> thus can "
  66. "change from cell value to other value for import."
  67. msgstr ""
  68. "<b>字段条件</b>: Python代码 <code>${...}</code> 值将代表来自excel 单元格的数"
  69. "据, 例如, if A1 = 'ABC', <code>value</code> 代表'ABC',例如, <code>${value == "
  70. "\"ABC\" and \"X\" or \"Y\"}</code> 因此可以从单元格值更改为其他值以进行导入."
  71. #. module: excel_import_export
  72. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  73. msgid "<b>Field</b>: Field of the record to be imported to, e.g., product_id"
  74. msgstr "<b>字段</b>: 要导入的记录的字段,例如product_id"
  75. #. module: excel_import_export
  76. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  77. msgid ""
  78. "<b>Field</b>: Field of the record, e.g., product_id.uom_id.name. They are "
  79. "orm compliant."
  80. msgstr "<b>字段</b>: 记录的字段,例如product_id.uom_id.name。他们是合规的。"
  81. #. module: excel_import_export
  82. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  83. msgid ""
  84. "<b>No Delete</b>: By default, all one2many lines will be deleted before "
  85. "import. Select this, to avoid deletion"
  86. msgstr ""
  87. "<b>不删除</b>: 默认情况下,导入前将删除所有one2many行。选择此项,以避免删除"
  88. #. module: excel_import_export
  89. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  90. msgid "<b>Note:</b>"
  91. msgstr "<b>备注:</b>"
  92. #. module: excel_import_export
  93. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  94. msgid ""
  95. "<b>Row Field</b>: Use _HEAD_ for the record itself, and one2many field (e."
  96. "g., line_ids) for row data"
  97. msgstr ""
  98. "<b>行字段</b>: 使用_HEAD_表示记录本身,使用one2many字段(例如line_ids)表示行"
  99. "数据"
  100. #. module: excel_import_export
  101. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  102. msgid "<b>Sheet</b>: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet"
  103. msgstr "<b>工作表</b>: excel工作表的名称(例如,工作表1)或索引(例如,1)"
  104. #. module: excel_import_export
  105. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  106. msgid ""
  107. "<b>Sheet</b>: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet to "
  108. "export data to"
  109. msgstr ""
  110. "<b>工作表</b>: 要将数据导出到的Excel工作表的名称(例如,工作表1)或索引(例"
  111. "如,1)"
  112. #. module: excel_import_export
  113. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  114. msgid ""
  115. "<b>Style w/Cond.</b>: Conditional style by python code in <code>#?...?</"
  116. "code>, e.g., apply style for specific product, <code>#?value.name == \"ABC\" "
  117. "and #{font=bold;fill=red} or None?</code>"
  118. msgstr ""
  119. "<b>样式条件</b>: python代码中的条件样式 <code>#?...?</code>, 例如,为特定产品"
  120. "应用样式, <code>#?value.name == \"ABC\" and #{font=bold;fill=red} or None?</"
  121. "code>"
  122. #. module: excel_import_export
  123. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  124. msgid ""
  125. "<b>Style</b>: Default style in <code>#{...}</code> that apply to each cell, "
  126. "e.g., <code>#{align=left;style=text}</code>. See module's <b>style.py</b> "
  127. "for available styles."
  128. msgstr ""
  129. "<b>样式</b>: 默认样式<code>#{...}</code> 适用于每个单元格, 例如, "
  130. "<code>#{align=left;style=text}</code>. 请参阅模块的<b>style.py</b> 可用的样"
  131. "式。"
  132. #. module: excel_import_export
  133. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  134. msgid "<b>Sum</b>: Add sum value on last row, <code>@{sum}</code>"
  135. msgstr "<b>总和</b>: 在最后一行添加总和值, <code>@{sum}</code>"
  136. #. module: excel_import_export
  137. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  138. msgid ""
  139. "<code class=\"oe_grey\">\n"
  140. "{\n"
  141. " '__EXPORT__': {\n"
  142. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  143. " '_HEAD_': {\n"
  144. " 'B2': 'partner_id.display_name${value or \"\"}#{align=left;"
  145. "style=text}',\n"
  146. " 'B3': 'name${value or \"\"}#{align=left;style=text}',\n"
  147. " },\n"
  148. " 'line_ids': { # prefix with _CONT_ to continue rows from "
  149. "previous row field\n"
  150. " 'A6': 'product_id.display_name${value or \"\"}"
  151. "#{style=text}',\n"
  152. " 'C6': 'product_uom_qty${value or 0}#{style=number}',\n"
  153. " 'E6': 'price_unit${value or 0}#{style=number}',\n"
  154. " 'G6': 'price_subtotal${value or 0}#{style=number}',\n"
  155. " },\n"
  156. " },\n"
  157. " },\n"
  158. " '__IMPORT__': {\n"
  159. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  160. " 'order_line': { # prefix with _NODEL_ to not delete rows before "
  161. "import\n"
  162. " 'A6': 'product_id',\n"
  163. " 'C6': 'product_uom_qty',\n"
  164. " 'E6': 'price_unit${value &gt; 0 and value or 0}',\n"
  165. " },\n"
  166. " },\n"
  167. " },\n"
  168. " '__POST_IMPORT__': '${object.post_import_do_something()}',\n"
  169. "}\n"
  170. "\n"
  171. " </code>"
  172. msgstr ""
  173. "<code class=\"oe_grey\">\n"
  174. "{\n"
  175. " '__EXPORT__': {\n"
  176. " 'sale_order': { # 工作表名称可以是(字符串)或索引(整数)\n"
  177. " '_HEAD_': {\n"
  178. " 'B2': 'partner_id.display_name${value or \"\"}#{align=left;"
  179. "style=text}',\n"
  180. " 'B3': 'name${value or \"\"}#{align=left;style=text}',\n"
  181. " },\n"
  182. " 'line_ids': { # prefix with _CONT_ to continue rows from "
  183. "previous row field\n"
  184. " 'A6': 'product_id.display_name${value or \"\"}"
  185. "#{style=text}',\n"
  186. " 'C6': 'product_uom_qty${value or 0}#{style=number}',\n"
  187. " 'E6': 'price_unit${value or 0}#{style=number}',\n"
  188. " 'G6': 'price_subtotal${value or 0}#{style=number}',\n"
  189. " },\n"
  190. " },\n"
  191. " },\n"
  192. " '__IMPORT__': {\n"
  193. " 'sale_order': { # sheet can be name (string) or index (integer)\n"
  194. " 'order_line': { # prefix with _NODEL_ to not delete rows before "
  195. "import\n"
  196. " 'A6': 'product_id',\n"
  197. " 'C6': 'product_uom_qty',\n"
  198. " 'E6': 'price_unit${value &gt; 0 and value or 0}',\n"
  199. " },\n"
  200. " },\n"
  201. " },\n"
  202. " '__POST_IMPORT__': '${object.post_import_do_something()}',\n"
  203. "}\n"
  204. "\n"
  205. " </code>"
  206. #. module: excel_import_export
  207. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  208. msgid "<code>date, datetime, time</code>: some useful python classes"
  209. msgstr "<code>date, datetime, time</code>: 一些有用的python类"
  210. #. module: excel_import_export
  211. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  212. msgid "<code>model</code>: active model, e.g., self.env['my.model']"
  213. msgstr "<code>model</code>: 活动模型,例如., self.env['my.model']"
  214. #. module: excel_import_export
  215. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  216. msgid ""
  217. "<code>object</code>: record object or line object depends on <b>Row Field</b>"
  218. msgstr "<code>object</code>: 记录对象或行对象依赖于 <b>行字段</b>"
  219. #. module: excel_import_export
  220. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  221. msgid "<code>value</code>: value from <b>Cell</b>"
  222. msgstr "<code>value</code>: 值来自 <b>单元格</b>"
  223. #. module: excel_import_export
  224. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  225. msgid "<code>value</code>: value from <b>Field</b>"
  226. msgstr "<code>value</code>: 值来自 <b>字段</b>"
  227. #. module: excel_import_export
  228. #. openerp-web
  229. #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:49
  230. #, python-format
  231. msgid ""
  232. "A popup window with your report was blocked. You may need to change your "
  233. "browser settings to allow popup windows for this page."
  234. msgstr ""
  235. "您的报告的弹出窗口被阻止。您可能需要更改浏览器设置以允许此页面的弹出窗口。"
  236. #. module: excel_import_export
  237. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  238. msgid "Add data column"
  239. msgstr "添加数据列"
  240. #. module: excel_import_export
  241. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  242. msgid "Add header section"
  243. msgstr "添加头部分"
  244. #. module: excel_import_export
  245. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  246. msgid "Add row section"
  247. msgstr "添加行部分"
  248. #. module: excel_import_export
  249. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  250. msgid "Add sheet section"
  251. msgstr "添加工作表部分"
  252. #. module: excel_import_export
  253. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__choose_template
  254. msgid "Allow Choose Template"
  255. msgstr "添加表单部分"
  256. #. module: excel_import_export
  257. #: model:ir.model,name:excel_import_export.model_xlsx_styles
  258. msgid "Available styles for excel"
  259. msgstr "excel的可用样式"
  260. #. module: excel_import_export
  261. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__no_delete
  262. msgid ""
  263. "By default, all rows will be deleted before import.\n"
  264. "Select No Delete, otherwise"
  265. msgstr ""
  266. "默认情况下,导入前将删除所有行。\n"
  267. "否则请选择“不删除”"
  268. #. module: excel_import_export
  269. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_delimiter
  270. msgid "CSV Delimiter"
  271. msgstr "CSV分隔符"
  272. #. module: excel_import_export
  273. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_extension
  274. msgid "CSV File Extension"
  275. msgstr "CSV文件扩展名"
  276. #. module: excel_import_export
  277. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_quote
  278. msgid "CSV Quoting"
  279. msgstr "CSV引用"
  280. #. module: excel_import_export
  281. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__post_import_hook
  282. msgid ""
  283. "Call a function after successful import, i.e.,\n"
  284. "${object.post_import_do_something()}"
  285. msgstr ""
  286. "成功导入后调用函数,即,\n"
  287. "${object.post_import_do_something()}"
  288. #. module: excel_import_export
  289. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  290. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  291. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  292. msgid "Cancel"
  293. msgstr "取消"
  294. #. module: excel_import_export
  295. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__excel_cell
  296. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__excel_cell
  297. msgid "Cell"
  298. msgstr "单元格"
  299. #. module: excel_import_export
  300. #: selection:export.xlsx.wizard,state:0 selection:import.xlsx.wizard,state:0
  301. #: selection:xlsx.report,state:0
  302. msgid "Choose"
  303. msgstr "选择"
  304. #. module: excel_import_export
  305. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  306. msgid "Choose Template:"
  307. msgstr "选择模板:"
  308. #. module: excel_import_export
  309. #: model_terms:ir.actions.act_window,help:excel_import_export.action_xlsx_template
  310. msgid "Click to create a XLSX Template Object."
  311. msgstr "单击以创建XLSX模板对象。"
  312. #. module: excel_import_export
  313. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  314. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  315. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  316. msgid "Close"
  317. msgstr "关闭"
  318. #. module: excel_import_export
  319. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  320. msgid "Complete Prepare File (.xlsx)"
  321. msgstr "完成准备文件(.xlsx)"
  322. #. module: excel_import_export
  323. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  324. msgid "Complete Prepare Report (.xlsx)"
  325. msgstr "完成准备报告(.xlsx)"
  326. #. module: excel_import_export
  327. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_cont
  328. msgid "Continue"
  329. msgstr "继续"
  330. #. module: excel_import_export
  331. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__is_cont
  332. msgid "Continue data rows after last data row"
  333. msgstr "在最后一个数据行之后继续数据行"
  334. #. module: excel_import_export
  335. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__to_csv
  336. msgid "Convert to CSV?"
  337. msgstr "转换为CSV?"
  338. #. module: excel_import_export
  339. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_uid
  340. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__create_uid
  341. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__create_uid
  342. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_uid
  343. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_uid
  344. msgid "Created by"
  345. msgstr "创建者"
  346. #. module: excel_import_export
  347. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_date
  348. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__create_date
  349. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__create_date
  350. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_date
  351. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_date
  352. msgid "Created on"
  353. msgstr "创建时间"
  354. #. module: excel_import_export
  355. #: selection:xlsx.template.export,section_type:0
  356. #: selection:xlsx.template.import,section_type:0
  357. msgid "Data"
  358. msgstr "数据"
  359. #. module: excel_import_export
  360. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style
  361. msgid "Default Style"
  362. msgstr "默认样式"
  363. #. module: excel_import_export
  364. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__description
  365. msgid "Description"
  366. msgstr "说明"
  367. #. module: excel_import_export
  368. #: model:ir.model,name:excel_import_export.model_xlsx_template_export
  369. msgid "Detailed of how excel data will be exported"
  370. msgstr "详细介绍如何导出Excel数据"
  371. #. module: excel_import_export
  372. #: model:ir.model,name:excel_import_export.model_xlsx_template_import
  373. msgid "Detailed of how excel data will be imported"
  374. msgstr "详细介绍如何导入Excel数据"
  375. #. module: excel_import_export
  376. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__display_name
  377. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__display_name
  378. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__display_name
  379. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__display_name
  380. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__display_name
  381. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__display_name
  382. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__display_name
  383. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__display_name
  384. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__display_name
  385. msgid "Display Name"
  386. msgstr "显示名称"
  387. #. module: excel_import_export
  388. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:74
  389. #, python-format
  390. msgid "Document must be in %s states"
  391. msgstr "文档必须处于%s状态"
  392. #. module: excel_import_export
  393. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:78
  394. #, python-format
  395. msgid "Document must be in draft state"
  396. msgstr "文件必须处于草稿状态"
  397. #. module: excel_import_export
  398. #: code:addons/excel_import_export/models/xlsx_import.py:89
  399. #, python-format
  400. msgid ""
  401. "Error deleting data\n"
  402. "%s"
  403. msgstr ""
  404. "删除数据时出错\n"
  405. "%s"
  406. #. module: excel_import_export
  407. #: code:addons/excel_import_export/models/xlsx_export.py:141
  408. #, python-format
  409. msgid ""
  410. "Error filling data into Excel sheets\n"
  411. "%s"
  412. msgstr ""
  413. "将数据填充到Excel工作表时出错\n"
  414. "%s"
  415. #. module: excel_import_export
  416. #: code:addons/excel_import_export/models/xlsx_import.py:219
  417. #, python-format
  418. msgid ""
  419. "Error importing data\n"
  420. "%s"
  421. msgstr ""
  422. "导入数据时出错\n"
  423. "%s"
  424. #. module: excel_import_export
  425. #: selection:ir.actions.report,report_type:0
  426. msgid "Excel"
  427. msgstr "Excel"
  428. #. module: excel_import_export
  429. #: model:ir.model,name:excel_import_export.model_xlsx_export
  430. msgid "Excel Export AbstractModel"
  431. msgstr "Excel导出抽象模型"
  432. #. module: excel_import_export
  433. #: model:ir.model,name:excel_import_export.model_xlsx_import
  434. msgid "Excel Import AbstractModel"
  435. msgstr "Excel导入抽象模型"
  436. #. module: excel_import_export
  437. #: model:ir.ui.menu,name:excel_import_export.menu_excel_import_export
  438. msgid "Excel Import/Export"
  439. msgstr "Excel导入/导出"
  440. #. module: excel_import_export
  441. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  442. msgid "Excel Report"
  443. msgstr "Excel报告"
  444. #. module: excel_import_export
  445. #: model:ir.model,name:excel_import_export.model_xlsx_report
  446. msgid "Excel Report AbstractModel"
  447. msgstr "Excel报告抽象模型"
  448. #. module: excel_import_export
  449. #: model:ir.model,name:excel_import_export.model_xlsx_template
  450. msgid "Excel template file and instruction"
  451. msgstr "Excel模板文件和说明"
  452. #. module: excel_import_export
  453. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  454. msgid "Execute Report"
  455. msgstr "执行报告"
  456. #. module: excel_import_export
  457. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__export_ids
  458. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  459. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  460. msgid "Export"
  461. msgstr "导出"
  462. #. module: excel_import_export
  463. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  464. msgid ""
  465. "Export Instruction is how to write data from an active data record to "
  466. "specified cells in excel sheet.\n"
  467. " For example, an active record can be a "
  468. "sale order that user want to export.\n"
  469. " The record itself will be mapped to the "
  470. "header part of excel sheet. The record can contain multiple one2many fields, "
  471. "which will be written as data lines.\n"
  472. " You can look at following instruction as "
  473. "Excel Sheet(s), each with 1 header section (_HEAD_) and multiple row "
  474. "sections (one2many fields)."
  475. msgstr ""
  476. "导出指令是如何将数据从活动数据记录写入Excel工作表中的指定单元格。\n"
  477. " 例如,活动记录可以是用户想要导出的销售订"
  478. "单。\n"
  479. " 记录本身将映射到Excel工作表的标题部分。该记"
  480. "录可以包含多个one2many字段,这些字段将写为数据行。\n"
  481. " 您可以将以下指令看作Excel工作表,每个工作表"
  482. "有1个标题部分(_HEAD_)和多个行部分(one2many字段)。"
  483. #. module: excel_import_export
  484. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_name
  485. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_name
  486. msgid "Field"
  487. msgstr "字段"
  488. #. module: excel_import_export
  489. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_cond
  490. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_cond
  491. msgid "Field Cond."
  492. msgstr "字段条件"
  493. #. module: excel_import_export
  494. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__data
  495. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__data
  496. msgid "File"
  497. msgstr "文件"
  498. #. module: excel_import_export
  499. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:109
  500. #, python-format
  501. msgid "File \"%s\" not found in template, %s."
  502. msgstr "文件\"%s\"在模板“%s”中没有找到。"
  503. #. module: excel_import_export
  504. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__datas
  505. msgid "File Content"
  506. msgstr "文件内容"
  507. #. module: excel_import_export
  508. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__name
  509. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__name
  510. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__fname
  511. msgid "File Name"
  512. msgstr "文件名"
  513. #. module: excel_import_export
  514. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  515. msgid "Following are more explaination on each column:"
  516. msgstr "以下是每列的详细说明:"
  517. #. module: excel_import_export
  518. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  519. msgid ""
  520. "Following show very simple example of the dictionary construct.\n"
  521. " Normally, this will be within templates."
  522. "xml file within addons."
  523. msgstr ""
  524. "下面显示了字典构造的非常简单的示例。\n"
  525. " 通常,这将位于插件中的templates.xml文件"
  526. "中。"
  527. #. module: excel_import_export
  528. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  529. msgid ""
  530. "For code block <code>${...}</code> and <code>#?...?</code>, following object "
  531. "are available,"
  532. msgstr "对于代码块 <code>${...}</code> 和 <code>#?...?</code>, 以下对象可用,"
  533. #. module: excel_import_export
  534. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  535. msgid "For code block <code>${...}</code>, following object are available,"
  536. msgstr "对于代码块<code>${...}</code>, 以下对象可用,"
  537. #. module: excel_import_export
  538. #: selection:export.xlsx.wizard,state:0 selection:import.xlsx.wizard,state:0
  539. #: selection:xlsx.report,state:0
  540. msgid "Get"
  541. msgstr "获取"
  542. #. module: excel_import_export
  543. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  544. msgid "Get Import Template"
  545. msgstr "获取导入模板"
  546. #. module: excel_import_export
  547. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__gname
  548. msgid "Group Name"
  549. msgstr "组名"
  550. #. module: excel_import_export
  551. #: selection:ir.actions.report,report_type:0
  552. msgid "HTML"
  553. msgstr "HTML"
  554. #. module: excel_import_export
  555. #: selection:xlsx.template.export,section_type:0
  556. #: selection:xlsx.template.import,section_type:0
  557. msgid "Head"
  558. msgstr "头"
  559. #. module: excel_import_export
  560. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  561. msgid "Help with Export Instruction"
  562. msgstr "导出帮助说明"
  563. #. module: excel_import_export
  564. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  565. msgid "Help with Import Instruction"
  566. msgstr "导入帮助说明"
  567. #. module: excel_import_export
  568. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  569. msgid "Here is the exported file:"
  570. msgstr "这是导出的文件:"
  571. #. module: excel_import_export
  572. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  573. msgid "Here is the report file:"
  574. msgstr "这是报告文件:"
  575. #. module: excel_import_export
  576. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__id
  577. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__id
  578. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export__id
  579. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import__id
  580. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__id
  581. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles__id
  582. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__id
  583. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__id
  584. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__id
  585. msgid "ID"
  586. msgstr "ID"
  587. #. module: excel_import_export
  588. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__row_field
  589. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__row_field
  590. msgid "If section type is row, this field is required"
  591. msgstr "如果部分类型是行,则此字段是必需的"
  592. #. module: excel_import_export
  593. #: code:addons/excel_import_export/models/xlsx_export.py:137
  594. #, python-format
  595. msgid ""
  596. "IllegalCharacterError\n"
  597. "Some exporting data contain special character\n"
  598. "%s"
  599. msgstr ""
  600. "非法字符错误\n"
  601. "某些导出数据包含特殊字符\n"
  602. "%s"
  603. #. module: excel_import_export
  604. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__import_ids
  605. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  606. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  607. msgid "Import"
  608. msgstr "导入"
  609. #. module: excel_import_export
  610. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:121
  611. #, python-format
  612. msgid "Import Excel"
  613. msgstr "导入Excel"
  614. #. module: excel_import_export
  615. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__import_file
  616. msgid "Import File (*.xlsx)"
  617. msgstr "导入文件 (*.xlsx)"
  618. #. module: excel_import_export
  619. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  620. msgid "Import File Template"
  621. msgstr "导入文件模板"
  622. #. module: excel_import_export
  623. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__attachment_ids
  624. msgid "Import File(s) (*.xlsx)"
  625. msgstr "导入文件(*.xlsx)"
  626. #. module: excel_import_export
  627. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  628. msgid ""
  629. "Import Instruction is how to get data from excel sheet and write them to an "
  630. "active record.\n"
  631. " For example, user create a sales order "
  632. "document, and want to import order lines from excel.\n"
  633. " In reverse direction to exporting, data "
  634. "from excel's cells will be mapped to record fields during import.\n"
  635. " Cells can be mapped to record in header "
  636. "section (_HEAD_) and data table can be mapped to row section (one2many "
  637. "field, begins from specifed cells."
  638. msgstr ""
  639. "导入指令是如何从Excel工作表中获取数据并将其写入活动记录。\n"
  640. " 例如,用户创建销售订单文档,并希望从excel导"
  641. "入订单行。\n"
  642. " 与导出相反,excel单元格中的数据将在导入期间"
  643. "映射到记录字段。\n"
  644. " 单元格可以映射到标题部分(_HEAD_)中的记"
  645. "录,数据表可以映射到行部分(one2many字段,从指定的单元格开始)。"
  646. #. module: excel_import_export
  647. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  648. msgid "Import Successful!"
  649. msgstr "导入成功!"
  650. #. module: excel_import_export
  651. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  652. msgid ""
  653. "In header section part, map data fields (e.g., number, partner_id.name) into "
  654. "cells (e.g., B1, B2)."
  655. msgstr ""
  656. "在头部分,将数据字段(例如,number, partner id.name)映射到单元格(例如,B1, "
  657. "B2)。"
  658. #. module: excel_import_export
  659. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  660. msgid ""
  661. "In header section, map cells (e.g., B1, B2) into data fields (e.g., number, "
  662. "partner_id)."
  663. msgstr "在头部分,将单元格(如B1、B2)映射到数据字段(如number、合作伙伴id)。"
  664. #. module: excel_import_export
  665. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  666. msgid ""
  667. "In row section, data list will be rolled out from one2many row field (e.g., "
  668. "order_line), and map data field (i.e., product_id.name, uom_id.name, qty) "
  669. "into the first row cells to start rolling (e.g., A6, B6, C6)."
  670. msgstr ""
  671. "在行部分中,数据列表将从one2many行字段(例如,order_line)推出,并将数据字段"
  672. "(即product_id.name,uom_id.name,qty)映射到第一行单元格以开始滚动(例如,"
  673. "A6,B6,C6)。"
  674. #. module: excel_import_export
  675. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  676. msgid ""
  677. "In row section, data table from excel can be imported to one2many row field "
  678. "(e.g., order_line) by mapping cells on first row onwards (e.g., A6, B6, C6) "
  679. "to fields (e.g., product_id, uom_id, qty)"
  680. msgstr ""
  681. "在行部分中,可以通过将第一行上的单元格(例如,A6,B6,C6)映射到字段(例如,"
  682. "product_id,uom_id,qty),将来自excel的数据表导入到one2many行字段(例如,"
  683. "order_line)"
  684. #. module: excel_import_export
  685. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  686. msgid "Input Instruction (Dict.)"
  687. msgstr "输入指令(字典)"
  688. #. module: excel_import_export
  689. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__instruction
  690. msgid "Instruction"
  691. msgstr "指令"
  692. #. module: excel_import_export
  693. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__input_instruction
  694. msgid "Instruction (Input)"
  695. msgstr "指令(输入)"
  696. #. module: excel_import_export
  697. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__instruction
  698. msgid "Instruction on how to import/export, prepared by system."
  699. msgstr "关于如何导入/导出的说明,由系统准备。"
  700. #. module: excel_import_export
  701. #: code:addons/excel_import_export/models/xlsx_import.py:67
  702. #, python-format
  703. msgid "Invalid declaration, %s has no valid field type"
  704. msgstr "声明无效,%s没有有效的字段类型"
  705. #. module: excel_import_export
  706. #: code:addons/excel_import_export/models/xlsx_import.py:217
  707. #, python-format
  708. msgid "Invalid file style, only .xls or .xlsx file allowed"
  709. msgstr "文件样式无效,仅允许.xls或.xlsx文件"
  710. #. module: excel_import_export
  711. #: code:addons/excel_import_export/models/common.py:108
  712. #, python-format
  713. msgid "Invalid style type %s"
  714. msgstr "样式类型%s无效"
  715. #. module: excel_import_export
  716. #: code:addons/excel_import_export/models/common.py:111
  717. #, python-format
  718. msgid "Invalid value %s for style type %s"
  719. msgstr "样式类型%s的值%s无效"
  720. #. module: excel_import_export
  721. #: code:addons/excel_import_export/models/xlsx_export.py:134
  722. #, python-format
  723. msgid ""
  724. "Key Error\n"
  725. "%s"
  726. msgstr ""
  727. "关键字错误\n"
  728. "%s"
  729. #. module: excel_import_export
  730. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard____last_update
  731. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard____last_update
  732. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_export____last_update
  733. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_import____last_update
  734. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report____last_update
  735. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_styles____last_update
  736. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template____last_update
  737. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export____last_update
  738. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import____last_update
  739. msgid "Last Modified on"
  740. msgstr "最后修改时间"
  741. #. module: excel_import_export
  742. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_uid
  743. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__write_uid
  744. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__write_uid
  745. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_uid
  746. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_uid
  747. msgid "Last Updated by"
  748. msgstr "最后更新者"
  749. #. module: excel_import_export
  750. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_date
  751. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__write_date
  752. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__write_date
  753. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_date
  754. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_date
  755. msgid "Last Updated on"
  756. msgstr "最后更新时间"
  757. #. module: excel_import_export
  758. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__gname
  759. msgid ""
  760. "Multiple template of same model, can belong to same group,\n"
  761. "result in multiple template selection"
  762. msgstr ""
  763. "同一模型的多个模板,可以属于同一组,\n"
  764. "导致多个模板选择"
  765. #. module: excel_import_export
  766. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__no_delete
  767. msgid "No Delete"
  768. msgstr "不删除"
  769. #. module: excel_import_export
  770. #: code:addons/excel_import_export/models/xlsx_import.py:249
  771. #, python-format
  772. msgid "No data_dict['__IMPORT__'] in template %s"
  773. msgstr "模版%s中没有 data_dict['__IMPORT__']"
  774. #. module: excel_import_export
  775. #: code:addons/excel_import_export/models/xlsx_report.py:50
  776. #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:60
  777. #, python-format
  778. msgid "No file in %s"
  779. msgstr "%s中没有文件"
  780. #. module: excel_import_export
  781. #: code:addons/excel_import_export/models/xlsx_report.py:46
  782. #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:56
  783. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:103
  784. #, python-format
  785. msgid "No template found"
  786. msgstr "找不到模板"
  787. #. module: excel_import_export
  788. #: code:addons/excel_import_export/models/xlsx_export.py:125
  789. #, python-format
  790. msgid "Not enough worksheets"
  791. msgstr "没有足够的工作表"
  792. #. module: excel_import_export
  793. #: code:addons/excel_import_export/models/ir_report.py:17
  794. #, python-format
  795. msgid "Only one id is allowed for excel_import_export"
  796. msgstr "excel_import_export只允许一个id"
  797. #. module: excel_import_export
  798. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__redirect_action
  799. msgid "Optional action, redirection after finish import operation"
  800. msgstr "可选操作,导入操作完成后重定向"
  801. #. module: excel_import_export
  802. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_extension
  803. msgid "Optional for CSV, default is .csv"
  804. msgstr "CSV的可选项,默认为.csv"
  805. #. module: excel_import_export
  806. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_delimiter
  807. msgid "Optional for CSV, default is comma."
  808. msgstr "CSV的可选项,默认为逗号。"
  809. #. module: excel_import_export
  810. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_quote
  811. msgid "Optional for CSV, default is full quoting."
  812. msgstr "CSV的可选项,默认为完全引用。"
  813. #. module: excel_import_export
  814. #: selection:ir.actions.report,report_type:0
  815. msgid "PDF"
  816. msgstr "PDF"
  817. #. module: excel_import_export
  818. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:146
  819. #, python-format
  820. msgid "Please select Excel file to import"
  821. msgstr "请选择要导入的Excel文件"
  822. #. module: excel_import_export
  823. #: code:addons/excel_import_export/models/common.py:158
  824. #: code:addons/excel_import_export/models/common.py:255
  825. #, python-format
  826. msgid "Position %s is not valid"
  827. msgstr "位置%s无效"
  828. #. module: excel_import_export
  829. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__post_import_hook
  830. msgid "Post Import Function Hook"
  831. msgstr "导入后功能挂钩"
  832. #. module: excel_import_export
  833. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  834. msgid "Post Import Hook"
  835. msgstr "导入后挂钩"
  836. #. module: excel_import_export
  837. #: code:addons/excel_import_export/models/xlsx_import.py:232
  838. #, python-format
  839. msgid ""
  840. "Post import operation error\n"
  841. "%s"
  842. msgstr ""
  843. "发布导入操作错误\n"
  844. "%s"
  845. #. module: excel_import_export
  846. #: code:addons/excel_import_export/models/xlsx_export.py:55
  847. #, python-format
  848. msgid "Records in %s exceed max records allowed"
  849. msgstr "%s中的记录超过允许的最大记录"
  850. #. module: excel_import_export
  851. #: model:ir.model,name:excel_import_export.model_ir_actions_report
  852. msgid "Report Action"
  853. msgstr "报告动作"
  854. #. module: excel_import_export
  855. #: model:ir.model.fields,field_description:excel_import_export.field_ir_actions_report__report_type
  856. msgid "Report Type"
  857. msgstr "报告类型"
  858. #. module: excel_import_export
  859. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_id
  860. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_id
  861. msgid "Resource ID"
  862. msgstr "资源ID"
  863. #. module: excel_import_export
  864. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_model
  865. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_model
  866. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__res_model
  867. msgid "Resource Model"
  868. msgstr "资源模型"
  869. #. module: excel_import_export
  870. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__redirect_action
  871. msgid "Return Action"
  872. msgstr "返回动作"
  873. #. module: excel_import_export
  874. #: selection:xlsx.template.export,section_type:0
  875. #: selection:xlsx.template.import,section_type:0
  876. msgid "Row"
  877. msgstr "行"
  878. #. module: excel_import_export
  879. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__row_field
  880. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__row_field
  881. msgid "Row Field"
  882. msgstr "行字段"
  883. #. module: excel_import_export
  884. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__datas
  885. msgid "Sample"
  886. msgstr "样本"
  887. #. module: excel_import_export
  888. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  889. msgid "Sample Input Instruction as Dictionary"
  890. msgstr "样本输入指令为字典"
  891. #. module: excel_import_export
  892. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__section_type
  893. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__section_type
  894. msgid "Section Type"
  895. msgstr "部分类型"
  896. #. module: excel_import_export
  897. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sequence
  898. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sequence
  899. msgid "Sequence"
  900. msgstr "序列"
  901. #. module: excel_import_export
  902. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:111
  903. #, python-format
  904. msgid "Set Templates"
  905. msgstr "设置模板"
  906. #. module: excel_import_export
  907. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sheet
  908. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sheet
  909. #: selection:xlsx.template.export,section_type:0
  910. #: selection:xlsx.template.import,section_type:0
  911. msgid "Sheet"
  912. msgstr "工作表"
  913. #. module: excel_import_export
  914. #: code:addons/excel_import_export/models/xlsx_export.py:129
  915. #: code:addons/excel_import_export/models/xlsx_import.py:147
  916. #, python-format
  917. msgid "Sheet %s not found"
  918. msgstr "未找到工作表%s"
  919. #. module: excel_import_export
  920. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__show_instruction
  921. msgid "Show Output"
  922. msgstr "显示输出"
  923. #. module: excel_import_export
  924. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__state
  925. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__state
  926. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__state
  927. msgid "State"
  928. msgstr "状态"
  929. #. module: excel_import_export
  930. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style_cond
  931. msgid "Style w/Cond."
  932. msgstr "样式条件"
  933. #. module: excel_import_export
  934. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_sum
  935. msgid "Sum"
  936. msgstr "总和"
  937. #. module: excel_import_export
  938. #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__template_id
  939. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__template_id
  940. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__template_id
  941. msgid "Template"
  942. msgstr "模板"
  943. #. module: excel_import_export
  944. #: code:addons/excel_import_export/models/ir_report.py:23
  945. #, python-format
  946. msgid "Template %s on model %s is not unique!"
  947. msgstr "模板%s在模型%s上不是唯一的!"
  948. #. module: excel_import_export
  949. #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__fname
  950. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__name
  951. msgid "Template Name"
  952. msgstr "模板名称"
  953. #. module: excel_import_export
  954. #: code:addons/excel_import_export/models/common.py:242
  955. #, python-format
  956. msgid ""
  957. "Template with CSV Quoting = False, data must not contain the same char as "
  958. "delimiter -> \"%s\""
  959. msgstr "CSV Quoting =False的模板,数据不能包含与分隔符相同的字符->\"%s\""
  960. #. module: excel_import_export
  961. #: code:addons/excel_import_export/models/xlsx_export.py:228
  962. #: code:addons/excel_import_export/models/xlsx_import.py:244
  963. #, python-format
  964. msgid "Template's model mismatch"
  965. msgstr "模板的模型不匹配"
  966. #. module: excel_import_export
  967. #: selection:ir.actions.report,report_type:0
  968. msgid "Text"
  969. msgstr "文本"
  970. #. module: excel_import_export
  971. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__res_model
  972. msgid "The database object this attachment will be attached to."
  973. msgstr "此附件将附加到的数据库对象。"
  974. #. module: excel_import_export
  975. #: code:addons/excel_import_export/models/xlsx_template.py:110
  976. #, python-format
  977. msgid "The selected redirect action is not for model %s"
  978. msgstr "选定的重定向操作不适用于模型%s"
  979. #. module: excel_import_export
  980. #: model:ir.model.fields,help:excel_import_export.field_ir_actions_report__report_type
  981. msgid ""
  982. "The type of the report that will be rendered, each one having its own "
  983. "rendering method. HTML means the report will be opened directly in your "
  984. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  985. "downloaded by the user."
  986. msgstr ""
  987. "将呈现的报告类型,每个报告都有自己的呈现方法。HTML表示报告将直接在浏览器中打"
  988. "开PDF表示报告将使用Wkhtmltopdf呈现并由用户下载。"
  989. #. module: excel_import_export
  990. #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:89
  991. #, python-format
  992. msgid "This import action is not usable in this document context"
  993. msgstr "此导入操作在此文档上下文中不可用"
  994. #. module: excel_import_export
  995. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__show_instruction
  996. msgid ""
  997. "This is the computed instruction based on tab Import/Export,\n"
  998. "to be used by xlsx import/export engine"
  999. msgstr ""
  1000. "这是基于选项卡导入/导出的计算指令,\n"
  1001. "由xlsx导入/导出引擎使用"
  1002. #. module: excel_import_export
  1003. #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__input_instruction
  1004. msgid "This is used to construct instruction in tab Import/Export"
  1005. msgstr "这用于构造选项卡导入/导出中的指令"
  1006. #. module: excel_import_export
  1007. #. openerp-web
  1008. #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:52
  1009. #, python-format
  1010. msgid "Warning"
  1011. msgstr "警告"
  1012. #. module: excel_import_export
  1013. #: model:ir.model,name:excel_import_export.model_export_xlsx_wizard
  1014. msgid "Wizard for exporting excel"
  1015. msgstr "导出excel的向导"
  1016. #. module: excel_import_export
  1017. #: model:ir.model,name:excel_import_export.model_import_xlsx_wizard
  1018. msgid "Wizard for importing excel"
  1019. msgstr "导入excel的向导"
  1020. #. module: excel_import_export
  1021. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__template_id
  1022. #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__template_id
  1023. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
  1024. #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_tree
  1025. msgid "XLSX Template"
  1026. msgstr "XLSX模板"
  1027. #. module: excel_import_export
  1028. #: model:ir.actions.act_window,name:excel_import_export.action_xlsx_template
  1029. #: model:ir.ui.menu,name:excel_import_export.menu_xlsx_template
  1030. msgid "XLSX Templates"
  1031. msgstr "XLSX模板"
  1032. #. module: excel_import_export
  1033. #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__attachment_ids
  1034. msgid "You can select multiple files to import."
  1035. msgstr "您可以选择要导入的多个文件。"
  1036. #. module: excel_import_export
  1037. #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard
  1038. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  1039. #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view
  1040. msgid "or"
  1041. msgstr "或"
  1042. #. module: excel_import_export
  1043. #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard
  1044. msgid "⇒ Get Sample Import Template"
  1045. msgstr "⇒ 获取示例导入模板"