2016-04-25 12:07:15 +08:00
module . exports = {
2016-04-18 16:38:07 +08:00
locale : 'en-US' ,
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' ,
2017-04-06 09:31:46 +08:00
'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' ,
2017-06-11 22:44:55 +08:00
'app.header.menu.mobile' : 'Mobile' ,
2019-05-31 10:48:00 +08:00
'app.header.menu.pro.v4' : 'Ant Design Pro v4' ,
2019-03-11 11:19:43 +08:00
'app.header.menu.ecosystem' : 'Ecosystem' ,
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' ,
2018-07-01 12:13:46 +08:00
'app.component.examples.expand' : 'Expand all code' ,
'app.component.examples.collpse' : 'Collpse all code' ,
2019-03-21 09:48:50 +08:00
'app.demo.debug' : "Debug only, won't display at online" ,
2017-03-02 15:08:42 +08:00
'app.demo.copy' : 'Copy code' ,
'app.demo.copied' : 'Copied!' ,
2019-03-21 09:48:50 +08:00
'app.demo.code.show' : 'Show code' ,
'app.demo.code.hide' : 'Hide code' ,
2017-07-11 19:31:06 +08:00
'app.demo.codepen' : 'Open in CodePen' ,
2017-12-29 17:02:45 +08:00
'app.demo.codesandbox' : 'Open in CodeSandbox' ,
2017-07-11 19:31:06 +08:00
'app.demo.riddle' : 'Open in Riddle' ,
2018-12-07 16:17:45 +08:00
'app.home.slogan' : "The world's second most popular React UI framework" ,
'app.home.introduce' :
'A design system with values of Nature and Determinacy for better user experience of enterprise applications' ,
2018-01-05 14:22:03 +08:00
'app.home.design-language' : 'Design Language' ,
'app.home.solution' : 'Solution' ,
2018-12-07 16:17:45 +08:00
'app.home.components-explain' :
2019-03-18 18:58:08 +08:00
'Based on the Ant Design language, we have provided a suite of out-of-the-box with high quality for developing and serving enterprise background applications, including the official React implementation and Angular, Vue implementations' ,
2018-01-05 14:22:03 +08:00
'app.home.product-pro-slogan' : 'Out-of-the-box front-end / Design solution' ,
2018-12-07 16:17:45 +08:00
'app.home.product-mobile-slogan' :
"antd-mobile is the implementation of Ant Design's mobile specification" ,
'app.home.product-landing-slogan' :
'Landing Pages templates and specifications based of Ant Design language' ,
'app.home.product-antv-slogan' :
'Simple, professional, with unlimited possibilities for data visualization solutions' ,
2018-01-05 14:22:03 +08:00
'app.home.tool-title' : 'Tools & Resources' ,
'app.home.tool-package-title' : 'Ant Design Resources' ,
'app.home.tool-package-content' : 'Ant Design Resources Download' ,
2018-01-06 10:20:03 +08:00
'app.home.tool-library-title' : 'Axure Library' ,
2018-01-05 14:22:03 +08:00
'app.home.tool-library-content' : 'Beautifully visual Axure library' ,
2018-05-14 13:58:54 +08:00
'app.home.tool-kitchen-title' : 'Kitchen' ,
2018-01-05 14:22:03 +08:00
'app.home.tool-kitchen-content' : 'A Sketch tools for designers' ,
2018-01-08 12:16:59 +08:00
'app.home.getting-started' : 'Getting Started' ,
'app.home.more' : 'Learn more' ,
2018-10-12 17:09:43 +08:00
'app.home.more-mobile-react' : 'Ant Design Mobile of React' ,
'app.home.more-mobile-angular' : 'Ant Design Mobile of Angular' ,
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' ,
2018-09-11 11:38:36 +08:00
'app.footer.course' : 'Ant Design Practical Tutorial' ,
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!' ,
2016-09-01 11:53:55 +08:00
'app.footer.scaffold' : 'Scaffold' ,
2018-05-14 19:52:51 +08:00
'app.footer.kitchen' : 'Sketch Toolkit' ,
2018-11-08 14:43:41 +08:00
'app.footer.landing' : 'Landing Templates' ,
2017-05-13 16:12:35 +08:00
'app.footer.scaffolds' : 'Scaffold Market' ,
2016-09-01 11:53:55 +08:00
'app.footer.dev-tools' : 'Developer Tools' ,
2018-09-11 14:34:36 +08:00
'app.footer.umi' : 'React Application Framework' ,
'app.footer.dva' : 'Data Flow Framework' ,
2017-09-04 11:55:45 +08:00
'app.footer.resources' : 'Resources' ,
2016-09-01 11:53:55 +08:00
'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' ,
2018-11-10 14:52:16 +08:00
'app.footer.design-resources' : 'Design Resources' ,
2017-02-07 19:54:30 +08:00
'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' ,
2018-02-11 17:54:55 +08:00
'app.footer.help' : 'Help' ,
2016-09-01 11:53:55 +08:00
'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' ,
2017-04-11 18:13:58 +08:00
'app.footer.discuss-en' : 'Chat Room (English)' ,
'app.footer.discuss-cn' : 'Chat Room (中文)' ,
2016-09-01 11:53:55 +08:00
'app.footer.bug-report' : 'Bug Report' ,
2017-04-02 14:03:42 +08:00
'app.footer.issues' : 'Issues' ,
2016-09-01 11:53:55 +08:00
'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' ,
2017-11-27 15:36:58 +08:00
'app.footer.more-product' : 'More Products' ,
2018-05-15 12:39:05 +08:00
'app.footer.company' : 'AFX' ,
2017-11-28 16:15:22 +08:00
'app.footer.ant-design' : 'UI Design Language' ,
2018-02-11 17:54:55 +08:00
'app.footer.yuque' : 'YuQue' ,
'app.footer.yuque.slogan' : 'Write your document as a team' ,
'app.footer.fengdie' : 'FengDie' ,
'app.footer.fengdie.slogan' : 'Mobile web app builder' ,
2018-11-10 14:52:16 +08:00
'app.footer.zhihu' : 'Ant Design Blog' ,
2018-02-11 17:54:55 +08:00
'app.footer.zhihu.xtech' : 'Experience Cloud Blog' ,
'app.footer.seeconf' : 'Seeking Experience & Engineering Conference' ,
2018-11-10 14:52:16 +08:00
'app.footer.xtech' : 'Ant Financial Experience Tech' ,
'app.footer.xtech.slogan' : 'Experience The Beauty' ,
2017-12-04 19:53:53 +08:00
'app.publish.title' : 'antd@3.0.0 has been released! 🎉 🎉 🎉' ,
2016-09-28 13:43:32 +08:00
'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.' ,
2017-12-08 14:43:56 +08:00
'app.docs.color.pick-primary' : 'Pick your primary color' ,
2019-04-08 10:17:03 +08:00
'app.docs.components.icon.search.placeholder' : 'Search icon here, click icon to copy code' ,
2018-11-05 19:04:28 +08:00
'app.docs.components.icon.outlined' : 'Outlined' ,
'app.docs.components.icon.filled' : 'Filled' ,
'app.docs.components.icon.two-tone' : 'Two Tone' ,
2018-09-01 16:16:11 +08:00
'app.docs.components.icon.category.direction' : 'Directional Icons' ,
'app.docs.components.icon.category.suggestion' : 'Suggested Icons' ,
2019-05-07 23:54:08 +08:00
'app.docs.components.icon.category.editor' : 'Editor Icons' ,
2018-09-02 16:58:38 +08:00
'app.docs.components.icon.category.data' : 'Data Icons' ,
2018-09-01 16:16:11 +08:00
'app.docs.components.icon.category.other' : 'Application Icons' ,
'app.docs.components.icon.category.logo' : 'Brand and Logos' ,
2019-08-22 20:03:59 +08:00
'app.docs.components.icon.pic-searcher.intro' :
'AI Search by image is online, welcome to use! 🎉' ,
2019-08-22 19:09:51 +08:00
'app.docs.components.icon.pic-searcher.title' : 'Search by image' ,
2019-08-23 11:08:12 +08:00
'app.docs.components.icon.pic-searcher.upload-text' :
2019-08-22 19:09:51 +08:00
'Click or drag or paste file to this area to upload' ,
2019-08-23 11:08:12 +08:00
'app.docs.components.icon.pic-searcher.upload-hint' :
'We will find the most matching icon based on the image' ,
2019-08-22 19:25:32 +08:00
'app.docs.components.icon.pic-searcher.server-error' :
'Predict service is temporarily unavailable' ,
2019-08-22 22:07:02 +08:00
'app.docs.components.icon.pic-searcher.matching' : 'Matching...' ,
'app.docs.components.icon.pic-searcher.result-tip' : 'Match the following icons for you:' ,
'app.docs.components.icon.pic-searcher.th-icon' : 'Icon' ,
'app.docs.components.icon.pic-searcher.th-score' : 'Probability' ,
2016-04-18 16:38:07 +08:00
} ,
} ;