// en/page_organizer
export const page_organizer = {
  title: 'Page Organizer',
  palette_heading: 'Available Modules',
  active_heading: 'Active Page',
  config_heading: 'Module Settings',
  device_mobile: 'Mobile',
  device_desktop: 'Desktop',
  btn_preview: 'Preview',
  btn_publish: 'Publish',
  btn_schedule: 'Schedule…',
  btn_history: 'History',
  btn_revert: 'Revert',
  btn_cancel_schedule: 'Cancel schedule',
  btn_delete: 'Delete',
  draft_saved: 'Draft saved',
  draft_saving: 'Saving…',
  unlink_device: 'Unlink for this device',
  shared_badge: 'Shared',
  this_device_only_badge: 'This device only',
  visibility_guests: 'Show to guests',
  visibility_logged_in: 'Show to logged-in users',
  publish_note_label: 'Publish note (optional)',
  publish_diff_added: 'Added',
  publish_diff_removed: 'Removed',
  publish_diff_reordered: 'Reordered',
  publish_diff_edited: 'Edited',
  schedule_at_label: 'When to publish',
  confirm_delete_module: 'Remove this module?',
  conflict_toast: 'Layout changed by another admin — reload to continue',
  empty_active: 'Drag a module from the box on the left',
  title_he: 'Title (Hebrew)',
  title_en: 'Title (English)',
  limit: 'Item limit',
  speed_seconds: 'Scroll speed (seconds)',
  category: 'Category',
  deal_type: 'Deal type',
  sort: 'Sort by',
  sort_recent: 'Most recent',
  sort_trending: 'Trending',
  low_stock: 'Low stock',
  near_expiry: 'Near expiry',
  any_option: 'Any',
  banner_image: 'Banner image',
  banner_alt_he: 'Alt text (Hebrew)',
  banner_alt_en: 'Alt text (English)',
  banner_href: 'Link (URL)',
  aspect: 'Aspect ratio',
  mode: 'Display mode',
  mode_featured: 'Featured (full width)',
  mode_pinned: 'Pinned (side)',
  vendor_ids: 'Vendor IDs (comma-separated)',
  markdown_he: 'Content (Hebrew)',
  markdown_en: 'Content (English)',
  background: 'Background',
  background_neutral: 'Neutral',
  background_brand: 'Brand',
  background_subtle: 'Subtle',
  hero_subtitle_he: 'Subtitle (Hebrew)',
  hero_subtitle_en: 'Subtitle (English)',
  hero_bg_image: 'Background image (URL)',
  rich_text_he: 'Content Hebrew',
  rich_text_en: 'Content English',
  rich_text_lang_tabs: 'Select language',
  rich_text_edit_button: 'Edit text',
  rich_text_dialog_title: 'Edit rich text',
  rich_text_dialog_close: 'Close',
  rich_text_dialog_save: 'Save',
  page_picker_label: 'Page',
  page_settings: 'Page settings',
  btn_page_settings: 'SEO Settings',
  seo_title_he: 'SEO Title (Hebrew)',
  seo_title_en: 'SEO Title (English)',
  seo_description_he: 'SEO Description (Hebrew)',
  seo_description_en: 'SEO Description (English)',
  seo_og_image: 'OG Image (URL)',
  page_settings_saved: 'Settings saved',
  module_categories: {
    deal_row: 'Deal rows',
    banner: 'Banner',
    vendor_spotlight: 'Vendor spotlight',
    static: 'Static content',
    custom: 'Custom',
    content: 'Content',
  },
  btn_cancel: 'Cancel',
  btn_save: 'Save',
  saving_error: 'Save error',
  fetch_error: 'Failed to load page layout',
  saving_idle: '',
  history_col_version: 'Version',
  history_col_date: 'Date',
  history_col_note: 'Note',
  history_col_by: 'Created by',
  history_col_actions: 'Actions',
  schedule_version_label: 'Version to schedule',
  schedule_current_at: 'Scheduled: {at}',
  schedule_no_current: 'No active schedule',
  publish_success: 'Published successfully',
  schedule_success: 'Schedule saved',
  schedule_cancel_success: 'Schedule cancelled',
  revert_success: 'Version reverted',
  history_title: 'Version History',
  schedule_title: 'Schedule Publish',
  schedule_datetime_error: 'Please choose a future date and time',
  help_title_he: 'The heading that appears above this row on the site (in Hebrew)',
  help_title_en: 'The heading that appears above this row on the site (in English)',
  help_limit:
    'Maximum number of items shown in the row (1–30). The row caps at this number even if more deals are available.',
  help_speed_seconds:
    'Full cycle time of the carousel in seconds. Lower = faster scroll. 135 is a comfortable default.',
  help_category: 'The filter category — the row shows only deals in this category.',
  help_shared_badge: 'This module appears in both Mobile and Desktop. Edits apply to both devices.',
  help_this_device_only_badge:
    'This module only appears in the current view. Edits stay on this device.',
  help_unlink_device:
    'Unlinking creates an independent copy on this device. After unlinking, edits no longer affect the other view.',
  help_visibility_guests: 'Whether to show this module to visitors who are not signed in.',
  help_visibility_logged_in: 'Whether to show this module to signed-in users.',
  // ─── Live preview panel ────────────────────────────────────────────────────
  preview_title: 'Live preview',
  preview_mobile: 'Mobile',
  preview_desktop: 'Desktop',
  preview_refresh: 'Refresh',
  preview_device_toggle: 'Device selector',
  preview_frame_label_mobile: 'Live preview — Mobile',
  preview_frame_label_desktop: 'Live preview — Desktop',
  preview_user_toggle: 'User view',
  preview_user_guest: 'Guest',
  preview_user_logged_in: 'Logged in',
  lang_he: 'Hebrew',
  lang_en: 'English',
  empty_row_hint: '(empty)',
  hidden_in_prod_badge: 'Hidden',
} as const;
