translation update (#83841)
gitea/authentic/pipeline/head This commit looks good Details

This commit is contained in:
Paul Marillonnet 2024-01-15 09:04:53 +01:00
parent 5468f61029
commit 5a969bf584
1 changed files with 32 additions and 1 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Authentic\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-15 08:39+0100\n"
"POT-Creation-Date: 2024-01-15 08:56+0100\n"
"PO-Revision-Date: 2023-11-27 10:50+0100\n"
"Last-Translator: Mikaël Ates <mates@entrouvert.com>\n"
"Language-Team: None\n"
@ -2751,6 +2751,20 @@ msgstr "notification dactivité du compte par {0}"
msgid "user \"{0}\" activity notified by {1}"
msgstr "notification dactivité du compte « {0} » par {1}"
#: src/authentic2/journal_event_types.py
msgid "identity provider keyset change"
msgstr "changement de trousseau de clés du fournisseur didentité"
#: src/authentic2/journal_event_types.py
#, python-brace-format
msgid ""
"Provider {provider} renewed its keyset with new keys [{new}] whereas old "
"keys [{old}] are now deprecated"
msgstr ""
"Le fournisseur {provider} a renouvelé son trousseau de clés avec les "
"nouvelles clés [{new}] tandis que les clés [{old}] sont dorénavant "
"dépréciées."
#: src/authentic2/manager/apiclient_views.py
#: src/authentic2/manager/templates/authentic2/manager/api_client_common.html
#: src/authentic2/manager/templates/authentic2/manager/api_client_delete.html
@ -7625,6 +7639,11 @@ msgstr ""
msgid "No user found"
msgstr "Aucun utilisateur trouvé"
#: src/authentic2_auth_oidc/forms.py
msgid "JSON is fetched from the WebKey Set URL"
msgstr ""
"Le JSON est recupéré depuis lURL du trousseau de clés (WebKey Set URL)"
#: src/authentic2_auth_oidc/models.py
#, python-format
msgid "Invalid JWKSet: %s"
@ -7708,6 +7727,18 @@ msgctxt "add english name between parenthesis"
msgid "scopes"
msgstr "portées (scopes)"
#: src/authentic2_auth_oidc/models.py
msgid "URL of the provider's JSON WebKey Set"
msgstr "URL du trousseau de clés au format JSON (WebKey Set) du fournisseur"
#: src/authentic2_auth_oidc/models.py
msgid ""
"This URL is usually part of the “well-known” URLs as per the OIDC "
"specifications"
msgstr ""
"Cette URL fait communément partie des URLs «well-known», conformément aux "
"spécifications OIDC"
#: src/authentic2_auth_oidc/models.py
msgid "JSON WebKey set"
msgstr "ensemble de WebKey JSON"