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.

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