You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

142 lines
4.4 KiB

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * oauth_provider_jwt
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\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: oauth_provider_jwt
#: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_algorithm
msgid "Algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_algorithm
msgid "Algorithm used to sign the JSON Web Token."
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_scope_id
msgid "Data Scope"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "ECDSA signature algorithm using SHA-256 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "ECDSA signature algorithm using SHA-384 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "ECDSA signature algorithm using SHA-512 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.ui.view,arch_db:oauth_provider_jwt.view_oauth_provider_client_form
msgid "Generate a new random private key"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "HMAC using SHA-256 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "HMAC using SHA-384 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "HMAC using SHA-512 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.ui.view,arch_db:oauth_provider_jwt.view_oauth_provider_client_form
msgid "JSON Web Token"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model,name:oauth_provider_jwt.model_oauth_provider_client
msgid "OAuth Provider Client"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_private_key
msgid "Private Key"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_private_key
msgid "Private key used for the JSON Web Token generation."
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,field_description:oauth_provider_jwt.field_oauth_provider_client_jwt_public_key
msgid "Public Key"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_public_key
msgid "Public key used for the JSON Web Token generation."
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "RSASSA-PSS signature using SHA-256 and MGF1 padding with SHA-256"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "RSASSA-PSS signature using SHA-384 and MGF1 padding with SHA-384"
msgstr ""
#. module: oauth_provider_jwt
#: selection:oauth.provider.client,jwt_algorithm:0
msgid "RSASSA-PSS signature using SHA-512 and MGF1 padding with SHA-512"
msgstr ""
#. module: oauth_provider_jwt
#: model:ir.model.fields,help:oauth_provider_jwt.field_oauth_provider_client_jwt_scope_id
msgid "Scope executed to add some user's data in the token."
msgstr ""
#. module: oauth_provider_jwt
#: code:addons/oauth_provider_jwt/models/oauth_provider_client.py:101
#, python-format
msgid "The private key doesn't fit the selected algorithm!"
msgstr ""
#. module: oauth_provider_jwt
#: code:addons/oauth_provider_jwt/models/oauth_provider_client.py:122
#, python-format
msgid "You can only generate private keys for asymetric algorithms!"
msgstr ""