You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.8 KiB
62 lines
1.8 KiB
// en.js
|
|
export default {
|
|
index: {
|
|
// tongyong
|
|
Confirm:'Confirm',
|
|
Successful:'Successful',
|
|
Cancel:'Cancel',
|
|
|
|
langSelect:'Select',
|
|
fingerPass:'Fingerprint password',
|
|
lans:'Language settings',
|
|
curr:'Currency',
|
|
nodes:'Node settings',
|
|
// profile
|
|
protit:'Profile',
|
|
apps:'App settings',
|
|
magew:'Manage Wallet',
|
|
addBook:'Address Book',
|
|
Settings:'Settings',
|
|
helpcen:'Help Center',
|
|
aboutus:'About Us',
|
|
Hardware:'Hardware',
|
|
math:'Matching hardware',
|
|
// wallet
|
|
Wallet:'Wallet',
|
|
assets:'Assets',
|
|
cwallet:'Choose a wallet',
|
|
manage:'Manage',
|
|
mwallet:'Manage wallet',
|
|
addwallet:'Add to',
|
|
// add
|
|
crewalllet:'Create a wallet',
|
|
mneimport:'Mnemonic import',
|
|
privakeyimport:'Private key import',
|
|
// back/index
|
|
backupMneTit:'Backup mnemonics',
|
|
BackupTips:'Backup Tips',
|
|
Axioms:'Axioms are the only way to control assets.',
|
|
retrieve:'You cannot retrieve a lost mnemonic, so be sure to back it up!',
|
|
disclose:'Do not disclose your mnemonic to anyone.',
|
|
startBack:'Start backup',
|
|
// backup2
|
|
pcopy:'Please copy the helper words in',
|
|
pcopy2:'the correct order',
|
|
booster:'The booster words will be used for wallet asset recovery, please copy the booster words in the correct order and keep them in a safe place and do not disclose them to others',
|
|
copied:'I have copied it',
|
|
// backup3
|
|
conMne:'Confirm your wallet mnemonic',
|
|
boosterword:'Please click on the booster words in order to ensure that your backup booster words are correct',
|
|
backCom:'Backup mnemonic completed!',
|
|
seed:'Invalid Seed',
|
|
wrongWord:'You entered the wrong booster words,',
|
|
wrongWord2:'please try again.',
|
|
// transPaw
|
|
transPaw:'Transaction password',
|
|
settransPaw:'Set transaction password',
|
|
transPawAgain:'Please enter again',
|
|
Securetransaction:'Secure transaction passwords,',
|
|
Securetransaction2:'please do not disclose',
|
|
Passworddiscrepansies:'Password discrepansies',
|
|
}
|
|
}
|
|
|