Client - init Login form
This commit is contained in:
3
fittrackee_client/src/locales/fr/buttons.json
Normal file
3
fittrackee_client/src/locales/fr/buttons.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"LOGIN": "Se connecter"
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
import AdministrationTranslations from './administration.json'
|
||||
import ButtonsTranslations from './buttons.json'
|
||||
import CommonTranslations from './common.json'
|
||||
import DashboardTranslations from './dashboard.json'
|
||||
import ErrorTranslations from './error.json'
|
||||
@ -8,6 +9,7 @@ import WorkoutsTranslations from './workouts.json'
|
||||
|
||||
export default {
|
||||
administration: AdministrationTranslations,
|
||||
buttons: ButtonsTranslations,
|
||||
common: CommonTranslations,
|
||||
dashboard: DashboardTranslations,
|
||||
error: ErrorTranslations,
|
||||
|
@ -1,6 +1,11 @@
|
||||
{
|
||||
"CONFIRM-PASSWORD": "Confirmation du mot de passe",
|
||||
"EMAIL": "Email",
|
||||
"LANGUAGE": "Langue",
|
||||
"LOGIN": "Se connecter",
|
||||
"LOGOUT": "Se déconnecter",
|
||||
"REGISTER": "S'inscrire"
|
||||
"PASSWORD": "Mot de passe",
|
||||
"PASSWORD-CONFIRM": "Confirmation du mot de passe",
|
||||
"REGISTER": "S'inscrire",
|
||||
"USERNAME": "Nom d'utilisateur"
|
||||
}
|
Reference in New Issue
Block a user