This commit is contained in:
saplf
2018-09-29 21:33:23 +08:00
parent 0a2c4e30de
commit be7755c0f3
40 changed files with 936 additions and 73 deletions

15
src/i18n/zh-CN.js Normal file
View File

@@ -0,0 +1,15 @@
export default {
login: {
title: 'TIC Node 节点控制台',
inputLabel: '请输入密语例如Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, molestias, quisquam?',
loginBtn: '登录',
errorMnemonic: '输入的密语无效',
},
home: {
titleOwner: '个人中心',
titleChain: '区块/交易',
titleNode: '当前节点',
titleNetwork: '网络链接',
titleMarket: '应用商城',
},
}