// he/domain_deal_card
export const domain_deal_card = {
  until: 'עד',
  remaining: 'נותרו',
  stock_remaining: 'נותרו X מתוך Y',
  sold_out: 'נגמר המלאי',
  stock_few: 'נותרו 1-9',
  stock_many: 'נותרו 10+',
  hot_deal: '🔥 עסקה חמה',
  save_deal: 'שמור עסקה',
  distance_km: '{{dist}} ק"מ',
} as const;
