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.

1122 lines
48 KiB

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