From 4fa71066e8700a086f928759b0cc29b7f24c7873 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com>
Date: Sat, 31 Aug 2019 05:09:10 +0000
Subject: [PATCH] Translated using Weblate (Chinese (Simplified))
Currently translated at 2.9% (5 of 170 strings)
Translation: server-tools-12.0/server-tools-12.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-excel_import_export/zh_CN/
---
excel_import_export/i18n/zh_CN.po | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/excel_import_export/i18n/zh_CN.po b/excel_import_export/i18n/zh_CN.po
index d0fea3c9c..bc9fa9251 100644
--- a/excel_import_export/i18n/zh_CN.po
+++ b/excel_import_export/i18n/zh_CN.po
@@ -6,25 +6,28 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2019-08-31 05:36+0000\n"
+"Last-Translator: 黎伟杰 <674416404@qq.com>\n"
"Language-Team: none\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 3.8\n"
#. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
+#, fuzzy
msgid "${object.post_import_do_something()}"
-msgstr ""
+msgstr "${object.post_import_do_something()}"
#. module: excel_import_export
#: code:addons/excel_import_export/models/common.py:170
#: code:addons/excel_import_export/models/common.py:180
#, python-format
msgid "'%s' sheet not found"
-msgstr ""
+msgstr "'%s' 找不到工作表"
#. module: excel_import_export
#: model:ir.model.fields,help:excel_import_export.field_export_xlsx_wizard__state
@@ -33,11 +36,13 @@ msgstr ""
msgid "* Choose: wizard show in user selection mode\n"
"* Get: wizard show results from user action"
msgstr ""
+"* 选择:用户选择模式下的向导显示\n"
+"* 获取:向导显示用户操作的结果"
#. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "Cell: Location of data in excel sheet (e.g., A1, B1, ...)"
-msgstr ""
+msgstr "单元格:Excel工作表中的数据位置(例如:A1,B1,...)"
#. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
@@ -48,11 +53,17 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "Field Cond.: Python code in ${...}
to manipulate field value, e.g., if field = product_id, value
will represent product object, e.g., ${value and value.uom_id.name or \"\"}
"
msgstr ""
+"字段条件。: Python代码${...}
操纵字段值, 例如, if field = product_id, "
+"value
将代表产品对象, 例如, ${value and value.uom_id.name or \"\""
+"}
"
#. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form
msgid "Field Cond.: Python code in ${...}
value will represent data from excel cell, e.g., if A1 = 'ABC', value
will represent 'ABC', e.g., ${value == \"ABC\" and \"X\" or \"Y\"}
thus can change from cell value to other value for import."
msgstr ""
+"字段条件.: Python代码 ${...}
值将代表来自excel 单元格的数据, 例如, if A1 = "
+"'ABC', value
代表'ABC',例如, ${value == \"ABC\" and \"X\" or "
+"\"Y\"}
因此可以从单元格值更改为其他值以进行导入."
#. module: excel_import_export
#: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form