// he/domain_deal_row
export const domain_deal_row = {
  status_active: 'פעיל',
  status_pending: 'ממתין לאישור',
  status_rejected: 'נדחה',
  status_expired: 'פג תוקף',
  status_sold_out: 'נגמר המלאי',
  pause: 'השהיה',
  add_quantity: 'הוספת כמות',
  change_image: 'החלפת תמונה',
  change_hours: 'שינוי שעות',
  edit_instructions: 'עריכת הנחיות',
  duplicate: 'שכפול',
  actions: 'פעולות עסקה',
} as const;
