769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
446 lines
17 KiB
Plaintext
446 lines
17 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * barcodes
|
||
#
|
||
# Translators:
|
||
# Evgeny <transingularity@gmail.com>, 2017
|
||
# Максим Дронь <dronmax@gmail.com>, 2017
|
||
# Gennady Marchenko <gennadym@gmail.com>, 2017
|
||
# Эдуард Манятовский <manyatovskiy@gmail.com>, 2017
|
||
# Viktor Pogrebniak <vp@aifil.ru>, 2017
|
||
# SV <sv@grimmette.ru>, 2017
|
||
# Martin Trigaux <mat@odoo.com>, 2017
|
||
# Andrey Samorukov <andrey.samorukov@me.com>, 2017
|
||
# Alex Puchkov <ap@alteco.co>, 2017
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||
"Last-Translator: Alex Puchkov <ap@alteco.co>, 2017\n"
|
||
"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: ru\n"
|
||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:202
|
||
#, python-format
|
||
msgid " '*' is not a valid Regex Barcode Pattern. Did you mean '.*' ?"
|
||
msgstr " '*' неверный шаблон штрихкода Regex. Вы точно хотите '.*' ?"
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:200
|
||
#, python-format
|
||
msgid ": a rule can only contain one pair of braces."
|
||
msgstr ": правило может содержать только одну пару скобок."
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:196
|
||
#, python-format
|
||
msgid ": braces can only contain N's followed by D's."
|
||
msgstr ": скобки могут иметь только N подписок от D."
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:198
|
||
#, python-format
|
||
msgid ": empty braces."
|
||
msgstr ": пустые скобки."
|
||
|
||
#. module: barcodes
|
||
#: model:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
|
||
msgid ""
|
||
"<i>Barcodes Nomenclatures</i> define how barcodes are recognized and categorized.\n"
|
||
" When a barcode is scanned it is associated to the <i>first</i> rule with a matching\n"
|
||
" pattern. The pattern syntax is that of regular expression, and a barcode is matched\n"
|
||
" if the regular expression matches a prefix of the barcode."
|
||
msgstr ""
|
||
"<i>Номенклатура штрих-кодов</i>> определяет, как штрих-коды распознаются и классифицируются.\n"
|
||
" Когда штрих-код сканируется, он ассоциируется с правилом <i>первый</i> с соответствием\n"
|
||
" шаблона. Синтаксис шаблона - это регулярное выражение, и штрих-код сопоставляется\n"
|
||
" если регулярное выражение совпадает с префиксом штрих-кода."
|
||
|
||
#. module: barcodes
|
||
#: model:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form
|
||
msgid ""
|
||
"A barcode nomenclature defines how the point of sale identify and interprets"
|
||
" barcodes"
|
||
msgstr ""
|
||
"Номенклатура штрих-кодов определяет, как точка продажи идентифицирует и "
|
||
"интерпретирует штрих-коды"
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:183 selection:barcode.rule,type:0
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_alias
|
||
#, python-format
|
||
msgid "Alias"
|
||
msgstr "Псевдоним"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.nomenclature,upc_ean_conv:0
|
||
msgid "Always"
|
||
msgstr "Всегда"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_rule_name
|
||
msgid "An internal identification for this barcode nomenclature rule"
|
||
msgstr "Внутренний идентификатор для этого правила номенклатурного штрихкода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature_name
|
||
msgid "An internal identification of the barcode nomenclature"
|
||
msgstr "Внутренний идентификатор для номенклатурного штрихкода"
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:177
|
||
#: selection:barcode.rule,encoding:0
|
||
#, python-format
|
||
msgid "Any"
|
||
msgstr "Любой"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_barcode_nomenclature_id
|
||
#: model:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
|
||
msgid "Barcode Nomenclature"
|
||
msgstr "Номенклатура штрих-кода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.actions.act_window,name:barcodes.action_barcode_nomenclature_form
|
||
#: model:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_tree
|
||
msgid "Barcode Nomenclatures"
|
||
msgstr "Номенклатуры штрих-кодов"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_pattern
|
||
msgid "Barcode Pattern"
|
||
msgstr "Шаблон штрихкода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.ui.view,arch_db:barcodes.view_barcode_rule_form
|
||
msgid "Barcode Rule"
|
||
msgstr "Правило штрихкода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin__barcode_scanned
|
||
msgid "Barcode Scanned"
|
||
msgstr "Сканированный штрихкод"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Cashier"
|
||
msgstr "Кассир"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.actions.act_window,help:barcodes.action_barcode_nomenclature_form
|
||
msgid "Click to add a Barcode Nomenclature ."
|
||
msgstr "Кликните чтобы добавить номенклатуру штрихкода."
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Client"
|
||
msgstr "Клиент"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_create_uid
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_create_uid
|
||
msgid "Created by"
|
||
msgstr "Создано"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_create_date
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_create_date
|
||
msgid "Created on"
|
||
msgstr "Создан"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Credit Card"
|
||
msgstr "Кредитная карта"
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:359
|
||
#, python-format
|
||
msgid "Discard"
|
||
msgstr "Отменить"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Discounted Product"
|
||
msgstr "Уценённый продукт"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_display_name
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_display_name
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin_display_name
|
||
msgid "Display Name"
|
||
msgstr "Отображаемое Имя"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,encoding:0
|
||
msgid "EAN-13"
|
||
msgstr "EAN-13"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.nomenclature,upc_ean_conv:0
|
||
msgid "EAN-13 to UPC-A"
|
||
msgstr "EAN-13 в UPC-A"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,encoding:0
|
||
msgid "EAN-8"
|
||
msgstr "EAN-8"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_encoding
|
||
msgid "Encoding"
|
||
msgstr "Кодировка"
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:301
|
||
#, python-format
|
||
msgid "Error : Barcode command is undefined"
|
||
msgstr ""
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:63
|
||
#, python-format
|
||
msgid "Error : Document not editable"
|
||
msgstr "Ошибка: Документ нельзя редактировать"
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:332
|
||
#, python-format
|
||
msgid "Error : No last scanned barcode"
|
||
msgstr "Ошибка: Нет предыдущей проверки штрихкода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_id
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_id
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin_id
|
||
msgid "ID"
|
||
msgstr "Номер"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature___last_update
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule___last_update
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcodes_barcode_events_mixin___last_update
|
||
msgid "Last Modified on"
|
||
msgstr "Последнее изменение"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_write_uid
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Последний раз обновил"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_write_date
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Последнее обновление"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Location"
|
||
msgstr "Место"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Lot"
|
||
msgstr "Партия"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.nomenclature,upc_ean_conv:0
|
||
msgid "Never"
|
||
msgstr "Никогда"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_name
|
||
msgid "Nomenclature Name"
|
||
msgstr "Номенклатурное наименование"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Package"
|
||
msgstr "Упаковка"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
|
||
msgid ""
|
||
"Patterns can also define how numerical values, such as weight or price, can be\n"
|
||
" encoded into the barcode. They are indicated by <code>{NNN}</code> where the N's\n"
|
||
" define where the number's digits are encoded. Floats are also supported with the \n"
|
||
" decimals indicated with D's, such as <code>{NNNDD}</code>. In these cases, \n"
|
||
" the barcode field on the associated records <i>must</i> show these digits as \n"
|
||
" zeroes."
|
||
msgstr ""
|
||
"В штрихкоде можно закодировать определённые численные параметры,\n"
|
||
"например вес или стоимость. Они отображаются в виде <code>{NNN}</code>,\n"
|
||
"где N — количество цифр с шифром. Дробные числа можно кодировать\n"
|
||
"с помощью дополнительных цифр, D — <code>{NNNDD}</code>. В этом\n"
|
||
"случае в штрихкоде эти цифры <i>должны</i> явно указываться хотябы\n"
|
||
"нулями."
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Priced Product"
|
||
msgstr "Оценённый продукт"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_name
|
||
msgid "Rule Name"
|
||
msgstr "Название правила"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_rule_ids
|
||
msgid "Rules"
|
||
msgstr "Правила"
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:352
|
||
#, python-format
|
||
msgid "Select"
|
||
msgstr "Выбрать"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_sequence
|
||
msgid "Sequence"
|
||
msgstr "Нумерация"
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:351
|
||
#, python-format
|
||
msgid "Set quantity"
|
||
msgstr "Укажите количество"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.ui.view,arch_db:barcodes.view_barcode_nomenclature_form
|
||
msgid "Tables"
|
||
msgstr "Таблицы"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_rule_pattern
|
||
msgid "The barcode matching pattern"
|
||
msgstr "Шаблон совпадения штрих-кодов"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature_rule_ids
|
||
msgid "The list of barcode rules"
|
||
msgstr "Список правил штрих-кода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_rule_alias
|
||
msgid "The matched pattern will alias to this barcode"
|
||
msgstr "Совпавший шаблон будет иметь псевдоним этого штрих-кода"
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:196
|
||
#: code:addons/barcodes/models/barcodes.py:198
|
||
#: code:addons/barcodes/models/barcodes.py:200
|
||
#, python-format
|
||
msgid "There is a syntax error in the barcode pattern "
|
||
msgstr "Допущена синтаксическая ошибка в рисунке штрих-кода"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_rule_encoding
|
||
msgid ""
|
||
"This rule will apply only if the barcode is encoded with the specified "
|
||
"encoding"
|
||
msgstr ""
|
||
"Это правило применяется только в том случае, если штрих-код закодирован с "
|
||
"указанной кодировкой"
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:64
|
||
#, python-format
|
||
msgid "To modify this document, please first start edition."
|
||
msgstr ""
|
||
"Чтобы изменить этот документ, пожалуйста, сначала начните редактирование."
|
||
|
||
#. module: barcodes
|
||
#. openerp-web
|
||
#: code:addons/barcodes/static/src/js/barcode_form_view.js:333
|
||
#, python-format
|
||
msgid "To set the quantity please scan a barcode first."
|
||
msgstr "Чтобы установить количество, пожалуйста, отсканируйте штрих-код."
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_rule_type
|
||
msgid "Type"
|
||
msgstr "Тип"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_nomenclature_upc_ean_conv
|
||
msgid ""
|
||
"UPC Codes can be converted to EAN by prefixing them with a zero. This "
|
||
"setting determines if a UPC/EAN barcode should be automatically converted in"
|
||
" one way or another when trying to match a rule with the other encoding."
|
||
msgstr ""
|
||
"Коды UPC можно преобразовать в EAN, поставив перед ними нуль. Этот параметр "
|
||
"определяет, должен ли штрих-код UPC/EAN автоматически преобразовываться так "
|
||
"или иначе при попытке сопоставить правило с другой кодировкой."
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,encoding:0
|
||
msgid "UPC-A"
|
||
msgstr "UPC-A"
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.nomenclature,upc_ean_conv:0
|
||
msgid "UPC-A to EAN-13"
|
||
msgstr "UPC-A к EAN-13"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,field_description:barcodes.field_barcode_nomenclature_upc_ean_conv
|
||
msgid "UPC/EAN Conversion"
|
||
msgstr "UPC/EAN преобразования"
|
||
|
||
#. module: barcodes
|
||
#: code:addons/barcodes/models/barcodes.py:184 selection:barcode.rule,type:0
|
||
#, python-format
|
||
msgid "Unit Product"
|
||
msgstr "Единица продукции"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcode_rule_sequence
|
||
msgid ""
|
||
"Used to order rules such that rules with a smaller sequence match first"
|
||
msgstr ""
|
||
"Используется для упорядочивания правил таким образом, чтобы правила с "
|
||
"меньшей последовательностью соответствовали первым"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model.fields,help:barcodes.field_barcodes_barcode_events_mixin__barcode_scanned
|
||
msgid "Value of the last barcode scanned."
|
||
msgstr "Значение последнего отсканированного штрих-кода."
|
||
|
||
#. module: barcodes
|
||
#: selection:barcode.rule,type:0
|
||
msgid "Weighted Product"
|
||
msgstr "Взвешенный Продукт"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model,name:barcodes.model_barcode_nomenclature
|
||
msgid "barcode.nomenclature"
|
||
msgstr "barcode.nomenclature"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model,name:barcodes.model_barcode_rule
|
||
msgid "barcode.rule"
|
||
msgstr "barcode.rule"
|
||
|
||
#. module: barcodes
|
||
#: model:ir.model,name:barcodes.model_barcodes_barcode_events_mixin
|
||
msgid "barcodes.barcode_events_mixin"
|
||
msgstr "barcodes.barcode_events_mixin"
|