// he/settings_nav
export const settings_nav = {
  nav_label: 'ניווט הגדרות',
  section_shop: 'פרטי החנות',
  section_hours: 'שעות פתיחה',
  section_pickup: 'איסוף עצמי',
  section_returns: 'החזרות',
  section_payments: 'תשלומים',
  section_notifications: 'התראות',
  section_team: 'צוות',
  route_general: 'כללי',
  route_invoicing: 'חשבוניות',
} as const;
