{
    "TITLE": "Profile",
    "NOT_A_NOMAD_YET": "Not a nomad yet? Create a profile",
    "FORM": {
        "EMAIL": "Email",
        "PASSWORD": "Password",
        "USERNAME": "Username",
        "USER_NAME_REQUIRED": "Username is required",
        "USER_NAME_INVALID": "Username is invalid",
        "USERNAME_AVAILABLE": "Username is available.",
        "USER_NAME_MIN_LENGTH": "Username must be at least 5 characters long.",
        "ENTER_USERNAME": "Enter your username",
        "ENTER_EMAIL": "Enter your email address",
        "ENTER_PASSWORD": "Enter your Password",
        "EMAIL_REQUIRED": "Email is required",
        "EMAIL_INVALID": "Email is invalid",
        "FIRST_NAME": "First name",
        "FIRST_NAME_REQUIRED": "First name is required",
        "FIRST_NAME_INVALID": "First name is invalid",
        "LAST_NAME": "Last name",
        "LAST_NAME_REQUIRED": "Last name is required",
        "LAST_NAME_INVALID": "Last name is invalid",
        "ENTER_FIRST_NAME": "Enter your first name",
        "ENTER_LAST_NAME": "Enter your last name",
        "PASSWORD_REQUIRED": "Password is required",
        "DATE_OF_BIRTH": "Date of birth",
        "DATE_OF_BIRTH_REQUIRED": "Date of birth is required.",
        "PASSWORD_INVALID": "Password is invalid",
        "PASSWORD_MIN_LENGTH": "Password must be at least 8 characters long",
        "CONFIRM_PASSWORD": "Confirm password",
        "CONFIRM_PASSWORD_REQUIRED": "Confirm password is required",
        "PASSWORD_NOT_MATCHED": "Passwords do not match",
        "RE_ENTER_PASSWORD": "Re-enter your Password",
        "AGREE_TO_THE": "Agree to the",
        "DATA_PRIVACY_POLICY": "Data Privacy Policy",
        "AGREE_TO_DATA_PRIVACY_POLICY_REQUIRED": "You must agree to the Data Privacy Policy",
        "USERNAME_ALREADY_EXISTS": "Username already exists",
        "REGISTER": "Register",
        "LOGIN": "Login",
        "CONTINUE": "Continue",
        "CREATE_PROFILE": "Create profile",
        "OTP_REQUIRED": "OTP is required.",
        "OTP_MIN_LENGTH": "OTP must be at least 4 characters long.",
        "DIDNT_RECEIVE_THE_CODE": "Didn't receive the code?",
        "DIDNT_RECEIVE_THE_CODE_VIA_EMAIL": "Didn't receive the code via email?",
        "RESEND": "Resend",
        "CHANGE_EMAIL": "Change Email",
        "WE_WILL_SEND_NEW_CODE": "We will send a new code in",
        "MINUTES": "minutes"
    },
    "LOGIN": {
        "LOGIN": "Log in",
        "WELCOME_BACK": "Welcome back! Please enter your details.",
        "FORM": {
            "EMAIL": "Email",
            "PASSWORD": "Password",
            "ENTER_EMAIL": "Enter your email or username",
            "ENTER_PASSWORD": "Enter your password",
            "EMAIL_REQUIRED": "Email is required",
            "EMAIL_INVALID": "Email is invalid",
            "PASSWORD_REQUIRED": "Password is required",
            "PASSWORD_MIN_LENGTH": "Password must be at least 8 characters long",
            "REMEMBER_FOR_30_DAYS": "Remember for 30 days",
            "USERNAME": "Username",
            "EMAIL_OR_USERNAME_REQUIRED": "Email or username is required."
        },
        "FORGOT_PASSWORD": "Forgot password?"
    },
    "SET_NEW_PASSWORD": {
        "SET_NEW_PASSWORD": "Set New Password",
        "PASSWORD_MUST_BE_AT_LEAST_8_CHARACTERS": "Password must be at least 8 characters.",
        "FORM": {
            "PASSWORD": "Password",
            "CONFIRM_PASSWORD": "Confirm password",
            "PASSWORD_REQUIRED": "Password is required.",
            "ENTER_PASSWORD": "Enter your password.",
            "RE_ENTER_PASSWORD": "Re-enter your password.",
            "PASSWORD_INVALID": "Password is invalid.",
            "PASSWORD_MIN_LENGTH": "Password must be at least 8 characters long.",
            "PASSWORD_NOT_MATCHED": "New password and confirm password must match!",
            "CONFIRM_PASSWORD_REQUIRED": "Confirm password is required.",
            "CONTINUE": "Continue"
        }
    },
    "POPUP_TITLE_DESC": {
        "CREATE_ACCOUNT_TITLE": "Create account",
        "CREATE_ACCOUNT_DESC": "Enter your details to sign up.",
        "LOGIN_TITLE": "Log in",
        "LOGIN_DESC": "Please enter your details.",
        "FORGOT_PASSWORD_TITLE": "Forgot password?",
        "FORGOT_PASSWORD_DESC": "No worries, we'll send you reset instructions.",
        "OTP_VERIFICATION_TITLE": "Verify Your Email",
        "OTP_VERIFICATION_DESC": "We sent a code to",
        "PASSWORD_RESET_TITLE": "Password Reset",
        "SET_NEW_PASSWORD": "Set new password",
        "SET_NEW_PASSWORD_DESC": "Must be at least 8 characters."
    },
    "PROFILE_CREATED": "Profile Created",
    "PROFILE_SUCCESS": "Your profile was successfully created.",
    "PROFILE_SUCCESS_RESET": "Your password has been successfully reset",
    "BACK_TO_LOGIN": "Back to login"
}
