2018-12-29 08:36:49 +03:00
{
"noWallet" : "No Ethereum wallet found" ,
"wrongNetwork" : "You are on the wrong network" ,
"switchNetwork" : "Please switch to {{ correctNetwork }}" ,
"installWeb3MobileBrowser" : "Please visit us from a web3-enabled mobile browser such as Trust Wallet or Coinbase Wallet." ,
"installMetamask" : "Please visit us after installing Metamask on Chrome or Brave." ,
"disconnected" : "Disconnected" ,
"swap" : "Swap" ,
2019-05-30 23:42:25 +03:00
"swapAnyway" : "Swap Anyway" ,
2018-12-29 08:36:49 +03:00
"send" : "Send" ,
2019-05-30 23:42:25 +03:00
"sendAnyway" : "Send Anyway" ,
2020-04-16 03:56:59 +03:00
"pool" : "Pool" ,
2018-12-29 08:36:49 +03:00
"betaWarning" : "This project is in beta. Use at your own risk." ,
"input" : "Input" ,
"output" : "Output" ,
"estimated" : "estimated" ,
"balance" : "Balance: {{ balanceInput }}" ,
"unlock" : "Unlock" ,
"pending" : "Pending" ,
"selectToken" : "Select a token" ,
2019-08-13 03:37:32 +03:00
"searchOrPaste" : "Search Token Name, Symbol, or Address" ,
"searchOrPasteMobile" : "Name, Symbol, or Address" ,
2018-12-29 08:36:49 +03:00
"noExchange" : "No Exchange Found" ,
2020-03-24 23:46:56 +03:00
"noToken" : "No Token Found" ,
2018-12-29 08:36:49 +03:00
"exchangeRate" : "Exchange Rate" ,
2019-05-30 23:42:25 +03:00
"unknownError" : "Oops! An unknown error occurred. Please refresh the page, or visit from another browser or device." ,
2018-12-29 08:36:49 +03:00
"enterValueCont" : "Enter a {{ missingCurrencyValue }} value to continue." ,
"selectTokenCont" : "Select a token to continue." ,
"noLiquidity" : "No liquidity." ,
2019-05-03 23:37:59 +03:00
"insufficientLiquidity" : "Insufficient liquidity." ,
2018-12-29 08:36:49 +03:00
"unlockTokenCont" : "Please unlock token to continue." ,
2019-07-29 22:14:53 +03:00
"transactionDetails" : "Advanced Details" ,
2019-01-22 10:55:02 +03:00
"hideDetails" : "Hide Details" ,
2019-05-16 20:21:14 +03:00
"slippageWarning" : "Slippage Warning" ,
2019-05-30 23:42:25 +03:00
"highSlippageWarning" : "High Slippage Warning" ,
2018-12-29 08:36:49 +03:00
"youAreSelling" : "You are selling" ,
"orTransFail" : "or the transaction will fail." ,
"youWillReceive" : "You will receive at least" ,
"youAreBuying" : "You are buying" ,
"itWillCost" : "It will cost at most" ,
2019-08-13 03:37:32 +03:00
"forAtMost" : "for at most" ,
2018-12-29 08:36:49 +03:00
"insufficientBalance" : "Insufficient Balance" ,
"inputNotValid" : "Not a valid input value" ,
"differentToken" : "Must be different token." ,
"noRecipient" : "Enter a wallet address to send to." ,
"invalidRecipient" : "Please enter a valid wallet address recipient." ,
"recipientAddress" : "Recipient Address" ,
"youAreSending" : "You are sending" ,
"willReceive" : "will receive at least" ,
"to" : "to" ,
"addLiquidity" : "Add Liquidity" ,
"deposit" : "Deposit" ,
"currentPoolSize" : "Current Pool Size" ,
"yourPoolShare" : "Your Pool Share" ,
"noZero" : "Amount cannot be zero." ,
"mustBeETH" : "One of the input must be ETH." ,
"enterCurrencyOrLabelCont" : "Enter a {{ inputCurrency }} or {{ label }} value to continue." ,
2019-05-08 05:25:55 +03:00
"youAreAdding" : "You are adding" ,
2018-12-29 08:36:49 +03:00
"and" : "and" ,
"intoPool" : "into the liquidity pool." ,
2019-01-27 05:23:21 +03:00
"outPool" : "from the liquidity pool." ,
2018-12-29 08:36:49 +03:00
"youWillMint" : "You will mint" ,
"liquidityTokens" : "liquidity tokens." ,
"totalSupplyIs" : "Current total supply of liquidity tokens is" ,
2019-01-22 10:55:02 +03:00
"youAreSettingExRate" : "You are setting the initial exchange rate to" ,
"totalSupplyIs0" : "Current total supply of liquidity tokens is 0." ,
2018-12-29 08:36:49 +03:00
"tokenWorth" : "At current exchange rate, each pool token is worth" ,
"firstLiquidity" : "You are the first person to add liquidity!" ,
"initialExchangeRate" : "The initial exchange rate will be set based on your deposits. Please make sure that your ETH and {{ label }} deposits have the same fiat value." ,
"removeLiquidity" : "Remove Liquidity" ,
"poolTokens" : "Pool Tokens" ,
"enterLabelCont" : "Enter a {{ label }} value to continue." ,
"youAreRemoving" : "You are removing between" ,
"youWillRemove" : "You will remove" ,
"createExchange" : "Create Exchange" ,
"invalidTokenAddress" : "Not a valid token address" ,
"exchangeExists" : "{{ label }} Exchange already exists!" ,
"invalidSymbol" : "Invalid symbol" ,
"invalidDecimals" : "Invalid decimals" ,
"tokenAddress" : "Token Address" ,
"label" : "Label" ,
2019-05-03 23:37:59 +03:00
"name" : "Name" ,
2019-04-25 19:12:47 +03:00
"symbol" : "Symbol" ,
2018-12-29 08:36:49 +03:00
"decimals" : "Decimals" ,
2019-05-03 23:37:59 +03:00
"enterTokenCont" : "Enter a token address to continue" ,
2019-07-27 01:11:35 +03:00
"priceChange" : "Expected price slippage" ,
2019-10-29 22:56:53 +03:00
"forAtLeast" : "for at least " ,
2020-04-16 03:56:59 +03:00
"brokenToken" : "The selected token is not compatible with Uniswap V1. Adding liquidity will result in locked funds." ,
"toleranceExplanation" : "Lowering this limit decreases your risk of frontrunning. However, this makes more likely that your transaction will fail due to normal price movements." ,
2020-05-06 03:40:59 +03:00
"tokenSearchPlaceholder" : "Search name or paste address"
2018-12-29 08:36:49 +03:00
}