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

76 lines
3.6 KiB
JavaScript
Raw Normal View History

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: {
'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': 'Patterns',
2016-09-10 14:22:40 +08:00
'app.header.menu.components': 'Components',
2017-05-06 21:04:29 +08:00
'app.header.menu.spec': 'Guidelines',
2017-04-06 10:16:46 +08:00
'app.header.menu.resource': 'Resources',
'app.header.menu.mobile': 'Mobile',
2017-10-31 16:32:09 +08:00
'app.header.menu.pro': 'PRO',
2016-04-25 12:07:15 +08:00
'app.header.lang': '中文',
2017-03-09 09:11:03 +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-03-02 15:08:42 +08:00
'app.demo.copy': 'Copy code',
'app.demo.copied': 'Copied!',
2017-07-11 19:31:06 +08:00
'app.demo.codepen': 'Open in CodePen',
'app.demo.riddle': 'Open in Riddle',
'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',
'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.',
2017-09-04 11:55:45 +08:00
'app.footer.repo': 'GitHub Repository',
2017-02-16 16:25:42 +08:00
'app.footer.awesome': 'Awesome Ant Design',
2017-10-28 00:09:55 +08:00
'app.footer.chinamirror': 'China Mirror 🇨🇳',
2017-09-04 11:55:45 +08:00
'app.footer.primary-color-changed': 'Change primary color successfully!',
'app.footer.scaffold': 'Scaffold',
2017-05-13 16:12:35 +08:00
'app.footer.scaffolds': 'Scaffold Market',
'app.footer.dev-tools': 'Developer Tools',
'app.footer.dva': 'Framework',
2017-09-04 11:55:45 +08:00
'app.footer.resources': 'Resources',
'app.footer.data-vis': 'Data Visualization',
2017-03-02 14:28:23 +08:00
'app.footer.eggjs': 'Enterprise Node Framework',
2017-05-06 21:04:29 +08:00
'app.footer.motion': 'Motion Solution',
2017-02-07 19:54:30 +08:00
'app.footer.antd-library': 'Axure library',
2017-03-30 09:29:13 +08:00
'app.footer.design-platform': 'Ant Financial Design Platform',
2017-02-16 16:25:42 +08:00
'app.footer.antux': 'Sitemap Template',
'app.footer.community': 'Community',
'app.footer.change-log': 'Change Log',
2017-02-16 16:25:42 +08:00
'app.footer.faq': 'FAQ',
'app.footer.feedback': 'Feedback',
2017-02-16 16:25:42 +08:00
'app.footer.stackoverflow': 'StackOverflow',
'app.footer.segmentfault': 'SegmentFault',
2017-04-11 18:13:58 +08:00
'app.footer.discuss-en': 'Chat Room (English)',
'app.footer.discuss-cn': 'Chat Room (中文)',
'app.footer.bug-report': 'Bug Report',
2017-04-02 14:03:42 +08:00
'app.footer.issues': 'Issues',
'app.footer.version': 'Version: ',
2017-07-04 10:15:24 +08:00
'app.footer.author': 'Created by AFX',
2017-11-09 16:53:05 +08:00
'app.footer.work_with_us': 'Work with Us',
'app.footer.more-product': 'More Products',
'app.footer.privacy': 'Privacy Policy',
'app.footer.commitment': 'Our Commitment to Customer Protection',
'app.footer.company': 'Ant Financial',
2017-11-28 16:15:22 +08:00
'app.footer.ant-design': 'UI Design Language',
2017-12-04 19:53:53 +08:00
'app.publish.title': 'antd@3.0.0 has been released! 🎉 🎉 🎉',
'app.publish.greeting': 'Hello, ',
2017-12-04 19:53:53 +08:00
'app.publish.intro': ' has been released, and please upgrade. ',
2017-12-04 18:15:38 +08:00
'app.publish.old-version-guide': 'If you need documentation of older version, please visit ',
'app.publish.old-version-tips': ', or switch version with the select at header navigation.',
2016-04-18 16:38:07 +08:00
},
};