mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 13:32:08 +02:00
Initial commit: OCA Server Auth packages (29 packages)
This commit is contained in:
commit
3ed80311c4
1325 changed files with 127292 additions and 0 deletions
|
|
@ -0,0 +1,346 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_jwt
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"A cookie name must be provided on JWT validator %s because it has cookie "
|
||||
"mode enabled."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Algorithm"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Audience"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Comma separated list of audiences, to validate aud."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid ""
|
||||
"Convert the JWT token into an HttpOnly Secure cookie. When both an "
|
||||
"Authorization header and the cookie are present in the request, the cookie "
|
||||
"is ignored."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Cookie"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid "Cookie Enabled"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Cookie Max Age"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_name
|
||||
msgid "Cookie Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_path
|
||||
msgid "Cookie Path"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Cookie Secure"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256
|
||||
msgid "ES256 - ECDSA using SHA-256"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256k
|
||||
msgid "ES256K - ECDSA with secp256k1 curve using SHA-256"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es384
|
||||
msgid "ES384 - ECDSA using SHA-384"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es512
|
||||
msgid "ES512 - ECDSA using SHA-512"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__partner_id_strategy__email
|
||||
msgid "From email claim"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs256
|
||||
msgid "HS256 - HMAC using SHA-256 hash algorithm"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs384
|
||||
msgid "HS384 - HMAC using SHA-384 hash algorithm"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs512
|
||||
msgid "HS512 - HMAC using SHA-512 hash algorithm"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "Issuer"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "JWK URI"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_auth_jwt_validator
|
||||
msgid "JWT Validator Configuration"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.actions.act_window,name:auth_jwt.action_auth_jwt_validator
|
||||
#: model:ir.ui.menu,name:auth_jwt.menu_auth_jwt_validator
|
||||
msgid "JWT Validators"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.constraint,message:auth_jwt.constraint_auth_jwt_validator_name_uniq
|
||||
msgid "JWT validator names must be unique !"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Key"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Name %r is not a valid python identifier."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next Validator"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next validator to try if this one fails"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Number of seconds until the cookie expires (Max-Age)."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps256
|
||||
msgid "PS256 - RSASSA-PSS using SHA-256 and MGF1 padding with SHA-256"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps384
|
||||
msgid "PS384 - RSASSA-PSS using SHA-384 and MGF1 padding with SHA-384"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps512
|
||||
msgid "PS512 - RSASSA-PSS using SHA-512 and MGF1 padding with SHA-512"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_required
|
||||
msgid "Partner Id Required"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_strategy
|
||||
msgid "Partner Id Strategy"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_algorithm
|
||||
msgid "Public Key Algorithm"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_jwk_uri
|
||||
msgid "Public Key Jwk Uri"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__public_key
|
||||
msgid "Public key"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs256
|
||||
msgid "RS256 - RSASSA-PKCS1-v1_5 using SHA-256"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs384
|
||||
msgid "RS384 - RSASSA-PKCS1-v1_5 using SHA-384"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs512
|
||||
msgid "RS512 - RSASSA-PKCS1-v1_5 using SHA-512"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__secret
|
||||
msgid "Secret"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_algorithm
|
||||
msgid "Secret Algorithm"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_key
|
||||
msgid "Secret Key"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Set to false only for development without https."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__signature_type
|
||||
msgid "Signature Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__user_id_strategy__static
|
||||
msgid "Static"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__static_user_id
|
||||
msgid "Static User"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "To validate iss."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Token validation"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__user_id_strategy
|
||||
msgid "User Id Strategy"
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Validators mustn't make a closed chain: {}."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "arch"
|
||||
msgstr ""
|
||||
346
odoo-bringout-oca-server-auth-auth_jwt/auth_jwt/i18n/bs.po
Normal file
346
odoo-bringout-oca-server-auth-auth_jwt/auth_jwt/i18n/bs.po
Normal file
|
|
@ -0,0 +1,346 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_jwt
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"A cookie name must be provided on JWT validator %s because it has cookie "
|
||||
"mode enabled."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Algorithm"
|
||||
msgstr "Algoritam"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Audience"
|
||||
msgstr "Publika"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Comma separated list of audiences, to validate aud."
|
||||
msgstr "Zarez odvojena lista publika, za validaciju aud."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid ""
|
||||
"Convert the JWT token into an HttpOnly Secure cookie. When both an "
|
||||
"Authorization header and the cookie are present in the request, the cookie "
|
||||
"is ignored."
|
||||
msgstr ""
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Cookie"
|
||||
msgstr "Cookie"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid "Cookie Enabled"
|
||||
msgstr "Cookie omogućen"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Cookie Max Age"
|
||||
msgstr "Cookie maksimalno vrijeme"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_name
|
||||
msgid "Cookie Name"
|
||||
msgstr "Naziv cookie-ja"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_path
|
||||
msgid "Cookie Path"
|
||||
msgstr "Putanja cookie-ja"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Cookie Secure"
|
||||
msgstr "Cookie siguran"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256
|
||||
msgid "ES256 - ECDSA using SHA-256"
|
||||
msgstr "ES256 - ECDSA koristeći SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256k
|
||||
msgid "ES256K - ECDSA with secp256k1 curve using SHA-256"
|
||||
msgstr "ES256K - ECDSA sa secp256k1 krivom koristeći SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es384
|
||||
msgid "ES384 - ECDSA using SHA-384"
|
||||
msgstr "ES384 - ECDSA koristeći SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es512
|
||||
msgid "ES512 - ECDSA using SHA-512"
|
||||
msgstr "ES512 - ECDSA koristeći SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__partner_id_strategy__email
|
||||
msgid "From email claim"
|
||||
msgstr "Iz email tvrdnje"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "General"
|
||||
msgstr "Opšte"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs256
|
||||
msgid "HS256 - HMAC using SHA-256 hash algorithm"
|
||||
msgstr "HS256 - HMAC koristeći SHA-256 hash algoritam"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs384
|
||||
msgid "HS384 - HMAC using SHA-384 hash algorithm"
|
||||
msgstr "HS384 - HMAC koristeći SHA-384 hash algoritam"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs512
|
||||
msgid "HS512 - HMAC using SHA-512 hash algorithm"
|
||||
msgstr "HS512 - HMAC koristeći SHA-512 hash algoritam"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP usmjeravanje"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "Issuer"
|
||||
msgstr "Izdavac"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "JWK URI"
|
||||
msgstr "JWK URI"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_auth_jwt_validator
|
||||
msgid "JWT Validator Configuration"
|
||||
msgstr "Konfiguracija JWT validatora"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.actions.act_window,name:auth_jwt.action_auth_jwt_validator
|
||||
#: model:ir.ui.menu,name:auth_jwt.menu_auth_jwt_validator
|
||||
msgid "JWT Validators"
|
||||
msgstr "JWT validatori"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.constraint,message:auth_jwt.constraint_auth_jwt_validator_name_uniq
|
||||
msgid "JWT validator names must be unique !"
|
||||
msgstr "Nazivi JWT validatora moraju biti jedinstveni!"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Key"
|
||||
msgstr "Ključ"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__name
|
||||
msgid "Name"
|
||||
msgstr "Naziv:"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Name %r is not a valid python identifier."
|
||||
msgstr "Naziv %r nije valjani python identifikator."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next Validator"
|
||||
msgstr "Sljedeći validator"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next validator to try if this one fails"
|
||||
msgstr "Sljedeći validator za pokušaj ako ovaj ne uspije"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Number of seconds until the cookie expires (Max-Age)."
|
||||
msgstr "Broj sekundi do isteka cookie-ja (Max-Age)."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps256
|
||||
msgid "PS256 - RSASSA-PSS using SHA-256 and MGF1 padding with SHA-256"
|
||||
msgstr "PS256 - RSASSA-PSS koristeći SHA-256 i MGF1 padding sa SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps384
|
||||
msgid "PS384 - RSASSA-PSS using SHA-384 and MGF1 padding with SHA-384"
|
||||
msgstr "PS384 - RSASSA-PSS koristeći SHA-384 i MGF1 padding sa SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps512
|
||||
msgid "PS512 - RSASSA-PSS using SHA-512 and MGF1 padding with SHA-512"
|
||||
msgstr "PS512 - RSASSA-PSS koristeći SHA-512 i MGF1 padding sa SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_required
|
||||
msgid "Partner Id Required"
|
||||
msgstr "Partner ID potreban"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_strategy
|
||||
msgid "Partner Id Strategy"
|
||||
msgstr "Strategija Partner ID-a"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_algorithm
|
||||
msgid "Public Key Algorithm"
|
||||
msgstr "Algoritam javnog ključa"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_jwk_uri
|
||||
msgid "Public Key Jwk Uri"
|
||||
msgstr "Javni ključ JWK URI"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__public_key
|
||||
msgid "Public key"
|
||||
msgstr "Javni ključ"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs256
|
||||
msgid "RS256 - RSASSA-PKCS1-v1_5 using SHA-256"
|
||||
msgstr "RS256 - RSASSA-PKCS1-v1_5 koristeći SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs384
|
||||
msgid "RS384 - RSASSA-PKCS1-v1_5 using SHA-384"
|
||||
msgstr "RS384 - RSASSA-PKCS1-v1_5 koristeći SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs512
|
||||
msgid "RS512 - RSASSA-PKCS1-v1_5 using SHA-512"
|
||||
msgstr "RS512 - RSASSA-PKCS1-v1_5 koristeći SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__secret
|
||||
msgid "Secret"
|
||||
msgstr "Tajna"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_algorithm
|
||||
msgid "Secret Algorithm"
|
||||
msgstr "Algoritam tajnog ključa"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_key
|
||||
msgid "Secret Key"
|
||||
msgstr "Tajni ključ"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Set to false only for development without https."
|
||||
msgstr "Postavite na false samo za razvoj bez https."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__signature_type
|
||||
msgid "Signature Type"
|
||||
msgstr "Tip potpisa"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__user_id_strategy__static
|
||||
msgid "Static"
|
||||
msgstr "Statičan"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__static_user_id
|
||||
msgid "Static User"
|
||||
msgstr "Statičan korisnik"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "To validate iss."
|
||||
msgstr "Za validaciju iss."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Token validation"
|
||||
msgstr "Validacija tokena"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__user_id_strategy
|
||||
msgid "User Id Strategy"
|
||||
msgstr "Strategija ID korisnika"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Validators mustn't make a closed chain: {}."
|
||||
msgstr "Validatori ne smiju praviti zatvoreni lanac: {}."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "arch"
|
||||
msgstr "arhitektura"
|
||||
357
odoo-bringout-oca-server-auth-auth_jwt/auth_jwt/i18n/es.po
Normal file
357
odoo-bringout-oca-server-auth-auth_jwt/auth_jwt/i18n/es.po
Normal file
|
|
@ -0,0 +1,357 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_jwt
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-09-02 19:25+0000\n"
|
||||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"A cookie name must be provided on JWT validator %s because it has cookie "
|
||||
"mode enabled."
|
||||
msgstr ""
|
||||
"Se debe proporcionar un nombre de cookie en el validador JWT %s porque tiene "
|
||||
"habilitado el modo cookie."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Algorithm"
|
||||
msgstr "Algoritmo"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Audience"
|
||||
msgstr "Audiencia"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Comma separated list of audiences, to validate aud."
|
||||
msgstr "Lista de audiencias separada por comas, para validar aud."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid ""
|
||||
"Convert the JWT token into an HttpOnly Secure cookie. When both an "
|
||||
"Authorization header and the cookie are present in the request, the cookie "
|
||||
"is ignored."
|
||||
msgstr ""
|
||||
"Convierte el código JWT en una cookie HttpOnly Secure. Cuando tanto la "
|
||||
"cabecera de autorización como la cookie están presentes en la solicitud, se "
|
||||
"ignora la cookie."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Cookie"
|
||||
msgstr ""
|
||||
"Paquete de datos que un programa recibe y reenvía sin cambiarlos y que "
|
||||
"normalmente se emplea para indicar que ha ocurrido un evento o situación "
|
||||
"especial"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid "Cookie Enabled"
|
||||
msgstr "Cookie habilitada"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Cookie Max Age"
|
||||
msgstr "Cookie Edad Máxima"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_name
|
||||
msgid "Cookie Name"
|
||||
msgstr "Nombre de la cookie"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_path
|
||||
msgid "Cookie Path"
|
||||
msgstr "Ruta de Cookies"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Cookie Secure"
|
||||
msgstr "Cookie segura"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado el"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar Nombre"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256
|
||||
msgid "ES256 - ECDSA using SHA-256"
|
||||
msgstr "ES256 - ECDSA utilizando SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256k
|
||||
msgid "ES256K - ECDSA with secp256k1 curve using SHA-256"
|
||||
msgstr "ES256K - ECDSA con curva secp256k1 utilizando SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es384
|
||||
msgid "ES384 - ECDSA using SHA-384"
|
||||
msgstr "ES384 - ECDSA utilizando SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es512
|
||||
msgid "ES512 - ECDSA using SHA-512"
|
||||
msgstr "ES512 - ECDSA utilizando SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__partner_id_strategy__email
|
||||
msgid "From email claim"
|
||||
msgstr "De la reclamación por correo electrónico"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs256
|
||||
msgid "HS256 - HMAC using SHA-256 hash algorithm"
|
||||
msgstr "HS256 - HMAC utilizando el algoritmo hash SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs384
|
||||
msgid "HS384 - HMAC using SHA-384 hash algorithm"
|
||||
msgstr "HS384 - HMAC utilizando el algoritmo hash SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs512
|
||||
msgid "HS512 - HMAC using SHA-512 hash algorithm"
|
||||
msgstr "HS512 - HMAC utilizando el algoritmo hash SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Enrutamiento HTTP"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "Issuer"
|
||||
msgstr "Emisor"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "JWK URI"
|
||||
msgstr "URI DE JWK"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_auth_jwt_validator
|
||||
msgid "JWT Validator Configuration"
|
||||
msgstr "Configuración del validador JWT"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.actions.act_window,name:auth_jwt.action_auth_jwt_validator
|
||||
#: model:ir.ui.menu,name:auth_jwt.menu_auth_jwt_validator
|
||||
msgid "JWT Validators"
|
||||
msgstr "Validadores JWT"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.constraint,message:auth_jwt.constraint_auth_jwt_validator_name_uniq
|
||||
msgid "JWT validator names must be unique !"
|
||||
msgstr "¡Los nombres de los validadores JWT deben ser únicos!"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Key"
|
||||
msgstr "Clave"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última Actualización el"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__name
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Name %r is not a valid python identifier."
|
||||
msgstr "El nombre %r no es un identificador python válido."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next Validator"
|
||||
msgstr "Siguiente Validador"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next validator to try if this one fails"
|
||||
msgstr "Siguiente validador a probar si éste falla"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Number of seconds until the cookie expires (Max-Age)."
|
||||
msgstr "Número de segundos hasta que expira la cookie (Max-Age)."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps256
|
||||
msgid "PS256 - RSASSA-PSS using SHA-256 and MGF1 padding with SHA-256"
|
||||
msgstr "PS256 - RSASSA-PSS utilizando SHA-256 y relleno MGF1 con SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps384
|
||||
msgid "PS384 - RSASSA-PSS using SHA-384 and MGF1 padding with SHA-384"
|
||||
msgstr "PS384 - RSASSA-PSS utilizando SHA-384 y relleno MGF1 con SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps512
|
||||
msgid "PS512 - RSASSA-PSS using SHA-512 and MGF1 padding with SHA-512"
|
||||
msgstr "PS512 - RSASSA-PSS utilizando SHA-512 y relleno MGF1 con SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Partner"
|
||||
msgstr "Socio"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_required
|
||||
msgid "Partner Id Required"
|
||||
msgstr "Id de socio Obligatorio"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_strategy
|
||||
msgid "Partner Id Strategy"
|
||||
msgstr "Estrategia de ID de socio"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_algorithm
|
||||
msgid "Public Key Algorithm"
|
||||
msgstr "Algoritmo de clave pública"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_jwk_uri
|
||||
msgid "Public Key Jwk Uri"
|
||||
msgstr "Clave pública Jwk Uri"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__public_key
|
||||
msgid "Public key"
|
||||
msgstr "Clave pública"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs256
|
||||
msgid "RS256 - RSASSA-PKCS1-v1_5 using SHA-256"
|
||||
msgstr "RS256 - RSASSA-PKCS1-v1_5 utilizando SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs384
|
||||
msgid "RS384 - RSASSA-PKCS1-v1_5 using SHA-384"
|
||||
msgstr "RS384 - RSASSA-PKCS1-v1_5 utilizando SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs512
|
||||
msgid "RS512 - RSASSA-PKCS1-v1_5 using SHA-512"
|
||||
msgstr "RS512 - RSASSA-PKCS1-v1_5 utilizando SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__secret
|
||||
msgid "Secret"
|
||||
msgstr "Secreto"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_algorithm
|
||||
msgid "Secret Algorithm"
|
||||
msgstr "Algoritmo secreto"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_key
|
||||
msgid "Secret Key"
|
||||
msgstr "Clave secreta"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Set to false only for development without https."
|
||||
msgstr "Establecer a Falso sólo para el desarrollo sin https."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__signature_type
|
||||
msgid "Signature Type"
|
||||
msgstr "Tipo de firma"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__user_id_strategy__static
|
||||
msgid "Static"
|
||||
msgstr "Estático"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__static_user_id
|
||||
msgid "Static User"
|
||||
msgstr "Usuario estático"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "To validate iss."
|
||||
msgstr "Para validar el iss."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Token validation"
|
||||
msgstr "Validación de símbolos"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__user_id_strategy
|
||||
msgid "User Id Strategy"
|
||||
msgstr "Estrategia de ID de usuario"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Validators mustn't make a closed chain: {}."
|
||||
msgstr "Los validadores no deben hacer una cadena cerrada: {}."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "arch"
|
||||
msgstr "arch"
|
||||
354
odoo-bringout-oca-server-auth-auth_jwt/auth_jwt/i18n/it.po
Normal file
354
odoo-bringout-oca-server-auth-auth_jwt/auth_jwt/i18n/it.po
Normal file
|
|
@ -0,0 +1,354 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_jwt
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2024-01-29 11:35+0000\n"
|
||||
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"A cookie name must be provided on JWT validator %s because it has cookie "
|
||||
"mode enabled."
|
||||
msgstr ""
|
||||
"È necessario fornire un nome del cookie sul validatore JWT %s perché ha la "
|
||||
"modalità cookie abilitata."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Algorithm"
|
||||
msgstr "Algoritmo"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Audience"
|
||||
msgstr "Audience"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__audience
|
||||
msgid "Comma separated list of audiences, to validate aud."
|
||||
msgstr "Elenco di audience separati da virgole, per validare aud."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid ""
|
||||
"Convert the JWT token into an HttpOnly Secure cookie. When both an "
|
||||
"Authorization header and the cookie are present in the request, the cookie "
|
||||
"is ignored."
|
||||
msgstr ""
|
||||
"Converti il token JWT in un cookie HttpOnly Secure. Quando nella richiesta "
|
||||
"sono presenti sia un Authorization header che il cookie, il cookie viene "
|
||||
"ignorato."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Cookie"
|
||||
msgstr "Cookie"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_enabled
|
||||
msgid "Cookie Enabled"
|
||||
msgstr "Cookie abilitato"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Cookie Max Age"
|
||||
msgstr "Durata massima cookie"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_name
|
||||
msgid "Cookie Name"
|
||||
msgstr "Nome cookie"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_path
|
||||
msgid "Cookie Path"
|
||||
msgstr "Path cookie"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Cookie Secure"
|
||||
msgstr "Cookie secure"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creato da"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creato il"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256
|
||||
msgid "ES256 - ECDSA using SHA-256"
|
||||
msgstr "ES256 - ECDSA usando SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es256k
|
||||
msgid "ES256K - ECDSA with secp256k1 curve using SHA-256"
|
||||
msgstr "ES256K - ECDSA con curva secp256k1 usando SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es384
|
||||
msgid "ES384 - ECDSA using SHA-384"
|
||||
msgstr "ES384 - ECDSA usando SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__es512
|
||||
msgid "ES512 - ECDSA using SHA-512"
|
||||
msgstr "ES512 - ECDSA usando SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__partner_id_strategy__email
|
||||
msgid "From email claim"
|
||||
msgstr "Da richiesta e-mail"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "General"
|
||||
msgstr "Generale"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs256
|
||||
msgid "HS256 - HMAC using SHA-256 hash algorithm"
|
||||
msgstr "HS256 - HMAC usando SHA-256 hash algorithm"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs384
|
||||
msgid "HS384 - HMAC using SHA-384 hash algorithm"
|
||||
msgstr "HS384 - HMAC usando SHA-384 hash algorithm"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__secret_algorithm__hs512
|
||||
msgid "HS512 - HMAC using SHA-512 hash algorithm"
|
||||
msgstr "HS512 - HMAC usando SHA-512 hash algorithm"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Instradamento HTTP"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "Issuer"
|
||||
msgstr "Segnalatore"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "JWK URI"
|
||||
msgstr "URI JWK"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model,name:auth_jwt.model_auth_jwt_validator
|
||||
msgid "JWT Validator Configuration"
|
||||
msgstr "Configurazione validatore JWT"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.actions.act_window,name:auth_jwt.action_auth_jwt_validator
|
||||
#: model:ir.ui.menu,name:auth_jwt.menu_auth_jwt_validator
|
||||
msgid "JWT Validators"
|
||||
msgstr "Validatori JWT"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.constraint,message:auth_jwt.constraint_auth_jwt_validator_name_uniq
|
||||
msgid "JWT validator names must be unique !"
|
||||
msgstr "I nomi dei validatori JWT devono essere univoci!"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Key"
|
||||
msgstr "Chiave"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultimo aggiornamento di"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultimo aggiornamento il"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__name
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Name %r is not a valid python identifier."
|
||||
msgstr "Il nome %r non è un identificatore Python valido."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next Validator"
|
||||
msgstr "Validatore successivo"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__next_validator_id
|
||||
msgid "Next validator to try if this one fails"
|
||||
msgstr "Validatore successivo da provare se questo fallisce"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_max_age
|
||||
msgid "Number of seconds until the cookie expires (Max-Age)."
|
||||
msgstr "Numero di secondi fino alla scadenza del cookie (Durata max)."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps256
|
||||
msgid "PS256 - RSASSA-PSS using SHA-256 and MGF1 padding with SHA-256"
|
||||
msgstr "PS256 - RSASSA-PSS usando SHA-256 e padding MGF1 con SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps384
|
||||
msgid "PS384 - RSASSA-PSS using SHA-384 and MGF1 padding with SHA-384"
|
||||
msgstr "PS384 - RSASSA-PSS usando SHA-384 e padding MGF1 con SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__ps512
|
||||
msgid "PS512 - RSASSA-PSS using SHA-512 and MGF1 padding with SHA-512"
|
||||
msgstr "PS512 - RSASSA-PSS usando SHA-512 e padding MGF1 con SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Partner"
|
||||
msgstr "Partner"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_required
|
||||
msgid "Partner Id Required"
|
||||
msgstr "Partner ID obbligatorio"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__partner_id_strategy
|
||||
msgid "Partner Id Strategy"
|
||||
msgstr "Strategia Partner ID"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_algorithm
|
||||
msgid "Public Key Algorithm"
|
||||
msgstr "Algoritmo a chiave pubblica"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__public_key_jwk_uri
|
||||
msgid "Public Key Jwk Uri"
|
||||
msgstr "Jwk Uri a chiave pubblica"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__public_key
|
||||
msgid "Public key"
|
||||
msgstr "Chiave pubblica"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs256
|
||||
msgid "RS256 - RSASSA-PKCS1-v1_5 using SHA-256"
|
||||
msgstr "RS256 - RSASSA-PKCS1-v1_5 usando SHA-256"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs384
|
||||
msgid "RS384 - RSASSA-PKCS1-v1_5 using SHA-384"
|
||||
msgstr "RS384 - RSASSA-PKCS1-v1_5 usando SHA-384"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__public_key_algorithm__rs512
|
||||
msgid "RS512 - RSASSA-PKCS1-v1_5 using SHA-512"
|
||||
msgstr "RS512 - RSASSA-PKCS1-v1_5 usando SHA-512"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__signature_type__secret
|
||||
msgid "Secret"
|
||||
msgstr "Segreta"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_algorithm
|
||||
msgid "Secret Algorithm"
|
||||
msgstr "Algoritmo segreto"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__secret_key
|
||||
msgid "Secret Key"
|
||||
msgstr "Chiave segreta"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__cookie_secure
|
||||
msgid "Set to false only for development without https."
|
||||
msgstr "Imposta su false solo per lo sviluppo senza https."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__signature_type
|
||||
msgid "Signature Type"
|
||||
msgstr "Tipo di firma"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields.selection,name:auth_jwt.selection__auth_jwt_validator__user_id_strategy__static
|
||||
msgid "Static"
|
||||
msgstr "Statica"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__static_user_id
|
||||
msgid "Static User"
|
||||
msgstr "Utente statico"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,help:auth_jwt.field_auth_jwt_validator__issuer
|
||||
msgid "To validate iss."
|
||||
msgstr "Per validare iss."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "Token validation"
|
||||
msgstr "Convalida del token"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model:ir.model.fields,field_description:auth_jwt.field_auth_jwt_validator__user_id_strategy
|
||||
msgid "User Id Strategy"
|
||||
msgstr "Strategia User ID"
|
||||
|
||||
#. module: auth_jwt
|
||||
#. odoo-python
|
||||
#: code:addons/auth_jwt/models/auth_jwt_validator.py:0
|
||||
#, python-format
|
||||
msgid "Validators mustn't make a closed chain: {}."
|
||||
msgstr "I validatori non devono creare una catena chiusa: {}."
|
||||
|
||||
#. module: auth_jwt
|
||||
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_form
|
||||
msgid "arch"
|
||||
msgstr "arch"
|
||||
Loading…
Add table
Add a link
Reference in a new issue