// en/design_system
export const design_system = {
  title: 'Multideal Design System',
  subtitle: 'Live gallery of every component, token, and principle',
  sidebar_tokens: '1. Tokens',
  sidebar_primitives: '2. Primitives',
  sidebar_layout: '3. Layout',
  sidebar_overlays: '4. Overlays',
  sidebar_feedback: '5. Feedback',
  sidebar_a11y: '6. Accessibility',
  sidebar_i18n: '7. i18n',
  sidebar_icons: '8. Icons',
  sidebar_domain: '9. Domain',
  sidebar_contrast: '10. Contrast Checker',
  sidebar_perf: '11. Perf Budget',
  copy_import: 'Copy import',
  copied: 'Copied',
  rtl_label: 'RTL',
  ltr_label: 'LTR',
  view_source: 'View source',
  path_label: 'Path',
  tokens_label: 'Tokens used',
  a11y_label: 'Accessibility',
  import_label: 'Import',
  preview_label: 'Preview',
  section_intro:
    'Every component is documented in full: name, path, variants, tokens, a11y notes, and copy-paste import.',
  contrast_pair: 'Color pair',
  contrast_aa_normal: 'AA',
  contrast_aa_large: 'AA Large',
  contrast_aaa: 'AAA',
  contrast_fail: 'Fail',
  contrast_ratio: 'Ratio',
  perf_avif: 'AVIF',
  perf_webp: 'WebP',
  perf_jpeg: 'JPEG',
  perf_size: 'Size',
  throw_error: 'Throw error',
  show_toast: 'Show toast',
  open_dialog: 'Open dialog',
  open_alert: 'Open alert',
  open_drawer: 'Open drawer',
  open_popover: 'Open popover',
  open_tooltip: 'Open tooltip',
  open_dropdown: 'Open dropdown',
  sample_button: 'Sample button',
  sample_label: 'Sample label',
  sample_input_placeholder: 'Sample text',
  sample_textarea_placeholder: 'Sample description',
  sample_select_placeholder: 'Pick an option',
  sample_option_a: 'Option A',
  sample_option_b: 'Option B',
  sample_option_c: 'Option C',
  sample_dialog_title: 'Sample dialog',
  sample_dialog_desc: 'This is a sample dialog. Close with Esc or the button.',
  sample_alert_title: 'Confirm action',
  sample_alert_desc: 'This action cannot be undone. Continue?',
  sample_drawer_title: 'Sample drawer',
  sample_drawer_desc: 'Drawer content goes here.',
  sample_popover_body: 'This is a sample popover',
  sample_tooltip_body: 'Sample tooltip',
  sample_dropdown_item_a: 'Action A',
  sample_dropdown_item_b: 'Action B',
  sample_dropdown_item_c: 'Delete',
  sample_toast_title: 'Saved successfully',
  sample_toast_desc: 'Your changes were saved',
  sample_review: 'Excellent food and fast service. Will return.',
  sample_business_name: 'Rothschild 22 Restaurant',
  sample_address: 'Rothschild 22, Tel Aviv',
  sample_deal_title: 'Burger meal + drink',
  sample_insight: 'Most customers arrive 19:00-21:00. Consider starting the deal at 18:30.',
  sample_metric_earned: '₪ Earned this month',
  sample_metric_customers: 'Customers this month',
  sample_metric_returned: 'Returned to buy',
  open_command_palette: 'Open command palette',
  sidebar_modules: '12. Page Modules',
  modules_section_intro:
    'Live preview of Page Organizer modules — each module with demo data and its config editor.',
  sidebar_admin_ui: '13. Admin Page Organizer UI',
  sidebar_wishlist_favorites: '14. Wishlist & Favorites',
  sidebar_support_infra: '15. Support Infra (Phase 2)',
  sidebar_support_tickets: '16. Support Tickets (Phase 3)',
  admin_ui_section_intro:
    'Shared UI components for /admin/layout: ModuleCard, DeviceToggle, Palette, and Canvas. All styling token-only.',
  config_drawer_title: 'ConfigDrawer',
  config_drawer_desc:
    'Per-module config editor drawer. Opens when an instance is selected. Shows the dedicated ConfigEditor, visibility toggles, and unlink/delete buttons.',
  config_drawer_open_near_you: 'Open ConfigDrawer — deal-row:near-you',
  config_drawer_open_category: 'Open ConfigDrawer — deal-row:category',
  richtexteditor_rtl_label: 'Rich editor — Hebrew (RTL)',
  richtexteditor_ltr_label: 'Rich editor — English (LTR)',
  sidebar_system_pages: '17. System Pages',
  sidebar_payments: '18. Payments (MockCardForm)',
  sidebar_chat: '20. Chat (ThreadList, ThreadView, Card)',
  open_lightbox: 'Open lightbox',
  no_business_hours: 'No businessHours — end-of-week hidden',
  metric_earned: '₪ Earned this month',
  metric_previous_period: 'vs. previous period',
  metric_current_period: 'Current month',
  metric_revenue_trend: 'Revenue trend',
  metric_customers: 'Customers this month',
  metric_returned: 'Returned to buy',
  depth_light_spec_rack: 'Depth & light spec rack',
  token_rows_description:
    'Token rows, high-contrast mapping targets, and Button/Card recipe surfaces.',
  design_token: 'design token',
  primary_recipe: 'Primary recipe',
  secondary_recipe: 'Secondary recipe',
  ghost_recipe: 'Ghost recipe',
  danger_recipe: 'Danger recipe',
  default_depth: 'Default depth',
  default_depth_description: 'Base card with hairline and light overlay.',
} as const;
