// he/domain_report
export const domain_report = {
  button_label: 'דיווח',
  reason_factual: 'מידע שגוי',
  reason_misleading: 'תוכן מטעה',
  reason_hours: 'שעות פתיחה שגויות',
  reason_bug: 'תקלה טכנית',
  reason_other: 'אחר',
  submit: 'שליחה',
  success: 'הדיווח נשלח בהצלחה',
  thank_you: 'תודה על הדיווח',
} as const;
