// en/vendor_notifications_settings
export const vendor_notifications_settings = {
  title: 'Notification Settings',
  silent_mode: 'Silent mode',
  alert_every_sale: 'Alert on every sale',
  alert_stock_out: 'Alert when stock runs out',
  alert_personal_deal: 'Alert on personal deal request (customer waiting)',
  alert_team_message: 'Message from Multideal team',
  new_sale_push_title: 'New sale!',
  new_sale_push_body: 'A customer purchased your deal',
} as const;
