// he/domain_purchase_message
export const domain_purchase_message = {
  send: 'שלח',
  placeholder: 'הקלד הודעה...',
  user_label: 'אני',
  vendor_label: 'בית העסק',
  empty: 'אין הודעות עדיין',
  loading: 'טוען הודעות…',
  sendError: 'ההודעה לא נשלחה. נסו שוב.',
} as const;
