-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support locale switch in admin panel (#96)
- Loading branch information
Showing
9 changed files
with
154 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"layout": { | ||
"blocked": "Seul le super administrateur peut accéder à cette application.", | ||
"brand": "Melody Auth", | ||
"logout": "Déconnexion", | ||
"users": "Gérer les utilisateurs", | ||
"roles": "Gérer les rôles", | ||
"apps": "Gérer les applications", | ||
"scopes": "Gérer les portées", | ||
"dashboard": "Tableau de bord" | ||
}, | ||
"common": { | ||
"enable": "Activer", | ||
"disable": "Désactiver", | ||
"disabled": "Désactivé", | ||
"active": "Actif", | ||
"property": "Propriété", | ||
"value": "Valeur", | ||
"createdAt": "Créé le", | ||
"updatedAt": "Mis à jour le", | ||
"create": "Créer", | ||
"options": "Options :", | ||
"save": "Enregistrer", | ||
"delete": "Supprimer", | ||
"system": "Système", | ||
"note": "Remarque", | ||
"previous": "Précédent", | ||
"next": "Suivant", | ||
"status": "Statut", | ||
"fieldIsRequired": "Ce champ est requis.", | ||
"deleteConfirm": "Êtes-vous sûr de vouloir supprimer {item} ?", | ||
"deleteConfirmBtn": "Supprimer" | ||
}, | ||
"dashboard": { | ||
"configs": "Configurations système", | ||
"configName": "Nom", | ||
"configValue": "Valeur", | ||
"configSeconds": "secondes", | ||
"links": "Liens système", | ||
"apiSwagger": "Swagger API S2S", | ||
"systemInfo": "Informations système" | ||
}, | ||
"apps": { | ||
"title": "Applications", | ||
"app": "Application", | ||
"new": "Créer une application", | ||
"clientId": "ID Client", | ||
"clientSecret": "Secret Client", | ||
"name": "Nom", | ||
"status": "Statut", | ||
"type": "Type", | ||
"scopes": "Portées", | ||
"redirectUris": "URIs de redirection" | ||
}, | ||
"users": { | ||
"title": "Utilisateurs", | ||
"user": "Utilisateur", | ||
"authId": "ID Auth", | ||
"email": "Email", | ||
"name": "Nom", | ||
"locale": "Langue", | ||
"status": "Statut", | ||
"loginCount": "Nombre de connexions", | ||
"emailVerified": "Email vérifié", | ||
"firstName": "Prénom", | ||
"lastName": "Nom", | ||
"roles": "Rôles", | ||
"resend": "Renvoyer l'email", | ||
"sent": "Email envoyé", | ||
"you": "Vous", | ||
"consented": "Applications consenties", | ||
"revokeConsent": "Révoquer", | ||
"confirmRevoke": "Êtes-vous sûr de vouloir révoquer le consentement à {item} pour l'utilisateur actuel ?", | ||
"noConsented": "Aucune application consentie pour l'instant.", | ||
"noIP": "Pas d'IP", | ||
"lockedIPs": "IPs verrouillées", | ||
"unlock": "Déverrouiller tout" | ||
}, | ||
"roles": { | ||
"title": "Rôles", | ||
"role": "Rôle", | ||
"name": "Nom", | ||
"status": "Statut", | ||
"new": "Créer un rôle" | ||
}, | ||
"scopes": { | ||
"title": "Portées", | ||
"scope": "Portée", | ||
"name": "Nom", | ||
"status": "Statut", | ||
"type": "Type de client", | ||
"new": "Créer une portée", | ||
"locales": "Langues", | ||
"localeNote": "Ceci sera affiché sur la page de consentement de l'application utilisateur." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters