// en/vendor_upgrade
export const vendor_upgrade = {
  page_title: 'Become a Vendor',
  subtitle: 'Open a business account and publish discounted deals',
  field_business_name: 'Legal business name',
  field_display_name: 'Display name',
  field_description: 'Short description',
  field_business_type: 'Business types',
  field_business_type_placeholder: 'Select a business type',
  field_business_email: 'Business email',

  tos_label: 'I have read and agree to the ',
  tos_link: 'Terms of Use',
  submit: 'Submit application',
  error_already_vendor: 'A vendor account is already linked to your profile',
  error_generic: 'Something went wrong. Please try again.',
  otp_step_title: 'Verify phone number',
  otp_step_sub:
    "A phone number is required to verify your identity. Enter your number and we'll send a code.",
  stripe_setup_loading: 'Setting up payment account…',
  stripe_setup_error: 'Error setting up payment account.',
  stripe_setup_error_cta: 'Try again',
  stripe_embed_error: 'Error loading Stripe account setup',
  for_vendors: 'For business owners',
  stripe_pre_title: 'Payment account setup',
  stripe_pre_body:
    'The form below is provided by Stripe and displayed in English. You will be asked for business details, personal information for identity verification, and bank account details for receiving payments. Have ready: your ID and bank account details. The process typically takes 5–10 minutes.',
  err_business_name_required: 'Legal business name is required',
  err_display_name_required: 'Display name is required',
  err_business_type_required: 'Select at least one business type',
  err_email_invalid: 'Invalid email address',
  err_tos_required: 'You must accept the Terms of Use to continue',
  err_phone_required: 'Phone number is required',
  business_types_limit_help: 'You can select up to 5 types',
  business_type_remove: 'Remove {name}',
  commission_disclosure:
    'Multideal charges a {pct}% commission per sale, deducted automatically from your payout',
  step_phone: 'Verify phone',
  step_business: 'Business details',
  step_payments: 'Payment setup',
} as const;
