// en/vendor_images
export const vendor_images = {
  setPrimary: 'Set as primary',
  remove: 'Remove',
  cannotRemoveLast: 'At least one image is required',
  moveStart: 'Move start',
  moveEnd: 'Move end',
  addImage: 'Add image',
  count: '{{count}} of {{max}} images',
  manageSkuImages: 'Manage variation images',
  visualAxisLabel: 'Mark this axis as the visual driver',
  visualAxisHint: 'Images fan out to all variations sharing the value',
  visualAxisNone: 'None',
  imagesByAxis: 'Images by {{axis}}',
  capsTitle: 'Image limits',
  maxPerDeal: 'Max images per deal (1–50)',
  maxPerDealHint:
    'Applies to all vendors platform-wide. Existing images above the limit are not deleted — the cap is enforced on the next upload.',
  maxPerSku: 'Max images per variation (1–50)',
  maxPerSkuHint: 'Per-variation (SKU) cap inside variant deals, in addition to the per-deal cap.',
  save: 'Save',
  saved: 'Settings saved',
  save_error: 'Save failed. Check that both values are between 1 and 50 and try again.',
  done: 'Done',
  switchVisualAxisConfirm:
    'Switching to visual axis will discard existing per-variation images. Continue?',
} as const;
