Client - init Login form
This commit is contained in:
3
fittrackee_client/src/locales/en/buttons.json
Normal file
3
fittrackee_client/src/locales/en/buttons.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"LOGIN": "Log in"
|
||||
}
|
@ -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,10 @@
|
||||
{
|
||||
"EMAIL": "Email",
|
||||
"LANGUAGE": "Language",
|
||||
"LOGIN": "Login",
|
||||
"LOGOUT": "Logout",
|
||||
"REGISTER": "Register"
|
||||
"PASSWORD": "Password",
|
||||
"PASSWORD-CONFIRM": "Confirm Password",
|
||||
"REGISTER": "Register",
|
||||
"USERNAME": "Username"
|
||||
}
|
||||
|
Reference in New Issue
Block a user