@input-output-hk/front-end-site-components
Version:
Opinionated React components for IOHK's front-end web team
208 lines (207 loc) • 5.57 kB
JavaScript
export default {
en: {
browseLinks: {
title: 'Browse',
links: [
{ label: 'Developers', href: '#' },
{ label: 'Individuals', href: '#' },
{ label: 'Enterprise', href: '#' }
]
},
partnersLinks: {
title: 'Partners',
links: [
{ label: 'Cardano Foundation', href: '/partners/?tab=cardano-foundation#partners-section' },
{ label: 'Emurgo', href: '/partners/?tab=emurgo#partners-section' },
{ label: 'IOHK', href: '/partners/?tab=iohk#partners-section' }
]
},
mediaLinks: {
title: 'Media',
links: [
{ label: 'Overview', href: '#' },
{ label: 'Assets', href: '/brand-assets/' }
]
},
supportLinks: {
title: 'Support',
links: [
{ label: 'Contact us', href: '/contact/' }
]
},
communityLinks: {
title: 'Community',
links: [
{ label: 'Forum', href: 'https://forum.cardano.org/' },
{ label: 'Ambassadors', href: '/ambassadors/' }
]
},
socialLinks: {
title: 'Follow us'
},
bottomLinks: {
links: [
{ label: '® Cardano', href: '#' },
{ label: 'Terms', href: 'https://cardanofoundation.org/assets/docs/TermsOfUse.pdf' },
{ label: 'Privacy policy', href: 'https://cardanofoundation.org/assets/docs/PrivacyPolicy.pdf' },
{ label: 'Token redemption', href: '/token-redemption/' }
]
}
},
ja: {
browseLinks: {
title: 'Browse',
links: [
{ label: 'Developers', href: '#' },
{ label: 'Individuals', href: '#' },
{ label: 'Enterprise', href: '#' }
]
},
partnersLinks: {
title: 'Partners',
links: [
{ label: 'Cardano Foundation', href: '#' },
{ label: 'Emurgo', href: '#' },
{ label: 'IOHK', href: '#' }
]
},
mediaLinks: {
title: 'Media',
links: [
{ label: 'Overview', href: '#' },
{ label: 'Assets', href: '#' }
]
},
supportLinks: {
title: 'Support',
links: [
{ label: 'Ask a question', href: '#' },
{ label: 'Contact us', href: '#' }
]
},
communityLinks: {
title: 'Community',
links: [
{ label: 'Forum', href: 'https://forum.cardano.org/' },
{ label: 'Ambassadors', href: '#' }
]
},
socialLinks: {
title: 'Follow us'
},
bottomLinks: {
links: [
{ label: '® Cardano', href: '/' },
{ label: 'Terms', href: 'https://cardanofoundation.org/assets/docs/TermsOfUse.pdf' },
{ label: 'Privacy policy', href: '#' },
{ label: 'Token redemption', href: '/token-redemption/' }
]
}
},
ko: {
browseLinks: {
title: 'Browse',
links: [
{ label: 'Developers', href: '#' },
{ label: 'Individuals', href: '#' },
{ label: 'Enterprise', href: '#' }
]
},
partnersLinks: {
title: 'Partners',
links: [
{ label: 'Cardano Foundation', href: '#' },
{ label: 'Emurgo', href: '#' },
{ label: 'IOHK', href: '#' }
]
},
mediaLinks: {
title: 'Media',
links: [
{ label: 'Overview', href: '#' },
{ label: 'Assets', href: '/brand-assets/' }
]
},
supportLinks: {
title: 'Support',
links: [
{ label: 'Ask a question', href: '#' },
{ label: 'Contact us', href: '#' }
]
},
communityLinks: {
title: 'Community',
links: [
{ label: 'Forums', href: 'https://forum.cardano.org/' },
{ label: 'Ambassadors', href: '#' }
]
},
socialLinks: {
title: 'Follow us',
links: [
{ label: 'Meetup', href: 'https://www.meetup.com/pro/cardano/' },
{ label: 'Telegram', href: 'https://t.me/CardanoAnnouncements' },
{ label: 'Facebook', href: 'https://www.facebook.com/groups/CardanoCommunity' },
{ label: 'Twitter', href: 'https://twitter.com/cardano' },
{ label: 'Reddit', href: 'https://www.reddit.com/r/cardano/' },
{ label: 'Youtube', href: 'https://www.youtube.com/channel/UCbQ9vGfezru1YRI1zDCtTGg' }
]
},
bottomLinks: {
links: [
{ label: '® Cardano', href: '/' },
{ label: 'Terms', href: '#' },
{ label: 'Privacy policy', href: '#' }
]
}
},
'zh-cn': {
browseLinks: {
title: 'Browse',
links: [
{ label: 'Developers', href: '#' },
{ label: 'Individuals', href: '#' },
{ label: 'Enterprise', href: '#' }
]
},
partnersLinks: {
title: 'Partners',
links: [
{ label: 'Cardano Foundation', href: '#' },
{ label: 'Emurgo', href: '#' },
{ label: 'IOHK', href: '#' }
]
},
mediaLinks: {
title: 'Media',
links: [
{ label: 'Overview', href: '#' },
{ label: 'Assets', href: '#' }
]
},
supportLinks: {
title: 'Support',
links: [
{ label: 'Ask a question', href: '#' },
{ label: 'Contact us', href: '#' }
]
},
communityLinks: {
title: 'Community',
links: [
{ label: 'Forums', href: 'https://forum.cardano.org/' },
{ label: 'Ambassadors', href: '/ambassadors/' }
]
},
socialLinks: {
title: 'Follow us'
},
bottomLinks: {
links: [
{ label: '® Cardano', href: '/' },
{ label: 'Terms', href: '#' },
{ label: 'Privacy policy', href: '#' }
]
}
}
}