API & Client - move user preferences + add picture edition
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"EMAIL": "Email",
|
||||
"CONFIRM_ACCOUNT_DELETION": "Are you sure you want to delete your account? All data will be deleted, this cannot be undone",
|
||||
"EMAIL": "Email",
|
||||
"LANGUAGE": "Language",
|
||||
"LOGIN": "Login",
|
||||
"LOGOUT": "Logout",
|
||||
@ -8,9 +8,11 @@
|
||||
"PASSWORD_CONFIRM": "Confirm Password",
|
||||
"PASSWORD_CONFIRMATION": "Password confirmation",
|
||||
"PROFILE": {
|
||||
"BACK_TO_PROFILE": "Back to profile",
|
||||
"BIO": "Bio",
|
||||
"BIRTH_DATE": "Birth date",
|
||||
"EDIT": "Edit profile",
|
||||
"EDIT_PREFERENCES": "Edit preferences",
|
||||
"EDITION": "Profile edition",
|
||||
"FIRST_NAME": "First name",
|
||||
"FIRST_DAY_OF_WEEK": "First day of week",
|
||||
@ -19,8 +21,15 @@
|
||||
"LOCATION": "Location",
|
||||
"MONDAY": "Monday",
|
||||
"PICTURE": "Picture",
|
||||
"PICTURE_UPDATE": "Update picture",
|
||||
"PICTURE_REMOVE": "Remove picture",
|
||||
"REGISTRATION_DATE": "Registration date",
|
||||
"SUNDAY": "Sunday",
|
||||
"TABS": {
|
||||
"PICTURE": "picture",
|
||||
"PREFERENCES": "preferences",
|
||||
"PROFILE": "profile"
|
||||
},
|
||||
"TIMEZONE": "Timezone"
|
||||
},
|
||||
"REGISTER": "Register",
|
||||
|
Reference in New Issue
Block a user