Files
vic-team-vue/src/i18n/zh-CN.js

48 lines
1.3 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 节点控制台',
inputLabel: '请输入密语例如Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, molestias, quisquam?',
loginBtn: '登录',
secwordBtn: '新密语',
errorMnemonic: '输入的密语无效',
},
home: {
titleOwner: '个人',
titleChain: '区块',
titleNode: '节点',
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: '区块类型',
thHash: '区块哈希',
tableNone: '暂无数据',
},
}