103 lines
4.1 KiB
Plaintext
103 lines
4.1 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * website_cf_turnstile
|
||
#
|
||
# Translators:
|
||
# Vasiliy Korobatov <korobatov@gmail.com>, 2023
|
||
# Wil Odoo, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-01-05 12:32+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: website_cf_turnstile
|
||
#: model_terms:ir.ui.view,arch_db:website_cf_turnstile.res_config_settings_view_form
|
||
msgid "<i class=\"oi oi-arrow-right\"/> More info"
|
||
msgstr "<i class=\"oi oi-arrow-right\"/> Дополнительная информация"
|
||
|
||
#. module: website_cf_turnstile
|
||
#: model_terms:ir.ui.view,arch_db:website_cf_turnstile.res_config_settings_view_form
|
||
msgid "<span class=\"o_form_label\" for=\"\">Cloudflare Turnstile</span>"
|
||
msgstr "<span class=\"o_form_label\" for=\"\">Турникет Cloudflare</span>"
|
||
|
||
#. module: website_cf_turnstile
|
||
#: model:ir.model.fields,field_description:website_cf_turnstile.field_res_config_settings__turnstile_secret_key
|
||
msgid "CF Secret Key"
|
||
msgstr "Секретный ключ CF"
|
||
|
||
#. module: website_cf_turnstile
|
||
#: model:ir.model.fields,field_description:website_cf_turnstile.field_res_config_settings__turnstile_site_key
|
||
msgid "CF Site Key"
|
||
msgstr "CF Site Key"
|
||
|
||
#. module: website_cf_turnstile
|
||
#. odoo-javascript
|
||
#: code:addons/website_cf_turnstile/static/src/js/error_handler.js:0
|
||
#, python-format
|
||
msgid "Cloudflare Turnstile Error"
|
||
msgstr "Ошибка турникета Cloudflare"
|
||
|
||
#. module: website_cf_turnstile
|
||
#: model:ir.model,name:website_cf_turnstile.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Параметры конфигурации"
|
||
|
||
#. module: website_cf_turnstile
|
||
#: model:ir.model,name:website_cf_turnstile.model_ir_http
|
||
msgid "HTTP Routing"
|
||
msgstr "Маршрутизация HTTP"
|
||
|
||
#. module: website_cf_turnstile
|
||
#. odoo-python
|
||
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
||
#, python-format
|
||
msgid "The CloudFlare human validation failed."
|
||
msgstr "Проверка человека CloudFlare не удалась."
|
||
|
||
#. module: website_cf_turnstile
|
||
#. odoo-python
|
||
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
||
#, python-format
|
||
msgid "The Cloudflare turnstile private key is invalid."
|
||
msgstr "Закрытый ключ турникета Cloudflare недействителен."
|
||
|
||
#. module: website_cf_turnstile
|
||
#. odoo-python
|
||
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
||
#, python-format
|
||
msgid "The request is invalid or malformed."
|
||
msgstr "Запрос недействителен или искажен."
|
||
|
||
#. module: website_cf_turnstile
|
||
#. odoo-javascript
|
||
#: code:addons/website_cf_turnstile/static/src/js/error_handler.js:0
|
||
#, python-format
|
||
msgid ""
|
||
"There was an error with Cloudflare Turnstile, the captcha system.\n"
|
||
"Please make sure your credentials for this service are properly set up.\n"
|
||
"The error code is: %s.\n"
|
||
"You can find more information about this error code here: https://developers.cloudflare.com/turnstile/reference/errors."
|
||
msgstr ""
|
||
"Произошла ошибка с Cloudflare Turnstile, системой капчи.\n"
|
||
"Убедитесь, что ваши учетные данные для этого сервиса настроены правильно.\n"
|
||
"Код ошибки: %s.\n"
|
||
"Более подробную информацию об этом коде ошибки можно найти здесь: https://developers.cloudflare.com/turnstile/reference/errors."
|
||
|
||
#. module: website_cf_turnstile
|
||
#. odoo-python
|
||
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
||
#, python-format
|
||
msgid "Your request has timed out, please retry."
|
||
msgstr ""
|
||
"Время выполнения вашего запроса истекло, пожалуйста, повторите попытку."
|