// en/vendor_earnings
export const vendor_earnings = {
  page_title: 'Earnings',
  page_subtitle: 'Monthly earnings summary',
  summary_total: 'Total Earnings (net)',
  summary_current_month: 'This Month (net)',
  summary_pending: 'Awaiting payout',
  col_period: 'Period',
  col_gross: 'Gross Total',
  col_platform_fee: 'Platform fee',
  col_platform_fee_tooltip: 'The fee rate may vary per your agreement terms',
  col_net: 'Net Earnings',
  col_purchases: 'Purchases',
  col_status: 'Status',
  status_pending: 'Awaiting payout',
  status_paid: 'Paid out',
  status_disputed: 'Under dispute',
  empty_title: 'No earnings yet',
  empty_description: 'Earnings will appear here after purchases.',
  empty_cta: 'Create a new deal',
  stripe_payouts_title: 'Bank payouts',
  stripe_payments_title: 'Payment history',
  stripe_section_title: 'Payment Details from Stripe',
  stripe_loading: 'Loading Stripe data...',
  stripe_retry: 'Try again',
  stripe_load_error: "Couldn't load Stripe data. Check your connection and try again.",
  stripe_load_explainer: 'View bank payouts and payment history from your Stripe account',
  stripe_load_cta: 'Show payments dashboard',
  stripe_not_connected: 'Stripe account not connected',
  stripe_connect_cta: 'Connect Stripe Account',
  stripe_account_pending_title: 'Stripe connected — KYC verification pending',
  stripe_account_pending_body:
    'Your Stripe account is being verified. We will notify you when it is ready.',
  stripe_refresh_status: 'Refresh status',
  nav_earnings: 'Earnings',
} as const;
