"unlockTokenCont":"Please unlock token to continue.",
"unlockTokenCont":"Please unlock token to continue.",
"transactionDetails":"Transaction Details",
"transactionDetails":"Transaction Details",
"hideDetails":"Hide Details",
"youAreSelling":"You are selling",
"youAreSelling":"You are selling",
"orTransFail":"or the transaction will fail.",
"orTransFail":"or the transaction will fail.",
"youWillReceive":"You will receive at least",
"youWillReceive":"You will receive at least",
...
@@ -52,6 +53,8 @@
...
@@ -52,6 +53,8 @@
"youWillMint":"You will mint",
"youWillMint":"You will mint",
"liquidityTokens":"liquidity tokens.",
"liquidityTokens":"liquidity tokens.",
"totalSupplyIs":"Current total supply of liquidity tokens is",
"totalSupplyIs":"Current total supply of liquidity tokens is",
"youAreSettingExRate":"You are setting the initial exchange rate to",
"totalSupplyIs0":"Current total supply of liquidity tokens is 0.",
"tokenWorth":"At current exchange rate, each pool token is worth",
"tokenWorth":"At current exchange rate, each pool token is worth",
"firstLiquidity":"You are the first person to add liquidity!",
"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.",
"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.",
<divclassName="pool__summary-item">Youaresettingtheinitialexchangerateto{b(`1 ETH = ${BN(outputValue).dividedBy(inputValue).toFixed(4)}${label}`)}.</div>
<divclassName="pool__summary-item">{t("youAreSettingExRate")}{b(`1 ETH = ${BN(outputValue).dividedBy(inputValue).toFixed(4)}${label}`)}.</div>