Client - init profile edition

This commit is contained in:
Sam
2021-10-13 18:45:34 +02:00
parent fa164345d5
commit 5b470b7786
14 changed files with 401 additions and 10 deletions

View File

@ -4,15 +4,23 @@
"LOGIN": "Login",
"LOGOUT": "Logout",
"PASSWORD": "Password",
"PASSWORD-CONFIRM": "Confirm Password",
"PASSWORD_CONFIRM": "Confirm Password",
"PASSWORD_CONFIRMATION": "Password confirmation",
"PROFILE": {
"BIO": "Bio",
"BIRTH_DATE": "Birth date",
"EDIT": "Edit profile",
"EDITION": "Profile edition",
"FIRST_NAME": "First name",
"FIRST_DAY_OF_WEEK": "First day of week",
"LANGUAGE": "Language",
"LAST_NAME": "Last name",
"LOCATION": "Location",
"REGISTRATION_DATE": "Registration date"
"MONDAY": "Monday",
"PICTURE": "Picture",
"REGISTRATION_DATE": "Registration date",
"SUNDAY": "Sunday",
"TIMEZONE": "Timezone"
},
"REGISTER": "Register",
"REGISTER_DISABLED": "Sorry, registration is disabled.",