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/en.js Normal file
View File

@@ -0,0 +1,15 @@
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',
},
}