Files
vic-team-vue/src/i18n/en.js
2018-11-13 15:55:27 +08:00

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