// en/checkout_shell
export const checkout_shell = {
  steps_nav_label: 'Checkout steps',
  step_current_aria: 'Current step',
  step_completed_aria: 'Completed step',
  step_upcoming_aria: 'Upcoming step',
  step_details: 'Details',
  step_payment: 'Payment',
  purchase_page_title: 'Purchase',
} as const;
