47 lines
1.2 KiB
JavaScript
47 lines
1.2 KiB
JavaScript
export default {
|
||
login: {
|
||
title: 'TIC Node Console',
|
||
inputLabel: '请输入密语,例如:Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, molestias, quisquam?',
|
||
loginBtn: 'Sign in',
|
||
errorMnemonic: 'Invalid secret word',
|
||
},
|
||
home: {
|
||
titleOwner: 'Owner',
|
||
titleChain: 'Chain',
|
||
titleNode: 'Node',
|
||
titleNetwork: 'Network',
|
||
titleMarket: 'Market',
|
||
},
|
||
owner: {
|
||
tableHeader: '我的交易',
|
||
searchHolder: '请输入该输入的',
|
||
thId: '交易 ID',
|
||
thType: '类型',
|
||
thSender: '发送者',
|
||
thReceiver: '接收者',
|
||
thDate: '日期',
|
||
thAmount: '金额',
|
||
thFee: '手续费',
|
||
thRemark: '备注',
|
||
tableNone: '暂无数据',
|
||
},
|
||
network: {
|
||
tableHeader: '当前邻居',
|
||
searchHolder: '请输入该输入的',
|
||
thIndex: '序号',
|
||
thAddress: '连接地址',
|
||
thStatus: '连接状态',
|
||
thNeighbour: '邻居主人的账户地址',
|
||
tableNone: '暂无数据',
|
||
},
|
||
chain: {
|
||
tableHeader: 'Block List',
|
||
searchHolder: '请输入该输入的',
|
||
thHeight: 'Height',
|
||
thTimestamp: 'Timestamp',
|
||
thType: 'Type',
|
||
thHash: 'Hash',
|
||
tableNone: '暂无数据',
|
||
},
|
||
}
|