aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-12-13 00:13:53 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-13 00:35:25 +0800
commit3cca6fc8862673eb96a04586c5d31438f875431a (patch)
tree3047d073fbdc149c40b0615b1f2d81d0dfaa4f03 /app/_locales
parent7c60414075877b79b3b98be82cdb6eda5df10329 (diff)
downloadtangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.gz
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.bz2
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.lz
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.xz
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.zst
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.zip
Add missing translation to the gas customization component.
Diffstat (limited to 'app/_locales')
-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"
}
}