const appLocaleData = require ( 'react-intl/locale-data/en' ) ;
module . exports = {
locale : 'en-US' ,
data : appLocaleData ,
messages : {
'app.header.search' : 'Search...' ,
'app.header.menu.home' : 'Home' ,
'app.header.menu.practice' : 'Practice' ,
'app.header.menu.pattern' : 'Patterns' ,
'app.header.menu.components' : 'Components' ,
'app.header.menu.spec' : 'Guidelines' ,
'app.header.menu.resource' : 'Resources' ,
'app.header.menu.mobile' : 'Mobile' ,
'app.header.menu.pro' : 'PRO' ,
'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.demo.copy' : 'Copy code' ,
'app.demo.copied' : 'Copied!' ,
'app.demo.codepen' : 'Open in CodePen' ,
'app.demo.codesandbox' : 'Open in CodeSandbox' ,
'app.demo.riddle' : 'Open in Riddle' ,
'app.home.slogan' : 'A UI Design Language' ,
'app.home.introduce' : 'A service system designed for enterprise products. Based on design values of "Sure" and "Natural", Let the designer to focus on "a better user experience by modular solution' ,
'app.home.design-language' : 'Design Language' ,
'app.home.solution' : 'Solution' ,
'app.home.components-explain' : 'Based on the Ant Design language, we have provided a suite of out-of-the-box with high quality for developing and serving enterprise-wide mid-range products,including the official React implementation and Angular, Vue implementations' ,
'app.home.product-pro-slogan' : 'Out-of-the-box front-end / Design solution' ,
'app.home.product-mobile-slogan' : 'antd-mobile is a React implementation of Ant Design\'s mobile specification' ,
'app.home.product-antv-slogan' : 'Simple, professional, with unlimited possibilities for data visualization solutions' ,
'app.home.tool-title' : 'Tools & Resources' ,
'app.home.tool-package-title' : 'Ant Design Resources' ,
'app.home.tool-package-content' : 'Ant Design Resources Download' ,
'app.home.tool-library-title' : 'AntD Library' ,
'app.home.tool-library-content' : 'Beautifully visual Axure library' ,
'app.home.tool-kitchen-title' : 'Kitchen(to be continued)' ,
'app.home.tool-kitchen-content' : 'A Sketch tools for designers' ,
'app.footer.repo' : 'GitHub Repository' ,
'app.footer.awesome' : 'Awesome Ant Design' ,
'app.footer.chinamirror' : 'China Mirror 🇨🇳' ,
'app.footer.primary-color-changed' : 'Change primary color successfully!' ,
'app.footer.scaffold' : 'Scaffold' ,
'app.footer.scaffolds' : 'Scaffold Market' ,
'app.footer.dev-tools' : 'Developer Tools' ,
'app.footer.dva' : 'Framework' ,
'app.footer.resources' : 'Resources' ,
'app.footer.data-vis' : 'Data Visualization' ,
'app.footer.eggjs' : 'Enterprise Node Framework' ,
'app.footer.motion' : 'Motion Solution' ,
'app.footer.antd-library' : 'Axure library' ,
'app.footer.design-platform' : 'Ant Financial Design Platform' ,
'app.footer.antux' : 'Sitemap Template' ,
'app.footer.community' : 'Community' ,
'app.footer.change-log' : 'Change Log' ,
'app.footer.faq' : 'FAQ' ,
'app.footer.feedback' : 'Feedback' ,
'app.footer.stackoverflow' : 'StackOverflow' ,
'app.footer.segmentfault' : 'SegmentFault' ,
'app.footer.discuss-en' : 'Chat Room (English)' ,
'app.footer.discuss-cn' : 'Chat Room (中文)' ,
'app.footer.bug-report' : 'Bug Report' ,
'app.footer.issues' : 'Issues' ,
'app.footer.version' : 'Version: ' ,
'app.footer.author' : 'Created by AFX' ,
'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' ,
'app.footer.ant-design' : 'UI Design Language' ,
'app.publish.title' : 'antd@3.0.0 has been released! 🎉 🎉 🎉' ,
'app.publish.greeting' : 'Hello, ' ,
'app.publish.intro' : ' has been released, and please upgrade. ' ,
'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.' ,
'app.docs.color.pick-primary' : 'Pick your primary color' ,
} ,
} ;