FitTrackee/fittrackee_client/src/locales/en/user.json

53 lines
1.9 KiB
JSON
Raw Normal View History

{
2021-10-31 11:21:21 +01:00
"ADMIN": "Admin",
"ALREADY_HAVE_ACCOUNT": "Already have an account?",
2021-10-13 19:21:53 +02:00
"CONFIRM_ACCOUNT_DELETION": "Are you sure you want to delete your account? All data will be deleted, this cannot be undone",
"EMAIL": "Email",
2021-10-20 17:38:25 +02:00
"ENTER_EMAIL": "Enter an email address",
"ENTER_PASSWORD": "Enter a password",
"ENTER_PASSWORD_CONFIRMATION": "Confirm the password",
"INVALID_TOKEN": "Invalid token, please request a new password reset.",
"LANGUAGE": "Language",
"LOGIN": "Login",
"LOGOUT": "Logout",
2021-08-08 11:49:01 +02:00
"PASSWORD": "Password",
2021-10-13 18:45:34 +02:00
"PASSWORD_CONFIRM": "Confirm Password",
"PASSWORD_CONFIRMATION": "Password confirmation",
2021-10-20 17:38:25 +02:00
"PASSWORD_FORGOTTEN": "Forgot password?",
"PASSWORD_RESET": "Password reset",
"PASSWORD_SENT_EMAIL_TEXT": "Check your email. If your address is in our database, you'll received an email with a link to reset your password.",
"PASSWORD_UPDATED": "Your password have been updated. Click {0} to log in.",
2021-10-13 17:29:12 +02:00
"PROFILE": {
"BACK_TO_PROFILE": "Back to profile",
2021-10-13 17:29:12 +02:00
"BIO": "Bio",
"BIRTH_DATE": "Birth date",
"EDIT": "Edit profile",
"EDIT_PREFERENCES": "Edit preferences",
2021-10-13 17:29:12 +02:00
"FIRST_NAME": "First name",
2021-10-13 18:45:34 +02:00
"FIRST_DAY_OF_WEEK": "First day of week",
"LANGUAGE": "Language",
2021-10-13 17:29:12 +02:00
"LAST_NAME": "Last name",
"LOCATION": "Location",
2021-10-13 18:45:34 +02:00
"MONDAY": "Monday",
"PICTURE": "Picture",
"PICTURE_EDITION": "Picture edition",
"PICTURE_UPDATE": "Update picture",
"PICTURE_REMOVE": "Remove picture",
"PREFERENCES_EDITION": "Preferences edition",
"PROFILE_EDITION": "Profile edition",
2021-10-13 18:45:34 +02:00
"REGISTRATION_DATE": "Registration date",
"SUNDAY": "Sunday",
"TABS": {
"PICTURE": "picture",
"PREFERENCES": "preferences",
"PROFILE": "profile"
},
2021-10-13 18:45:34 +02:00
"TIMEZONE": "Timezone"
2021-10-13 17:29:12 +02:00
},
2021-08-08 11:49:01 +02:00
"REGISTER": "Register",
"REGISTER_DISABLED": "Sorry, registration is disabled.",
2021-10-20 17:38:25 +02:00
"RESET_PASSWORD": "Reset your password",
"USER_PICTURE": "user picture",
2021-08-08 11:49:01 +02:00
"USERNAME": "Username"
}