"message":"Coinbase is the world’s most popular way to buy and sell bitcoin, ethereum, and litecoin."
},
"ok":{
"message":"Ok"
},
"cancel":{
"message":"Cancel"
},
@ -95,6 +101,9 @@
"confirm":{
"message":"Confirm"
},
"confirmed":{
"message":"Confirmed"
},
"confirmContract":{
"message":"Confirm Contract"
},
@ -226,6 +235,9 @@
"downloadStatelogs":{
"message":"Download State Logs"
},
"dropped":{
"message":"Dropped"
},
"edit":{
"message":"Edit"
},
@ -244,6 +256,12 @@
"enterPasswordConfirm":{
"message":"Enter your password to confirm"
},
"passwordNotLongEnough":{
"message":"Password not long enough"
},
"passwordsDontMatch":{
"message":"Passwords Don't Match"
},
"etherscanView":{
"message":"View account on Etherscan"
},
@ -403,6 +421,9 @@
"knowledgeDataBase":{
"message":"Visit our Knowledge Base"
},
"max":{
"message":"Max"
},
"lessThanMax":{
"message":"must be less than or equal to $1.",
"description":"helper for inputting hex as decimal input"
@ -410,6 +431,9 @@
"likeToAddTokens":{
"message":"Would you like to add these tokens?"
},
"links":{
"message":"Links"
},
"limit":{
"message":"Limit"
},
@ -583,12 +607,18 @@
"restoreFromSeed":{
"message":"Restore from seed phrase"
},
"restoreVault":{
"message":"Restore Vault"
},
"required":{
"message":"Required"
},
"retryWithMoreGas":{
"message":"Retry with a higher gas price here"
},
"walletSeed":{
"message":"Wallet Seed"
},
"revealSeedWords":{
"message":"Reveal Seed Words"
},
@ -604,6 +634,24 @@
"ropsten":{
"message":"Ropsten Test Network"
},
"currentRpc":{
"message":"Current RPC"
},
"connectingToMainnet":{
"message":"Connecting to Main Ethereum Network"
},
"connectingToRopsten":{
"message":"Connecting to Ropsten Test Network"
},
"connectingToKovan":{
"message":"Connecting to Kovan Test Network"
},
"connectingToRinkeby":{
"message":"Connecting to Rinkeby Test Network"
},
"connectingToUnknown":{
"message":"Connecting to Unknown Network"
},
"sampleAccountName":{
"message":"E.g. My new account",
"description":"Help user understand concept of adding a human-readable name to their account"
@ -624,6 +672,9 @@
"secretPhrase":{
"message":"Enter your secret twelve word phrase here to restore your vault."
},
"newPassword8Chars":{
"message":"New Password (min 8 chars)"
},
"seedPhraseReq":{
"message":"seed phrases are 12 words long"
},
@ -648,12 +699,18 @@
"sendTokens":{
"message":"Send Tokens"
},
"onlySendToEtherAddress":{
"message":"Only send ETH to an Ethereum address."
},
"sendTokensAnywhere":{
"message":"Send Tokens to anyone with an Ethereum account"
},
"settings":{
"message":"Settings"
},
"info":{
"message":"Info"
},
"shapeshiftBuy":{
"message":"Buy with Shapeshift"
},
@ -666,6 +723,9 @@
"sign":{
"message":"Sign"
},
"signed":{
"message":"Signed"
},
"signMessage":{
"message":"Sign Message"
},
@ -690,9 +750,15 @@
"stateLogsDescription":{
"message":"State logs contain your public account addresses and sent transactions."
},
"stateLogError":{
"message":"Error in retrieving state logs."
},
"submit":{
"message":"Submit"
},
"submitted":{
"message":"Submitted"
},
"supportCenter":{
"message":"Visit our Support Center"
},
@ -709,7 +775,7 @@
"message":"Test Faucet"
},
"to":{
"message":"To"
"message":"To: "
},
"toETHviaShapeShift":{
"message":"$1 to ETH via ShapeShift",
@ -764,6 +830,9 @@
"uiWelcomeMessage":{
"message":"You are now using the new Metamask UI. Take a look around, try out new features like sending tokens, and let us know if you have any issues."
@ -341,15 +342,15 @@ AddTokenScreen.prototype.render = function () {
h('div.add-token',[
h('div.add-token__wrapper',[
h('div.add-token__title-container',[
h('div.add-token__title','Add Token'),
h('div.add-token__description','Keep track of the tokens you’ve bought with your MetaMask account. If you bought tokens using a different account, those tokens will not appear here.'),
h('div.add-token__description','Search for tokens or select from our list of popular tokens.'),