Files
vic-team-vue/src/i18n/zh-CN.js
chaosBreaking 1baba5c882 fear:vreq
2019-10-18 23:23:49 +08:00

61 lines
1.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
login: {
title: 'VIC后台',
inputLabel: '请输入密语例如Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, molestias, quisquam?',
loginBtn: '登录',
secwordBtn: '新密语',
errorMnemonic: '输入的密语无效',
},
home: {
titleOwner: '账户信息',
titleNode: '用户操作',
titleNetwork: '提现申请',
titleChain: '实名申请',
titleToken: '通证',
titleMarket: '应用',
},
owner: {
tableHeader: '交易记录',
searchHolder: '请输入查询内容',
thId: '交易 ID',
thType: '类型',
thSender: '发送者',
thReceiver: '接收者',
thDate: '日期',
thAmount: '金额',
thFee: '手续费',
thRemark: '备注',
tableNone: '暂无数据',
},
network: {
tableHeader: '网络节点列表',
searchHolder: '查询节点主人地址或节点网址',
thIndex: '序号',
thAccessPoint: '连接网址',
thOwnerAddress: '邻居主人地址',
thStatus: '连接状态',
tableNone: '暂无数据',
},
chain: {
tableHeader: '区块链',
searchHolder: '查询',
thHeight: '区块高度',
thTimestamp: '时间戳',
thType: '区块类型',
thHash: '区块哈希',
tableNone: '暂无数据',
},
netnode: {
tableHeader: '打包区块列表',
searchHolder: '查询区块高度或区块哈希',
thHeight: '区块高度',
thType: '区块类型',
thHash: '区块哈希',
thTimestamp: '时间戳',
thWinner: '获胜者',
thPacker: '打包区块者',
thRewardPacker: '打包奖励',
tableNone: '暂无数据',
},
}