From a799ede28aeb4dec777572a2dda9c0e46060e667 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 28 Aug 2019 11:56:14 +0000 Subject: [PATCH] stock_request_submit 12.0.1.0.1 Added translation using Weblate (Chinese (Simplified)) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (6 of 6 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/zh_CN/ Added translation using Weblate (Spanish) Translated using Weblate (Spanish) Currently translated at 100.0% (6 of 6 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/es/ --- stock_request_submit/__manifest__.py | 2 +- stock_request_submit/i18n/es.po | 51 ++++++++++++++++++++++++++++ stock_request_submit/i18n/zh_CN.po | 51 ++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 stock_request_submit/i18n/es.po create mode 100644 stock_request_submit/i18n/zh_CN.po diff --git a/stock_request_submit/__manifest__.py b/stock_request_submit/__manifest__.py index 3d1fc5aef..62eec53d6 100644 --- a/stock_request_submit/__manifest__.py +++ b/stock_request_submit/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Stock Request Submit", "summary": "Add submit state on Stock Requests", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Open Source Integrators, " diff --git a/stock_request_submit/i18n/es.po b/stock_request_submit/i18n/es.po new file mode 100644 index 000000000..8f9c68406 --- /dev/null +++ b/stock_request_submit/i18n/es.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request_submit +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-11-02 01:34+0000\n" +"Last-Translator: Maxime Chambreuil \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.8\n" + +#. module: stock_request_submit +#: code:addons/stock_request_submit/models/stock_request.py:14 +#, python-format +msgid "Draft" +msgstr "Borrador" + +#. module: stock_request_submit +#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__route_id +msgid "Route" +msgstr "Ruta" + +#. module: stock_request_submit +#: model:ir.model,name:stock_request_submit.model_stock_request +msgid "Stock Request" +msgstr "Solicitud de existencia" + +#. module: stock_request_submit +#: model:ir.model,name:stock_request_submit.model_stock_request_order +msgid "Stock Request Order" +msgstr "Pedido de existencia" + +#. module: stock_request_submit +#: model_terms:ir.ui.view,arch_db:stock_request_submit.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request_submit.view_stock_request_form +msgid "Submit" +msgstr "Enviar" + +#. module: stock_request_submit +#: code:addons/stock_request_submit/models/stock_request.py:12 +#: code:addons/stock_request_submit/models/stock_request.py:15 +#, python-format +msgid "Submitted" +msgstr "Enviada" diff --git a/stock_request_submit/i18n/zh_CN.po b/stock_request_submit/i18n/zh_CN.po new file mode 100644 index 000000000..8a5382088 --- /dev/null +++ b/stock_request_submit/i18n/zh_CN.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request_submit +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-10-16 15:58+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: stock_request_submit +#: code:addons/stock_request_submit/models/stock_request.py:14 +#, python-format +msgid "Draft" +msgstr "草稿" + +#. module: stock_request_submit +#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__route_id +msgid "Route" +msgstr "路线" + +#. module: stock_request_submit +#: model:ir.model,name:stock_request_submit.model_stock_request +msgid "Stock Request" +msgstr "库存请求" + +#. module: stock_request_submit +#: model:ir.model,name:stock_request_submit.model_stock_request_order +msgid "Stock Request Order" +msgstr "库存请求单" + +#. module: stock_request_submit +#: model_terms:ir.ui.view,arch_db:stock_request_submit.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request_submit.view_stock_request_form +msgid "Submit" +msgstr "提交" + +#. module: stock_request_submit +#: code:addons/stock_request_submit/models/stock_request.py:12 +#: code:addons/stock_request_submit/models/stock_request.py:15 +#, python-format +msgid "Submitted" +msgstr "已提交"