export const translationEN = {
  startTitle: "Facial Biometric Registration",
  startDescription:
    "Enhance your account security by registering your facial biometrics using our advanced AI technology.",
  startButton: "Start Facial Registration",

  guideTitle: "Facial Biometric Registration",
  guideDescription:
    "To complete your registration, we'll guide you through a series of simple head movements. This helps us verify your identity and create a secure biometric profile.",
  guideSteps: [
    "Position your face within the frame",
    "Follow the on-screen instructions for head movements",
    "Complete all movements to finish registration",
  ],
  guideButton: "Continue",

  setupTitle: "Setting Up Camera",
  setupGranted: "Camera access granted",
  setupButton: "Continue",

  progressTitle: "Registration Progress",
  currentMovement: "Current Movement",
  endProcess:'Finalize Process',

   errorTitle:'Registration Failed',
   errorButtonCancel:'Cancel',
   errorTryButton:'Try Again',
   errorTextDuplicate:"A facial biometric profile already exists for this face. If this wasn't you, please contact support.",
   errorTextNormal:"We couldn't validate your facial biometric data. Please ensure proper lighting and try again.",

   processingTitle: "Processing Registration",
   processingSubTitle:"Please wait while we process and verify your facial biometric data...",

   sucessTitle:'Registration Complete!',
   sucessSubTitle:"Your facial biometric profile has been successfully created.\nYour account now has an additional layer of security.",

   authTitle:'Face Authentication',
   authError: 'Authentication failed. Please try again.',
   authSucess:'Authentication successful!',
   authButtonProcessing:'Authenticating...',
   authButton:'Authenticate',
};