// en/admin_vendor_detail
export const admin_vendor_detail = {
  back: '← Back to vendors',
  page_title: 'Vendor Detail',
  section_info: 'Business information',
  section_hours: 'Opening hours',
  section_addresses: 'Addresses',
  section_deals: 'Recent deals',
  section_reviews: 'Recent reviews',
  section_club: 'Club',
  ltv_section_title: 'Vendor LTV',
  ltv_platform_margin: 'Platform margin',
  ltv_platform_margin_tooltip:
    "The platform's net revenue from this vendor — commissions minus refunds",
  ltv_gmv: 'Gross sales (GMV)',
  ltv_gmv_tooltip: "Total customer payments on this vendor's deals, before fees and refunds",
  ltv_order_count: 'Orders',
  field_business_name: 'Business name',
  field_display_name: 'Display name',
  field_business_types: 'Business types',
  field_tier: 'Vendor tier',
  field_tier_tooltip:
    'Veteran: new deals publish immediately without admin approval. New: every deal awaits approval',
  field_state: 'Account state',
  field_total_revenue: 'Total revenue',
  field_total_revenue_tooltip:
    'Cumulative revenue from the vendor record; may differ from order-derived GMV',
  field_total_sales: 'Total sales',
  field_reviews_score: 'Review score',
  field_reviews_score_none: 'No reviews yet',
  field_reviews_count: 'Review count',
  field_removed_reviews: 'Removed reviews',
  field_removed_reviews_tooltip: 'Reviews removed by an admin or automatic moderation',
  field_voucher_complaints: 'Unresolved voucher complaints',
  field_voucher_complaints_tooltip:
    "Unresolved customer complaints on this vendor's vouchers — a risk signal",
  field_created_at: 'Joined',
  deals_active: 'Active',
  deals_pending: 'Pending',
  deals_total: 'Total',
  deals_col_title: 'Title',
  deals_col_type: 'Type',
  deals_col_state: 'State',
  deals_col_date: 'Created',
  deals_empty: 'No deals for this vendor yet',
  reviews_empty: 'No reviews found',
  review_col_rating: 'Rating',
  review_col_body: 'Review',
  review_col_date: 'Date',
  club_member_count: 'Club members',
  no_address: 'No addresses registered',
  hours_closed: 'Closed',
  hours_empty: 'No opening hours set',
  logo_alt: 'Vendor logo',
  field_flag_reason: 'Flag reason',
  field_reject_reason: 'Rejection reason',
  field_llm_decision: 'AI decision',
  field_llm_decision_tooltip:
    'The automated decision at signup; can be overridden with "Approve anyway"',
  deal_type_COUPON: 'Coupon',
  deal_type_ITEM: 'Item',
  deal_type_GROUP: 'Group',
  state_unknown: 'Unknown',
  status_ACTIVE: 'Active',
  status_VETERAN: 'Veteran',
  status_FROZEN: 'Frozen',
  status_BANNED: 'Banned',
  status_REJECTED: 'Rejected',
  status_PENDING_FIRST_APPROVAL: 'Awaiting first approval',
  status_PENDING_PROCESSOR: 'Awaiting payment setup',
  status_PENDING_PROCESSOR_tooltip:
    "Vendor approved but hasn't finished Stripe setup — the next step is on the vendor",
  tier_NEW: 'New',
  tier_VETERAN: 'Veteran',
  payout_BANK_TRANSFER: 'Bank transfer',
  review_hidden: 'Hidden',
  review_technical: 'Technical',
  audit_empty: 'No admin actions yet',
  audit_error: 'Could not load action log',
  audit_col_date: 'Date',
  audit_col_admin: 'Admin',
  audit_col_action: 'Action',
  audit_col_note: 'Note',
  section_payments: 'Payment status',
  field_stripe_state: 'Payment setup state (Stripe)',
  field_stripe_charges: 'Customer charges',
  field_stripe_payouts: 'Bank payouts',
  field_stripe_account_id: 'Stripe account ID',
  field_stripe_requirements: 'Open requirements',
  field_stripe_requirements_tooltip:
    'Documents and details Stripe still requires from the vendor to complete verification',
  stripe_state_none: 'Not set up',
  stripe_state_charges_enabled: 'Charges enabled',
  stripe_state_kyc_pending: 'KYC pending',
  stripe_state_account_created: 'Account created',
  stripe_state_not_started: 'Not started',
  stripe_enabled: 'Enabled',
  stripe_disabled: 'Disabled',
  activate_no_stripe_warning:
    'This vendor has not completed payment setup. They will not be able to receive payments until Stripe is connected.',
  activate_confirm_title: 'Activate vendor',
  activate_confirm_desc: 'The vendor will be activated and able to publish deals. Continue?',
  unfreeze_confirm_title: 'Unfreeze vendor',
  unfreeze_confirm_desc: 'The freeze will be lifted and the vendor returns to active. Continue?',
} as const;
