// he/business_profile
export const business_profile = {
  aria_label: 'פרטי העסק',
  address: 'כתובת',
  today_hours: 'שעות היום',
  closed_today: 'סגור היום',
  hours_unavailable: 'שעות לא זמינות',
  rating_aria: 'דירוג {score} מתוך 5 מבוסס על {count} ביקורות',
  no_reviews: 'אין ביקורות עדיין',
  view_business_page: 'לעמוד העסק',
} as const;
