169 lines
6.2 KiB
Plaintext
169 lines
6.2 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * base_vat
|
||
#
|
||
# Translators:
|
||
# Martin Trigaux, 2023
|
||
# ILMIR <karamov@it-projects.info>, 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: base_vat
|
||
#: model:ir.model,name:base_vat.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Компании"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model,name:base_vat.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Параметры конфигурации"
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/res_partner.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Connection with the VIES server failed. The VAT number %s could not be "
|
||
"validated."
|
||
msgstr ""
|
||
"Не удалось установить соединение с сервером VIES. Номер НДС %s не может быть"
|
||
" подтвержден."
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model,name:base_vat.model_res_partner
|
||
msgid "Contact"
|
||
msgstr "Контакты"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,help:base_vat.field_res_partner__vies_valid
|
||
#: model:ir.model.fields,help:base_vat.field_res_users__vies_valid
|
||
msgid "European VAT numbers are automatically checked on the VIES database."
|
||
msgstr "Европейские номера НДС автоматически проверяются по базе данных VIES."
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model,name:base_vat.model_account_fiscal_position
|
||
msgid "Fiscal Position"
|
||
msgstr "Финансовое положение"
|
||
|
||
#. module: base_vat
|
||
#: model_terms:ir.ui.view,arch_db:base_vat.res_config_settings_view_form
|
||
msgid ""
|
||
"If this checkbox is ticked, the default fiscal position that applies will "
|
||
"depend upon the output of the verification by the European VIES Service."
|
||
msgstr ""
|
||
"Если этот флажок установлен, фискальная позиция, применяемая по умолчанию, "
|
||
"будет зависеть от результатов проверки Европейской службой VIES."
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_partner__vies_valid
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_users__vies_valid
|
||
msgid "Intra-Community Valid"
|
||
msgstr "Внутриобщинный валидный"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_partner__perform_vies_validation
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_users__perform_vies_validation
|
||
msgid "Perform Vies Validation"
|
||
msgstr "Выполните проверку подлинности Vies"
|
||
|
||
#. module: base_vat
|
||
#: model_terms:ir.ui.view,arch_db:base_vat.view_partner_base_vat_form
|
||
msgid "Tax ID"
|
||
msgstr "Tax ID"
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/res_partner.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The %(vat_label)s number [%(wrong_vat)s] does not seem to be valid. \n"
|
||
"Note: the expected format is %(expected_format)s"
|
||
msgstr ""
|
||
"Число %(vat_label)s [%(wrong_vat)s], по-видимому, не является действительным.\n"
|
||
"Примечание: ожидаемый формат - %(expected_format)s"
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/res_partner.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The %(vat_label)s number [%(wrong_vat)s] for %(record_label)s does not seem to be valid. \n"
|
||
"Note: the expected format is %(expected_format)s"
|
||
msgstr ""
|
||
"Число %(vat_label)s [%(wrong_vat)s] для %(record_label)s, похоже, не подходит.\n"
|
||
"Примечание: ожидаемый формат - %(expected_format)s"
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/res_partner.py:0
|
||
#, python-format
|
||
msgid "The VAT number %s could not be interpreted by the VIES server."
|
||
msgstr "Номер НДС %s не может быть интерпретирован сервером VIES."
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/account_fiscal_position.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The country detected for this foreign VAT number does not match the one set "
|
||
"on this fiscal position."
|
||
msgstr ""
|
||
"Страна, указанная для этого иностранного номера НДС, не совпадает со "
|
||
"страной, указанной в данной фискальной позиции."
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/res_partner.py:0
|
||
#, python-format
|
||
msgid "VAT"
|
||
msgstr "НДС"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_company__vat_check_vies
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_config_settings__vat_check_vies
|
||
msgid "Verify VAT Numbers"
|
||
msgstr "Проверка номеров НДС"
|
||
|
||
#. module: base_vat
|
||
#: model_terms:ir.ui.view,arch_db:base_vat.res_config_settings_view_form
|
||
msgid "Verify VAT numbers using the European VIES service"
|
||
msgstr "Проверка номера НДС, используя службу European VIES"
|
||
|
||
#. module: base_vat
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_partner__vies_vat_to_check
|
||
#: model:ir.model.fields,field_description:base_vat.field_res_users__vies_vat_to_check
|
||
msgid "Vies Vat To Check"
|
||
msgstr "Vies Vat Для проверки"
|
||
|
||
#. module: base_vat
|
||
#: model_terms:ir.ui.view,arch_db:base_vat.view_partner_base_vat_form
|
||
msgid "e.g. BE0477472701"
|
||
msgstr "например, 7736050003"
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/account_fiscal_position.py:0
|
||
#, python-format
|
||
msgid "fiscal position [%s]"
|
||
msgstr "фискальная позиция [%s]"
|
||
|
||
#. module: base_vat
|
||
#. odoo-python
|
||
#: code:addons/base_vat/models/res_partner.py:0
|
||
#, python-format
|
||
msgid "partner [%s]"
|
||
msgstr "партнер [%s]"
|