// JavaScript translations object var translations = { // Authentication "LOGIN_ERROR": "Credentials are incorrect. Please try again.", "PASSWORD_VERY_WEAK": "Very weak", "PASSWORD_WEAK": "Weak", "PASSWORD_MEDIUM": "Medium", "PASSWORD_STRONG": "Strong", "PASSWORD_NOT_MATCH": "Passwords do not match.", "FIELD_REQUIRED": "This field is required.", "PASSWORD_NOT_STRONG": "Your password is not strong enough", "EMAIL_EXISTS": "The email you entered already exists.", "PHONE_EXISTS": "The phone number you entered already exists.", "EMAIL_ERROR": "There was a problem sending the email. Please try again later.", "VERIFICATION_ERROR": "The code you entered is incorrect.", // Modal titles "REGISTRATION": "Register", "LOGIN": "Login", "BOOKING": "Booking", // Buttons "CONTINUE": "Next", "SUBMIT": "Submit", // Profile Management "DELETE_ACCOUNT_CONFIRM": "Are you sure you want to delete your account?", "CANCEL_BOOKING_CONFIRM": "Are you sure you want to cancel your booking?", "BOOKING_CANCELED": "The appointment was successfully canceled!", "CHANGES_SAVED": "Changes saved successfully!", "PASSWORD_INCORRECT": "Your current password is incorrect!", // Form labels "DATE_LABEL": "Date", "TIME_LABEL": "Time", "FILL_ALL_FIELDS": "Please fill in all fields.", "VALID_EMAIL": "Please enter a valid email address.", "VALID_PHONE": "Please enter a valid phone number.", "APROX_UNTIL": "Approximately until", "DETAILS_TXT": "Details", "HIDE_TXT": "Hide", "CHOOSE_TXT_EMPL": "You may choose your favourite partner", // Date format (you might need to add this to your static_lng table if not already there) "DATE_FORMAT": "mm/dd/yyyy" };