Tables
This commit is contained in:
@@ -7,9 +7,40 @@ export default {
|
||||
},
|
||||
home: {
|
||||
titleOwner: '个人中心',
|
||||
titleChain: '区块/交易',
|
||||
titleChain: '链内数据',
|
||||
titleNode: '当前节点',
|
||||
titleNetwork: '网络链接',
|
||||
titleNetwork: '对等网络',
|
||||
titleMarket: '应用商城',
|
||||
},
|
||||
owner: {
|
||||
tableHeader: '我的交易',
|
||||
searchHolder: '请输入该输入的',
|
||||
thId: '交易 ID',
|
||||
thType: '类型',
|
||||
thSender: '发送者',
|
||||
thReceiver: '接收者',
|
||||
thDate: '日期',
|
||||
thAmount: '金额',
|
||||
thFee: '手续费',
|
||||
thRemark: '备注',
|
||||
tableNone: '暂无数据',
|
||||
},
|
||||
network: {
|
||||
tableHeader: '当前邻居',
|
||||
searchHolder: '请输入该输入的',
|
||||
thIndex: '序号',
|
||||
thAddress: '连接地址',
|
||||
thStatus: '连接状态',
|
||||
thNeighbour: '邻居主人的账户地址',
|
||||
tableNone: '暂无数据',
|
||||
},
|
||||
chain: {
|
||||
tableHeader: '区块列表',
|
||||
searchHolder: '请输入该输入的',
|
||||
thHeight: '区块高度',
|
||||
thTimestamp: '时间戳',
|
||||
thType: '区块类型',
|
||||
thId: '区块 ID',
|
||||
tableNone: '暂无数据',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user