// en/common
export const common = {
  app_name: 'Multideal',
  brand_short: 'Multi',
  brand_short_2: 'deal',
  tagline: 'Not a big deal',
  loading: 'Loading...',
  error: 'Error',
  error_loading: 'Failed to load data',
  error_save: 'Failed to save',
  success_save: 'Saved successfully',
  retry: 'Try again',
  cancel: 'Cancel',
  confirm: 'Confirm',
  save: 'Save',
  delete: 'Delete',
  edit: 'Edit',
  close: 'Close',
  back: 'Back',
  next: 'Next',
  done: 'Done',
  search: 'Search',
  required: 'Required',
  yes: 'Yes',
  no: 'No',
  of: 'of',
  skip_to_content: 'Skip to content',
  currency_symbol: '₪',
  price_overflow_suffix: '+',
  logout: 'Log out',
  login: 'Sign in',
  register: 'Register',
  vendor_frozen_title: 'Account frozen',
  vendor_frozen_body:
    'Your account is temporarily frozen: your deals are hidden and you cannot publish new ones until resolved. Contact support for details.',
  vendor_banned_title: 'Account permanently suspended',
  vendor_banned_body:
    'This account is permanently suspended — deals and payouts are disabled. To appeal, contact support.',
  contact_support_email: 'Contact support',
  admin_badge: 'Admin',
  admin_link_aria: 'Open admin dashboard',
  vendor_badge: 'My Business',
  vendor_link_aria: 'Open vendor dashboard',
  more_info: 'More information',
  saving: 'Saving...',
  loading_overlay_label: 'Working, please wait...',
  scroll_prev: 'Scroll to previous items',
  scroll_next: 'Scroll to next items',
  anonymous_buyer: 'Customer',
  number_input_decrement: 'Decrease',
  number_input_increment: 'Increase',
  aria_loading_progressbar: 'Loading',
  aria_label_summary: 'Summary',
  aria_label_detail_tabs: 'Detail tabs',
} as const;
