2016-11-21 14:39:15 +08:00
|
|
|
|
const appLocaleData = require('react-intl/locale-data/zh');
|
2016-04-18 16:38:07 +08:00
|
|
|
|
|
2016-04-25 12:07:15 +08:00
|
|
|
|
module.exports = {
|
2016-04-20 15:24:20 +08:00
|
|
|
|
locale: 'zh-CN',
|
2016-04-18 16:38:07 +08:00
|
|
|
|
data: appLocaleData,
|
|
|
|
|
messages: {
|
2017-02-24 11:55:24 +08:00
|
|
|
|
'app.header.search': '全文本搜索...',
|
2016-04-18 16:38:07 +08:00
|
|
|
|
'app.header.menu.home': '首页',
|
|
|
|
|
'app.header.menu.practice': '实践',
|
|
|
|
|
'app.header.menu.pattern': '模式',
|
2016-09-10 14:22:40 +08:00
|
|
|
|
'app.header.menu.components': '组件',
|
2017-12-22 17:49:38 +08:00
|
|
|
|
'app.header.menu.spec': '设计语言',
|
2016-04-18 16:38:07 +08:00
|
|
|
|
'app.header.menu.resource': '资源',
|
2017-06-11 22:44:55 +08:00
|
|
|
|
'app.header.menu.mobile': '移动版',
|
2017-10-31 16:32:09 +08:00
|
|
|
|
'app.header.menu.pro': 'PRO',
|
2017-11-28 17:01:41 +08:00
|
|
|
|
'app.header.lang': 'English',
|
2016-09-18 14:27:41 +08:00
|
|
|
|
'app.content.edit-page': '在 Github 上编辑此页!',
|
|
|
|
|
'app.content.edit-demo': '在 Github 上编辑此示例!',
|
2016-09-08 16:53:50 +08:00
|
|
|
|
'app.component.examples': '代码演示',
|
2017-03-02 15:08:42 +08:00
|
|
|
|
'app.demo.copy': '复制代码',
|
|
|
|
|
'app.demo.copied': '复制成功',
|
2017-07-11 19:31:06 +08:00
|
|
|
|
'app.demo.codepen': '在 CodePen 中打开',
|
2017-12-29 17:02:45 +08:00
|
|
|
|
'app.demo.codesandbox': '在 CodeSandbox 中打开',
|
2017-07-11 19:31:06 +08:00
|
|
|
|
'app.demo.riddle': '在 Riddle 中打开',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.home.slogan': '一个 UI 设计语言',
|
2018-01-05 23:06:29 +08:00
|
|
|
|
'app.home.introduce': '一个服务于企业级产品的设计体系。基于『确定』和『自然』的设计价值观,通过模块化的解决方案,让设计者专注于更好的用户体验。',
|
2018-01-04 20:00:38 +08:00
|
|
|
|
'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': '简单、专业、拥有无限可能的数据可视化解决方案',
|
2018-01-06 10:20:03 +08:00
|
|
|
|
'app.home.tool-title': '工具和资源',
|
2018-01-04 20:00:38 +08:00
|
|
|
|
'app.home.tool-package-title': 'Ant Design 资源包',
|
|
|
|
|
'app.home.tool-package-content': 'Ant Design 相关设计资源下载',
|
2018-01-06 10:20:03 +08:00
|
|
|
|
'app.home.tool-library-title': 'Axure Library',
|
2018-01-04 20:00:38 +08:00
|
|
|
|
'app.home.tool-library-content': '一套精美得像视觉稿的 Axure 组件库',
|
2018-01-06 10:20:03 +08:00
|
|
|
|
'app.home.tool-kitchen-title': 'Kitchen(敬请期待)',
|
2018-01-04 20:00:38 +08:00
|
|
|
|
'app.home.tool-kitchen-content': '一个为设计师提效的 Sketch 工具集',
|
2018-01-08 12:16:59 +08:00
|
|
|
|
'app.home.getting-started': '开始使用',
|
|
|
|
|
'app.home.more': '查看更多',
|
2017-09-04 11:55:45 +08:00
|
|
|
|
'app.footer.repo': 'GitHub 仓库',
|
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': '国内镜像站点 🇨🇳',
|
2017-09-04 11:55:45 +08:00
|
|
|
|
'app.footer.primary-color-changed': '修改主题色成功!',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.scaffold': '脚手架',
|
2017-05-13 16:12:35 +08:00
|
|
|
|
'app.footer.scaffolds': '脚手架市场',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.dev-tools': '开发工具',
|
|
|
|
|
'app.footer.dva': '应用框架',
|
2017-09-04 11:55:45 +08:00
|
|
|
|
'app.footer.resources': '资源链接',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.data-vis': '数据可视化',
|
2017-03-02 14:28:23 +08:00
|
|
|
|
'app.footer.eggjs': '企业级 Node 开发框架',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.motion': '设计动效',
|
2016-10-07 14:33:08 +08:00
|
|
|
|
'app.footer.antd-library': 'Axure 部件库',
|
2017-03-30 09:29:13 +08:00
|
|
|
|
'app.footer.design-platform': '蚂蚁金服设计平台',
|
2017-02-16 16:25:42 +08:00
|
|
|
|
'app.footer.antux': '页面逻辑素材',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.community': '社区',
|
|
|
|
|
'app.footer.change-log': '更新记录',
|
2017-02-16 16:25:42 +08:00
|
|
|
|
'app.footer.faq': '常见问题',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.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': '在线讨论 (English)',
|
|
|
|
|
'app.footer.discuss-cn': '在线讨论 (中文)',
|
2016-10-07 15:33:04 +08:00
|
|
|
|
'app.footer.bug-report': '报告 Bug',
|
2017-04-02 14:03:42 +08:00
|
|
|
|
'app.footer.issues': '讨论列表',
|
2016-09-01 11:53:55 +08:00
|
|
|
|
'app.footer.version': '文档版本:',
|
2017-07-04 10:15:24 +08:00
|
|
|
|
'app.footer.author': '蚂蚁金服体验技术部出品 @ AFX',
|
2017-11-09 16:53:05 +08:00
|
|
|
|
'app.footer.work_with_us': '加入我们',
|
2017-11-27 15:36:58 +08:00
|
|
|
|
'app.footer.more-product': '更多产品',
|
|
|
|
|
'app.footer.privacy': '隐私权政策',
|
|
|
|
|
'app.footer.commitment': '权益保障承诺书',
|
|
|
|
|
'app.footer.company': '蚂蚁金融服务集团',
|
2017-11-29 00:08:48 +08:00
|
|
|
|
'app.footer.ant-design': '蚂蚁 UI 体系',
|
2017-12-04 18:17:16 +08:00
|
|
|
|
'app.publish.title': 'antd@3.0.0 发布!🎉 🎉 🎉',
|
2016-09-28 13:43:32 +08:00
|
|
|
|
'app.publish.greeting': '你好,',
|
|
|
|
|
'app.publish.intro': ' 已正式发布,欢迎升级。',
|
|
|
|
|
'app.publish.old-version-guide': '如果您还需要使用旧版,请查阅 ',
|
2017-12-01 15:42:54 +08:00
|
|
|
|
'app.publish.old-version-tips': ',也可通过页面右上角的文档版本选择框进行切换。',
|
2017-12-08 14:43:56 +08:00
|
|
|
|
'app.docs.color.pick-primary': '选择你的主色',
|
2016-04-18 16:38:07 +08:00
|
|
|
|
},
|
|
|
|
|
};
|