translation update

This commit is contained in:
Benjamin Dauvergne 2020-07-01 08:18:03 +02:00
parent 8db35c9233
commit 0b57aa56e7
2 changed files with 10 additions and 2 deletions

View File

@ -152,7 +152,15 @@ msgstr ""
"Impossible dutiliser lalgorithme %(algorithm)s, le paramètre "
"A2_IDP_OIDC_JWKSET nest pas défini."
#: src/authentic2_idp_oidc/models.py:223
#: src/authentic2_idp_oidc/models.py:188
msgid ""
"Redirect URIs must have the same domain or you must define a sector "
"identifier URI if you want to use pairwiseidentifiers"
msgstr ""
"Les URIs de redirection doivent avoir le même domaine ou vous devez définir "
"une URL d'identifiant de secteur if vous souhaitez utiliser des pseudonymes."
#: src/authentic2_idp_oidc/models.py:249
msgid "client ct"
msgstr "type de contenu du client"

View File

@ -185,7 +185,7 @@ class OIDCClient(Service):
self.get_sector_identifier()
except ValueError:
raise ValidationError(
_('Redirect URIs must be the same or you must define a '
_('Redirect URIs must have the same domain or you must define a '
'sector identifier URI if you want to use pairwise'
'identifiers'))