export const en = {
  'login.user_not_found': 'User Not Found',
  'login.invalid_current_password': 'Invalid Current Password',
  'login.invalid_password': 'Invalid Password',
  'change.password.invalid_old_password': 'Invalid Old Password',
  'change.password.password_do_not_match': 'Password Does Not Match',
  'change.password.password_changed_success': 'Password Changed Successfully',
  'change.password.new_password_not_same':
    'Current password and new password should not be same',
  'middleware.token_not_found': 'No Token Found',
  'middleware.invalid_token': 'Invalid Token',
  'middleware.token_expire': 'Token is Expired',
  'api-key.key_not_found': 'Api-key Not Found',
  'api-key.invalid': 'Invalid Api-key',
  'login.success': 'Login Successfully',
  'logout.success': 'Logout Successfully',
  'profile.updated_success': 'Profile Updated Successfully',
  'common.data_retrieved_successfully': 'Data Retrieved Successfully',
  'common.internal_server_error': 'Internal Server Error',
  'common.limit_has_exceeded': 'Media Limit has exceeded',
  'common.request_submitted': 'Request Submitted Successfully',
  'common.invalid_uuid_format': 'Invalid UUID format',
  'common.attachment.not_found': 'Attachment Not Found',
  'common.not_found': 'Data Not Found',
  'common.data_not_found': 'Data for Given Id Not Found',
  'common.data_deleted': 'Data Deleted Successfully',
  'common.delete_error': `Error while deleting the data.`,
  'common.data_updated': 'Data Updated Successfully',
  'type.not_found': 'Type not Found',
  'common.email_already_exists': 'Email Already Exists',
  'login.password_not_found': 'Password Not Found for Given User',
  'user_steps.not_found': 'User Steps Not Found',
  'user.delete_account': 'User Deleted Successfully',
  'link.expire': 'Link Expire',
  'reset.link.expire': 'Reset Link Expire',
  'mail.success.user': 'E-Mail Sent Successfully',
  'email.empty': 'Email should not be empty',
  'data.not.found': 'Data not found',
  'post.unauthorized': 'Unauthorized Person',
  'user.not.approved': 'User Has Not Been Approved',
  'email.already.exist': 'Email or Contact Number Already Exists',
  'city.already.exist': 'City Already Exist',
  'course.already.exist': 'Course Already Exist',
  'job.already.exist': 'Job Already Exist',
  'change.password.new_password_same_as_old':
    'New password and old password should not be same',
  'common.unauthorized': 'Unauthorized user',
};
