// en/vendor_business_card
export const vendor_business_card = {
  title: 'Edit business profile',
  editHeading: 'Edit business profile',
  business_name: 'Business name',
  description: 'Description',
  description_hint:
    'Tell customers about your business — what you offer and what makes you special (up to 2,000 characters)',
  description_char_count: '{current} / {max}',
  hero_tooltip:
    'The large image at the top of your public business page. Use a high-quality landscape photo with no text or contact details — images with phone numbers, emails or QR codes are rejected automatically',
  hours: 'Opening hours',
  phone: 'Phone',
  website: 'Website',
  logo: 'Logo',
  hero: 'Hero image',
  hero_preview_heading: 'How customers will see this image',
  gallery: 'Gallery',
  save: 'Save',
  saved: 'Profile saved',
  address_section: 'Address',
  address_city: 'City',
  address_street: 'Street',
  address_house_number: 'House number',
  address_apt: 'Apt / additional instructions',
  address_geocoding: 'Verifying address...',
  address_not_verified:
    "We couldn't locate this address on the map — check the city, street and number. The address will be saved, but your business may not appear correctly on the map",
  address_no_results: 'No results',
  business_type: 'Business Type',
  business_type_placeholder: 'Select business type',
  logo_hint: 'Square, on a clean background. Shown next to your business name across the site',
  phone_hint: 'For Multideal internal use only — not shown to customers',
  address_street_pick_city_first: 'Select a city first',
  error_business_name_required: 'Business name is required',
  error_business_name_too_long: 'Business name is too long (max 120 characters)',
  error_description_too_long: 'Description is too long (max 2000 characters)',
  error_phone_too_long: 'Phone number is too long (max 20 characters)',
  error_website_invalid: 'Website URL is invalid. Example: https://example.com',
  map_iframe_title: 'Location on map',
  map_iframe_aria_label: 'Address location on map',
  error_save_profile: 'Saving business details failed',
  error_save_hours: 'Saving opening hours failed',
  error_save_address: 'Saving the address failed',
  error_save_card: 'Saving the business card failed — changes were reverted. Please try again',
  error_address_incomplete: 'To save an address, fill in city, street and house number',
  business_type_limit_hint: 'You can select up to 5 business types',
  business_type_limit_reached: 'You reached the limit of 5 types',
  business_type_remove_aria: 'Remove {type}',
} as const;
