95 lines
3.5 KiB
Plaintext
95 lines
3.5 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * website_cf_turnstile
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.1alpha1\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-01-08 06:52+0000\n"
|
|
"PO-Revision-Date: 2024-09-25 09:42+0000\n"
|
|
"Last-Translator: Wil Odoo, 2024\n"
|
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: it\n"
|
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\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\"/> Più informazioni"
|
|
|
|
#. 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 Turnstile</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 "Chiave segreta 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 "Chiave sito CF"
|
|
|
|
#. module: website_cf_turnstile
|
|
#. odoo-javascript
|
|
#: code:addons/website_cf_turnstile/static/src/js/error_handler.js:0
|
|
msgid "Cloudflare Turnstile Error"
|
|
msgstr "Errore Turnstile Cloudflare"
|
|
|
|
#. module: website_cf_turnstile
|
|
#: model:ir.model,name:website_cf_turnstile.model_res_config_settings
|
|
msgid "Config Settings"
|
|
msgstr "Impostazioni di configurazione"
|
|
|
|
#. module: website_cf_turnstile
|
|
#: model:ir.model,name:website_cf_turnstile.model_ir_http
|
|
msgid "HTTP Routing"
|
|
msgstr "Instradamento HTTP"
|
|
|
|
#. module: website_cf_turnstile
|
|
#. odoo-python
|
|
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
|
msgid "The CloudFlare human validation failed."
|
|
msgstr "La verifica umana di CloudFlare non è riuscita."
|
|
|
|
#. module: website_cf_turnstile
|
|
#. odoo-python
|
|
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
|
msgid "The Cloudflare turnstile private key is invalid."
|
|
msgstr "La chiave privata Cloudflare turnstile non è valida."
|
|
|
|
#. module: website_cf_turnstile
|
|
#. odoo-python
|
|
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
|
msgid "The request is invalid or malformed."
|
|
msgstr "La richiesta è non valida o non corretta."
|
|
|
|
#. module: website_cf_turnstile
|
|
#. odoo-javascript
|
|
#: code:addons/website_cf_turnstile/static/src/js/error_handler.js:0
|
|
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 ""
|
|
"Si è verificato un errore con Cloudflare Turnstile, sistema captcha.\n"
|
|
"Assicurati di aver configurato le credenziali per questo servizio in maniera appropriata.\n"
|
|
"Il codice di errore è: %s.\n"
|
|
"Puoi trovare maggiori informazioni sul codice di errore qui: https://developers.cloudflare.com/turnstile/reference/errors."
|
|
|
|
#. module: website_cf_turnstile
|
|
#. odoo-python
|
|
#: code:addons/website_cf_turnstile/models/ir_http.py:0
|
|
msgid "Your request has timed out, please retry."
|
|
msgstr "Richiesta scaduta, riprovare."
|