// he/saved_cards
export const saved_cards = {
  title: 'כרטיסים שמורים',
  add_card: 'הוסף כרטיס',
  no_cards: 'אין כרטיסים שמורים עדיין.',
  save_card: 'שמור כרטיס',
  saving: 'שומר...',
  setup_failed: 'שמירת הכרטיס נכשלה. נסה שוב.',
} as const;
