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.

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