forked from Mapan/odoo17e
216 lines
12 KiB
Plaintext
216 lines
12 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * sale_pdf_quote_builder
|
||
#
|
||
# Translators:
|
||
# Martin Trigaux, 2023
|
||
# Константин Коровин <korovin74@gmail.com>, 2023
|
||
# Wil Odoo, 2024
|
||
# Nadia Martynova, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-08-13 10:28+0000\n"
|
||
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||
"Last-Translator: Nadia Martynova, 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_pdf_quote_builder
|
||
#: model:ir.actions.report,print_report_name:sale_pdf_quote_builder.action_report_saleorder_raw
|
||
msgid ""
|
||
"(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or "
|
||
"'Order - %s' % (object.name)"
|
||
msgstr ""
|
||
"(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or "
|
||
"'Order - %s' % (object.name)"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.res_config_settings_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.sale_order_template_form
|
||
msgid "<i class=\"fa fa-arrow-right\"/> Download examples"
|
||
msgstr "<i class=\"fa fa-arrow-right\"/> Примеры для скачивания"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields,help:sale_pdf_quote_builder.field_product_document__attached_on
|
||
msgid ""
|
||
"Allows you to share the document with your customers within a sale.\n"
|
||
"Leave it empty if you don't want to share this document with sales customer.\n"
|
||
"Quotation: the document will be sent to and accessible by customers at any time.\n"
|
||
"e.g. this option can be useful to share Product description files.\n"
|
||
"Confirmed order: the document will be sent to and accessible by customers.\n"
|
||
"e.g. this option can be useful to share User Manual or digital content bought on ecommerce. \n"
|
||
"Inside quote: The document will be included in the pdf of the quotation \n"
|
||
"and sales order between the header pages and the quote table. "
|
||
msgstr ""
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model,name:sale_pdf_quote_builder.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Компании"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model,name:sale_pdf_quote_builder.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Параметры конфигурации"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_company__sale_footer
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_config_settings__sale_footer
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_sale_order_template__sale_footer
|
||
msgid "Footer pages"
|
||
msgstr "Страницы нижнего колонтитула"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_company__sale_header
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_config_settings__sale_header
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_sale_order_template__sale_header
|
||
msgid "Header pages"
|
||
msgstr "Заглавные страницы"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields.selection,name:sale_pdf_quote_builder.selection__product_document__attached_on__inside
|
||
msgid "Inside quote"
|
||
msgstr "Внутренняя цитата"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#. odoo-python
|
||
#: code:addons/sale_pdf_quote_builder/utils.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"It seems that we're not able to process this pdf inside a quotation. It is "
|
||
"either encrypted, or encoded in a format we do not support."
|
||
msgstr ""
|
||
"Похоже, мы не можем обработать этот pdf-файл внутри коммерческого "
|
||
"предложения. Он либо зашифрован, либо закодирован в формате, который мы не "
|
||
"поддерживаем."
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.sale_order_template_form
|
||
msgid "Learn more from the documentation."
|
||
msgstr "Узнайте больше из документации."
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.res_config_settings_view_form
|
||
msgid ""
|
||
"Make your quote attractive by adding header pages, product descriptions and "
|
||
"footer pages to your quote."
|
||
msgstr ""
|
||
"Сделайте свое предложение привлекательным, добавив к нему начальные "
|
||
"страницы, описания товаров и нижние колонтитулы."
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#. odoo-python
|
||
#: code:addons/sale_pdf_quote_builder/models/product_document.py:0
|
||
#, python-format
|
||
msgid "Only PDF documents can be attached inside a quote."
|
||
msgstr "В цитату можно вложить только документы в формате PDF."
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.sale_order_template_form
|
||
msgid "PDF Quote Builder"
|
||
msgstr "Построитель цитат в формате PDF"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.res_config_settings_view_form
|
||
msgid "PDF Quote builder"
|
||
msgstr "Построитель цитат в формате PDF"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model,name:sale_pdf_quote_builder.model_product_document
|
||
msgid "Product Document"
|
||
msgstr "Документ товара"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.sale_order_template_form
|
||
msgid ""
|
||
"Products descriptions are pdf documents you can add directly on products.\n"
|
||
" To do so, go on a product, find the \"product documents\" button, then add a\n"
|
||
" new pdf document with a visibility set as \"Inside Quotes\". For each product\n"
|
||
" in the quote, if the product has an \"inside quotes\" document, this document\n"
|
||
" will be added after header pages and before the quotation details."
|
||
msgstr ""
|
||
"Описания товаров - это документы в формате pdf, которые можно добавлять непосредственно к товарам.\n"
|
||
" Для этого перейдите к товару, найдите кнопку \"Документы товара\", а затем добавьте\n"
|
||
" новый pdf-документ с параметром видимости \"Внутренние цитаты\". Для каждого товара\n"
|
||
" в цитате, если у товара есть документ \"Внутри цитат\", этот документ\n"
|
||
" будет добавлен после заглавных страниц и перед деталями предложения."
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.sale_order_template_form
|
||
msgid ""
|
||
"Provide header pages and footer pages to compose an attractive quotation\n"
|
||
" with more information about your company, your products and your services.\n"
|
||
" The pdf of your quotes will be built by putting together header pages,\n"
|
||
" product descriptions, details of the quote and then the footer pages.\n"
|
||
" If empty, it will use those define in the company settings.<br/>"
|
||
msgstr ""
|
||
"Предоставьте начальные и нижние страницы, чтобы составить привлекательное предложение\n"
|
||
" с дополнительной информацией о вашей компании, ваших продуктах и услугах.\n"
|
||
" Pdf-версия вашего коммерческого предложения будет создана путем объединения начальных страниц,\n"
|
||
" описания продуктов, деталей предложения, а затем нижних колонтитулов.\n"
|
||
" Если они пустые, то будут использоваться те, которые заданы в настройках компании.<br/>"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.actions.report,name:sale_pdf_quote_builder.action_report_saleorder_raw
|
||
msgid "Quotation / Order"
|
||
msgstr "Коммерческое предложение/заказ"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model,name:sale_pdf_quote_builder.model_sale_order_template
|
||
msgid "Quotation Template"
|
||
msgstr "Шаблон Коммерческого предложения"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model,name:sale_pdf_quote_builder.model_ir_actions_report
|
||
msgid "Report Action"
|
||
msgstr "Отчет о действиях"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_company__sale_footer_name
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_config_settings__sale_footer_name
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_sale_order_template__sale_footer_name
|
||
msgid "Sale Footer Name"
|
||
msgstr "Название нижнего колонтитула"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_company__sale_header_name
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_res_config_settings__sale_header_name
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_sale_order_template__sale_header_name
|
||
msgid "Sale Header Name"
|
||
msgstr "Название заголовка продажи"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model,name:sale_pdf_quote_builder.model_sale_order
|
||
msgid "Sales Order"
|
||
msgstr "Заказ на продажу"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model_terms:ir.ui.view,arch_db:sale_pdf_quote_builder.sale_order_template_form
|
||
msgid ""
|
||
"Some information specific to the quote (customer name, quotation reference, ... )\n"
|
||
" can be injected in these documents using pdf forms.\n"
|
||
" Refer to the documentation to know more about this feature."
|
||
msgstr ""
|
||
"Некоторая информация, специфичная для предложения (имя заказчика, ссылка на предложение, ... )\n"
|
||
" может быть добавлена в эти документы с помощью pdf-форм.\n"
|
||
" Подробнее об этой возможности читайте в документации."
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#: model:ir.model.fields,field_description:sale_pdf_quote_builder.field_product_document__attached_on
|
||
msgid "Visible at"
|
||
msgstr "Виден на"
|
||
|
||
#. module: sale_pdf_quote_builder
|
||
#. odoo-python
|
||
#: code:addons/sale_pdf_quote_builder/models/product_document.py:0
|
||
#, python-format
|
||
msgid "When attached inside a quote, the document must be a file, not a URL."
|
||
msgstr ""
|