ant-design/site/theme/en-US.js

47 lines
2.1 KiB
JavaScript

import appLocaleData from 'react-intl/locale-data/en';
module.exports = {
locale: 'en-US',
data: appLocaleData,
messages: {
'app.header.menu.home': 'Home',
'app.header.menu.practice': 'Practice',
'app.header.menu.pattern': 'Pattern',
'app.header.menu.components': 'Components',
'app.header.menu.spec': 'Specification',
'app.header.menu.resource': 'Resource',
'app.header.lang': '中文',
'app.content.edit-page': 'Edit this page on Github!',
'app.content.edit-demo': 'Edit this demo on Github!',
'app.component.examples': 'Examples',
'app.home.slogan': 'One Design Language for UI',
'app.home.start': 'Getting Started',
'app.home.best-practice': 'Best Practice',
'app.home.experience': 'Designed by experienced team, and showcase dozens of inspiring projects.',
'app.home.design-pattern': 'Design Pattern',
'app.home.pattern': 'Provide solutions for usual problems that may be encountered while developing enterprise-like complex UIs.',
'app.home.reusable-components': 'Dozens of Reusable Components',
'app.home.components-intro': 'Dozens of flexible and practical reusable components that increase your productivity.',
'app.home.learn-more': 'Learn more',
'app.home.sub-slogan': 'A Little Happiness in Hand',
'app.home.vision': 'This is a design language dedicated to improve the user and design experience.',
'app.footer.repo': 'Repository',
'app.footer.scaffold': 'Scaffold',
'app.footer.dev-tools': 'Developer Tools',
'app.footer.dva': 'Framework',
'app.footer.links': 'Links',
'app.footer.mobile': 'Mobile',
'app.footer.data-vis': 'Data Visualization',
'app.footer.data-vis-spec': 'Specification of Data Visualization',
'app.footer.motion': 'Motion',
'app.footer.material': 'Sitemap Template',
'app.footer.community': 'Community',
'app.footer.change-log': 'Change Log',
'app.footer.feedback': 'Feedback',
'app.footer.discuss': 'Chat Room',
'app.footer.bug-report': 'Bug Report',
'app.footer.version': 'Version: ',
'app.footer.author': 'Created by Ant UED',
},
};