diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..dc5e6b6 --- /dev/null +++ b/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..26935cc --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +{ + 'name': "Product Matrix", + 'summary': "Technical module: Matrix Implementation", + 'description': """ +Please refer to Sale Matrix or Purchase Matrix for the use of this module. + """, + 'category': 'Sales/Sales', + 'version': '1.0', + 'depends': ['account'], + # Account dependency for section_and_note widget. + 'data': [ + 'views/matrix_templates.xml', + ], + 'demo': [ + 'data/product_matrix_demo.xml', + ], + 'assets': { + 'web.assets_backend': [ + 'product_matrix/static/src/js/product_matrix_dialog.js', + 'product_matrix/static/src/scss/product_matrix.scss', + 'product_matrix/static/src/xml/**/*', + ], + }, + 'license': 'LGPL-3', +} diff --git a/data/product_matrix_demo.xml b/data/product_matrix_demo.xml new file mode 100644 index 0000000..f177b80 --- /dev/null +++ b/data/product_matrix_demo.xml @@ -0,0 +1,106 @@ + + + + + + Size + 19 + + + XS + + 1 + + + S + + 2 + + + M + + 3 + + + L + + 4 + + + XL + + 5 + + + + + Blue + + 3 + + + Pink + + 4 + + + Yellow + + 5 + + + Rainbow + + 6 + + + + + Gender + 21 + + + Men + + 1 + + + Women + + 2 + + + + My Company Tshirt (GRID) + + 7.0 + 15.0 + consu + + + Show your company love around you =). + + + + + + + + + + + + + + + + + + + diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..a96f746 --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Arabic (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"الانتقال إلى شرط \"غير ذلك\" في هذه الكتلة البنائية لعرض أو تحرير هذه" +" الطاولة. " + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "الطتلة البنائمة لمصفوفة المنتج " + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "أزرق" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "اسم الخلية " + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "اختر متغيرات المنتج " + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "اسم العمود " + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "تأكيد" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "إهمال " + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "الجنس" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "الرجال " + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "قميص شركتي (GRID) " + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "غير متاح" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "وردي " + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "المنتج" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "قيمة خاصية قالب المنتج " + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "قوس قزح " + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "أظهر المحبة التي تُكنّها لك شركتك =). " + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "الحجم" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"سيتم عرض مصفوفة متغيرات المنتجات لهذا الطلب هنا، إذا كان هناك أي منها. " + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "سعر المتغير " + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "النساء " + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "كبير جداً " + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "صغير جداً " + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "أصفر" diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..cc9e596 --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# KeyVillage, 2023 +# Albena Mincheva , 2023 +# Ивайло Малинов , 2023 +# Martin Trigaux, 2023 +# aleksandar ivanov, 2023 +# Maria Boyadjieva , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Maria Boyadjieva , 2023\n" +"Language-Team: Bulgarian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Синьо" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Потвърждение" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Отхвърлете" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Пол" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Липсва" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Продукт" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Размер" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Жълт" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..b3bb4e6 --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,159 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Manel Fernandez Ramirez , 2023 +# Josep Anton Belchi, 2023 +# Carles Antoli , 2023 +# Quim - eccit , 2023 +# Jonatan Gk, 2023 +# Martin Trigaux, 2023 +# marcescu, 2023 +# Marc Tormo i Bochaca , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Marc Tormo i Bochaca , 2023\n" +"Language-Team: Catalan (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blau" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Escolliu les variants del producte" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Sexe" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Home" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Samarreta de la meva empresa (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "No disponible" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rosa" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Producte" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valor d' atribut de plantilla de producte" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Arc de Sant Martí" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Mostra l'amor de la teva empresa al teu voltant =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Mida" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Dones" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Groc" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..1faa14a --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,153 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Jiří Podhorecký, 2023 +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Czech (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Modrá" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Vyberte varianty produktu" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Potvrdit" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Zrušit" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Pohlaví" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Muži" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Není k dispozici" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Hodnota atributu šablony produktu" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Velikost" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Ženy" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Žlutý" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..711bbda --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Danish (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blå" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Vælg produkt varianter" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Bekræft" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Kassér" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Køn" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Mænd" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Min virksomheds Tshirt (GITTER)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Ikke tilgængelig" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Pink" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Produkt skabelon egenskab værdi" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Regnbue" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Vis din virksomheds kærlighed omkring dig =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Størrelse" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Kvinder" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Gul" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..c57b4d5 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: German (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Wechseln Sie zur „sonst“-Bedingung dieses Blocks, um die Tabelle " +"anzuzeigen oder zu bearbeiten." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Produktmatrixblock" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blau" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Zellenname" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Produktvarianten wählen" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Spaltenname" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Bestätigen" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Verwerfen" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Geschlecht" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Herren" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "My Company T-Shirt (RASTER)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nicht verfügbar" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Pink" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Attributwert der Produktvorlage" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Regenbogen" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Zeigen Sie Ihrer Umgebung, wie sehr Sie Ihr Unternehmen lieben =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Größe" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"Die Matrix der Produktvarianten dieses Auftrags wird hier angezeigt, falls " +"es welche gibt." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Variantenpreis" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Damen" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Gelb" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..5b0fa61 --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: Spanish (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Cambie la condición \"else\" de este bloque para ver o editar la " +"tabla." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Bloque de matriz del producto" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Azul" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Nombre de la celda" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Seleccione Variantes de Producto" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Nombre de la columna" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Género" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Hombres" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Mi Camiseta de mi Empresa (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "No disponible" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rosado" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Producto" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valor del atributo de la plantilla de producto" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Arco iris" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Muestre a su compañía el amor a su alrededor =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Tamaño" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "Si hay una matriz de las variantes de un producto, se mostrará aquí. " + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Precio de la variante" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Mujeres" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Amarillo" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..f1def67 --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# Fernanda Alvarez, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Fernanda Alvarez, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Cambie la condición \"else\" de este bloque para ver o editar la " +"tabla." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Bloque de matriz del producto" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Azul" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Nombre de la celda" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Seleccione las variantes del producto" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Nombre de la columna" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Género" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Hombres" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Playera de MiEmpresa " + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "No disponible" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rosa" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Producto" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valor del atributo del modelo de producto" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Arcoíris" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Presuma cuánto ama a su empresa. =)" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Tamaño" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "Si hay una matriz de las variantes de un producto, se mostrará aquí. " + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Precio de la variante" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Mujeres" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Amarillo" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..6119fb9 --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,162 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Martin Trigaux, 2023 +# Triine Aavik , 2023 +# Eneli Õigus , 2023 +# Leaanika Randmets, 2023 +# Rivo Zängov , 2023 +# Patrick-Jordan Kiudorv, 2023 +# Anna, 2023 +# Katrin Kampura, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Katrin Kampura, 2023\n" +"Language-Team: Estonian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Tabeli vaatamiseks või muutmiseks minge selle ploki tingimusele " +"\"muu\"." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Toote maatriksi plokk" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Sinine" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Lahtri nimi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Vali toote variatsioonid" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Veeru nimi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Kinnitage" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Loobu" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Sugu" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Mehed" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Minu ettevõtte särk (Võrgustik)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Pole saadaval" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Roosa" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Toode" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Tootemalli atribuudi väärtus" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Vikerkaar" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Näita firma armastust enda ümber =). " + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Suurus" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"Kui tellimusel on toote variatsioone, siis kuvatakse nende maatriks siin." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Variatsiooni hind" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Naised" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Kollane" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..70b674a --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Hanna Kheradroosta, 2023 +# Martin Trigaux, 2023 +# Mohsen Mohammadi , 2023 +# Hamed Mohammadi , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Hamed Mohammadi , 2023\n" +"Language-Team: Persian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "آبی" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "گونه محصول را انتخاب کنید" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "تایید کردن" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "رها کردن" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "جنسیت" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "مرد" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "در دسترس نیست" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "صورتی" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "محصول" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "رنگین‌کمان" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "عشق به شرکت را اطراف خود به نمایش بگذارید =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "اندازه" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "زن" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "زرد" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..20a1dfd --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,160 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Simo Suurla , 2023 +# Tuomo Aura , 2023 +# Martin Trigaux, 2023 +# Kari Lindgren , 2023 +# Tommi Rintala , 2023 +# Ossi Mantylahti , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ossi Mantylahti , 2023\n" +"Language-Team: Finnish (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Siirry tämän lohkon \"else\"-ehtoon nähdäksesi tai muokataksesi " +"taulukkoa." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Tuotematriisilohko" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Sininen" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Solun nimi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Valitse tuotevariantit" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Sarakkeen nimi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Vahvista" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Hylkää" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Sukupuoli" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Miehet" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Yritykseni T-paita (RUUDUKKO)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Ei saatavilla" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Vaaleanpunainen" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Tuote" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Tuotemallin ominaisuuden arvo" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Sateenkaari" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Näytä yrityksesi rakkautta ympärilläsi =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Koko" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"Tässä näytetään tämän tilauksen tuotevaihtoehtojen matriisi, jos niitä on." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Variantin hinta" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Naiset" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Keltainen" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..7a6a4ed --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: French (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Passez à la condition \"else\" de ce bloc pour visualiser ou modifier" +" le tableau." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Bloc de matrice de produits" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Bleu" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Nom de la cellule" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Choisissez des variantes de produit" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Nom de la colonne" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Confirmer" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Ignorer" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Genre" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Hommes" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Le t-shirt de ma société (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Pas disponible" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rose" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produit" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valeur caratéristique du modèle produit" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Arc-en-ciel" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Montrez l'amour de votre entreprise autour de vous =)" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Taille" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"La matrice des variantes de produits de cette commande sera affichée ici, " +"s'il y en a." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Prix de la variante" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Femmes" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Jaune" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..1d36e4a --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Nis bar , 2023 +# Martin Trigaux, 2023 +# Ofir Blum , 2023 +# ZVI BLONDER , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: ZVI BLONDER , 2023\n" +"Language-Team: Hebrew (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "כחול" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "בחר וריאנטים של מוצר" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "אשר" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "בטל" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "מין" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "גברים" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "חולצת של החברה שלי (רשת)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "לא זמין" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "ורוד" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "מוצר" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "ערך תכונה של תבנית מוצר" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "קשת בענן" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "הראה את אהבת החברה שלך סביבך =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "גודל" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "נשים" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "צהוב" diff --git a/i18n/hr.po b/i18n/hr.po new file mode 100644 index 0000000..d2921f4 --- /dev/null +++ b/i18n/hr.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Milan Tribuson , 2022 +# Martin Trigaux, 2022 +# Vladimir Olujić , 2022 +# Karolina Tonković , 2022 +# Bole , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0beta\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:54+0000\n" +"Last-Translator: Bole , 2023\n" +"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Plava" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Potvrdi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Spol" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Muški" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Majca moje tvrtke (mreža)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nije dostupno" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Pink" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Proizvod" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Vrijednost atributa predloška proizvoda" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Duga" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Proširite ljubav svoje tvrtke oko sebe :)" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Veličina" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Žensko" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Žuta" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..dda6593 --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# gezza , 2023 +# Martin Trigaux, 2023 +# krnkris, 2023 +# Tamás Németh , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tamás Németh , 2023\n" +"Language-Team: Hungarian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Kék" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Megerősítés" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Elvetés" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Neme" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Férfi" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nem elérhető" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rózsaszín" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Termék" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Szivárvány" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Méret" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Nő" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Sárga" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..9bcf52d --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Indonesian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Ganti ke kondisi \"else\" dari blok ini untuk melihat atau mengedit " +"tabel." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Blok product matrix" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Biru" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Nama cell" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Pilih Varian Produk" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Nama kolom" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Konfirmasi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Buang" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Jenis kelamin" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Pria" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Tshirt Perusahaan Saya (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Tidak tersedia" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Pink" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produk" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Nilai Atribut Templat Produk" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Pelangi" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Show your company love around you =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Ukuran" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"Matrix varian produk dari pesanan ini akan ditampilkan di sini, bila ada." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Harga varian" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Wanita" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Kuning" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..c7b74d9 --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Italian (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Seleziona la condizione \"altro\" in questo blocco per vedere o " +"modificare la tabella." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Blocco matrice prodotti" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blu" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Nome cella" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Scelta varianti prodotto" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Nome colonna" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Conferma" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Abbandona" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Sesso" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Uomini" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Maglietta My Company (GRIGLIA)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Non disponibile" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rosa" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Prodotto" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valore attributo del modello prodotto" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Arcobaleno" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Mostra a tutti l'amore per la tua azienda =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Taglia" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"La matrice delle varianti prodotto dell'ordine verrà visualizzata qui, se ce" +" ne sono." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Prezzo variante" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Donne" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Giallo" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..796c0c9 --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,153 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# Ryoko Tsuda , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ryoko Tsuda , 2023\n" +"Language-Team: Japanese (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "このブロックの \"他の\"条件に切り替えて、テーブルを表示または編集します" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "プロダクトマトリクスブロック" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "青" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "セル名" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "プロダクトバリアントを選択" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "行名" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "確認" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "破棄" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "性別" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "メンズ" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "自分の会社Tシャツ (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "利用不可" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "ピンク" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "プロダクト" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "プロダクトテンプレート属性値" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "レインボー" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "愛社心を周りに見せましょう =)" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "サイズ" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "このオーダのプロダクトバリアントのマトリックスがあれば、ここに表示されます。" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "バリアント価格" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "ウィメンズ" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "黄" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..367f38a --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Korean (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "표를 보거나 편집하려면 이 블록의 \"기타\" 조건으로 전환합니다." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "품목 매트릭스 블록" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "파란색" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "셀 이름" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "품목 세부항목 선택" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "열 이름" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "승인" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "취소" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "성별" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "남성" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "우리 회사 티셔츠(그리드)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "사용할 수 없음" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "핑크" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "품목" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "품목 양식 속성 값" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "무지개색" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "당신의 회사 사랑을 보여주십시오 =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "사이즈" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "이 주문의 품목 세부선택 매트릭스가 있는 경우 여기에 표시됩니다." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "세부 선택 가격" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "여성" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "노랑" diff --git a/i18n/lb.po b/i18n/lb.po new file mode 100644 index 0000000..99af356 --- /dev/null +++ b/i18n/lb.po @@ -0,0 +1,114 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2019-08-26 09:13+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"Language: lb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..a55daa4 --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Martin Trigaux, 2023 +# digitouch UAB , 2023 +# Linas Versada , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Linas Versada , 2023\n" +"Language-Team: Lithuanian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Mėlyna" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Patvirtinti" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Atmesti" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Lytis" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nepasiekiama" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produktas" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Dydis" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Geltonas" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..10bb2b9 --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# ievaputnina , 2023 +# Martin Trigaux, 2023 +# Arnis Putniņš , 2023 +# Armīns Jeltajevs , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Armīns Jeltajevs , 2023\n" +"Language-Team: Latvian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Zils" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Apstiprināt" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Atmest" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Dzimums" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nav pieejams" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkts" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Izmērs" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Dzeltens" diff --git a/i18n/mn.po b/i18n/mn.po new file mode 100644 index 0000000..3f31718 --- /dev/null +++ b/i18n/mn.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Khoschuluu Khuderchuluu , 2022 +# Martin Trigaux, 2022 +# Batmunkh Ganbat , 2022 +# hish, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0beta\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:54+0000\n" +"Last-Translator: hish, 2022\n" +"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Цэнхэр" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Батлах" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Хүйс" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Идэвхгүй" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Бараа" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Хэмжээ" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Шар" diff --git a/i18n/nb.po b/i18n/nb.po new file mode 100644 index 0000000..5c88b35 --- /dev/null +++ b/i18n/nb.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Jorunn D. Newth, 2022 +# Martin Trigaux, 2022 +# Marius Stedjan , 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0beta\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:54+0000\n" +"Last-Translator: Marius Stedjan , 2022\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blå" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Bekreft" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Kjønn" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Attributtverdi for Produktmal" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Størrelse" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Gul" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..8bffb05 --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Dutch (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Schakel over naar de \"else\" voorwaarde van dit blok om de tabel te " +"bekijken of te bewerken." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Productmatrix blok" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blauw" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Celnaam" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Kies productvarianten" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Kolomnaam" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Bevestigen" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Negeren" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Geslacht" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Man" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Mijn bedrijf t-shirt (Matrix)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Niet beschikbaar" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Roze" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Product" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Productsjabloon kenmerk waarde" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Regenboog" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Toon je bedrijfsliefde om je heen =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Grootte" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"De matrix van productvarianten van deze order wordt hier weergegeven, als " +"die er zijn." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Prijs variant" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Vrouwen" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Geel" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..7e8272f --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Polish (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Niebieski" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Wybierz warianty produktu" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Potwierdź" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Odrzuć" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Płeć" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Mężczyźni" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Tshirt mojej firmy (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nie dostępny/e" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Różowy" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Wartość atrybutu szablonu produktu" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Tęcza" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Pokaż swojej firmie miłość wokół siebie =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Rozmiar" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Kobiety" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Żółty" diff --git a/i18n/product_matrix.pot b/i18n/product_matrix.pot new file mode 100644 index 0000000..9555630 --- /dev/null +++ b/i18n/product_matrix.pot @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 21:55+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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "" diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..112dd0a --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Azul" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Descartar" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Género" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Indisponível" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produto" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Tamanho" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..cd2c9ea --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (Brazil) (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Alterne para a condição “else” deste bloco para visualizar ou editar " +"a tabela." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Bloco da matriz de produtos" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Azul" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Nome da célula" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Selecione as variantes de produto" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Nome da coluna" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Confirmar" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Cancelar" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Gênero" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Homem" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Camiseta da minha empresa (grade)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Não disponível" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Rosa" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produto" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valor de atributo do modelo de produto" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Arco íris" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Mostre o amor da sua empresa à sua volta =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Tamanho" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"A matriz de variantes do produto deste pedido será exibida aqui, se houver " +"uma." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Preço da variante" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Mulher" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "GG" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "PP" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Amarelo" diff --git a/i18n/ro.po b/i18n/ro.po new file mode 100644 index 0000000..2e7f516 --- /dev/null +++ b/i18n/ro.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Martin Trigaux, 2022 +# Cozmin Candea , 2022 +# Foldi Robert , 2022 +# Dorin Hongu , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0beta\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:54+0000\n" +"Last-Translator: Dorin Hongu , 2023\n" +"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Albastru" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Sex" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Bărbaț" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nu este disponibil" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produs" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Valoare Atribut Model Produs" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Dimensiune" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Femeie" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Galben" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..7a80e04 --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,159 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Martin Trigaux, 2023 +# Sergey Vilizhanin, 2023 +# Collex100, 2023 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Russian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Переключитесь на условие \"else\" этого блока, чтобы просмотреть или " +"отредактировать таблицу." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Блок матрицы продукта" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Синий" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Название ячейки" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Выберите варианты продуктов" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Название колонки" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Подтвердить" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Отменить" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Пол" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Мужчина" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Футболка \"Моя компания\" (ГРИД)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Недоступно" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Розовый" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Товар" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Значение атрибута шаблона продукта" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Радуга" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Покажите своей компании любовь вокруг вас =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Размер" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"Здесь будет отображена матрица вариантов продуктов для данного заказа, если " +"таковые имеются." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Цена варианта" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Женщины" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Желтый" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..9ce5c01 --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Slovak (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Modrá" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Vyberte varianty produktu" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Potvrdiť" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Zrušiť" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Pohlavie" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Muži" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Tričko mojej spoločnosti (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nedostupné" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Ružová" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Hodnota atribútu šablóny produktu" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Dúha" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Ukážte lásku vašej spoločnosti okolo vás =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Veľkosť" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Ženy" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Žltá" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..565609b --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# matjaz k , 2023 +# Jasmina Macur , 2023 +# Martin Trigaux, 2023 +# Tomaž Jug , 2023 +# Tadej Lupšina , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tadej Lupšina , 2023\n" +"Language-Team: Slovenian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Modro" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Potrdi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Opusti" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Spol" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Moški" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Ni na voljo" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Izdelek" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Velikost" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Ženske" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Rumena" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..6b5de53 --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Milan Bojovic , 2023 +# Dragan Vukosavljevic , 2023 +# Martin Trigaux, 2023 +# コフスタジオ, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: コフスタジオ, 2024\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blue" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Izaberite varijante proizvoda" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Potvrdi" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Poništi" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Pol" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Men" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "My Company Tshirt (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Nije dostupno" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Pink" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Proizvod" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Product Template Attribute Value" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Rainbow" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Show your company love around you =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Veličina" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Women" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Yellow" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..ccb1afd --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Simon S, 2023 +# Robin Calvin, 2023 +# Lasse L, 2023 +# Anders Wallenquist , 2023 +# Martin Trigaux, 2023 +# Jakob Krabbe , 2023 +# Kim Asplund , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Kim Asplund , 2023\n" +"Language-Team: Swedish (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Blå" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Välj produktvarianter" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Bekräfta" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Förkasta" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Kön" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Män" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Produkt" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Storlek" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Kvinnor" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Gul" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..2a0cf47 --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,153 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Thai (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"สลับไปที่เงื่อนไข \"else\" ของบล็อกนี้เพื่อดูหรือแก้ไขตาราง" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "บล็อกเมทริกซ์สินค้า" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "สีฟ้า" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "ชื่อเซลล์" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "เลือกตัวเลือกสินค้า" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "ชื่อคอลัมน์" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "ยืนยัน" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "ละทิ้ง" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "เพศ" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "ผู้ชาย" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "บริษัทเสื้อยืดของฉัน (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "ไม่พร้อมใช้งาน" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "สีชมพู" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "สินค้า" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "ค่าคุณสมบัติของเทมเพลตสินค้า" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "สีรุ้ง" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "แสดงความรักต่อบริษัทไปยังรอบตัวคุณ =)" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "ไซส์" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "เมทริกซ์ของตัวเลือกสินค้าของคำสั่งซื้อนี้จะแสดงที่นี่ หากมี" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "ราคาตัวเลือกสินค้า" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "ผู้หญิง" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "สีเหลือง" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..85ace44 --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,159 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# abc Def , 2023 +# Martin Trigaux, 2023 +# Umur Akın , 2023 +# Murat Kaplan , 2023 +# Ediz Duman , 2023 +# Tugay Hatıl , 2023 +# dhkabayel , 2023 +# sinem cil, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: sinem cil, 2024\n" +"Language-Team: Turkish (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Mavi" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Ürün Varyantlarını Seçin" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Onayla" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Vazgeç" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Cinsiyeti" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Erkek" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "My Company Tshirt (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Mevcut değil" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Pembe" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Ürün" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Ürün Şablon Nitelik Değeri" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Gökkuşağı" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Şirketinizin etrafınızdaki sevgisini gösterin =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Boyut" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Varyant fiyatı" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Kadın" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Sarı" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..557640d --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Alina Lisnenko , 2023 +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Ukrainian (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" +"Щоб переглянути або відредагувати таблицю, перемкніться в стан «інше»" +" цього блоку." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "Блок матриці товару" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Синій" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "Назва клітинки" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Оберіть варіанти товару" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "Назва колонки" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Підтвердити" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Відмінити" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Стать" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Чоловіки" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Футболка моєї компанії (СІТКА)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Недоступний" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Рожевий" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Товар" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Значення атрибуту шаблону товару" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Веселка" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Покажіть любов до своєї компанії навколо себе =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Розмір" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" +"Тут буде відображена матриця варіантів товару цього замовлення, якщо такі є." + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "Ціна варіанту" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Жінки" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Жовтий" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..1ecb541 --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Vietnamese (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "Xanh dương" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "Chọn biến thể sản phẩm" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "Xác nhận" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "Huỷ bỏ" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "Giới tính" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "Nam" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "Áo phông công ty (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "Không khả dụng" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "Hồng" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "Sản phẩm" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "Giá trị thuộc tính mẫu sản phẩm" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "Cầu vồng" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "Lan toả tình yêu công ty =)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "Quy mô" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "Nữ" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "Vàng" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..690e591 --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (China) (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "切换到 \"else\" 条件以查看或编辑表格。" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "产品矩阵模块" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "蓝色" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "单元格名称" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "选择产品变体" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "列名称" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "确认" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "丢弃" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "性别" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "男士" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "我的公司T恤 (GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "不可用" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "粉色" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "产品" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "产品模板属性值" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "彩虹" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "在您周围展示您的公司的爱=)。" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "尺寸" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "此处将显示该订单的产品变体矩阵(如有)。" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "变体价格" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "女士" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "黄色" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..7300a81 --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_matrix +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.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: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"Switch to the \"else\" condition of this block to view or edit the " +"table." +msgstr "切換至此區塊的「else」條件,以檢視或編輯該表格。" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Product matrix block" +msgstr "產品矩陣模塊" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_1 +msgid "Blue" +msgstr "藍色" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Cell name" +msgstr "儲存格名稱" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/js/product_matrix_dialog.js:0 +#, python-format +msgid "Choose Product Variants" +msgstr "選擇產品款式" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "Column name" +msgstr "欄名" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Confirm" +msgstr "確認" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix_dialog.xml:0 +#, python-format +msgid "Discard" +msgstr "捨棄" + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_gender +msgid "Gender" +msgstr "性別" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_m +msgid "Men" +msgstr "男性" + +#. module: product_matrix +#: model:product.template,name:product_matrix.matrix_product_template_shirt +msgid "My Company Tshirt (GRID)" +msgstr "我的公司T恤(GRID)" + +#. module: product_matrix +#. odoo-javascript +#: code:addons/product_matrix/static/src/xml/product_matrix.xml:0 +#, python-format +msgid "Not available" +msgstr "不可用" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_2 +msgid "Pink" +msgstr "粉紅色" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template +msgid "Product" +msgstr "商品" + +#. module: product_matrix +#: model:ir.model,name:product_matrix.model_product_template_attribute_value +msgid "Product Template Attribute Value" +msgstr "產品模板屬性值" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_4 +msgid "Rainbow" +msgstr "彩虹" + +#. module: product_matrix +#: model:product.template,description_sale:product_matrix.matrix_product_template_shirt +msgid "Show your company love around you =)." +msgstr "展示公司的愛圍繞著你=)." + +#. module: product_matrix +#: model:product.attribute,name:product_matrix.product_attribute_size +msgid "Size" +msgstr "大小" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.matrix +msgid "" +"The matrix of product variants of this order will be displayed here, if " +"there are any." +msgstr "此處將顯示此訂單的產品款式矩陣(如有)。" + +#. module: product_matrix +#: model_terms:ir.ui.view,arch_db:product_matrix.extra_price +msgid "Variant price" +msgstr "款式變體價格" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_w +msgid "Women" +msgstr "女性" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xl +msgid "XL" +msgstr "XL" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_size_xs +msgid "XS" +msgstr "XS" + +#. module: product_matrix +#: model:product.attribute.value,name:product_matrix.product_attribute_value_color_3 +msgid "Yellow" +msgstr "黃色" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..e8fa8f6 --- /dev/null +++ b/models/__init__.py @@ -0,0 +1 @@ +from . import product_template diff --git a/models/product_template.py b/models/product_template.py new file mode 100644 index 0000000..11681a8 --- /dev/null +++ b/models/product_template.py @@ -0,0 +1,85 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +import itertools + +from odoo import models, fields + + +class ProductTemplate(models.Model): + _inherit = 'product.template' + + def _get_template_matrix(self, **kwargs): + self.ensure_one() + company_id = kwargs.get('company_id', None) or self.company_id or self.env.company + currency_id = kwargs.get('currency_id', None) or self.currency_id + display_extra = kwargs.get('display_extra_price', False) + attribute_lines = self.valid_product_template_attribute_line_ids + + Attrib = self.env['product.template.attribute.value'] + first_line_attributes = attribute_lines[0].product_template_value_ids._only_active() + attribute_ids_by_line = [line.product_template_value_ids._only_active().ids for line in attribute_lines] + + header = [{"name": self.display_name}] + [ + attr._grid_header_cell( + fro_currency=self.currency_id, + to_currency=currency_id, + company=company_id, + display_extra=display_extra + ) for attr in first_line_attributes] + + result = [[]] + for pool in attribute_ids_by_line: + result = [x + [y] for y in pool for x in result] + args = [iter(result)] * len(first_line_attributes) + rows = itertools.zip_longest(*args) + + matrix = [] + for row in rows: + row_attributes = Attrib.browse(row[0][1:]) + row_header_cell = row_attributes._grid_header_cell( + fro_currency=self.currency_id, + to_currency=currency_id, + company=company_id, + display_extra=display_extra) + result = [row_header_cell] + + for cell in row: + combination = Attrib.browse(cell) + is_possible_combination = self._is_combination_possible(combination) + cell.sort() + result.append({ + "ptav_ids": cell, + "qty": 0, + "is_possible_combination": is_possible_combination + }) + matrix.append(result) + + return { + "header": header, + "matrix": matrix, + } + + +class ProductTemplateAttributeValue(models.Model): + _inherit = "product.template.attribute.value" + + def _grid_header_cell(self, fro_currency, to_currency, company, display_extra=True): + """Generate a header matrix cell for 1 or multiple attributes. + + :param res.currency fro_currency: + :param res.currency to_currency: + :param res.company company: + :param bool display_extra: whether extra prices should be displayed in the cell + True by default, used to avoid showing extra prices on purchases. + :returns: cell with name (and price if any price_extra is defined on self) + :rtype: dict + """ + header_cell = { + 'name': ' • '.join([attr.name for attr in self]) if self else " " + } # The " " is to avoid having 'Not available' if the template has only one attribute line. + extra_price = sum(self.mapped('price_extra')) if display_extra else 0 + if extra_price: + header_cell['currency_id'] = to_currency.id + header_cell['price'] = fro_currency._convert( + extra_price, to_currency, company, fields.Date.today()) + return header_cell diff --git a/static/img/matrix_mycompany_tshirt.jpeg b/static/img/matrix_mycompany_tshirt.jpeg new file mode 100644 index 0000000..b600989 Binary files /dev/null and b/static/img/matrix_mycompany_tshirt.jpeg differ diff --git a/static/src/js/product_matrix_dialog.js b/static/src/js/product_matrix_dialog.js new file mode 100644 index 0000000..bc22a0f --- /dev/null +++ b/static/src/js/product_matrix_dialog.js @@ -0,0 +1,88 @@ +/** @odoo-module **/ + +import { _t } from "@web/core/l10n/translation"; +import { Dialog } from '@web/core/dialog/dialog'; +import { formatMonetary } from "@web/views/fields/formatters"; +import { useHotkey } from "@web/core/hotkeys/hotkey_hook"; +import { Component, onMounted, markup, useRef } from "@odoo/owl"; + +export class ProductMatrixDialog extends Component { + setup() { + this.size = 'xl'; + this.title = _t("Choose Product Variants"); + + const productMatrixRef = useRef('productMatrix'); + useHotkey("enter", () => this._onConfirm(), { + /*** + * By default, Hotkeys don't work in input fields. As the matrix table is composed of + * input fields, the `bypassEditableProtection` param will allow Hotkeys to work from + * the input fields. + * + * To avoid triggering the confirmation when pressing 'enter' on the close or the + * discard button, we only set the hotkey area on the matrix table. + */ + bypassEditableProtection: true, + area: () => productMatrixRef.el, + }); + + onMounted(() => { + if(this.props.editedCellAttributes.length) { + const inputs = document.getElementsByClassName('o_matrix_input'); + Array.from(inputs).filter((matrixInput) => + matrixInput.attributes.ptav_ids.nodeValue === this.props.editedCellAttributes + )[0].select(); + } else { + document.getElementsByClassName('o_matrix_input')[0].select(); + } + }); + } + + _format({price, currency_id}) { + if (!price) { return ""; } + const sign = price < 0 ? '-' : '+'; + const formatted = formatMonetary( + Math.abs(price), + { + currencyId: currency_id, + }, + ); + return markup(` ${sign} ${formatted} `); + } + + _onConfirm() { + const inputs = document.getElementsByClassName('o_matrix_input'); + let matrixChanges = []; + for (let matrixInput of inputs) { + if (matrixInput.value && matrixInput.value !== matrixInput.nodeValue) { + matrixChanges.push({ + qty: parseFloat(matrixInput.value), + ptav_ids: matrixInput.attributes.ptav_ids.nodeValue.split(",").map( + id => parseInt(id) + ), + }); + } + } + if (matrixChanges.length > 0) { + // NB: server also removes current line opening the matrix + this.props.record.update({ + grid: JSON.stringify({ + changes: matrixChanges, + product_template_id: this.props.product_template_id + }), + grid_update: true // to say that the changes to grid have to be applied to the SO. + }); + } + this.props.close(); + } +} + +ProductMatrixDialog.template = 'product_matrix.dialog'; +ProductMatrixDialog.props = { + header: { type: Object }, + rows: { type: Object }, + editedCellAttributes: { type: String }, + product_template_id: { type: Number }, + record: { type: Object }, + close: { type: Function }, +}; +ProductMatrixDialog.components = { Dialog }; diff --git a/static/src/scss/product_matrix.scss b/static/src/scss/product_matrix.scss new file mode 100644 index 0000000..d22f3a3 --- /dev/null +++ b/static/src/scss/product_matrix.scss @@ -0,0 +1,28 @@ +.o_matrix_input_table { + .o_matrix_ps { + padding-left: $modal-inner-padding; + } + .o_matrix_pe { + padding-right: $modal-inner-padding; + } + //removing input field=number arrows as their size might + //change depending on browser default styling and shift input's position + .o_matrix_input { + &::-webkit-outer-spin-button, + &::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } + &[type=number] { + -moz-appearance: textfield; + } + } + .o_matrix_input_td { + border: none; + &:focus-within { + --table-accent-bg: none; + background-color: $o-view-background-color; + border-bottom: $o-black 1px solid; + } + } +} diff --git a/static/src/xml/product_matrix.xml b/static/src/xml/product_matrix.xml new file mode 100644 index 0000000..97fdcac --- /dev/null +++ b/static/src/xml/product_matrix.xml @@ -0,0 +1,67 @@ + diff --git a/static/src/xml/product_matrix_dialog.xml b/static/src/xml/product_matrix_dialog.xml new file mode 100644 index 0000000..d8e8b8d --- /dev/null +++ b/static/src/xml/product_matrix_dialog.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..511e649 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import common diff --git a/tests/common.py b/tests/common.py new file mode 100644 index 0000000..7dd7235 --- /dev/null +++ b/tests/common.py @@ -0,0 +1,50 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +from odoo.tests import tagged, common + + +class TestMatrixCommon(common.HttpCase): + + def setUp(self): + super(TestMatrixCommon, self).setUp() + + # Prepare relevant test data + # This is not included in demo data to avoid useless noise + product_attributes = self.env['product.attribute'].create([{ + 'name': 'PA1', + 'create_variant': 'always', + 'sequence': 1 + }, { + 'name': 'PA2', + 'create_variant': 'always', + 'sequence': 2 + }, { + 'name': 'PA3', + 'create_variant': 'dynamic', + 'sequence': 3 + }, { + 'name': 'PA4', + 'create_variant': 'no_variant', + 'sequence': 4 + }]) + + self.env['product.attribute.value'].create([{ + 'name': 'PAV' + str(product_attribute.sequence) + str(i), + 'attribute_id': product_attribute.id + } for i in range(1, 3) for product_attribute in product_attributes]) + + self.matrix_template = self.env['product.template'].create({ + 'name': "Matrix", + 'type': "consu", + 'uom_id': self.ref("uom.product_uom_unit"), + 'uom_po_id': self.ref("uom.product_uom_unit"), + 'attribute_line_ids': [(0, 0, { + 'attribute_id': attribute.id, + 'value_ids': [(6, 0, attribute.value_ids.ids)] + }) for attribute in product_attributes], + }) + def get_ptav(pav_name): + return self.env['product.template.attribute.value']\ + .search([('product_attribute_value_id.name', '=', pav_name)]) + get_ptav('PAV12').price_extra = 50 + get_ptav('PAV31').price_extra = -25 diff --git a/views/matrix_templates.xml b/views/matrix_templates.xml new file mode 100644 index 0000000..56c9917 --- /dev/null +++ b/views/matrix_templates.xml @@ -0,0 +1,55 @@ + + + + + +