From c65291782358e9e255ab9ea871a68798498f5a35 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sun, 24 Jun 2018 08:56:42 +0000 Subject: [PATCH] [UPD] Update oauth_provider_jwt.pot --- oauth_provider_jwt/i18n/es.po | 4 +- .../i18n/oauth_provider_jwt.pot | 142 ++++++++++++++++++ 2 files changed, 144 insertions(+), 2 deletions(-) create mode 100644 oauth_provider_jwt/i18n/oauth_provider_jwt.pot diff --git a/oauth_provider_jwt/i18n/es.po b/oauth_provider_jwt/i18n/es.po index 8d66ef1b0..ac75bb5a0 100644 --- a/oauth_provider_jwt/i18n/es.po +++ b/oauth_provider_jwt/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * oauth_provider_jwt -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-06-24 08:50+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: oauth_provider_jwt diff --git a/oauth_provider_jwt/i18n/oauth_provider_jwt.pot b/oauth_provider_jwt/i18n/oauth_provider_jwt.pot new file mode 100644 index 000000000..9712a9273 --- /dev/null +++ b/oauth_provider_jwt/i18n/oauth_provider_jwt.pot @@ -0,0 +1,142 @@ +# 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 "" +