const locale = {
cn: [
{
selector: '.home-header .common-header-nav-item.demo-link',
text: '案例',
},
{
selector: '.home-header .common-header-nav-item.docs-link',
text: '文档',
},
{
selector: '.main-intro .main-intro-title',
text: '再一次发现
你的数据。',
},
{
selector: '.main-intro .main-intro-subtitle',
text: '使用Viser进行可视化,让你的数据变得更加直观。',
},
{
selector: '.home-section.presentation-1 .intro-container .intro-text .intro-title',
text: '即刻创建图表',
},
{
selector: '.home-section.presentation-1 .intro-container .intro-text .intro-content',
text: '只要你拥有一份结构化的数据,就可以在Viser里开始您的可视化探索之旅了。让Viser知道你想要的图表类型并告诉他数据的意义,Viser一定会为你绘制出你想要的图形。',
},
{
selector: '.home-section.presentation-2 .intro-container .intro-text .intro-title',
text: '纠结?不存在的',
},
{
selector: '.home-section.presentation-2 .intro-container .intro-text .intro-content',
text: '做可视化哪有一步到位的,还不是在不断地调整中,摸索出最合适的表达方式。使用Viser不用害怕随时变动需求带来的麻烦,最小化变动量设计的Viser的参数,让调整图表不再是一件难事。',
},
{
selector: '.home-section.presentation-3 .intro-container .intro-text .intro-title',
text: '告别框架烦恼',
},
{
selector: '.home-section.presentation-3 .intro-container .intro-text .intro-content',
text: '做可视化就是一件纯粹的事情,选择什么前端框架并不是需要真正关心的事情。不管是React,还是Angular,抑或是Vue,你都能在Viser里找到解决方案。你的框架比较小众?也可以快速定制啊,就是这么贴心。',
},
{
selector: '.try-now .highlight-feature-list .highlight-feature-item.highlight-feature-item-1 .highlight-feature-content',
text: '数据可视化,一个就够了',
},
{
selector: '.try-now .highlight-feature-list .highlight-feature-item.highlight-feature-item-2 .highlight-feature-content',
text: '语义化组件,无限的可能',
},
{
selector: '.try-now .highlight-feature-list .highlight-feature-item.highlight-feature-item-3 .highlight-feature-content',
text: '相似的语法,如你所期待',
},
{
selector: '.try-now .try-content',
text: '从现在开始,使用 Viser 为你的数据进行可视化处理',
},
{
selector: '.try-now .try-link',
text: '立即使用',
},
{
selector: '.home-footer',
text: '与来自 AntV 的 G2 深度合作
本项目基于 MIT 协议发布
Copyright (c) 2018 Viser Group. 版权所有
',
},
],
en: [
{
selector: '.home-header .common-header-nav-item.demo-link',
text: 'Demo',
},
{
selector: '.home-header .common-header-nav-item.docs-link',
text: 'Docs',
},
{
selector: '.main-intro .main-intro-title',
text: 'The Rediscovery
of Your Data.',
},
{
selector: '.main-intro .main-intro-subtitle',
text: 'Use Viser to simplify and beautify your data.',
},
{
selector: '.home-section.presentation-1 .intro-container .intro-text .intro-title',
text: 'Create Instantly',
},
{
selector: '.home-section.presentation-1 .intro-container .intro-text .intro-content',
text: 'It\'s quite easy to create a chart with Viser.All your need is preparing a set of data and describing the meaning of column and row.',
},
{
selector: '.home-section.presentation-2 .intro-container .intro-text .intro-title',
text: 'Modify Easily',
},
{
selector: '.home-section.presentation-2 .intro-container .intro-text .intro-content',
text: 'We all know that the most complex thing in data visualization is the detail adjustment. The well designed properties of Viser component make you leave params-phobia away.',
},
{
selector: '.home-section.presentation-3 .intro-container .intro-text .intro-title',
text: 'Full Compatibility',
},
{
selector: '.home-section.presentation-3 .intro-container .intro-text .intro-content',
text: 'No mater what front-end framework you chose, you can always find a data visualization solution with Viser. Explicitly, React, Angular and Vue are all supported.',
},
{
selector: '.try-now .highlight-feature-list .highlight-feature-item.highlight-feature-item-1 .highlight-feature-content',
text: 'One Framework for All Visualization',
},
{
selector: '.try-now .highlight-feature-list .highlight-feature-item.highlight-feature-item-2 .highlight-feature-content',
text: 'Infinite Charts by Semantic Component',
},
{
selector: '.try-now .highlight-feature-list .highlight-feature-item.highlight-feature-item-3 .highlight-feature-content',
text: 'Lightweight Depending Only on G2',
},
{
selector: '.try-now .try-content',
text: 'From now on,using Viser for data visualization.',
},
{
selector: '.try-now .try-link',
text: 'Install Now',
},
{
selector: '.home-footer',
text: 'Deep cooperation with G2 from AntV.
Released under the MIT License.
Copyright (c) 2018 Viser Group. All Rights Reserved.
',
},
],
};
export default locale;