// en/business_profile
export const business_profile = {
  aria_label: 'Business information',
  address: 'Address',
  today_hours: "Today's hours",
  closed_today: 'Closed today',
  hours_unavailable: 'Hours unavailable',
  rating_aria: 'Rated {score} out of 5 based on {count} reviews',
  no_reviews: 'No reviews yet',
  view_business_page: 'View business page',
} as const;
