// en/admin_deal_detail
export const admin_deal_detail = {
  back: 'Back to Deals',
  page_title: 'Deal Detail',
  tab_overview: 'Overview',
  tab_moderation: 'AI Moderation',
  tab_purchases: 'Purchases',
  tab_images: 'Images',
  tab_reviews: 'Reviews',
  badge_personal: 'Personal Deal',
  section_details: 'Details',
  field_deal_type: 'Type',
  field_category: 'Category',
  field_description: 'Description',
  field_pickup_address: 'Pickup address',
  field_special_instructions: 'Special instructions for buyer',
  field_window: 'Availability window',
  field_commission: 'Commission',
  field_rejection_reason: 'Rejection reason',
  field_rejection_detail: 'Rejection detail',
  field_appeal_status: 'Appeal status',
  field_appeal_reason: 'Appeal reason',
  field_original_price: 'Original price',
  field_discounted_price: 'Deal price',
  field_discount_percent: 'Discount',
  field_quantity: 'Sold / Total stock',
  field_vendor: 'Vendor',
  field_created: 'Created',
  approve_confirm_title: 'Approve deal?',
  approve_confirm_desc: 'This will set the deal to active and notify the vendor.',
  section_llm_jobs: 'LLM Jobs',
  moderation_empty: 'No LLM jobs for this deal.',
  llm_col_job_type: 'Job type',
  llm_col_status: 'Status',
  llm_col_decision: 'Decision',
  llm_col_model: 'Model',
  llm_col_created: 'Created',
  section_purchases: 'Purchases',
  purchases_empty: 'No purchases for this deal.',
  purchase_col_date: 'Date',
  purchase_col_amount: 'Amount',
  purchase_col_payment: 'Payment',
  purchase_col_redemption: 'Redemption',
  section_images: 'Images',
  images_empty: 'No images for this deal.',
  image_primary: 'Primary',
  section_reviews: 'Reviews',
  reviews_empty: 'No reviews for this deal.',
  review_hidden: 'Hidden',
  review_technical: 'Technical',
  section_category: 'Category & Tags',
  field_tags: 'Tags',
  edit_category: 'Save category & tags',
  action_approve_deal: 'Approve deal',
  action_reject_deal: 'Reject deal',
  reject_reason_placeholder: 'Choose a reason…',
  flag_reason_prefix: 'Flag reason',
  appeal_PENDING: 'Appeal pending',
  appeal_ACCEPTED: 'Appeal accepted',
  appeal_REJECTED: 'Appeal rejected',
  job_type_DEAL_MODERATION: 'Deal moderation',
  job_type_TRANSLATION: 'Translation',
  field_commission_tooltip:
    'Platform commission charged to the vendor on each sale of this deal, as a percentage of the deal price.',
  decision_flag_tooltip:
    'The AI did not reach a verdict — this deal requires manual admin review before approval.',
  image_primary_tooltip: 'The primary image shown on the deal card and in listings.',
  review_technical_tooltip: 'A system-generated review (not written by a real customer).',
  badge_personal_tooltip:
    'A deal created for a specific customer; not listed in the public catalog.',
  field_window_tooltip: 'The date range during which the deal is active and purchasable.',
  review_hidden_tooltip: 'This review is not shown to customers on the deal page.',
  state_ACTIVE: 'Active',
  state_PENDING_APPROVAL: 'Pending approval',
  state_UNDER_REVIEW: 'Under review',
  state_DRAFT: 'Draft',
  state_PAUSED: 'Paused',
  state_SOLD_OUT: 'Sold out',
  state_EXPIRED: 'Expired',
  state_REJECTED: 'Rejected',
  payment_COMPLETED: 'Completed',
  payment_PENDING: 'Pending',
  payment_REFUND_REQUESTED: 'Refund requested',
  payment_REFUNDED: 'Refunded',
  payment_PARTIAL_REFUND: 'Partial refund',
  approval_APPROVED: 'Approved',
  approval_PENDING: 'Pending approval',
  approval_REJECTED: 'Rejected',
  job_status_PENDING: 'Pending',
  job_status_RUNNING: 'Running',
  job_status_COMPLETED: 'Completed',
  job_status_FAILED: 'Failed',
  job_status_TIMED_OUT: 'Timed out',
  redemption_REDEEMED: 'Redeemed',
  redemption_UNREDEEMED: 'Unredeemed',
  redemption_CANCELLED: 'Cancelled',
  redemption_EXPIRED: 'Expired',
  deal_type_COUPON: 'Coupon',
  deal_type_GROUP: 'Group Deal',
  deal_type_ITEM: 'Physical Item',
} as const;
