// en/legal
export const legal = {
  effective_date: 'Effective date',
  version: 'Version',
  last_updated: 'Last updated',
  title_privacy: 'Privacy Policy',
  title_terms: 'Terms of Use',
  title_tos_vendor: 'Vendor Terms of Service',
  title_vouchers: 'Voucher Terms',
  title_cookies: 'Cookie Policy',
  checkout_disclosure_prefix: 'By placing an order you agree to our',
  register_disclosure_prefix: 'By registering you agree to our',
  disclosure_joiner: 'and',
} as const;
