export const affiliate = {
  page_title: 'Affiliate Dashboard - Multideal',
  page_description: 'View your affiliate stats: clicks, referrals, commissions, and withdrawals.',
  dashboard_heading: 'Affiliate Dashboard',
  window_selector_label: 'Time window selector',
  window_1d: '24h',
  window_7d: '7 Days',
  window_30d: '30 Days',
  window_90d: '90 Days',
  window_all: 'All',
  metric_clicks: 'Clicks',
  metric_referrals: 'Referrals',
  metric_conversions: 'Purchases',
  metric_earned: 'Earnings',
  metric_ctr: 'CTR',
  metric_conv_rate: 'Conv. Rate',
  metric_clicks_soon: 'Coming soon',
  activity_heading: 'Recent Activity',
  activity_empty: 'No activity yet. Share your personal link to start earning commissions.',
  activity_col_date: 'Date',
  activity_col_type: 'Type',
  activity_col_amount: 'Amount',
  activity_col_status: 'Status',
  activity_type_earn: 'Commission',
  activity_type_mature: 'Became available',
  activity_type_clawback: 'Commission reversed',
  withdraw_heading: 'Withdraw Funds',
  withdraw_balance_pending: 'On hold (holding period)',
  withdraw_balance_available: 'Available to withdraw',
  withdraw_cta: 'Withdraw ₪{{amount}} to bank account',
  withdraw_processing: 'Processing...',
  withdraw_success:
    'Withdrawal of ₪{{amount}} submitted — funds will reach your bank account within a few business days',
  withdraw_error: 'Withdrawal request failed',
  withdraw_min_notice: 'Minimum withdrawal',
  withdraw_connect_notice: 'To withdraw funds, connect a bank account via Stripe',
  kyc_pending_title: 'Account Pending Approval',
  kyc_pending_body:
    'Your Stripe account details are under review. Withdrawals will be available once approved.',
  kyc_restricted_title: 'Account Restricted',
  kyc_restricted_body: 'Additional information is required to enable withdrawals.',
  kyc_restricted_cta: 'Complete Verification',
  kyc_connect_title: 'Identity verification required to withdraw',
  kyc_connect_body: 'To withdraw earnings, one-time identity verification (KYC) is required.',
  kyc_connect_cta: 'Connect Bank Account',
  loading: 'Loading...',
  not_enrolled: 'You are not enrolled as an affiliate',
  enroll_cta: 'Join Affiliate Program',
  copy_link: 'Copy Link',
  link_copied: 'Link Copied',
  your_link: 'Your Link',
  balance_debt_label: '₪0 available',
  balance_debt_detail: 'debt: ₪{{amount}} owed against future earnings',
  tooltip_balance_pending:
    'Commissions are held for 30 days after each purchase to allow for returns, then become available for withdrawal.',
  tooltip_balance_available:
    'The amount you can withdraw to your bank account now. Minimum withdrawal: ₪300.',
  tooltip_metric_referrals:
    'Visitors who arrived through your link and signed up or were identified on the site.',
  tooltip_metric_conversions: 'Referrals who completed a purchase that earned you a commission.',
  tooltip_metric_conv_rate:
    'Percentage of referrals that became purchases (purchases ÷ referrals).',
  tooltip_activity_status:
    'Pending — in the 30-day hold · Available — withdrawable · Offset — deducted after a customer refund',
  tooltip_status_swept:
    'This commission was deducted from your balance because the purchase was cancelled or refunded.',
} as const;
