// en/vendor_welcome
export const vendor_welcome = {
  title: 'Welcome to Multideal',
  body: 'Your first deal is the first step. Takes less than 2 minutes.',
  cta: "Let's start",
  dashboard_modal_title: 'Want to add a deal now?',
  dashboard_yes: "Yes, let's go",
  dashboard_no: 'Not now, take me to the dashboard',
  skip_to_dashboard: 'Go to dashboard',
  status_pending:
    'Application received and under review. This usually takes up to one business day.',
  status_processor: 'Almost there. Complete your payment setup.',
  status_rejected: 'Application rejected.',
  complete_morning_cta: 'Complete payment setup',
  rejected_contact_support: 'Contact support',
  drafts_tooltip_first_approval:
    'Deal creation unlocks once your application is approved — no action needed from you',
  drafts_tooltip_processor: 'Complete your payment setup to create and publish deals',
  edit_profile_tooltip: 'Profile editing unlocks once your account is approved',
  under_manual_review: 'Under manual review',
  error_vendor_not_active: 'Your account must be active before you can publish deals.',
  error_draft_cap_exceeded:
    'You have reached the 3-draft limit. Complete your account setup to publish and create more deals.',
  profile_section_label: 'Business Profile',
  profile_heading: 'Business Profile',
  deals_section_label: 'Deals',
  deals_heading: 'Deals',
  no_deals: 'No active deals yet.',
  create_draft: 'Create draft deal',
  error_network: 'Network error - please try again',
  refresh_title: 'Registration Link Renewal — Multideal',
  refresh_error:
    'Your Stripe setup link expired and we could not issue a new one. You can try again or go back to payment settings.',
  stripe_invite_subject: 'Complete your payment setup on Multideal',
  stripe_invite_body_approved: 'Your application has been approved!',
  stripe_invite_body_complete:
    'To start receiving payments, you need to complete your payment system setup via the vendor portal.',
  stripe_invite_cta: 'Complete setup',
  stripe_charges_subject: 'Your payment account is active — you can publish deals!',
  stripe_charges_body_success: 'Your Stripe account setup has been completed successfully!',
  stripe_charges_body_ready: 'You can now publish deals and receive payments from customers.',
  stripe_charges_cta: 'Create your first deal',
  register_seo_title: 'Join Multideal - For Business Owners',
  register_seo_description:
    'Join Multideal and publish discounted deals. New returning customers. 10% commission, nothing more.',
  onboarding_done_title: 'Vendor Setup Status — Multideal',
} as const;
