// he/domain_deal_cta
export const domain_deal_cta = {
  buy_now: 'קנה עכשיו',
  buy_short: 'קנייה',
  buy: 'קנה',
  add_to_cart: 'הוסף לעגלה',
  add_short: 'לעגלה',
  add: 'הוסף',
  sold_out: 'נגמר המלאי',
  added_toast: 'נוסף לעגלה',
  view_cart: 'לעגלה',
} as const;
