This commit is contained in:
saplf
2018-10-15 00:41:25 +08:00
parent be7755c0f3
commit 19eacdc5a0
14 changed files with 594 additions and 19 deletions

View File

@@ -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: '暂无数据',
},
}