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.
26 lines
625 B
26 lines
625 B
// 中文简体
|
|
export default {
|
|
language: {
|
|
name: '中文简体'
|
|
},
|
|
components: {
|
|
footerBar:{
|
|
homepage: '首页',
|
|
marketSituation: '行情',
|
|
deepMate: 'DeepMate',
|
|
deepExploration: '深度探索',
|
|
member: '我的',
|
|
},
|
|
},
|
|
marketSituation: {
|
|
globalIndex: '全球指数',
|
|
globalIndexMore: '查看更多',
|
|
warn: '全球指数为试运行,免费开放,有诸多不足请见谅111111111111111111122222222222222222222222222222222222222222223333',
|
|
},
|
|
globalIndex: {
|
|
title: '全球指数',
|
|
searchPlaceholder: '搜索指数名称',
|
|
indexList: '指数列表',
|
|
noData: '暂无数据',
|
|
},
|
|
}
|