aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-12-13 01:08:11 +0800
committerGitHub <noreply@github.com>2018-12-13 01:08:11 +0800
commit970bdebb863388b862c51ff46fb7b83875080746 (patch)
treef0531c748a4717e689d0b5e5c2207a2b77803ec7 /app
parentea5eb855e874edfad1824febe8a2180d694b5a99 (diff)
parent66f7102c060f89d08e5997de4c318267e9b1357c (diff)
downloadtangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.gz
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.bz2
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.lz
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.xz
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.zst
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.zip
Merge pull request #5919 from MetaMask/gas-customization-fixes
Fix some styling and translations in the gas customization modal
Diffstat (limited to 'app')
-rw-r--r--app/_locales/en/messages.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 400633c8c..ed757ca18 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -44,6 +44,9 @@
"accept": {
"message": "Accept"
},
+ "acceleratingATransaction": {
+ "message": "* Accelerating a transaction by using a higher gas price increases its chances of getting processed by the network faster, but it is not always guaranteed."
+ },
"accessingYourCamera": {
"message": "Accessing your camera..."
},
@@ -212,6 +215,9 @@
"confirm": {
"message": "Confirm"
},
+ "confirmationTime": {
+ "message": "Confirmation time (sec)"
+ },
"confirmed": {
"message": "Confirmed"
},
@@ -436,6 +442,9 @@
"etherscanView": {
"message": "View account on Etherscan"
},
+ "estimatedProcessingTimes": {
+ "message": "Estimated Processing Times"
+ },
"exchangeRate": {
"message": "Exchange Rate"
},
@@ -454,6 +463,9 @@
"fast": {
"message": "Fast"
},
+ "faster": {
+ "message": "Faster"
+ },
"fastest": {
"message": "Fastest"
},
@@ -514,6 +526,9 @@
"gasPrice": {
"message": "Gas Price (GWEI)"
},
+ "gasPriceExtremelyLow": {
+ "message": "Gas Price Extremely Low"
+ },
"gasPriceNoDenom": {
"message": "Gas Price"
},
@@ -615,6 +630,9 @@
"initialTransactionConfirmed": {
"message": "Your initial transaction was confirmed by the network. Click OK to go back."
},
+ "insufficientBalance": {
+ "message": "Insufficient balance."
+ },
"insufficientFunds": {
"message": "Insufficient funds."
},
@@ -680,6 +698,9 @@
"limit": {
"message": "Limit"
},
+ "liveGasPricePredictions": {
+ "message": "Live Gas Price Predictions"
+ },
"loading": {
"message": "Loading..."
},
@@ -1044,6 +1065,9 @@
"slow": {
"message": "Slow"
},
+ "slower": {
+ "message": "Slower"
+ },
"saveAsCsvFile": {
"message": "Save as CSV File"
},
@@ -1123,6 +1147,9 @@
"selectAnAccountHelp": {
"message": "Select the account to view in MetaMask"
},
+ "selectAHigherGasFee": {
+ "message": "Select a higher gas fee to accelerate the processing of your transaction.*"
+ },
"selectHdPath": {
"message": "Select HD Path"
},
@@ -1452,5 +1479,8 @@
},
"yourPrivateSeedPhrase": {
"message": "Your private seed phrase"
+ },
+ "zeroGasPriceOnSpeedUpError": {
+ "message":"Zero gas price on speed up"
}
}