// en/slot_bar
export const slot_bar = {
  slot_filled: 'Filled slot',
  slot_empty: 'Empty slot',
  your_slot: 'Your slot',
  tier_at: 'at {{n}} participants',
  tiers_label: 'Price tiers',
} as const;
