Client - update OAuth translations

This commit is contained in:
Sam 2022-09-21 10:06:59 +02:00
parent a1d8b54950
commit cb9d02ff1d
2 changed files with 8 additions and 8 deletions

View File

@ -19,17 +19,17 @@
},
"URL": "Application URL"
},
"APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?",
"APP_CREATED_SUCCESSFULLY": "Application created successfully. Make sure to copy the secret now, it won't show up again.",
"APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?",
"APP_REQUESTING_ACCESS": "The application {0} is requesting:",
"APPS_LIST": "OAuth2 applications",
"AUTHORIZE_APP": "Authorize {0} to use your account?",
"COPY_TO_CLIPBOARD": "copy to the clipboard",
"DELETE_APP": "Delete application",
"NEW_APP": "New OAuth App",
"NO_DESCRIPTION": "no description",
"NEW_APP": "Add an application",
"NO_APP": "Application not found!",
"NO_APPS": "no applications",
"NO_DESCRIPTION": "no description",
"REVOKE_ALL_TOKENS": "Revoke all tokens",
"TOKENS_REVOCATION_CONFIRMATION": "Are you sure you want to revoke all tokens?",
"TOKENS_REVOKED": "All existing associated tokens have been revoked."

View File

@ -3,7 +3,7 @@
"APP": {
"CLIENT_ID": "Identifiant",
"CLIENT_SECRET": "Secret",
"DESCRIPTION": "Application description",
"DESCRIPTION": "Description de l'application",
"ISSUE_AT": "Créée le",
"NAME": "Nom de l'application",
"REDIRECT_URL": "URL de redirection",
@ -19,17 +19,17 @@
},
"URL": "URL de l'application"
},
"APP_DELETION_CONFIRMATION": "Êtes-vous sûr de vouloir supprimer cette application ?",
"APP_CREATED_SUCCESSFULLY": "Application créée avec succès. Assurez-vous de copier le secret maintenant, il ne s'affichera plus.",
"APP_REQUESTING_ACCESS": "L'application {0} demande les accès suivants :",
"APP_DELETION_CONFIRMATION": "Êtes-vous sûr de vouloir supprimer cette application ?",
"APP_REQUESTING_ACCESS": "L'application {0} demande les accès suivants :",
"APPS_LIST": "Applications OAuth2",
"AUTHORIZE_APP": "Autoriser {0} à utiliser votre compte ?",
"COPY_TO_CLIPBOARD": "copier dans le presse papier",
"DELETE_APP": "Supprimer l'application",
"NEW_APP": "Ajouter une App OAuth",
"NO_DESCRIPTION": "pas de description",
"NEW_APP": "Ajouter une application",
"NO_APP": "Application introuvable !",
"NO_APPS": "pas de applications",
"NO_DESCRIPTION": "pas de description",
"REVOKE_ALL_TOKENS": "Révoquer tous les jetons",
"TOKENS_REVOCATION_CONFIRMATION": "Êtes-vous sûr de vouloir révoquer tous les jetons ?",
"TOKENS_REVOKED": "Tous les jetons associés existants ont été révoqués."