// he/toast
export const toast = {
  success: 'הצלחה',
  error: 'שגיאה',
  warning: 'אזהרה',
  info: 'מידע',
  dismiss: 'סגירה',
} as const;
