mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-26 13:32:01 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Sale Matrix
|
||||
|
||||
|
||||
This module allows to fill Sales Order rapidly
|
||||
by choosing product variants quantity through a Grid Entry.
|
||||
This module allows to fill Sales Order rapidly
|
||||
by choosing product variants quantity through a Grid Entry.
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
@ -13,39 +13,15 @@ pip install odoo-bringout-oca-ocb-sale_product_matrix
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- sale
|
||||
- product_matrix
|
||||
- sale_product_configurator
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Sale Matrix
|
||||
- **Version**: 1.0
|
||||
- **Category**: Sales/Sales
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `sale_product_matrix`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/sale_product_matrix
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Reports: doc/REPORTS.md
|
||||
- Security: doc/SECURITY.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -1,14 +1,15 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-sale_product_matrix"
|
||||
version = "16.0.0"
|
||||
description = "Sale Matrix - Add variants to Sales Order through a grid entry."
|
||||
description = "Sale Matrix -
|
||||
Add variants to Sales Order through a grid entry.
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-sale>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-product_matrix>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-sale_product_configurator>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-sale>=19.0.0",
|
||||
"odoo-bringout-oca-ocb-product_matrix>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -18,7 +19,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': "Sale Matrix",
|
||||
'summary': "Add variants to Sales Order through a grid entry.",
|
||||
'description': """
|
||||
This module allows to fill Sales Order rapidly
|
||||
by choosing product variants quantity through a Grid Entry.
|
||||
This module allows to fill Sales Order rapidly
|
||||
by choosing product variants quantity through a Grid Entry.
|
||||
""",
|
||||
'category': 'Sales/Sales',
|
||||
'version': '1.0',
|
||||
'depends': ['sale', 'product_matrix', 'sale_product_configurator'],
|
||||
'depends': ['sale', 'product_matrix'],
|
||||
'data': [
|
||||
'views/product_template_views.xml',
|
||||
'views/sale_order_views.xml',
|
||||
|
|
@ -23,5 +23,6 @@
|
|||
'sale_product_matrix/static/src/**/*',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,88 +1,85 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:42+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/ar/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr "إضافة وضع المنتج "
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "اختر متغيرات المنتج "
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "إغلاق"
|
||||
msgstr "إضافة وضع المنتج"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"المهيئ: اختر قيم الخصائص لإضافة متغير المنتج المطابق إلى الطلب.\n"
|
||||
"الشبكة: أضف عدة متغيرات دفعة واحدة من شبكة قيم الخصائص "
|
||||
"الشبكة: أضف عدة متغيرات دفعة واحدة من شبكة قيم الخصائص"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "تأكيد"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "قالب منتج الشبكة "
|
||||
msgstr "قالب منتج الشبكة"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "تحديث الشبكة "
|
||||
msgstr "تحديث الشبكة"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "مساحة التخزين المحلية للمصفوفة "
|
||||
msgstr "مساحة التخزين المحلية للمصفوفة"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "قيد شبكة الطلب "
|
||||
msgstr "قيد شبكة الطلب"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "طباعة شبكات المتغيرات "
|
||||
msgstr "طباعة شبكات المتغيرات"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -92,7 +89,7 @@ msgstr "المنتج"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "مهيئ المنتج "
|
||||
msgstr "مهيئ المنتج"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
|
|
@ -107,7 +104,7 @@ msgstr "بند أمر المبيعات"
|
|||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "اختيار متغير المبيعات "
|
||||
msgstr "اختيار متغير المبيعات"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -118,12 +115,11 @@ msgid ""
|
|||
msgstr ""
|
||||
"مساحة تخزين تقنية محلية للشبكة. \n"
|
||||
"إذا كانت grid_update، سوف يتم تحميلها في أمر البيع.\n"
|
||||
"إذا لم تكن كذلك، فعندها تمثل المصفوفة لفتحها. "
|
||||
"إذا لم تكن كذلك، فعندها تمثل المصفوفة لفتحها."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "لا يمكنك تغيير كمية منتج موجود في عدة بنود بيع. "
|
||||
msgstr "لا يمكنك تغيير كمية منتج موجود في عدة بنود بيع."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,35 +23,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Bağlayın"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Təsdiq edin"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -67,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -85,7 +75,7 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Məhsul"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -95,12 +85,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Satış Sifarişi"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Satış Sifarişi Sətri"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -118,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,27 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# KeyVillage, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Igor Sheludko <igor.sheludko@gmail.com>, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Ивайло Малинов <iv.malinov@gmail.com>, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ивайло Малинов <iv.malinov@gmail.com>, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -30,35 +23,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Затвори"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Потвърждение"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -88,7 +75,7 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Продукт"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -98,12 +85,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Поръчка"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ред на поръчка за продажби"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -121,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,113 +1,103 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr "Način dodavanja proizvoda"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Odaberi varijante proizvoda"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zatvori"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfiguratori: odaberite vrijednosti atributa za dodavanje odgovarajuće varijante proizvoda u narud·bu.\n"
|
||||
"Rešetka: dodajte nekoliko varijanti odjednom iz rešetke vrijednosti atributa"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdi"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "Mreža predložaka proizvoda"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Ažuriraj mrežu"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "Lokalna pohrana matrice"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "Unos rešetke naloga"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Ispisuj rešetke varijanti"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Proizvod"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "Konfigurator artikala"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodajni nalog"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka prodajnog naloga"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Odabir varijante prodaje"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -116,15 +106,10 @@ msgid ""
|
|||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"Tehnička lokalna pohrana rešetke. \n"
|
||||
"Ako je grid_update, bit će učitana na SO.\n"
|
||||
"Ako ne, predstavlja matricu za otvaranje."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py
|
||||
#, python-format
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Ne možete promijeniti količinu proizvoda prisutnog u više linija prodaje."
|
||||
|
|
|
|||
|
|
@ -1,29 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2022
|
||||
# Quim - eccit <quim@eccit.com>, 2022
|
||||
# Harcogourmet, 2022
|
||||
# marcescu, 2022
|
||||
# Josep Anton Belchi, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ivan Espinola, 2022
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ivan Espinola, 2022\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:35+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/ca/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -32,37 +26,26 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Afegeix el mode producte"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Escolliu les variants del producte"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Tancar"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurador: trieu els valors d'atribut per a afegir la variant de producte coincident a l'ordre.\n"
|
||||
"Quadrícula: afegeix diverses variants alhora des de la graella de valors d'atribut"
|
||||
"Configurador: trieu els valors d'atribut per a afegir la variant de producte "
|
||||
"coincident a l'ordre.\n"
|
||||
"Quadrícula: afegeix diverses variants alhora des de la graella de valors "
|
||||
"d'atribut"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -74,6 +57,13 @@ msgstr "Producte Grid Tmpl"
|
|||
msgid "Grid Update"
|
||||
msgstr "Actualització de la graella"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -102,7 +92,7 @@ msgstr "Configurador de productes"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Comanda de venda"
|
||||
msgstr "Comanda"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
|
|
@ -128,7 +118,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,62 +1,53 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Jiří Podhorecký, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Jiří Podhorecký, 2022\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:47+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/cs/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Vyberte varianty produktu"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zavřít"
|
||||
msgstr "Přidat režim produktu"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdit"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -68,6 +59,13 @@ msgstr "Produkt mřížky tmpl"
|
|||
msgid "Grid Update"
|
||||
msgstr "Aktualizace mřížky"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -101,7 +99,7 @@ msgstr "Prodejní objednávka"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Řádek zakázky"
|
||||
msgstr "Položka prodejní objednávky"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -119,7 +117,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,85 +1,85 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:19+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/da/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr "Tilføj produkt tilstand"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Vælg produkt varianter"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Luk"
|
||||
msgstr "Tilføj produkttilstand"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurator: Vælg attributværder for at tilføje den matchende "
|
||||
"produktvariant til ordren.\n"
|
||||
"Gitter: Tilføj flere varianter samtidigt fra gitteret med attributværdier"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Bekræft"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "Gitter produkt skbl"
|
||||
msgstr "Gitterprodukt-skbl"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Gitter opdater"
|
||||
msgstr "Gitteropdatering"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "Matriks lokal lager"
|
||||
msgstr "Matrix lokal lagring"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "Bestilling gitter"
|
||||
msgstr "Bestillingsgitter"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Print variant gitter"
|
||||
msgstr "Udskriv variantgitter"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -89,7 +89,7 @@ msgstr "Produkt"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "Produkt konfigurator"
|
||||
msgstr "Produktkonfigurator"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
|
|
@ -104,7 +104,7 @@ msgstr "Salgsordrelinje"
|
|||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Salg variant valg"
|
||||
msgstr "Udvalg af salgsvarianter"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -113,13 +113,14 @@ msgid ""
|
|||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"Teknisk lokal lagring af gitter.\n"
|
||||
"Hvis grid_update er angivet; indlæses gitteret på salgsordren.\n"
|
||||
"Hvis ikke, repræsenterer det den matrix, der skal åbnes."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Du kan ikke ændre mængden af et produkt, som er til stede på flere "
|
||||
"salgslinjer."
|
||||
"Du kan ikke ændre mængden af et produkt, som er fordelt på flere salgslinjer."
|
||||
|
|
|
|||
|
|
@ -1,25 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Stefan Reisich <nafex@gmx.net>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Martin Trigaux, 2022
|
||||
# Larissa Manderfeld, 2023
|
||||
#
|
||||
# Stefan Reisich <nafex@gmx.net>, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-28 10:55+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/de/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,37 +31,26 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Produktmodus hinzufügen"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Produktvarianten wählen"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurator: Auswahl von Attributwerten zum Hinzufügen der passenden Produktvariante zum Auftrag.\n"
|
||||
"Raster: mehrere Varianten auf einmal aus dem Raster der Attributwerte hinzufügen"
|
||||
"Konfigurator: Auswahl von Attributwerten zum Hinzufügen der passenden "
|
||||
"Produktvariante zum Auftrag.\n"
|
||||
"Raster: mehrere Varianten auf einmal aus dem Raster der Attributwerte "
|
||||
"hinzufügen"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Bestätigen"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,6 +62,13 @@ msgstr "Raster-Produktvorlage"
|
|||
msgid "Grid Update"
|
||||
msgstr "Raster aktualisieren"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -124,9 +123,8 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Sie können die Menge eines Produkts, das in mehreren Verkaufspositionen "
|
||||
"Sie können die Menge eines Produkts, das in mehreren Verkaufszeilen "
|
||||
"vorhanden ist, nicht ändern."
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ivan Shakh, 2024\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-24 19:23+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/el/>\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -26,34 +26,21 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Зачыніць"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -66,6 +53,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -84,7 +78,7 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
msgstr "Είδος"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -94,12 +88,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
msgstr "Παραγγελία"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
msgstr "Γραμμή Παραγγελίας"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -117,7 +111,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Carolina Fernández, 2024
|
||||
# Wil Odoo, 2024
|
||||
# Larissa Manderfeld, 2024
|
||||
#
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2022
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Noemi Pla Garcia (nopl)" <nopl@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-11 16:32+0000\n"
|
||||
"Last-Translator: \"Noemi Pla Garcia (nopl)\" <nopl@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/es/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0)"
|
||||
" ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,37 +31,26 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Añadir modo de producto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Seleccione Variantes de Producto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurador: seleccione valores de atributo para añadir la variante de producto correspondiente al pedido.\n"
|
||||
"Tabla: añada varias variantes a la vez desde la tabla de valores de atributos."
|
||||
"Configurador: selecciona valores de atributo para añadir la variante de "
|
||||
"producto correspondiente al pedido.\n"
|
||||
"Tabla: añade varias variantes al mismo tiempo desde la tabla de valores de "
|
||||
"atributos"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -71,6 +62,13 @@ msgstr "Plantilla de cuadrícula del producto"
|
|||
msgid "Grid Update"
|
||||
msgstr "Actualización de la cuadrícula"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -125,7 +123,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Braulio D. López Vázquez <bdl@odoo.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Fernanda Alvarez, 2025
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2025\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-30 17:20+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/sale_product_matrix/es_419/>\n"
|
||||
"Language: es_419\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,37 +27,26 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Agregar modo de producto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Selecciona las variantes del producto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurador: seleccione valores de atributo para agregar la variante de producto correspondiente a la orden.\n"
|
||||
"Tabla: agregue varias variantes a la vez desde la tabla de valores de atributos."
|
||||
"Configurador: seleccione valores de atributo para agregar la variante de "
|
||||
"producto correspondiente a la orden.\n"
|
||||
"Tabla: agregue varias variantes a la vez desde la tabla de valores de "
|
||||
"atributos."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,6 +58,13 @@ msgstr "Plantilla de las tablas del producto"
|
|||
msgid "Grid Update"
|
||||
msgstr "Actualización de la tabla"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -83,7 +78,7 @@ msgstr "Entrada en la tabla de órdenes"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Imprimir las tablas de las variantes"
|
||||
msgstr "Imprimir tablas de variantes"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -103,7 +98,7 @@ msgstr "Orden de venta"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de orden de venta"
|
||||
msgstr "Línea de la orden de venta"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -124,7 +119,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Triine Aavik <triine@avalah.ee>, 2022
|
||||
# Piia Paurson <piia@avalah.ee>, 2022
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# Leaanika Randmets, 2022
|
||||
# JanaAvalah, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Kristina Pešehodko <kristina@avalah.ee>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: JanaAvalah, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-21 05:30+0000\n"
|
||||
"Last-Translator: Kristina Pešehodko <kristina@avalah.ee>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/et/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -30,37 +26,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Lisa toote lisamise viis"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Vali toote variatsioonid"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Sulge"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Toote konfiguraator: vali atribuudi väärtused, et valida vastav tootevariatsioon tellimusel.\n"
|
||||
"Võrgustik: vali mitu variatsiooni korraga võrk vaates."
|
||||
"Toote konfiguraator: vali atribuudi väärtused, et valida vastav "
|
||||
"tootevariatsioon tellimusel.\n"
|
||||
"Võrgustik: vali mitu variatsiooni korraga võrk vaates"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Kinnita"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -72,6 +56,13 @@ msgstr "Toote võrgustiku mall"
|
|||
msgid "Grid Update"
|
||||
msgstr "Võrgustiku uuendamine"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -85,7 +76,7 @@ msgstr "Variatsiooni võrgustiksisestus"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Prindi variantide võrgustik"
|
||||
msgstr "Prindi variatsioonide võrgustik"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -118,12 +109,14 @@ msgid ""
|
|||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr "Võrgu tehniline kohalik salvestamine."
|
||||
msgstr ""
|
||||
"Võrgu tehniline kohalik salvestamine.\n"
|
||||
"Kui grid_update, siis lisatakse müügitellimusele.\n"
|
||||
"Kui ei, esindab maatriksit, mida vaja avada."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "Ei saa muuta mitmel müügireal oleva toote kogust."
|
||||
|
|
|
|||
|
|
@ -1,26 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Hanna Kheradroosta, 2023\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,35 +23,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "گونه محصول را انتخاب کنید"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "بستن"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "تایید کردن"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -87,22 +75,22 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "محصول"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "پیکربندی محصول"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "سفارش فروش"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "سطر سفارشفروش"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -120,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-14 07:54+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/fi/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,37 +27,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Lisää tuotetila"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Valitse tuotevariantit"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Sulje"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfiguraattori: valitse attribuuttiarvot lisätäksesi tilaukseen vastaavan tuotevaihtoehdon.\n"
|
||||
"Ruutu: Lisää useita vaihtoehtoja kerralla attribuuttiarvojen ruudukosta"
|
||||
"Konfiguraattori: valitse määritteen arvot lisätäksesi tilaukseen vastaavan "
|
||||
"tuotevariantin.\n"
|
||||
"Ruudukko: Lisää useita variantteja kerralla määritteen arvojen ruudukosta"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Vahvista"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -71,6 +57,13 @@ msgstr "Tuotetaulukon malli"
|
|||
msgid "Grid Update"
|
||||
msgstr "Taulukon päivitys"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "Tunnus"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -125,7 +118,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "Et voi muuttaa useissa myyntiriveissä olevan tuotteen määrää."
|
||||
|
|
|
|||
|
|
@ -1,25 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
# Manon Rondou, 2025
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Manon Rondou, 2025\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:10+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/fr/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,37 +31,26 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Ajouter un mode produit"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Choisissez des variantes de produit"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Fermer"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurateur : choisissez les valeurs d'attribut pour ajouter la variante de produit correspondante à la commande.\n"
|
||||
"Grille : ajouter plusieurs variantes en même temps depuis la grille des valeurs d'attribut"
|
||||
"Configurateur : choisissez les valeurs d'attribut pour ajouter la variante "
|
||||
"de produit correspondante à la commande.\n"
|
||||
"Grille : ajouter plusieurs variantes en même temps depuis la grille des "
|
||||
"valeurs d'attribut"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmer"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,6 +62,13 @@ msgstr "Grille des modèles de produits"
|
|||
msgid "Grid Update"
|
||||
msgstr "Mise à jour de la grille"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -124,7 +123,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,123 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Close"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirm"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Product"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ofir Blum <ofir.blum@gmail.com>, 2022
|
||||
#
|
||||
# or balmas <or@laylinetech.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ofir Blum <ofir.blum@gmail.com>, 2022\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 02:31+0000\n"
|
||||
"Last-Translator: or balmas <or@laylinetech.com>\n"
|
||||
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/he/>\n"
|
||||
"Language: 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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||
"n % 10 == 0) ? 2 : 3));\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,35 +31,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "הוסף מצב מוצר"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "בחר וריאנטים של מוצר"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "סגור"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "אשר"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -68,6 +58,13 @@ msgstr "רשת תבנית מוצר"
|
|||
msgid "Grid Update"
|
||||
msgstr "עדכן רשת"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -119,7 +116,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "אינך יכול לשנות את כמות המוצר הקיימת במספר שורות מכירה."
|
||||
|
|
|
|||
|
|
@ -1,26 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Wil Odoo, 2024
|
||||
# Jaisal Shah <jaisal13shah@gmail.com>, 2025
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,35 +23,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "बंद"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "पुष्टि करें"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -87,7 +75,7 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "उत्पाद"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -97,12 +85,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "सेल्स ऑर्डर"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "बिक्री आदेश पंक्ति"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -120,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# hrvoje sić <hrvoje.sic@gmail.com>, 2022
|
||||
# Hrvoje Sić <hrvoje.sic@gmail.com>, 2022
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\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"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,35 +29,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Odaberi varijante proizvoda"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zatvori"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdi"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -68,6 +56,13 @@ msgstr "Mreža predložaka proizvoda"
|
|||
msgid "Grid Update"
|
||||
msgstr "Ažuriraj mrežu"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -119,7 +114,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,27 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2022
|
||||
# Krisztián Juhász <juhasz.krisztian@josafar.hu>, 2022
|
||||
# Gergő Kertész <gergo.kertesz@maxflow.hu>, 2022
|
||||
# krnkris, 2022
|
||||
# gezza <geza.nagy@oregional.hu>, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: gezza <geza.nagy@oregional.hu>, 2025\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 19:46+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/hu/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -30,47 +31,43 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Termék mód hozzáadása"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Bezárás"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurátor: válasszon termékjellemző értékeket a termékváltozat rendeléshez adásához.\n"
|
||||
"Táblázat: adjon egyszerre több termékváltozatot a termékjellemzők táblázatából"
|
||||
"Konfigurátor: válasszon termékjellemző értékeket a termékváltozat "
|
||||
"rendeléshez adásához.\n"
|
||||
"Táblázat: adjon egyszerre több termékváltozatot a termékjellemzők "
|
||||
"táblázatából"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Megerősítés"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "Rács terméksablon"
|
||||
msgstr "Táblázat terméksablon"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Rács frissítés"
|
||||
msgstr "Táblázat frissítés"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -100,12 +97,12 @@ msgstr "Termék konfigurátor"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Vevői rendelések"
|
||||
msgstr "Vevői rendelés"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Értékesítési megrendelés sor"
|
||||
msgstr "Vevői rendelés sor"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -126,7 +123,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-16 06:07+0000\n"
|
||||
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/id/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,37 +27,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Tambahkan ke mode produk"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Pilih Varian Produk"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Tutup"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurator: pilih value atribut untuk ditambahkan ke varian produk yang cocok ke order.\n"
|
||||
"Konfigurator: pilih value atribut untuk ditambahkan ke varian produk yang "
|
||||
"cocok ke order.\n"
|
||||
"Grid: tambahkan beberapa varian sekaligus dari grid value atribut"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Konfirmasi"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +57,13 @@ msgstr "Templat Produk Grid"
|
|||
msgid "Grid Update"
|
||||
msgstr "Update Grid"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -102,12 +97,12 @@ msgstr "Order Penjualan"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Detail Order Penjualan"
|
||||
msgstr "Baris Pesanan Penjualan"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Seleksi Varian Sales"
|
||||
msgstr "Pemilihan Varian Sales"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -123,7 +118,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,123 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Kristófer Arnþórsson, 2024\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Loka"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Staðfesta"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Vara"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Sölupöntun"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sölupöntunarlína"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Marianna Ciofani, 2023
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/it/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,37 +30,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Modalità aggiunta prodotto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Scelta varianti prodotto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Chiudi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configuratore: scegli i valori attributo per aggiungere la variante del prodotto all'ordine.\n"
|
||||
"Configuratore: scegli i valori attributo per aggiungere la variante del "
|
||||
"prodotto all'ordine.\n"
|
||||
"Griglia: aggiungi più varianti dalla griglia dei valori attributo"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Conferma"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,6 +60,13 @@ msgstr "Modello prodotto griglia"
|
|||
msgid "Grid Update"
|
||||
msgstr "Aggiornamento griglia"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -124,7 +121,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Yoshi Tashiro (Quartile) <tashiro@roomsfor.hk>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ryoko Tsuda <ryoko@quartile.co>, 2023
|
||||
# Junko Augias, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Junko Augias, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-27 05:43+0000\n"
|
||||
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/ja/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,37 +27,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "プロダクトモードを追加"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "プロダクトバリアントを選択"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "閉じる"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"コンフィギュレーター: オーダにマッチするプロダクトバリアントを追加するために属性値を選択します。\n"
|
||||
"グリッド:属性値のグリッドから一度に複数のバリアントを追加します。"
|
||||
"コンフィギュレータ: オーダにマッチするプロダクトバリアントを追加するために属"
|
||||
"性値を選択します。\n"
|
||||
"グリッド:属性値のグリッドから一度に複数のバリアントを追加します"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "確認"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,12 +55,19 @@ msgstr "グリッドプロダクトテンプレート"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "グリッドアップデート"
|
||||
msgstr "グリッド更新"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "マトリックスローカルストレージ"
|
||||
msgstr "マトリクスローカルストレージ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
|
|
@ -94,7 +87,7 @@ msgstr "プロダクト"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "プロダクトコンフィギュレーター"
|
||||
msgstr "プロダクトコンフィギュレータ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
|
|
@ -120,12 +113,11 @@ msgid ""
|
|||
msgstr ""
|
||||
"グリッドの技術的なローカルストレージ。\n"
|
||||
"grid_update の場合、販売オーダにロードされます。\n"
|
||||
"そうでない場合は開くマトリックスを示します。"
|
||||
"そうでない場合は開くマトリクスを示します。"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "複数の販売明細にあるプロダクトの数量を変更することはできません。"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,21 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -22,34 +24,21 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -62,6 +51,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -113,7 +109,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# JH CHOI <hwangtog@gmail.com>, 2022
|
||||
# Linkup <link-up@naver.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Sarah Park, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Sarah Park, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-17 19:01+0000\n"
|
||||
"Last-Translator: \"Kwanghee Park (kwpa)\" <kwpa@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/ko/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,37 +27,24 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "품목 모드 추가하기"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "품목 세부항목 선택"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "닫기"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"구성기 : 속성 값을 선택하여 주문에 일치하는 파생 품목을 추가하십시오.\n"
|
||||
"그리드 : 속성 값 그리드에서 여러 파생 품목을 한 번에 추가"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "승인"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -71,6 +56,13 @@ msgstr "그리드 품목 양식"
|
|||
msgid "Grid Update"
|
||||
msgstr "그리드 갱신"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -84,7 +76,7 @@ msgstr "주문 그리드 항목"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "세부선택 그리드 인쇄"
|
||||
msgstr "세부내용 그리드 인쇄"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -125,7 +117,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "여러 판매 방법에 존재하는 품목의 수량은 변경할 수 없습니다."
|
||||
|
|
|
|||
|
|
@ -1,19 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -22,34 +23,21 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -62,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -113,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,31 +1,35 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-26 08:17+0000\n"
|
||||
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:14+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\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"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -39,13 +43,6 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid ""
|
||||
"If set, the matrix of the products configurable by matrix will be shown on "
|
||||
"the report of the order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -62,13 +59,13 @@ msgid "Print Variant Grids"
|
|||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product Template"
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -77,32 +74,26 @@ msgid "Sales Order"
|
|||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Technical field for product_matrix functionalities."
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Whether the grid field contains a new matrix to apply or not."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple purchase "
|
||||
"lines."
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Arminas Grigonis <arminas@versada.lt>, 2022
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:40+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/lt/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,35 +33,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Uždaryti"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Patvirtinti"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Rodomas pavadinimas"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +60,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -120,7 +118,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2022
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2022
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2025
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2025\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,35 +23,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Aizvērt"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Apstiprināt"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -82,12 +70,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Printēt variantu režģi"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Produkts"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -97,12 +85,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pasūtījums"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pasūtījuma Rinda"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -120,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,123 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "അടയ്ക്കുക"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "സ്ഥിരീകരിക്കുക"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "വേരിയന്റ് ഗ്രിഡുകൾ പ്രിന്റ് ചെയ്യുക"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "പ്രോഡക്റ്റ്"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "സെയിൽസ് ഓർഡർ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "സെയിൽസ് ഓർഡർ ലൈൻ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Minj P <pminj322@gmail.com>, 2022
|
||||
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 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"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -29,35 +29,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Хаах"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Батлах"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +56,13 @@ msgstr "Хүснэгтэн барааны загвар"
|
|||
msgid "Grid Update"
|
||||
msgstr "Хүснэгт шинэчлэх"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -120,7 +114,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,123 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2023\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Tutup"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Sahkan"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Produk"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pesanan Jualan"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Barisan Pesanan Jualan"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Samkhann Seang <seangsamkhann@gmail.com>, 2023
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Oakarmin Iron <oakarminiron@gmail.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-04 07:54+0000\n"
|
||||
"Last-Translator: Oakarmin Iron <oakarminiron@gmail.com>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/my/>\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,35 +26,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "បិទ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "បញ្ជាក់"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -68,6 +53,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -86,7 +78,7 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "ផលិតផល"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -96,12 +88,12 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "លក់តាមការបញ្ជាទិញ"
|
||||
msgstr "အရောင်း အော်ဒါ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "លំដាប់បញ្ជាទិញ"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -119,7 +111,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:40+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,35 +29,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Legg til produktmodus"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Lukk"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Bekreft"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -67,6 +56,13 @@ msgstr "Matrise Produktmal"
|
|||
msgid "Grid Update"
|
||||
msgstr "Oppdater Matrise"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -118,7 +114,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-21 05:28+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/nl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,37 +31,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Product modus toevoegen"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Productvarianten kiezen"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Afsluiten"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurator: kies kenmerkwaarden om de bijhorend productvariant aan de order toe te voegen.\n"
|
||||
"Configurator: kies kenmerkwaarden om de bijhorend productvariant aan de "
|
||||
"order toe te voegen.\n"
|
||||
"Matrix: voeg meerdere varianten tegelijk toe uit de matrix van kenmerkwaarden"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Bevestigen"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,6 +61,13 @@ msgstr "Matrix productsjabloon"
|
|||
msgid "Grid Update"
|
||||
msgstr "Matrix update"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -124,9 +122,8 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Je kunt de hoeveelheid van een aanwezig product niet veranderen in meerdere "
|
||||
"Je kunt het aantal van een aanwezig product niet veranderen in meerdere "
|
||||
"verkooporderregels."
|
||||
|
|
|
|||
|
|
@ -1,119 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Maksym <ms@myodoo.pl>, 2022
|
||||
# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2022
|
||||
# Paweł Wodyński <pw@myodoo.pl>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:07+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/pl/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -30,37 +34,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Dodaj tryb produktu"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Wybierz warianty produktu"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zamknij"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurator: wybierz wartości atrybutów, aby dodać pasujący wariant produktu do zamówienia.\n"
|
||||
"Konfigurator: wybierz wartości atrybutów, aby dodać pasujący wariant "
|
||||
"produktu do zamówienia.\n"
|
||||
"Siatka: dodaj kilka wariantów jednocześnie z siatki wartości atrybutów"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potwierdź"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -72,6 +64,13 @@ msgstr "Szablon siatki produktów"
|
|||
msgid "Grid Update"
|
||||
msgstr "Aktualizacja siatki"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -126,7 +125,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,87 +1,88 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Luiz Fernando <lfpsgs@outlook.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
# Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2025\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:40+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/pt/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Fechar"
|
||||
msgstr "Adicionar modo do produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurador: escolha valores de atributos para adicionar a variante de "
|
||||
"produto correspondente ao pedido.\n"
|
||||
"Grade: adicione várias variantes de uma só vez a partir da grade de valores "
|
||||
"de atributos"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
msgstr "Modelo da grade de produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Atualizar grade"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
msgstr "Matriz de armazenamento local"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
msgstr "Entrada de grade no pedido"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
msgstr "Imprimir grades de variantes"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -91,22 +92,22 @@ msgstr "Produto"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
msgstr "Configurador de produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Ordem de Venda"
|
||||
msgstr "Ordem de Vendas"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linhas da Ordem de Venda"
|
||||
msgstr "Linhas da Ordem de Vendas"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
msgstr "Seleção de variante de venda"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -115,11 +116,15 @@ msgid ""
|
|||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"Armazenamento técnico local da grade. \n"
|
||||
"Se for grid_update, será carregado no pedido de venda.\n"
|
||||
"Caso contrário, representa a matriz a ser aberta."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Não é possível alterar a quantidade de um produto presente em várias linhas "
|
||||
"de venda."
|
||||
|
|
|
|||
|
|
@ -1,74 +1,72 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Kevilyn Rosa, 2023
|
||||
# Maitê Dietze, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Maitê Dietze, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:07+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/sale_product_matrix/pt_BR/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr "Adicione modo do produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Selecione as Variantes de Produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Fechar"
|
||||
msgstr "Adicionar modo do produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurador: escolha valores de atributos para adicionar a variante de produto correspondente ao pedido.\n"
|
||||
"Grade: adicione várias variantes de uma só vez a partir da grade de valores de atributos"
|
||||
"Configurador: escolha valores de atributos para adicionar a variante de "
|
||||
"produto correspondente ao pedido.\n"
|
||||
"Grade: adicione várias variantes de uma só vez a partir da grade de valores "
|
||||
"de atributos"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "Modelo da Grade de Produto"
|
||||
msgstr "Modelo da grade de produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Atualizar Grade"
|
||||
msgstr "Atualizar grade"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -93,7 +91,7 @@ msgstr "Produto"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "Configurador de Produto"
|
||||
msgstr "Configurador de produto"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
|
|
@ -103,12 +101,12 @@ msgstr "Pedido de venda"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linha do pedido de vendas"
|
||||
msgstr "Linha do pedido de venda"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Seleção de Variante de Vendas"
|
||||
msgstr "Seleção de variante de venda"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -124,9 +122,8 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Você não pode alterar a quantidade de um produto presente em várias linhas "
|
||||
"Não é possível alterar a quantidade de um produto presente em várias linhas "
|
||||
"de venda."
|
||||
|
|
|
|||
|
|
@ -1,28 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Hongu Cosmin <cosmin513@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Maria Muntean, 2024
|
||||
# Corina Calin, 2024
|
||||
# Larisa_nexterp, 2025
|
||||
#
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Larisa_nexterp, 2025\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-24 12:08+0000\n"
|
||||
"Last-Translator: Dorin Hongu <dhongu@gmail.com>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/ro/>\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -31,62 +31,58 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Adăugare mod produs"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Alegeți variantele de produs"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Închide"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurator: alegeți valorile atributelor pentru a adăuga la comandă varianta de produs corespunzătoare.\n"
|
||||
"Grilă: adăugați mai multe variante simultan din grila de valori ale atributelor"
|
||||
"Configurator: alegeți valorile atributelor pentru a adăuga varianta de "
|
||||
"produs corespunzătoare la comandă.\n"
|
||||
"Grilă: adăugați mai multe variante simultan din grila de valori ale "
|
||||
"atributelor"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmă"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "Șablonul produsului grilă"
|
||||
msgstr "Șablon produs grilă"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Actualizare grilă"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "Matricea de stocare locală"
|
||||
msgstr "Stocare locală matrice"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "Intrarea în grila de comandă"
|
||||
msgstr "Intrare grilă comandă"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Tipăriți grile de variante"
|
||||
msgstr "Tipărire grile variante"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -111,7 +107,7 @@ msgstr "Linie comandă vânzare"
|
|||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Selectarea variantei de vânzare"
|
||||
msgstr "Selecție variantă vânzare"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -120,16 +116,15 @@ msgid ""
|
|||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"Stocarea locală tehnică a grilei. \n"
|
||||
"Dacă grid_update, va fi încărcată pe SO.\n"
|
||||
"Dacă nu, reprezintă matricea care trebuie deschisă."
|
||||
"Stocare locală tehnică a grilei. \n"
|
||||
"Dacă este actualizare grilă, va fi încărcată pe comanda de vânzare.\n"
|
||||
"Dacă nu, reprezintă matricea de deschis."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Nu puteți modifica cantitatea unui produs prezent în mai multe linii de "
|
||||
"Nu puteți schimba cantitatea unui produs prezent în mai multe linii de "
|
||||
"vânzare."
|
||||
|
|
|
|||
|
|
@ -1,26 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Константин Коровин <korovin74@gmail.com>, 2022
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-27 05:46+0000\n"
|
||||
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/ru/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,37 +29,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Режим добавления продукта"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Выберите варианты продуктов"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Закрыть"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Конфигуратор: выберите значения атрибутов, чтобы добавить соответствующий вариант продукта в заказ.\n"
|
||||
"Конфигуратор: выберите значения атрибутов, чтобы добавить соответствующий "
|
||||
"вариант продукта в заказ.\n"
|
||||
"Сетка: добавление сразу нескольких вариантов из сетки значений атрибутов"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Подтвердить"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -71,6 +59,13 @@ msgstr "Матрица Шаблонов Продукта"
|
|||
msgid "Grid Update"
|
||||
msgstr "Обновление матрицы"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -89,7 +84,7 @@ msgstr "Печать Матрицы Вариантов"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Продукт"
|
||||
msgstr "Товар"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
|
|
@ -125,7 +120,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -22,20 +22,6 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
|
|
@ -46,10 +32,10 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -62,6 +48,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -113,7 +106,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Jan Prokop, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,35 +23,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Vyberte varianty produktu"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zatvoriť"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdiť"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -67,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -85,27 +75,27 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Produkt"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "Konfigurátor produktov"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Objednávka "
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Položka objednávok"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Výber predajnej varianty"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -118,8 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Nemožno zmeniť množstvo produktu, ktorý je na viacerých riadkoch predaja."
|
||||
|
|
|
|||
|
|
@ -1,26 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
|
||||
# matjaz k <matjaz@mentis.si>, 2022
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: matjaz k <matjaz@mentis.si>, 2022\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:20+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/sl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -29,35 +27,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zaključi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potrdi"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +54,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -120,7 +112,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -22,34 +23,21 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -62,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -113,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,131 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+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: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr "Add product mode"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Izaberite varijante proizvoda"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Zatvori"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "Šablon proizvoda matrice"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "Ažuriranje matrice"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "Matrix local storage"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "Order Grid Entry"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "Štampaj matricu varijanti"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Proizvod"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr "Product Configurator"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Porudžbenica"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linija porudžbenice"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "Sales Variant Selection"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
|
|
@ -1,19 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -22,34 +23,21 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
|
|
@ -62,6 +50,13 @@ msgstr ""
|
|||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -113,7 +108,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2022
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
# Simon S, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Lasse L, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Lasse L, 2023\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:37+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/sv/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -30,37 +26,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Lägg till produktläge"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Välj produktvarianter"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Stäng"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurator: välj attributvärden för att lägga till den matchande produktvarianten i ordern.\n"
|
||||
"Konfigurator: välj attributvärden för att lägga till den matchande "
|
||||
"produktvarianten i ordern.\n"
|
||||
"Rutnät: lägg till flera varianter samtidigt från rutnätet med attributvärden"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Bekräfta"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -72,6 +56,13 @@ msgstr "Produktmall för grid"
|
|||
msgid "Grid Update"
|
||||
msgstr "Uppdatera grid"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -100,12 +91,12 @@ msgstr "Produktkonfigurator"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Order"
|
||||
msgstr "Försäljningsorder"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Orderrad"
|
||||
msgstr "Försäljningsorderrad"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -126,7 +117,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,119 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,119 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:14+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/th/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -28,37 +26,24 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "เพิ่มโหมดสินค้า"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "เลือกรูปแบบสินค้า"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "ปิด"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"ตัวกำหนดค่า: เลือกค่าคุณลักษณะเพื่อเพิ่มตัวเลือกสินค้าที่ตรงกันให้กับคำสั่งซื้อ\n"
|
||||
"ตาราง: เพิ่มตัวแปรหลายรายการพร้อมกันจากตารางของค่าคุณลักษณะ"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "ยืนยัน"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -70,10 +55,17 @@ msgstr "เทมเพลตตารางสินค้า"
|
|||
msgid "Grid Update"
|
||||
msgstr "อัปเดตตาราง"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
msgstr "เมทริกซ์จัดเก็บข้อมูลท้องถิ่น"
|
||||
msgstr "เมทริกซ์จัดเก็บข้อมูลในพื้นที่"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
|
|
@ -103,7 +95,7 @@ msgstr "คำสั่งขาย"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "ไลน์คำสั่งขาย"
|
||||
msgstr "รายการคำสั่งขาย"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -124,8 +116,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"คุณไม่สามารถเปลี่ยนแปลงจำนวนของสินค้าที่แสดงอยู่ในไลน์การขายหลายรายการ"
|
||||
msgstr "คุณไม่สามารถเปลี่ยนแปลงจำนวนของสินค้าที่แสดงอยู่ในบรรทัดการขายหลายรายการ"
|
||||
|
|
|
|||
|
|
@ -1,27 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Ediz Duman <neps1192@gmail.com>, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# abc Def <hdogan1974@gmail.com>, 2022
|
||||
# Tugay Hatıl <tugayh@projetgrup.com>, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Tugay Hatıl <tugayh@projetgrup.com>, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-08 01:51+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/tr/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -30,37 +32,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Ürün modu ekle"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Ürün Varyantlarını Seçin"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Kapat"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigüratör: eşleşen ürün çeşidini siparişe eklemek için özellik değerlerini seçin.\n"
|
||||
"Konfigüratör: eşleşen ürün çeşidini siparişe eklemek için özellik "
|
||||
"değerlerini seçin.\n"
|
||||
"Grid: özellik değerleri ızgarasından aynı anda birkaç değişken ekleyin"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Onayla"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -72,6 +62,13 @@ msgstr "Grid Ürün Şablonu"
|
|||
msgid "Grid Update"
|
||||
msgstr "Grid Güncelle"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -126,7 +123,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
|
||||
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
|
||||
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
|
||||
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,37 +29,22 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Додати режим товару"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Оберіть варіанти товару"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Закрити"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Конфігуратор: оберіть значення атрибуту, щоби додати співставлення варіанта товару до замовлення.\n"
|
||||
"Сітка: додайте кілька варіантів за раз із сітки значень атрибуту"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Підтвердити"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +56,13 @@ msgstr "Шаблон сітки товарів"
|
|||
msgid "Grid Update"
|
||||
msgstr "Оновлення сітки"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -116,14 +110,10 @@ msgid ""
|
|||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"Технічне локальне сховище сітки. \n"
|
||||
"Якщо grid_update, буде завантажено на ЗНП. \n"
|
||||
"Якщо ні, представляє матрицю для відкриття."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,124 +1,144 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
#, fuzzy
|
||||
msgid "Add product mode"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "ປິດອອກ"
|
||||
msgstr "Mahsulot rejimini qo‘shish"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Konfigurator: buyurtmaga mos keladigan mahsulot variantini qo‘shish uchun "
|
||||
"xususiyat qiymatlarini tanlang. To‘r: xususiyat qiymatlari jadvalidan bir "
|
||||
"vaqtning o‘zida bir nechta variantni qo‘shing"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "ຢືນຢັນ"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
#, fuzzy
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr ""
|
||||
msgstr "To‘r mahsuloti shabloni"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
#, fuzzy
|
||||
msgid "Grid Update"
|
||||
msgstr ""
|
||||
msgstr "To‘rni yangilash"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
#, fuzzy
|
||||
msgid "Matrix local storage"
|
||||
msgstr ""
|
||||
msgstr "Matritsa mahalliy xotirasi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
#, fuzzy
|
||||
msgid "Order Grid Entry"
|
||||
msgstr ""
|
||||
msgstr "Buyurtma jadvali yozuvi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
#, fuzzy
|
||||
msgid "Print Variant Grids"
|
||||
msgstr ""
|
||||
msgstr "Variant to‘rlarini chop etish"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
#, fuzzy
|
||||
msgid "Product"
|
||||
msgstr "ສິນຄ້າ"
|
||||
msgstr "Mahsulot"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__configurator
|
||||
#, fuzzy
|
||||
msgid "Product Configurator"
|
||||
msgstr ""
|
||||
msgstr "Mahsulot konfiguratori"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order
|
||||
#, fuzzy
|
||||
msgid "Sales Order"
|
||||
msgstr "ໃບສັ່ງຊື້"
|
||||
msgstr "Sotish buyurtmasi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
#, fuzzy
|
||||
msgid "Sales Order Line"
|
||||
msgstr "ລາຍການສິນຄ້າທີ່ສັ່ງຊື້"
|
||||
msgstr "Sotish buyurtmasi satri"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
#, fuzzy
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr ""
|
||||
msgstr "Sotish varianti tanlovi"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Technical local storage of grid. \n"
|
||||
"If grid_update, will be loaded on the SO.\n"
|
||||
"If not, represents the matrix to open."
|
||||
msgstr ""
|
||||
"To‘rning texnik mahalliy xotirasi. Agar grid_update bo‘lsa, Sotish "
|
||||
"buyurtmasiga yuklanadi. Agar bo‘lmasa, ochiladigan matritsani ifodalaydi."
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Bir nechta sotish qatorlarida mavjud bo‘lgan mahsulot miqdorini o‘zgartira "
|
||||
"olmaysiz."
|
||||
|
|
@ -1,24 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 2023
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Thi Huong Nguyen (thng)" <thng@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2023\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-05 08:56+0000\n"
|
||||
"Last-Translator: \"Thi Huong Nguyen (thng)\" <thng@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"sale_product_matrix/vi/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,37 +31,25 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "Thêm chế độ sản phẩm"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "Chọn biến thể sản phẩm"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "Đóng"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"Cấu hình: chọn giá trị thuộc tính để thêm biến thể sản phẩm thích hợp vào đơn hàng.\n"
|
||||
"Cấu hình: chọn giá trị thuộc tính để thêm biến thể sản phẩm thích hợp vào "
|
||||
"đơn hàng.\n"
|
||||
"Lưới: thêm vài biến thể cùng lúc từ lưới giá trị thuộc tính"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "Xác nhận"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +61,13 @@ msgstr "Mẫu sản phẩm lưới"
|
|||
msgid "Grid Update"
|
||||
msgstr "Cập nhật lưới"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -77,7 +76,7 @@ msgstr "Lưu trữ cục bộ ma trận"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "Mục nhập lưới đơn hàng"
|
||||
msgstr "Nhập lưới đơn hàng"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
|
|
@ -123,9 +122,8 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr ""
|
||||
"Bạn không thể thay đổi số lượng của một sản phẩm hiển thị trong nhiều dòng "
|
||||
"bán hàng. "
|
||||
"bán hàng."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Raymond Yu <cl_yu@hotmail.com>, 2022\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:29+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/sale_product_matrix/zh_Hans/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,37 +29,24 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "添加产品模式"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "选择产品变体"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "关闭"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"配置器:选择属性值以将匹配的产品变型添加到订单中。\n"
|
||||
"网格:从属性值的网格中一次添加多个变体"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "确认"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
|
|
@ -69,6 +58,13 @@ msgstr "产品模板网格"
|
|||
msgid "Grid Update"
|
||||
msgstr "网格更新"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
msgid "Matrix local storage"
|
||||
|
|
@ -102,7 +98,7 @@ msgstr "销售订单"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "销售订单行"
|
||||
msgstr "销售订单明细"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
|
|
@ -123,7 +119,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "您不能更改多个销售线中存在的产品数量。"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,26 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# * sale_product_matrix
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2025
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Tony Ng, 2025\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 08:11+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/sale_product_matrix/zh_Hant/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_product__product_add_mode
|
||||
|
|
@ -27,47 +29,41 @@ msgstr ""
|
|||
msgid "Add product mode"
|
||||
msgstr "加入產品模式"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Choose Product Variants"
|
||||
msgstr "選擇產品變體"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Close"
|
||||
msgstr "關閉"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_product__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_product_template__product_add_mode
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order_line__product_add_mode
|
||||
msgid ""
|
||||
"Configurator: choose attribute values to add the matching product variant to the order.\n"
|
||||
"Configurator: choose attribute values to add the matching product variant to "
|
||||
"the order.\n"
|
||||
"Grid: add several variants at once from the grid of attribute values"
|
||||
msgstr ""
|
||||
"配置器:選擇屬性值,將相符的產品款式加至訂單。\n"
|
||||
"網格:從屬性值網格中一次過加入多個款式。"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#. odoo-javascript
|
||||
#: code:addons/sale_product_matrix/static/src/js/sale_product_field.js:0
|
||||
#, python-format
|
||||
msgid "Confirm"
|
||||
msgstr "確認"
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__display_name
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_product_tmpl_id
|
||||
msgid "Grid Product Tmpl"
|
||||
msgstr "產品變體矩陣模板"
|
||||
msgstr "產品款式網格範本"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid_update
|
||||
msgid "Grid Update"
|
||||
msgstr "矩陣更新"
|
||||
msgstr "網格更新"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_product_template__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__id
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order_line__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -77,12 +73,12 @@ msgstr "矩陣本機存放區"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields.selection,name:sale_product_matrix.selection__product_template__product_add_mode__matrix
|
||||
msgid "Order Grid Entry"
|
||||
msgstr "訂單矩陣條目"
|
||||
msgstr "訂單網格記項"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,field_description:sale_product_matrix.field_sale_order__report_grids
|
||||
msgid "Print Variant Grids"
|
||||
msgstr "列印變體矩陣"
|
||||
msgstr "列印款式網格"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_product_template
|
||||
|
|
@ -102,12 +98,12 @@ msgstr "銷售訂單"
|
|||
#. module: sale_product_matrix
|
||||
#: model:ir.model,name:sale_product_matrix.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "銷售訂單明細"
|
||||
msgstr "銷售訂單資料行"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model_terms:ir.ui.view,arch_db:sale_product_matrix.product_template_grid_view_form
|
||||
msgid "Sales Variant Selection"
|
||||
msgstr "銷售變體選擇"
|
||||
msgstr "銷售款式選擇"
|
||||
|
||||
#. module: sale_product_matrix
|
||||
#: model:ir.model.fields,help:sale_product_matrix.field_sale_order__grid
|
||||
|
|
@ -123,7 +119,6 @@ msgstr ""
|
|||
#. module: sale_product_matrix
|
||||
#. odoo-python
|
||||
#: code:addons/sale_product_matrix/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot change the quantity of a product present in multiple sale lines."
|
||||
msgstr "您不能更改存在於多個銷售明細中的產品數量。"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models, fields
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
import json
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
from odoo import _, api, fields, models
|
||||
from odoo.exceptions import ValidationError
|
||||
|
||||
|
||||
|
|
@ -58,6 +59,7 @@ class SaleOrder(models.Model):
|
|||
order_lines = self.order_line.filtered(
|
||||
lambda line: line.product_id.id == product.id
|
||||
and line.product_no_variant_attribute_value_ids.ids == no_variant_attribute_values.ids
|
||||
and not line.combo_item_id
|
||||
)
|
||||
|
||||
# if product variant already exist in order lines
|
||||
|
|
@ -121,7 +123,7 @@ class SaleOrder(models.Model):
|
|||
|
||||
:param product.template product_template:
|
||||
:return: matrix to display
|
||||
:rtype dict:
|
||||
:rtype: dict
|
||||
"""
|
||||
def has_ptavs(line, sorted_attr_ids):
|
||||
# TODO instead of sorting on ids, use odoo-defined order for matrix ?
|
||||
|
|
@ -141,7 +143,7 @@ class SaleOrder(models.Model):
|
|||
for cell in line:
|
||||
if not cell.get('name', False):
|
||||
line = order_lines.filtered(lambda line: has_ptavs(line, cell['ptav_ids']))
|
||||
if line:
|
||||
if line and not line.combo_item_id:
|
||||
cell.update({
|
||||
'qty': sum(line.mapped('product_uom_qty'))
|
||||
})
|
||||
|
|
@ -158,6 +160,11 @@ class SaleOrder(models.Model):
|
|||
grid_configured_templates = self.order_line.filtered('is_configurable_product').product_template_id.filtered(lambda ptmpl: ptmpl.product_add_mode == 'matrix')
|
||||
for template in grid_configured_templates:
|
||||
if len(self.order_line.filtered(lambda line: line.product_template_id == template)) > 1:
|
||||
# TODO do we really want the whole matrix even if there isn't a lot of lines ??
|
||||
matrixes.append(self._get_matrix(template))
|
||||
matrix = self._get_matrix(template)
|
||||
matrix_data = []
|
||||
for row in matrix['matrix']:
|
||||
if any(column['qty'] != 0 for column in row[1:]):
|
||||
matrix_data.append(row)
|
||||
matrix['matrix'] = matrix_data
|
||||
matrixes.append(matrix)
|
||||
return matrixes
|
||||
|
|
|
|||
|
|
@ -1,122 +1,29 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import Dialog from 'web.Dialog';
|
||||
import { qweb } from "web.core";
|
||||
import { useMatrixConfigurator } from "@product_matrix/js/matrix_configurator_hook";
|
||||
import { SaleOrderLineProductField, saleOrderLineProductField } from "@sale/js/sale_product_field";
|
||||
import { patch } from "@web/core/utils/patch";
|
||||
import { SaleOrderLineProductField } from '@sale/js/sale_product_field';
|
||||
import { formatMonetary } from "@web/views/fields/formatters";
|
||||
const { markup } = owl;
|
||||
|
||||
|
||||
patch(SaleOrderLineProductField.prototype, 'sale_product_matrix', {
|
||||
|
||||
async _openGridConfigurator(mode) {
|
||||
const saleOrderRecord = this.props.record.model.root;
|
||||
|
||||
// fetch matrix information from server;
|
||||
await saleOrderRecord.update({
|
||||
grid_product_tmpl_id: this.props.record.data.product_template_id,
|
||||
});
|
||||
|
||||
let updatedLineAttributes = [];
|
||||
if (mode === 'edit') {
|
||||
// provide attributes of edited line to automatically focus on matching cell in the matrix
|
||||
for (let ptnvav of this.props.record.data.product_no_variant_attribute_value_ids.records) {
|
||||
updatedLineAttributes.push(ptnvav.data.id);
|
||||
}
|
||||
for (let ptav of this.props.record.data.product_template_attribute_value_ids.records) {
|
||||
updatedLineAttributes.push(ptav.data.id);
|
||||
}
|
||||
updatedLineAttributes.sort((a, b) => { return a - b; });
|
||||
}
|
||||
|
||||
this._openMatrixConfigurator(
|
||||
saleOrderRecord.data.grid,
|
||||
this.props.record.data.product_template_id[0],
|
||||
updatedLineAttributes,
|
||||
);
|
||||
|
||||
if (mode !== 'edit') {
|
||||
// remove new line used to open the matrix
|
||||
saleOrderRecord.data.order_line.removeRecord(this.props.record);
|
||||
}
|
||||
patch(SaleOrderLineProductField.prototype, {
|
||||
setup() {
|
||||
super.setup(...arguments);
|
||||
this.matrixConfigurator = useMatrixConfigurator();
|
||||
},
|
||||
|
||||
async _openProductConfigurator(mode) {
|
||||
if (mode === 'edit' && this.props.record.data.product_add_mode == 'matrix') {
|
||||
this._openGridConfigurator('edit');
|
||||
async _openGridConfigurator(edit=false) {
|
||||
return this.matrixConfigurator.open(this.props.record, edit);
|
||||
},
|
||||
|
||||
async _openProductConfigurator(edit=false, selectedComboItems=[]) {
|
||||
if (edit && this.props.record.data.product_add_mode == 'matrix') {
|
||||
this._openGridConfigurator(true);
|
||||
} else {
|
||||
this._super(...arguments);
|
||||
return super._openProductConfigurator(...arguments);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Triggers Matrix Dialog opening
|
||||
*
|
||||
* @param {String} jsonInfo matrix dialog content
|
||||
* @param {integer} productTemplateId product.template id
|
||||
* @param {editedCellAttributes} list of product.template.attribute.value ids
|
||||
* used to focus on the matrix cell representing the edited line.
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
_openMatrixConfigurator: function (jsonInfo, productTemplateId, editedCellAttributes) {
|
||||
const infos = JSON.parse(jsonInfo);
|
||||
const saleOrderRecord = this.props.record.model.root;
|
||||
const MatrixDialog = new Dialog(this, {
|
||||
title: this.env._t('Choose Product Variants'),
|
||||
size: 'extra-large', // adapt size depending on matrix size?
|
||||
$content: $(qweb.render(
|
||||
'product_matrix.matrix', {
|
||||
header: infos.header,
|
||||
rows: infos.matrix,
|
||||
format({price, currency_id}) {
|
||||
if (!price) { return ""; }
|
||||
const sign = price < 0 ? '-' : '+';
|
||||
const formatted = formatMonetary(
|
||||
Math.abs(price),
|
||||
{
|
||||
currencyId: currency_id,
|
||||
},
|
||||
);
|
||||
return markup(`${sign} ${formatted}`);
|
||||
}
|
||||
}
|
||||
)),
|
||||
buttons: [
|
||||
{text: this.env._t('Confirm'), classes: 'btn-primary', close: true, click: function (result) {
|
||||
const $inputs = this.$('.o_matrix_input');
|
||||
var matrixChanges = [];
|
||||
_.each($inputs, function (matrixInput) {
|
||||
if (matrixInput.value && matrixInput.value !== matrixInput.attributes.value.nodeValue) {
|
||||
matrixChanges.push({
|
||||
qty: parseFloat(matrixInput.value),
|
||||
ptav_ids: matrixInput.attributes.ptav_ids.nodeValue.split(",").map(function (id) {
|
||||
return parseInt(id);
|
||||
}),
|
||||
});
|
||||
}
|
||||
});
|
||||
if (matrixChanges.length > 0) {
|
||||
// NB: server also removes current line opening the matrix
|
||||
saleOrderRecord.update({
|
||||
grid: JSON.stringify({changes: matrixChanges, product_template_id: productTemplateId}),
|
||||
grid_update: true // to say that the changes to grid have to be applied to the SO.
|
||||
});
|
||||
}
|
||||
}},
|
||||
{text: this.env._t('Close'), close: true},
|
||||
],
|
||||
}).open();
|
||||
|
||||
MatrixDialog.opened(function () {
|
||||
MatrixDialog.$content.closest('.o_dialog_container').removeClass('d-none');
|
||||
if (editedCellAttributes.length > 0) {
|
||||
const str = editedCellAttributes.toString();
|
||||
MatrixDialog.$content.find('.o_matrix_input').filter((k, v) => v.attributes.ptav_ids.nodeValue === str)[0].focus();
|
||||
} else {
|
||||
MatrixDialog.$content.find('.o_matrix_input:first()').focus();
|
||||
}
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Object.assign(saleOrderLineProductField, {
|
||||
fieldDependencies: [
|
||||
...saleOrderLineProductField.fieldDependencies,
|
||||
{ name: "product_add_mode", type: "selection"},
|
||||
],
|
||||
});
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='variants']" position="inside">
|
||||
<group name="product_mode" attrs="{'invisible': [('has_configurable_attributes', '=', False)]}">
|
||||
<group name="product_mode" invisible="not has_configurable_attributes">
|
||||
<group string="Sales Variant Selection">
|
||||
<field name="has_configurable_attributes" invisible="1"/>
|
||||
<field name="product_add_mode" widget="radio" nolabel="1" colspan="2"/>
|
||||
|
|
@ -19,13 +19,13 @@
|
|||
<record id="product_template_view_form" model="ir.ui.view">
|
||||
<field name="name">product.template.form.inherit</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="sale_product_configurator.product_template_view_form"/>
|
||||
<field name="inherit_id" ref="sale.product_template_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="optional_product_ids" position="before">
|
||||
<field name="product_add_mode" widget="radio" invisible="1"/>
|
||||
</field>
|
||||
<field name="optional_product_ids" position="attributes">
|
||||
<attribute name="attrs">{'invisible': [('product_add_mode', '=', 'grid')]}</attribute>
|
||||
<attribute name="invisible">product_add_mode == 'grid'</attribute>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="view_order_form_with_variant_grid" model="ir.ui.view">
|
||||
<field name="name">sale.order.line.variant.grid</field>
|
||||
<field name="name">sale.order.grid</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
|
|
@ -11,12 +12,10 @@
|
|||
<field name="grid_product_tmpl_id" invisible="1"/>
|
||||
<field name="grid_update" invisible="1"/>
|
||||
</field>
|
||||
<xpath expr="//tree/field[@name='product_template_id']" position="after">
|
||||
<field name="product_add_mode" invisible="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//notebook//group[@name='sales_person']" position="inside">
|
||||
<group name="sales_person" position="inside">
|
||||
<field name="report_grids" groups="base.group_no_one"/>
|
||||
</xpath>
|
||||
</group>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue