112 lines
4.8 KiB
Plaintext
112 lines
4.8 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * sale_product_matrix
|
|
#
|
|
# Translators:
|
|
# Константин Коровин <korovin74@gmail.com>, 2023
|
|
# Сергей Шебанин <sergey@shebanin.ru>, 2023
|
|
# Wil Odoo, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
|
"Last-Translator: Wil Odoo, 2024\n"
|
|
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: ru\n"
|
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
|
|
#. module: 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"
|
|
"Grid: add several variants at once from the grid of attribute values"
|
|
msgstr ""
|
|
"Конфигуратор: выберите значения атрибутов, чтобы добавить соответствующий вариант продукта в заказ.\n"
|
|
"Сетка: добавление сразу нескольких вариантов из сетки значений атрибутов"
|
|
|
|
#. module: sale_product_matrix
|
|
#: model:ir.model.fields,field_description:sale_product_matrix.field_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 ""
|
|
"Техническое локальное хранилище сетки.\n"
|
|
"Если grid_update, будет загружен на SO.\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 ""
|
|
"Вы не можете изменить количество товара, представленного в нескольких "
|
|
"строках продажи."
|