190 lines
8.2 KiB
Plaintext
190 lines
8.2 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * auth_totp_mail
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2024
|
||
#
|
||
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 18.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-12-16 13:39+0000\n"
|
||
"PO-Revision-Date: 2025-09-23 11:42+0000\n"
|
||
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
|
||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-18/"
|
||
"auth_totp_mail/ru/>\n"
|
||
"Language: ru\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \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: auth_totp_mail
|
||
#: model:mail.template,body_html:auth_totp_mail.mail_template_totp_invite
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Dear <t t-out=\"object.partner_id.name or ''\"/><br/><br/>\n"
|
||
" <t t-out=\"user.name or ''\"/> requested you activate two-factor authentication to protect your account.<br/><br/>\n"
|
||
" Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
|
||
" The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
|
||
" Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.\n"
|
||
"\n"
|
||
" </p><p style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
|
||
" <a t-att-href=\"object.get_totp_invite_url()\" style=\"background-color:#875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;\">\n"
|
||
" Activate my two-factor Authentication\n"
|
||
" </a>\n"
|
||
" </p>\n"
|
||
" \n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Здравствуйте, <t t-out=\"object.partner_id.name or ''\"/>!<br/><br/>"
|
||
"\n"
|
||
" Пользователь <t t-out=\"user.name or ''\"/> запросил включение "
|
||
"двухфакторной аутентификации для защиты вашей учетной записи.<br/><br/>\n"
|
||
" Двухфакторная аутентификация (2FA) – это система двойной проверки.\n"
|
||
" Первая проверка осуществляется с помощью вашего пароля, а вторая – с "
|
||
"помощью кода, полученного в специальном мобильном приложении.\n"
|
||
" Среди популярных приложений – Authy, Google Authenticator и "
|
||
"Microsoft Authenticator.\n"
|
||
"\n"
|
||
" </p><p style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
|
||
" <a t-att-href=\"object.get_totp_invite_url()\" style"
|
||
"=\"background-color:#875A7B; padding: 8px 16px 8px 16px; text-decoration: "
|
||
"none; color: #fff; border-radius: 5px;\">\n"
|
||
" Включить двухфакторную аутентификацию\n"
|
||
" </a>\n"
|
||
" </p>\n"
|
||
" \n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: auth_totp_mail
|
||
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update
|
||
msgid "<span>Consider</span>"
|
||
msgstr "<span>Рассмотрите</span>"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
|
||
msgid "A trusted device has just been added to your account: %(device_name)s"
|
||
msgstr ""
|
||
"В вашу учетную запись только что было добавлено доверенное устройство: "
|
||
"%(device_name)s"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
|
||
msgid ""
|
||
"A trusted device has just been removed from your account: %(device_names)s"
|
||
msgstr ""
|
||
"Только что с вашей учетной записи было удалено доверенное устройство: "
|
||
"%(device_names)s"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/res_users.py:0
|
||
msgid "Account Security"
|
||
msgstr "Безопасность учетной записи"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model:ir.model,name:auth_totp_mail.model_auth_totp_device
|
||
msgid "Authentication Device"
|
||
msgstr "Устройство аутентификации"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model:mail.template,subject:auth_totp_mail.mail_template_totp_invite
|
||
msgid "Invitation to activate two-factor authentication on your Odoo account"
|
||
msgstr ""
|
||
"Приглашение активировать двухфакторную аутентификацию на вашей учетной "
|
||
"записи Odoo"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/res_users.py:0
|
||
msgid ""
|
||
"Invitation to use two-factor authentication sent for the following user(s): "
|
||
"%s"
|
||
msgstr ""
|
||
"Приглашение использовать двухфакторную аутентификацию отправлено для "
|
||
"следующих пользователей: %s"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.view_users_form
|
||
msgid "Invite to use 2FA"
|
||
msgstr "Приглашение к использованию 2FA"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model:ir.actions.server,name:auth_totp_mail.action_invite_totp
|
||
msgid "Invite to use two-factor authentication"
|
||
msgstr "Предложите использовать двухфакторную аутентификацию"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form
|
||
msgid "Name"
|
||
msgstr "Имя"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model:ir.actions.server,name:auth_totp_mail.action_activate_two_factor_authentication
|
||
msgid "Open two-factor authentication configuration"
|
||
msgstr "Открытая конфигурация двухфакторной аутентификации"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/res_users.py:0
|
||
msgid "Security Update: 2FA Activated"
|
||
msgstr "Обновление системы безопасности: 2FA активирована"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/res_users.py:0
|
||
msgid "Security Update: 2FA Deactivated"
|
||
msgstr "Обновление системы безопасности: 2FA деактивирована"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
|
||
msgid "Security Update: Device Added"
|
||
msgstr "Обновление системы безопасности: добавлено устройство"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
|
||
msgid "Security Update: Device Removed"
|
||
msgstr "Обновление системы безопасности: устройство удалено"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model:mail.template,name:auth_totp_mail.mail_template_totp_invite
|
||
msgid "Settings: 2Fa Invitation"
|
||
msgstr "Параметры: 2Fa Приглашение"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/res_users.py:0
|
||
msgid "Two-factor authentication has been activated on your account"
|
||
msgstr "На вашей учетной записи активирована двухфакторная аутентификация"
|
||
|
||
#. module: auth_totp_mail
|
||
#. odoo-python
|
||
#: code:addons/auth_totp_mail/models/res_users.py:0
|
||
msgid "Two-factor authentication has been deactivated on your account"
|
||
msgstr "Двухфакторная аутентификация была отключена на вашей учетной записи"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model:ir.model,name:auth_totp_mail.model_res_users
|
||
msgid "User"
|
||
msgstr "Пользователь"
|
||
|
||
#. module: auth_totp_mail
|
||
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update
|
||
msgid "activating Two-factor Authentication"
|
||
msgstr "активация двухфакторной аутентификации"
|