2016-11-21 14:39:15 +08:00
|
|
|
const appLocaleData = require('react-intl/locale-data/en');
|
2016-04-18 16:38:07 +08:00
|
|
|
|
2016-04-25 12:07:15 +08:00
|
|
|
module.exports = {
|
2016-04-18 16:38:07 +08:00
|
|
|
locale: 'en-US',
|
|
|
|
data: appLocaleData,
|
|
|
|
messages: {
|
2017-02-24 11:55:24 +08:00
|
|
|
'app.header.search': 'Search...',
|
2016-04-18 16:38:07 +08:00
|
|
|
'app.header.menu.home': 'Home',
|
|
|
|
'app.header.menu.practice': 'Practice',
|
|
|
|
'app.header.menu.pattern': 'Pattern',
|
2016-09-10 14:22:40 +08:00
|
|
|
'app.header.menu.components': 'Components',
|
2016-04-18 16:38:07 +08:00
|
|
|
'app.header.menu.spec': 'Specification',
|
|
|
|
'app.header.menu.resource': 'Resource',
|
2016-04-25 12:07:15 +08:00
|
|
|
'app.header.lang': '中文',
|
2016-09-18 14:27:41 +08:00
|
|
|
'app.content.edit-page': 'Edit this page on Github!',
|
|
|
|
'app.content.edit-demo': 'Edit this demo on Github!',
|
2016-09-08 16:53:50 +08:00
|
|
|
'app.component.examples': 'Examples',
|
2017-02-24 11:55:24 +08:00
|
|
|
'app.demo.copy': 'Copy',
|
2017-01-09 22:37:57 +08:00
|
|
|
'app.home.slogan': 'A UI Design Language',
|
2017-01-31 21:00:45 +08:00
|
|
|
'app.home.introduce': 'Introduce',
|
2017-01-31 15:05:17 +08:00
|
|
|
'app.home.start': 'Get Started',
|
2016-09-01 11:53:55 +08:00
|
|
|
'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',
|
2017-02-16 16:25:42 +08:00
|
|
|
'app.footer.awesome': 'Awesome Ant Design',
|
|
|
|
'app.footer.customize-theme': 'Customize Theme',
|
2016-09-01 11:53:55 +08:00
|
|
|
'app.footer.scaffold': 'Scaffold',
|
|
|
|
'app.footer.dev-tools': 'Developer Tools',
|
|
|
|
'app.footer.dva': 'Framework',
|
|
|
|
'app.footer.links': 'Links',
|
2017-02-07 19:54:30 +08:00
|
|
|
'app.footer.mobile': 'Mobile UI',
|
2016-09-01 11:53:55 +08:00
|
|
|
'app.footer.data-vis': 'Data Visualization',
|
2017-02-07 19:54:30 +08:00
|
|
|
'app.footer.motion': 'Motion Soluction',
|
|
|
|
'app.footer.antd-library': 'Axure library',
|
2017-02-16 16:25:42 +08:00
|
|
|
'app.footer.antux': 'Sitemap Template',
|
2016-09-01 11:53:55 +08:00
|
|
|
'app.footer.community': 'Community',
|
|
|
|
'app.footer.change-log': 'Change Log',
|
2017-02-16 16:25:42 +08:00
|
|
|
'app.footer.faq': 'FAQ',
|
2016-09-01 11:53:55 +08:00
|
|
|
'app.footer.feedback': 'Feedback',
|
2017-02-16 16:25:42 +08:00
|
|
|
'app.footer.stackoverflow': 'StackOverflow',
|
|
|
|
'app.footer.segmentfault': 'SegmentFault',
|
2016-09-01 11:53:55 +08:00
|
|
|
'app.footer.discuss': 'Chat Room',
|
|
|
|
'app.footer.bug-report': 'Bug Report',
|
|
|
|
'app.footer.version': 'Version: ',
|
|
|
|
'app.footer.author': 'Created by Ant UED',
|
2016-09-28 13:43:32 +08:00
|
|
|
'app.publish.title': 'antd@2.0.0 is released!',
|
|
|
|
'app.publish.greeting': 'Hello, ',
|
|
|
|
'app.publish.intro': ' is released, and please upgrade. ',
|
|
|
|
'app.publish.old-version-guide': 'If you want to read old version documentation, please visit ',
|
|
|
|
'app.publish.old-version-tips': ', or change the version of documentation with the bottom-right selector.',
|
2016-04-18 16:38:07 +08:00
|
|
|
},
|
|
|
|
};
|