// en/tier_editor
export const tier_editor = {
  title: 'Price Tiers',
  add_tier: 'Add Tier',
  remove_tier_aria: 'Remove tier',
  drag_aria: 'Drag to reorder',
  participants_label: 'Participants',
  price_label: 'Price (₪)',
  min_participants: 'Minimum 2 participants',
  price_floor_error: 'Price is below the allowed floor',
  duplicate_error: 'A tier with this participant count already exists',
} as const;
