// en/admin_earnings
export const admin_earnings = {
  title: 'Vendor earnings report',
  subtitle:
    'Read-only report. Each purchase records a 90/10 vendor/platform split; funds are actually released to the vendor via settlement (see "Settlements").',
  subtitle_detail:
    'Read-only report. Every purchase is split automatically at payment time: 90% to the vendor, 10% platform fee.',
  col_vendor: 'Vendor',
  col_month: 'Month',
  col_purchases: 'Purchases',
  col_gross: 'Gross',
  col_vendor_amount: 'Vendor portion',
  col_platform_fee: 'Platform fee',
  col_refunded: 'Refunded',
  filter_from: 'From',
  filter_to: 'To',
  filter_vendor: 'Vendor',
  filter_vendor_all: 'All vendors',
  export_csv: 'Export CSV',
  search_placeholder: 'Search by business name…',
  empty_title: 'No earnings in the selected range',
  empty_desc:
    'No completed purchases match the filters. Fully refunded purchases are not counted as earnings.',
  showing_range: 'Showing {from}–{to} of {total} vendor-month rows',
  total_label: 'Buckets',
  date_range_helper:
    'Filters by purchase date. A range that is not a full month shows partial month rows at the range edges.',
  tooltip_col_gross:
    'Total of completed purchases only. Refunded purchases are not included here — they appear in the "Refunded" column.',
  tooltip_col_refunded:
    'Total of fully refunded purchases this month. This amount is not deducted from the "Gross" column.',
  tooltip_col_purchases: 'Number of completed purchases only; refunded purchases are not counted.',
  tooltip_col_vendor_amount: "90% of gross — the vendor's share of every completed purchase.",
  tooltip_col_platform_fee: "10% of gross — Multideal's fee on every completed purchase.",
  tooltip_col_month: 'Calendar month by purchase date (UTC).',
  tooltip_kpi_pending_amount:
    'Total of vendor payouts not yet released (status "pending"). Click to open the settlements screen.',
  tooltip_kpi_paid_month:
    'Number of payouts marked "paid" since the start of the current calendar month.',
  tooltip_kpi_disputed: 'Payouts frozen due to an open dispute — requires manual handling.',

  tab_overview: 'Overview',
  tab_detail: 'Detail',
  tabs_aria_label: 'Earnings tabs',
  overview_due: 'Pending payout amount (₪)',
  overview_pending_payouts: 'Pending payouts (count)',
  overview_paid_this_month: 'Payouts paid this month',
  overview_paid_count: '{count} payouts',
  overview_disputed: 'Disputed payouts',
  overview_go_settlements: 'Go to settlements →',
} as const;
