You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
4.1 KiB
79 lines
4.1 KiB
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': '一个服务于企业级产品的设计体系。基于『确定』和『自然』的设计价值观,通过模块化的解决方案,让设计者专注于 “更好的用户体验“。',
|
|
'app.home.design-language': '设计语言',
|
|
'app.home.solution': '解决方案',
|
|
'app.home.components-explain': '基于 Ant Design 设计语言,我们提供了一套开箱即用的高质量 React 组件,用于开发和服务于企业级中后台产品,除官方的 React 实现,还有 Angular、Vue 的实现',
|
|
'app.home.product-pro-slogan': '开箱即用的中台前端/设计解决方案',
|
|
'app.home.product-mobile-slogan': 'antd-mobile 是 Ant Design 的移动规范的 React 实现',
|
|
'app.home.product-antv-slogan': '简单、专业、拥有无限可能的数据可视化解决方案',
|
|
'app.home.tool-package-title': 'Ant Design 资源包',
|
|
'app.home.tool-package-content': 'Ant Design 相关设计资源下载',
|
|
'app.home.tool-library-title': 'AntD Library',
|
|
'app.home.tool-library-content': '一套精美得像视觉稿的 Axure 组件库',
|
|
'app.home.tool-kitchen-title': 'Kitchen(敬请期待)',
|
|
'app.home.tool-kitchen-content': '一个为设计师提效的 Sketch 工具集',
|
|
'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',
|
|
},
|
|
};
|
|
|