diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/sale_product_matrix/i18n | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/sale_product_matrix/i18n')
50 files changed, 6634 insertions, 0 deletions
diff --git a/addons/sale_product_matrix/i18n/ar.po b/addons/sale_product_matrix/i18n/ar.po new file mode 100644 index 00000000..5f9432c6 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ar.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Mohammed Albasha <m.albasha.ma@gmail.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "المُعرف" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "قالب المنتج" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "أمر البيع" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/bg.po b/addons/sale_product_matrix/i18n/bg.po new file mode 100644 index 00000000..cfbbe206 --- /dev/null +++ b/addons/sale_product_matrix/i18n/bg.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Igor Sheludko <igor.sheludko@gmail.com>, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Шаблон за продукт " + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Поръчка" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/bn.po b/addons/sale_product_matrix/i18n/bn.po new file mode 100644 index 00000000..b096e881 --- /dev/null +++ b/addons/sale_product_matrix/i18n/bn.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "আইডি " + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "বিক্রয় আদেশ" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ca.po b/addons/sale_product_matrix/i18n/ca.po new file mode 100644 index 00000000..0707fb14 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ca.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: escolliu valors d'atributs per tal d'afegir la variant correcta a la comanda.\n" +"Graella: afegiu diverses variants al mateix temps des de la graella d'atributs" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Graella d'entrada de comandes" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de productes" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Plantilla de producte" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Comanda de venda" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ckb.po b/addons/sale_product_matrix/i18n/ckb.po new file mode 100644 index 00000000..43d2f9b5 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ckb.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ناسنامە" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "داواکاری فرۆشتن" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/cs.po b/addons/sale_product_matrix/i18n/cs.po new file mode 100644 index 00000000..b7f75fcf --- /dev/null +++ b/addons/sale_product_matrix/i18n/cs.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# karolína schusterová <karolina.schusterova@vdp.sk>, 2021 +# trendspotter, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: trendspotter, 2021\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Produkt mřížky tmpl" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Aktualizace mřížky" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Tisk mřížek variant" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Konfigurátor produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Šablona produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Prodejní objednávka" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technické pole pro funkce product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Zda pole mřížky obsahuje novou matici, která se má použít, nebo ne." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/da.po b/addons/sale_product_matrix/i18n/da.po new file mode 100644 index 00000000..bd928f11 --- /dev/null +++ b/addons/sale_product_matrix/i18n/da.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Mads Søndergaard, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Mads Søndergaard, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Tilføj produkt tilstand" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Konfigurator: Vælg egenskabs værdier for at tilføje passende produkt varianter til ordren.\n" +"Gitter: Tilføj flere varianter på samme tid, fra en gitter visning af egenskabs værdier" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Gitter produkt skbl" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Gitter opdater" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"hvis angivet, vil matrikset af produkter som kan konfigureres af matriks " +"blive vist på rapporten for ordren." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matriks lokal lager" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Bestilling gitter" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Print variant gitter" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Produkt konfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktskabelon" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Salgsordre" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Salg variant valg" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Teknisk felt for product_matrix funktionaliteter." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Teknisk lokalt lager for gitter.\n" +"Hvis grid_update, vil blive hentet ned i SO'en.\n" +"Hvis ikke, repræsenterer det matriks der skal åbnes." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Hvorvidt gitter feltet indeholder et nyt matriks til anvendelse eller ej." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Du kan ikke ændre mængden af et produkt, som er til stede på flere " +"salgslinjer." diff --git a/addons/sale_product_matrix/i18n/de.po b/addons/sale_product_matrix/i18n/de.po new file mode 100644 index 00000000..ced899f8 --- /dev/null +++ b/addons/sale_product_matrix/i18n/de.po @@ -0,0 +1,143 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Patrick Heuel <patrick.heuel@odoo-bs.com>, 2020 +# philku79 <philip.kuss@gmx.de>, 2020 +# Andreas Schmidt <schmigo@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Andreas Schmidt <schmigo@gmail.com>, 2021\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Produktmodus hinzufügen" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Konfigurator: Auswahl von Attributwerten zum Hinzufügen der passenden Produktvariante zum Auftrag.\n" +"Raster: mehrere Varianten auf einmal aus dem Raster der Attributwerte hinzufügen" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Raster Prod-Vlge" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Gitter aktualisieren" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Wenn gesetzt, wird die Matrix der per Matrix konfigurierbaren Produkte auf " +"dem Bericht der Bestellung angezeigt." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix lokaler Speicher" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Varianten-Matrix" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Varianten-Matrix drucken" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Produktkonfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktvorlage" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Verkaufsauftrag" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Auswahl der Verkaufsvariante" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technisches Feld für product_matrix Funktionalitäten." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Technische lokale Speicherung des Rasters. \n" +"Wenn grid_update, wird auf die SO geladen. \n" +"Wenn nicht, stellt die zu öffnende Matrix dar." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Ob das Rasterfeld eine neue Matrix enthält, die angewendet werden soll oder " +"nicht." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Sie können die Menge eines Produkts, das in mehreren Verkaufslinien " +"vorhanden ist, nicht ändern." diff --git a/addons/sale_product_matrix/i18n/el.po b/addons/sale_product_matrix/i18n/el.po new file mode 100644 index 00000000..a60b5226 --- /dev/null +++ b/addons/sale_product_matrix/i18n/el.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# George Tarasidis <george_tarasidis@yahoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Κωδικός" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Πρότυπο Είδους " + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Παραγγελία" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/eo.po b/addons/sale_product_matrix/i18n/eo.po new file mode 100644 index 00000000..0d0c3b8d --- /dev/null +++ b/addons/sale_product_matrix/i18n/eo.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/es.po b/addons/sale_product_matrix/i18n/es.po new file mode 100644 index 00000000..40c87a4d --- /dev/null +++ b/addons/sale_product_matrix/i18n/es.po @@ -0,0 +1,143 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Miguel Orueta <mo@landoo.es>, 2020 +# John Guardado <jgu@odoo.com>, 2020 +# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Añadir modo de producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: seleccione valores de atributo para añadir la variante de producto correspondiente a la orden.\n" +"Cuadrícula: añade varias variantes a la vez desde la cuadrícula de valores de atributos." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Plantilla del Producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Actualización de la plantilla" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Si está configurado, la matriz de los productos configurables por matriz se " +"mostrará en el informe del pedido." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Almacenamiento local de matriz" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Entrada de la Cuadrícula de Pedidos" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimir cuadrículas de variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de productos" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Selección de variantes de ventas" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo técnico de las funcionalidades de product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Almacenamiento técnico local de la rejilla.\n" +"Si grid_update, se cargará en el SO.\n" +"Si no, representa la matriz a abrir." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Si el campo de cuadrícula contiene una nueva matriz para aplicar o no." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"No puede cambiar la cantidad de un producto presente en varias líneas de " +"venta." diff --git a/addons/sale_product_matrix/i18n/es_MX.po b/addons/sale_product_matrix/i18n/es_MX.po new file mode 100644 index 00000000..9fa0f76b --- /dev/null +++ b/addons/sale_product_matrix/i18n/es_MX.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Lucia Pacheco <lpo@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Lucia Pacheco <lpo@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Añadir modo de producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: seleccione valores de atributo para añadir la variante de producto correspondiente a la orden.\n" +"Tabla: añade varias variantes a la vez desde la tabla de valores de atributos." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Plantilla de las tablas del producto" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Actualización de la tabla" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Si se establece, la matriz de los productos configurables por matriz se " +"mostrará en el reporte de la orden." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Almacenamiento local de matriz" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Entrada en la tabla de órdenes" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimir las tablas de las variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de productos" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Orden de venta" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Selección de variantes de ventas" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo técnico de las funciones de product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Almacenamiento técnico local de la tabla.\n" +"Si grid_update, se cargará en la orden de venta.\n" +"Si no, representa la matriz a abrir." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Si el campo de tabla contiene una nueva matriz para aplicar o no." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"No puede cambiar la cantidad de un producto presente en varias líneas de " +"venta." diff --git a/addons/sale_product_matrix/i18n/et.po b/addons/sale_product_matrix/i18n/et.po new file mode 100644 index 00000000..bd041ef3 --- /dev/null +++ b/addons/sale_product_matrix/i18n/et.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Rivo Zängov <eraser@eraser.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# Piia Paurson <piia@avalah.ee>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Piia Paurson <piia@avalah.ee>, 2021\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Toote võrgustiku mall" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Võrgustiku uuendamine" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Prindi variantide võrgustik" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Toote konfiguraator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Toote mall" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Müügitellimus" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Product_matrix funktsionaalsuste tehniline väli." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Kas võrgustiku väli sisaldab uut rakendatavat maatriksit või mitte." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/eu.po b/addons/sale_product_matrix/i18n/eu.po new file mode 100644 index 00000000..228205fe --- /dev/null +++ b/addons/sale_product_matrix/i18n/eu.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# Mikel Lizarralde <mikellizarralde@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Mikel Lizarralde <mikellizarralde@gmail.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktuaren txantiloia" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Salmenta-eskaera" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/fa.po b/addons/sale_product_matrix/i18n/fa.po new file mode 100644 index 00000000..9e060d24 --- /dev/null +++ b/addons/sale_product_matrix/i18n/fa.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Faraz Sadri Alamdari <ifarazir@gmail.com>, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "شناسه" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "پیکربندی کننده محصول" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "قالب محصول" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "سفارش فروش" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/fi.po b/addons/sale_product_matrix/i18n/fi.po new file mode 100644 index 00000000..113f2a5c --- /dev/null +++ b/addons/sale_product_matrix/i18n/fi.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Tuotemalli" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Myyntitilaus" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/fr.po b/addons/sale_product_matrix/i18n/fr.po new file mode 100644 index 00000000..ce0dac98 --- /dev/null +++ b/addons/sale_product_matrix/i18n/fr.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# omaodoo <oma@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Priscilla Sanchez <prs@odoo.com>, 2020 +# edc <edc@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: edc <edc@odoo.com>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Ajouter un mode produit" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurateur de produits: Choisissez différentes valeurs d'attribut pour former un produit unique puis ajouter ce produit à votre bon de commande.\n" +"Grid: Ajouter plusieurs produits à votre bon de commande à partir d'une grille qui reprend toutes les variantes d'article." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Grille des modèles d'articles" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Mise à jour de la grille" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Si sélectionné, La grille des produits telle que sélectionnée sera ajoutée " +"sur votre rapport de vente." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Stockage local matriciel" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Grille des variantes du produit" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimer la grille des variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurateur de produits" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modèle d'article" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Bon de commande" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Sélection des variantes de vente" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Champ technique pour les fonctionnalités de product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Stockage technique local du réseau. \n" +"Si grid_update, sera chargé sur le SO. \n" +"Sinon, représente la matrice à ouvrir." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Est-ce que le champ grille contient une nouvelle matrice à appliquer ou pas." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Vous ne pouvez pas changer les quantités pour un produit présent dans " +"différentes lignes de commande." diff --git a/addons/sale_product_matrix/i18n/he.po b/addons/sale_product_matrix/i18n/he.po new file mode 100644 index 00000000..8863c65c --- /dev/null +++ b/addons/sale_product_matrix/i18n/he.po @@ -0,0 +1,137 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "הוסף מצב מוצר" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"מגדיר: בחר ערכי תכונות כדי להוסיף את וריאנט המוצר התואם להזמנה.\n" +"רשת: הוסף מספר וריאנטים בבת אחת מרשת הערכים של התכונות" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "הצג שם" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "רשת תבנית מוצר" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "עדכן רשת" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "תעודה מזהה" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"אם מוגדר, המטריצה של המוצרים הניתנים להגדרה על ידי מטריצה תוצג בדוח " +"ההזמנה." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "שינוי אחרון ב" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "אחסון מקומי של מטריצה" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "רשומת רשת הזמנות" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "הדפס תצוגות רשת של וריאנטים" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "מגדיר מוצר" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "תבנית מוצר " + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "הזמנת לקוח" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "בחירת וריאנט מכירות" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "שדה טכני לפונקציונליות של product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"אחסון טכני מקומי לרשת. \n" +"אם grid_update, אז ייטען בהזמנת לקוח. \n" +"אם לא, מייצג את המטריצה לפתיחה." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "בין אם שדה הרשת מכיל מטריצה חדשה ליישום או לא." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "אינך יכול לשנות את כמות המוצר הקיימת במספר שורות מכירה." diff --git a/addons/sale_product_matrix/i18n/hi.po b/addons/sale_product_matrix/i18n/hi.po new file mode 100644 index 00000000..aeba1695 --- /dev/null +++ b/addons/sale_product_matrix/i18n/hi.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/hr.po b/addons/sale_product_matrix/i18n/hr.po new file mode 100644 index 00000000..2e513e91 --- /dev/null +++ b/addons/sale_product_matrix/i18n/hr.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2021 +# Hrvoje Sić <hrvoje.sic@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Hrvoje Sić <hrvoje.sic@gmail.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Mreža predložaka proizvoda" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Ažuriraj mrežu" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Konfigurator artikala" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/hu.po b/addons/sale_product_matrix/i18n/hu.po new file mode 100644 index 00000000..fea24a66 --- /dev/null +++ b/addons/sale_product_matrix/i18n/hu.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Azonosító" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Termék konfigurátor" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Terméksablon" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Értékesítési rendelés" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/id.po b/addons/sale_product_matrix/i18n/id.po new file mode 100644 index 00000000..b03f1d86 --- /dev/null +++ b/addons/sale_product_matrix/i18n/id.po @@ -0,0 +1,130 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Ryanto The <ry.the77@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Ryanto The <ry.the77@gmail.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Templete Produk" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Order Penjualan" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/it.po b/addons/sale_product_matrix/i18n/it.po new file mode 100644 index 00000000..99e52f76 --- /dev/null +++ b/addons/sale_product_matrix/i18n/it.po @@ -0,0 +1,138 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Modalità aggiunta prodotto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configuratore: scelta dei valori attributo per l'aggiunta della variante prodotto corrispondente all'ordine.\n" +"Griglia: aggiunta contemporanea di alcune varianti dalla griglia dei valori attributo" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Modello prodotto griglia" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Aggiornamento griglia" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Se impostato, la matrice dei prodotti configurabili viene mostrata nel " +"resoconto dell'ordine." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Memoria locale della matrice" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Voce griglia per ordine" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Stampa griglie variante" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configuratore prodotto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modello prodotto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Ordine di vendita" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Selezione variante vendite" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo tecnico per le funzionalità product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Memoria locale tecnica della griglia.\n" +"Se grid_update, viene caricata nell'OdV.\n" +"In caso contrario, rappresenta la matrice da aprire." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Indica se il campo griglia contiene una nuova matrice da applicare." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Impossibile cambiare la quantità di un prodotto presente in più di una riga " +"di vendita." diff --git a/addons/sale_product_matrix/i18n/ja.po b/addons/sale_product_matrix/i18n/ja.po new file mode 100644 index 00000000..aa84e456 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ja.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Tim Siu Lai <tl@roomsfor.hk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Tim Siu Lai <tl@roomsfor.hk>, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "オーダグリッド入力" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "バリアントグリッドを印刷" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "プロダクトコンフィギュレーター" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "プロダクトテンプレート" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "販売オーダ" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "販売バリアント選択" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ka.po b/addons/sale_product_matrix/i18n/ka.po new file mode 100644 index 00000000..d4b99d97 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ka.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Martin Trigaux, 2021 +# Temur, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Temur, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "პროდუქტის შაბლონი" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "გაყიდვის ორდერი" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/km.po b/addons/sale_product_matrix/i18n/km.po new file mode 100644 index 00000000..324253de --- /dev/null +++ b/addons/sale_product_matrix/i18n/km.po @@ -0,0 +1,130 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "គំរូផលិតផល" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "លក់តាមការបញ្ជាទិញ" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ko.po b/addons/sale_product_matrix/i18n/ko.po new file mode 100644 index 00000000..c041f57a --- /dev/null +++ b/addons/sale_product_matrix/i18n/ko.po @@ -0,0 +1,135 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "상품 모드 추가하기" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"구성기 : 속성 값을 선택하여 주문에 일치하는 파생 상품을 추가하십시오.\n" +"그리드 : 속성 값 그리드에서 여러 파생 상품을 한 번에 추가" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "그리드 상품 서식" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "그리드 갱신" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "설정된 경우 매트릭스로 구성 할 수 있는 제품의 매트릭스가 주문 보고서에 표시됩니다." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "매트릭스 로컬 스토리지" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "주문 그리드 항목" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "파생 그리드 인쇄" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "상품 구성기" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "상품 양식" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "판매 주문" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "판매 파생 선택" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "product_matrix 기능에 대한 기술 필드." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"그리드의 기술 로컬 스토리지. \n" +"grid_update이면 SO에 로드됩니다. \n" +"그렇지 않은 경우 열어야 할 매트릭스를 나타냅니다." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "그리드 필드에 적용할 새 매트릭스가 있는지 여부." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "여러 판매 방법에 존재하는 제품의 수량은 변경할 수 없습니다." diff --git a/addons/sale_product_matrix/i18n/lb.po b/addons/sale_product_matrix/i18n/lb.po new file mode 100644 index 00000000..25ee4ece --- /dev/null +++ b/addons/sale_product_matrix/i18n/lb.po @@ -0,0 +1,108 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 08:17+0000\n" +"PO-Revision-Date: 2019-08-26 09:14+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple purchase " +"lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/lt.po b/addons/sale_product_matrix/i18n/lt.po new file mode 100644 index 00000000..b280f9d7 --- /dev/null +++ b/addons/sale_product_matrix/i18n/lt.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produkto šablonas" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Pardavimo užsakymas" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/lv.po b/addons/sale_product_matrix/i18n/lv.po new file mode 100644 index 00000000..84f473e1 --- /dev/null +++ b/addons/sale_product_matrix/i18n/lv.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/mn.po b/addons/sale_product_matrix/i18n/mn.po new file mode 100644 index 00000000..cbf57cdb --- /dev/null +++ b/addons/sale_product_matrix/i18n/mn.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Minj P <pminj322@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Minj P <pminj322@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Хүснэгтэн барааны загвар" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Хүснэгт шинэчлэх" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Хувилбарын хүснэгтийг хэвлэх" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Барааны загвар" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Борлуулалтын захиалга" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Product_matrix функцийн техникийн талбар" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/nb.po b/addons/sale_product_matrix/i18n/nb.po new file mode 100644 index 00000000..b9027e2b --- /dev/null +++ b/addons/sale_product_matrix/i18n/nb.po @@ -0,0 +1,137 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Legg til produktmodus" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Konfigurator: velg attributtverdier for å legge til matchende produktvariant til ordren.\n" +"Grid: legg til flere varianter samtidig fra matrisen med attributtverdier" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Matrise Produktmal" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Oppdater Matrise" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Hvis huket av, vil matrisen over produkter som kan konfigureres med matrise " +"bli vist på salgsordrerapporten." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrise lokal lagring" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Print variantmatrise" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Produktkonfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktmal" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Salgsordre" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Valg av variant" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Teknisk felt for product_matrix funksjonalitet." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Om matrisefeltet inneholder en ny matrise som skal legges til, eller ikke." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Du kan ikke endre antall for et produkt som allerede eksisterer i flere " +"salgslinjer." diff --git a/addons/sale_product_matrix/i18n/nl.po b/addons/sale_product_matrix/i18n/nl.po new file mode 100644 index 00000000..26550598 --- /dev/null +++ b/addons/sale_product_matrix/i18n/nl.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Antoine Gilard <ang@odoo.com>, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Product modus toevoegen" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurator: kies kenmerkwaarden om de bijbehorende productvariant aan de order toe te voegen.\n" +"Matrix: voeg meerdere varianten tegelijk toe uit de matrix van kenmerkwaarden" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Matrix productsjabloon" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Matrix update" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Indien ingesteld, wordt de matrix van configureerbare producten getoond in " +"het rapport van deze order." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix lokale opslag" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Ordermatrix ingave" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Variantenmatrix afdrukken" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Productconfigurator" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Productsjabloon" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Verkooporder" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Verkoop variant selectie" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technisch veld voor product_matrix functionaliteiten." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Technische opslag van matrix.\n" +"Indien grid_update, wordt dit geladen op de verkooporder.\n" +"Indien niet grid_update stelt het de matrix voor om te openen." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Of de rasterweergave een nieuwe matrix bevat om toe te voegen of niet." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"U kan de hoeveelheid van een aanwezig product niet veranderen in meerdere " +"verkooporderregels." diff --git a/addons/sale_product_matrix/i18n/pl.po b/addons/sale_product_matrix/i18n/pl.po new file mode 100644 index 00000000..494777cf --- /dev/null +++ b/addons/sale_product_matrix/i18n/pl.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Szablon produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Zamówienie sprzedaży" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/pt.po b/addons/sale_product_matrix/i18n/pt.po new file mode 100644 index 00000000..858274cf --- /dev/null +++ b/addons/sale_product_matrix/i18n/pt.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Nuno Silva <nuno.silva@arxi.pt>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modelo de Artigo" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Ordem de Vendas" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/pt_BR.po b/addons/sale_product_matrix/i18n/pt_BR.po new file mode 100644 index 00000000..fb6989e2 --- /dev/null +++ b/addons/sale_product_matrix/i18n/pt_BR.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Rafael H L Moretti <rafael.moretti@gmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Éder Brito <britoederr@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Adicione modo do produto" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurador: escolha valores de atributos para adicionar à variante correspondente do produto para o pedido.\n" +"Grade: adicione várias variantes de uma vez a partir da grade de valores de atributos" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Modelo da Grade de Produto" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Atualizar Grade" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Se configurada, a matriz dos produtos configuráveis pela matriz será " +"mostrada no relatório do pedido." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matriz de armazenamento local" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Entrada de Grade de Pedido" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Imprimir Grades de Variantes" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurador de Produto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Modelo de Produto" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venda" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Seleção de Variante de Vendas" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Campo técnico para funcionalidades product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Armazenamento técnico local da grade.\n" +"Se grid_update, será carregado no Pedido.\n" +"Caso contrário, representa a matriz a ser aberta." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Se o campo da grade contém uma nova matriz para aplicar ou não." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Você não pode alterar a quantidade de um produto presente em várias linhas " +"de venda." diff --git a/addons/sale_product_matrix/i18n/ro.po b/addons/sale_product_matrix/i18n/ro.po new file mode 100644 index 00000000..f1b635e4 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ro.po @@ -0,0 +1,131 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Hongu Cosmin <cosmin513@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Hongu Cosmin <cosmin513@gmail.com>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Configurator produs" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Șablon produs" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Comandă de vânzare" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Câmp tehnic pentru funcționalitățile lui product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" +"Indiferent dacă câmpul grilă conține o nouă matrice de aplicat sau nu." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/ru.po b/addons/sale_product_matrix/i18n/ru.po new file mode 100644 index 00000000..c7df978e --- /dev/null +++ b/addons/sale_product_matrix/i18n/ru.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Константин Коровин <korovin74@gmail.com>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "Идентификатор" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Шаблон продукта" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Заказ на продажу" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sale_product_matrix.pot b/addons/sale_product_matrix/i18n/sale_product_matrix.pot new file mode 100644 index 00000000..4a590afe --- /dev/null +++ b/addons/sale_product_matrix/i18n/sale_product_matrix.pot @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/si.po b/addons/sale_product_matrix/i18n/si.po new file mode 100644 index 00000000..e1391479 --- /dev/null +++ b/addons/sale_product_matrix/i18n/si.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sk.po b/addons/sale_product_matrix/i18n/sk.po new file mode 100644 index 00000000..119fc4cc --- /dev/null +++ b/addons/sale_product_matrix/i18n/sk.po @@ -0,0 +1,132 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Jan Prokop, 2020 +# Rastislav Brenčič <rastislav.brencic99@gmail.com>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Šablóna produktu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Objednávka " + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Či pole mriežky obsahuje novú maticu, ktorá sa má alebo nemá použiť." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sl.po b/addons/sale_product_matrix/i18n/sl.po new file mode 100644 index 00000000..54e45adc --- /dev/null +++ b/addons/sale_product_matrix/i18n/sl.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Grega Vavtar <grega@hbs.si>, 2021 +# Jasmina Macur <jasmina@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Jasmina Macur <jasmina@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Konfigurator izdelkov" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Predloga izdelka" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Prodajni nalog" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/sv.po b/addons/sale_product_matrix/i18n/sv.po new file mode 100644 index 00000000..792405e1 --- /dev/null +++ b/addons/sale_product_matrix/i18n/sv.po @@ -0,0 +1,130 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Produktmall" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Kundorder" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/th.po b/addons/sale_product_matrix/i18n/th.po new file mode 100644 index 00000000..49065f8e --- /dev/null +++ b/addons/sale_product_matrix/i18n/th.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "รหัส" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "รูปแบบสินค้า" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "ใบสั่งขาย" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/tr.po b/addons/sale_product_matrix/i18n/tr.po new file mode 100644 index 00000000..2007ad69 --- /dev/null +++ b/addons/sale_product_matrix/i18n/tr.po @@ -0,0 +1,142 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Tugay Hatıl <tugayh@projetgrup.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Tugay Hatıl <tugayh@projetgrup.com>, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Ürün modu ekle" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Yapılandırıcı: eşleşen ürün varyantını siparişe eklemek için nitelik değerlerini seçin.\n" +"Grid: öznitelik değerleri tablosundan aynı anda birkaç varyant ekleyin" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Grid Ürün Şablonu" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Grid Güncelle" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Ayarlanırsa, matrisle yapılandırılabilen ürünlerin matrisi sipariş raporunda" +" gösterilecektir." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix yerel depolama" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Sipariş Tablo Girişi" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Varyant Gridleri Yazdır" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Ürün Yapılandırma" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Ürün Şablonu" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Satış Siparişi" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Satış Değişkeni Seçimi" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Product_matrix işlevleri için teknik alan." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Tablonun teknik depolanması.\n" +"Grid_update ise, SO'ya yüklenir.\n" +"Değilse, açılacak matrisi temsil eder." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Grid alanının uygulanacak yeni bir matris içerip içermediği." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Birden çok satış satırında bulunan bir ürünün miktarını değiştiremezsiniz." diff --git a/addons/sale_product_matrix/i18n/uk.po b/addons/sale_product_matrix/i18n/uk.po new file mode 100644 index 00000000..7e680b1a --- /dev/null +++ b/addons/sale_product_matrix/i18n/uk.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Додати режим товару" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Конфігуратор: оберіть значення атрибуту, щоби додати співставлення варіанта товару до замовлення.\n" +"Сітка: додайте кілька варіантів за раз із сітки значень атрибуту" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Шаблон сітки товарів" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Оновлення сітки" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"Якщо встановлено, матриця товарів, яка налаштовується матрицею буде " +"відображатися у звіті замовлення." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Локальне сховище матриці" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Запис сітки замовлення" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Друкувати сітки варіантів" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Конфігуратор товару" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Шаблон товару" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Замовлення на продаж" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Вибір варіанта продажів" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Технічне поле для функціоналу product_matrix." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Технічне локальне сховище сітки. \n" +"Якщо grid_update, буде завантажено на ЗНП. \n" +"Якщо ні, представляє матрицю для відкриття." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Чи містить поле сітки нову матрицю, яку слід застосувати чи ні." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"Ви не можете змінити кількість товару, присутнього в декількох рядках " +"продажу." diff --git a/addons/sale_product_matrix/i18n/ur.po b/addons/sale_product_matrix/i18n/ur.po new file mode 100644 index 00000000..921cd772 --- /dev/null +++ b/addons/sale_product_matrix/i18n/ur.po @@ -0,0 +1,125 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" diff --git a/addons/sale_product_matrix/i18n/vi.po b/addons/sale_product_matrix/i18n/vi.po new file mode 100644 index 00000000..65d12898 --- /dev/null +++ b/addons/sale_product_matrix/i18n/vi.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "Add product mode" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "Grid Product Tmpl" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "Grid Update" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "Matrix local storage" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "Order Grid Entry" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "Print Variant Grids" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "Cấu hình sản phẩm" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "Mẫu sản phẩm" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "Đơn bán hàng" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "Sales Variant Selection" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "Technical field for product_matrix functionalities." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "Whether the grid field contains a new matrix to apply or not." + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" +"You cannot change the quantity of a product present in multiple sale lines." diff --git a/addons/sale_product_matrix/i18n/zh_CN.po b/addons/sale_product_matrix/i18n/zh_CN.po new file mode 100644 index 00000000..c0ac2ba7 --- /dev/null +++ b/addons/sale_product_matrix/i18n/zh_CN.po @@ -0,0 +1,139 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# guohuadeng <guohuadeng@hotmail.com>, 2020 +# Jeanphy <hzh0292@qq.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# Lin Li <ljsrzc007@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: Lin Li <ljsrzc007@gmail.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "添加产品模式" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"配置:选择产品变体值来添加匹配的产品到订单中。\n" +"网格:从产品变体值网格中快速添加一系列产品变体" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "产品网格" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "网格更新" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "如果勾选,可配置产品矩阵将会在订单报表中显示。" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "矩阵本地存储" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "订单网格入口" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "产品配置器" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "产品模板" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "销售订单" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "销售变体选择" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "产品矩阵功能的技术字段。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"网格的技术本地存储。 \n" +"如果网格更新,将会加载到SO中。\n" +"如果没有,显示矩阵为打开状态。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "网格字段包含一个新的矩阵应用与否。" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "您不能更改多个销售线中存在的产品数量。" diff --git a/addons/sale_product_matrix/i18n/zh_TW.po b/addons/sale_product_matrix/i18n/zh_TW.po new file mode 100644 index 00000000..dc4a94bc --- /dev/null +++ b/addons/sale_product_matrix/i18n/zh_TW.po @@ -0,0 +1,134 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_matrix +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:18+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode +msgid "Add product mode" +msgstr "添加產品模式" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode +#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode +msgid "" +"Configurator: choose attribute values to add the matching product variant to the order.\n" +"Grid: add several variants at once from the grid of attribute values" +msgstr "" +"配置器:選擇屬性值以將匹配的產品變體添加到訂單中。\n" +"矩陣:從屬性值矩陣中一次添加多個變體" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Grid Product Tmpl" +msgstr "產品變體矩陣模板" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update +msgid "Grid Update" +msgstr "矩陣更新" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id +msgid "ID" +msgstr "ID" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids +msgid "" +"If set, the matrix of the products configurable by matrix will be shown on " +"the report of the order." +msgstr "如果設置,則訂單報表上將顯示按矩陣配置的產品矩陣。" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template____last_update +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid +msgid "Matrix local storage" +msgstr "矩陣本機存放區" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix +msgid "Order Grid Entry" +msgstr "訂單矩陣條目" + +#. module: sale_product_matrix +#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids +msgid "Print Variant Grids" +msgstr "列印變體矩陣" + +#. module: sale_product_matrix +#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator +msgid "Product Configurator" +msgstr "產品配置器" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_product_template +msgid "Product Template" +msgstr "產品模板" + +#. module: sale_product_matrix +#: model:ir.model,name:sale_product_matrix.model_sale_order +msgid "Sales Order" +msgstr "銷售訂單" + +#. module: sale_product_matrix +#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form +msgid "Sales Variant Selection" +msgstr "銷售變體選擇" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id +msgid "Technical field for product_matrix functionalities." +msgstr "產品矩陣功能的技術欄位。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid +msgid "" +"Technical local storage of grid. \n" +"If grid_update, will be loaded on the SO. \n" +"If not, represents the matrix to open." +msgstr "" +"矩陣的技術本機存放區。\n" +"如果grid_update,則將載入到 SO 上。\n" +"如果沒有,則表示要打開的矩陣。" + +#. module: sale_product_matrix +#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update +msgid "Whether the grid field contains a new matrix to apply or not." +msgstr "矩陣欄位是否包含要應用的新矩陣。" + +#. module: sale_product_matrix +#: code:addons/sale_product_matrix/models/sale_order.py:0 +#, python-format +msgid "" +"You cannot change the quantity of a product present in multiple sale lines." +msgstr "" |
