// he/buttons
export const buttons = {
  loading: 'טוען...',
  retry: 'נסה שוב',
  close: 'סגירה',
  save: 'שמירה',
  cancel: 'ביטול',
  confirm: 'אישור',
  delete: 'מחיקה',
  edit: 'עריכה',
  add: 'הוספה',
  submit: 'שליחה',
  back: 'חזרה',
  next: 'הבא',
} as const;
