|
| 1 | +# Translation of Odoo Server. |
| 2 | +# This file contains the translation of the following modules: |
| 3 | +# * fastapi_captcha |
| 4 | +# |
| 5 | +msgid "" |
| 6 | +msgstr "" |
| 7 | +"Project-Id-Version: Odoo Server 18.0\n" |
| 8 | +"Report-Msgid-Bugs-To: \n" |
| 9 | +"Last-Translator: Automatically generated\n" |
| 10 | +"Language-Team: none\n" |
| 11 | +"Language: it\n" |
| 12 | +"MIME-Version: 1.0\n" |
| 13 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 14 | +"Content-Transfer-Encoding: \n" |
| 15 | +"Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 16 | + |
| 17 | +#. module: fastapi_captcha |
| 18 | +#: model:ir.model.fields.selection,name:fastapi_captcha.selection__fastapi_endpoint__captcha_type__altcha |
| 19 | +msgid "Altcha" |
| 20 | +msgstr "" |
| 21 | + |
| 22 | +#. module: fastapi_captcha |
| 23 | +#. odoo-python |
| 24 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 25 | +msgid "Altcha (%(url)s) validation failed: %(error)s" |
| 26 | +msgstr "" |
| 27 | + |
| 28 | +#. module: fastapi_captcha |
| 29 | +#: model:ir.model.fields,field_description:fastapi_captcha.field_fastapi_endpoint__captcha_custom_verify_url |
| 30 | +msgid "Captcha Custom Verify Url" |
| 31 | +msgstr "" |
| 32 | + |
| 33 | +#. module: fastapi_captcha |
| 34 | +#: model:ir.model.fields,field_description:fastapi_captcha.field_fastapi_endpoint__captcha_minimum_score |
| 35 | +msgid "Captcha Minimum Score" |
| 36 | +msgstr "" |
| 37 | + |
| 38 | +#. module: fastapi_captcha |
| 39 | +#: model:ir.model.fields,field_description:fastapi_captcha.field_fastapi_endpoint__captcha_routes_regex |
| 40 | +msgid "Captcha Routes Regex" |
| 41 | +msgstr "" |
| 42 | + |
| 43 | +#. module: fastapi_captcha |
| 44 | +#: model:ir.model.fields,field_description:fastapi_captcha.field_fastapi_endpoint__captcha_secret_key |
| 45 | +msgid "Captcha Secret Key" |
| 46 | +msgstr "" |
| 47 | + |
| 48 | +#. module: fastapi_captcha |
| 49 | +#: model:ir.model.fields,field_description:fastapi_captcha.field_fastapi_endpoint__captcha_type |
| 50 | +msgid "Captcha Type" |
| 51 | +msgstr "" |
| 52 | + |
| 53 | +#. module: fastapi_captcha |
| 54 | +#. odoo-python |
| 55 | +#: code:addons/fastapi_captcha/captcha_middleware.py:0 |
| 56 | +msgid "Captcha token not found in headers" |
| 57 | +msgstr "" |
| 58 | + |
| 59 | +#. module: fastapi_captcha |
| 60 | +#. odoo-python |
| 61 | +#: code:addons/fastapi_captcha/captcha_middleware.py:0 |
| 62 | +msgid "Captcha validation failed: %s" |
| 63 | +msgstr "" |
| 64 | + |
| 65 | +#. module: fastapi_captcha |
| 66 | +#: model:ir.model.fields,help:fastapi_captcha.field_fastapi_endpoint__captcha_custom_verify_url |
| 67 | +msgid "Custom URL to use for the captcha verification" |
| 68 | +msgstr "" |
| 69 | + |
| 70 | +#. module: fastapi_captcha |
| 71 | +#: model:ir.model,name:fastapi_captcha.model_fastapi_endpoint |
| 72 | +msgid "FastAPI Endpoint" |
| 73 | +msgstr "" |
| 74 | + |
| 75 | +#. module: fastapi_captcha |
| 76 | +#: model:ir.model.fields.selection,name:fastapi_captcha.selection__fastapi_endpoint__captcha_type__hcaptcha |
| 77 | +msgid "Hcaptcha" |
| 78 | +msgstr "" |
| 79 | + |
| 80 | +#. module: fastapi_captcha |
| 81 | +#. odoo-python |
| 82 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 83 | +msgid "Hcaptcha validation failed: %s" |
| 84 | +msgstr "" |
| 85 | + |
| 86 | +#. module: fastapi_captcha |
| 87 | +#. odoo-python |
| 88 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 89 | +msgid "" |
| 90 | +"Hcaptcha validation failed: score %(score)s < %(min_score)s (%(reason)s)" |
| 91 | +msgstr "" |
| 92 | + |
| 93 | +#. module: fastapi_captcha |
| 94 | +#: model:ir.model.fields,help:fastapi_captcha.field_fastapi_endpoint__use_captcha |
| 95 | +msgid "If checked, this endpoint will be protected by a captcha" |
| 96 | +msgstr "" |
| 97 | + |
| 98 | +#. module: fastapi_captcha |
| 99 | +#. odoo-python |
| 100 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 101 | +msgid "Invalid regex for captcha routes: %(regex)s (error: %(error)s)" |
| 102 | +msgstr "" |
| 103 | + |
| 104 | +#. module: fastapi_captcha |
| 105 | +#: model:ir.model.fields,help:fastapi_captcha.field_fastapi_endpoint__captcha_minimum_score |
| 106 | +msgid "" |
| 107 | +"Minimum score to accept the captcha if a score is provided by the captcha " |
| 108 | +"service." |
| 109 | +msgstr "" |
| 110 | + |
| 111 | +#. module: fastapi_captcha |
| 112 | +#. odoo-python |
| 113 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 114 | +msgid "No secret key found for this endpoint" |
| 115 | +msgstr "" |
| 116 | + |
| 117 | +#. module: fastapi_captcha |
| 118 | +#: model:ir.model.fields.selection,name:fastapi_captcha.selection__fastapi_endpoint__captcha_type__recaptcha |
| 119 | +msgid "Recaptcha" |
| 120 | +msgstr "" |
| 121 | + |
| 122 | +#. module: fastapi_captcha |
| 123 | +#. odoo-python |
| 124 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 125 | +msgid "Recaptcha validation failed: %s" |
| 126 | +msgstr "" |
| 127 | + |
| 128 | +#. module: fastapi_captcha |
| 129 | +#. odoo-python |
| 130 | +#: code:addons/fastapi_captcha/models/fastapi_endpoint.py:0 |
| 131 | +msgid "Recaptcha validation failed: score %(score)s < %(min_score)s" |
| 132 | +msgstr "" |
| 133 | + |
| 134 | +#. module: fastapi_captcha |
| 135 | +#: model:ir.model.fields,help:fastapi_captcha.field_fastapi_endpoint__captcha_routes_regex |
| 136 | +msgid "" |
| 137 | +"Regexes to match against routes url that should be protected by this " |
| 138 | +"captcha, comma separated. If empty, all routes will be protected" |
| 139 | +msgstr "" |
| 140 | + |
| 141 | +#. module: fastapi_captcha |
| 142 | +#: model:ir.model.fields,help:fastapi_captcha.field_fastapi_endpoint__captcha_secret_key |
| 143 | +msgid "Secret key to use for the captcha validation" |
| 144 | +msgstr "" |
| 145 | + |
| 146 | +#. module: fastapi_captcha |
| 147 | +#: model:ir.model.fields,help:fastapi_captcha.field_fastapi_endpoint__captcha_type |
| 148 | +msgid "Type of captcha to use for this endpoint" |
| 149 | +msgstr "" |
| 150 | + |
| 151 | +#. module: fastapi_captcha |
| 152 | +#: model:ir.model.fields,field_description:fastapi_captcha.field_fastapi_endpoint__use_captcha |
| 153 | +msgid "Use Captcha" |
| 154 | +msgstr "" |
0 commit comments