Skip to content

Commit

Permalink
[UPD] Update auth_jwt.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Jun 14, 2022
1 parent 17c5b57 commit d4d0dfb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions auth_jwt/i18n/auth_jwt.pot
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ msgstr ""
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.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"
Expand Down Expand Up @@ -248,6 +258,12 @@ msgstr ""
msgid "User Id Strategy"
msgstr ""

#. module: auth_jwt
#: 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
#: model_terms:ir.ui.view,arch_db:auth_jwt.view_auth_jwt_validator_tree
Expand Down

0 comments on commit d4d0dfb

Please sign in to comment.