// he/checkout_shell
export const checkout_shell = {
  steps_nav_label: 'שלבי תשלום',
  step_current_aria: 'שלב נוכחי',
  step_completed_aria: 'שלב הושלם',
  step_upcoming_aria: 'שלב עתידי',
  step_details: 'פרטים',
  step_payment: 'תשלום',
  purchase_page_title: 'רכישה',
} as const;
