rename apikey to api

This commit is contained in:
imperosol
2025-06-04 09:49:11 +02:00
parent 0d9be6c538
commit 1748652b4d
31 changed files with 159 additions and 132 deletions

View File

@@ -35,7 +35,7 @@ msgstr ""
"True si gardé à jour par le biais d'un fournisseur externe de domains "
"toxics, False sinon"
#: apikey/admin.py
#: api/admin.py
#, python-format
msgid ""
"The API key for %(name)s is: %(key)s. Please store it somewhere safe: you "
@@ -44,57 +44,56 @@ msgstr ""
"La clef d'API pour %(name)s est : %(key)s. Gardez-là dans un emplacement "
"sûr : vous ne pourrez pas la revoir à nouveau."
#: apikey/admin.py
#: api/admin.py
msgid "Revoke selected API keys"
msgstr "Révoquer les clefs d'API sélectionnées"
#: apikey/models.py club/models.py com/models.py counter/models.py
#: forum/models.py launderette/models.py
#: api/models.py club/models.py com/models.py counter/models.py forum/models.py
msgid "name"
msgstr "nom"
#: apikey/models.py core/models.py
#: api/models.py core/models.py
msgid "owner"
msgstr "propriétaire"
#: apikey/models.py core/models.py
#: api/models.py core/models.py
msgid "groups"
msgstr "groupes"
#: apikey/models.py
#: api/models.py
msgid "client permissions"
msgstr "permissions du client"
#: apikey/models.py
#: api/models.py
msgid "Specific permissions for this api client."
msgstr "Permissions spécifiques pour ce client d'API"
#: apikey/models.py
#: api/models.py
msgid "api client"
msgstr "client d'api"
#: apikey/models.py
#: api/models.py
msgid "api clients"
msgstr "clients d'api"
#: apikey/models.py
#: api/models.py
msgid "prefix"
msgstr "préfixe"
#: apikey/models.py
#: api/models.py
msgid "hashed key"
msgstr "hash de la clef"
#: apikey/models.py
#: api/models.py
msgctxt "api key"
msgid "revoked"
msgstr "révoquée"
#: apikey/models.py
#: api/models.py
msgid "api key"
msgstr "clef d'api"
#: apikey/models.py
#: api/models.py
msgid "api keys"
msgstr "clefs d'api"