From 408a07ebd49aa11625866b6de13ce96e8a3722cd Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Sat, 29 May 2021 15:32:51 -0500 Subject: [PATCH] try extracting en-US.po only in the github workflow --- .github/workflows/crowdin.yaml | 12 + .gitignore | 1 + package.json | 3 +- src/hooks/useActiveLocale.ts | 2 +- src/locales/en-US.po | 1782 -------------------------------- 5 files changed, 15 insertions(+), 1785 deletions(-) delete mode 100644 src/locales/en-US.po diff --git a/.github/workflows/crowdin.yaml b/.github/workflows/crowdin.yaml index d85b637266..6fcd7839b3 100644 --- a/.github/workflows/crowdin.yaml +++ b/.github/workflows/crowdin.yaml @@ -17,6 +17,18 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Set up node + uses: actions/setup-node@v2 + with: + node-version: 14 + registry-url: https://registry.npmjs.org + + - name: Install dependencies + run: yarn install --frozen-lockfile + + - name: Extract translations + run: "yarn lingui extract --locale en-US" + - name: Synchronize uses: crowdin/github-action@1.1.0 with: diff --git a/.gitignore b/.gitignore index 2aa7cb94dd..0a2d4e1c88 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /src/locales/**/*.js /src/locales/**/*.ts /src/locales/**/*.json +/src/locales/**/en-US.po # dependencies /node_modules diff --git a/package.json b/package.json index e69e21daf0..f9f148790b 100644 --- a/package.json +++ b/package.json @@ -126,8 +126,7 @@ "compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types", "compile-external-abi-types": "typechain --target ethers-v5 --out-dir src/abis/types './src/abis/**/*.json'", "compile-v3-contract-types": "typechain --target ethers-v5 --out-dir src/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'", - "build": "yarn compile-contract-types yarn i18n:extract && yarn i18n:compile && react-scripts build", - "i18n:extract": "lingui extract --locale en-US --overwrite", + "build": "yarn compile-contract-types && yarn i18n:compile && react-scripts build", "i18n:compile": "lingui compile", "integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'", "postinstall": "yarn compile-contract-types", diff --git a/src/hooks/useActiveLocale.ts b/src/hooks/useActiveLocale.ts index 9824a13a42..731828980e 100644 --- a/src/hooks/useActiveLocale.ts +++ b/src/hooks/useActiveLocale.ts @@ -10,7 +10,7 @@ import useParsedQueryString from './useParsedQueryString' function parseLocale(maybeSupportedLocale: string): SupportedLocale | undefined { const lowerMaybeSupportedLocale = maybeSupportedLocale.toLowerCase() return SUPPORTED_LOCALES.find( - (locale) => locale.toLowerCase() === lowerMaybeSupportedLocale || locale.slice(0, 2) === lowerMaybeSupportedLocale + (locale) => locale.toLowerCase() === lowerMaybeSupportedLocale || locale.split('-')[0] === lowerMaybeSupportedLocale ) } diff --git a/src/locales/en-US.po b/src/locales/en-US.po deleted file mode 100644 index 5c3b56dc12..0000000000 --- a/src/locales/en-US.po +++ /dev/null @@ -1,1782 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2021-05-28 16:46-0700\n" -"Mime-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: en\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2021-05-29 04:07\n" -"Last-Translator: \n" -"Language-Team: English\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: en\n" -"X-Crowdin-File: en.po\n" -"X-Crowdin-File-ID: 2\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "" - -#: src/components/earn/PoolCard.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "" - -#: src/components/earn/PoolCard.tsx -msgid "${0} ETH" -msgstr "" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "(Max)" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "(claim)" -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "(clear all)" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "(edit)" -msgstr "" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "+{feeAmountFormatted}%" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "- Remove send" -msgstr "" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "-{feeAmountFormatted}%" -msgstr "" - -#: src/components/earn/PoolCard.tsx -#: src/components/earn/PoolCard.tsx -#: src/pages/Earn/Manage.tsx -#: src/pages/Earn/Manage.tsx -msgid "0 UNI / week" -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "0.05% fee" -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "0.3% fee" -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "1% fee" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "" - -#: src/pages/Vote/index.tsx -#: src/pages/Vote/index.tsx -msgid "<0/> Votes" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "<0>Back toV3" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>For<1>{0}" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "<0>Tip: Removing pool tokens converts your position back into underlying tokens at the current rate, proportional to your share of the pool. Accrued fees are included in the amounts you receive." -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find pairs that don't automatically appear in the interface." -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "<0>Tip: When you add liquidity, you will receive pool tokens representing your position. These tokens automatically earn fees proportional to your share of the pool, and can be redeemed at any time." -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "" - -#: src/components/claim/ClaimModal.tsx -msgid "<0>🎉 Welcome to team Unicorn :) <1>🎉" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "A minimum threshold of 1% of the total UNI supply is required to submit proposals" -msgstr "" - -#: src/components/Menu/index.tsx -msgid "About" -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Accept" -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "Account" -msgstr "" - -#: src/components/SearchModal/ImportRow.tsx -msgid "Active" -msgstr "" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "" - -#: src/components/NavigationTabs/index.tsx -msgid "Add Liquidity" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0} to Metamask <0/>" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Add {0} {1} and {2} {3}" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Add {0}-{1} liquidity" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "" - -#: src/components/SearchModal/CurrencyList.tsx -msgid "Added by user" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Allow high price impact trades and skip the confirm screen. Use at your own risk." -msgstr "Allow high price impact trades and skip the confirm screen. Use at your own risk." - -#: src/pages/Swap/index.tsx -msgid "Allow the Uniswap Protocol to use your {0}" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "" - -#: src/components/Header/URLWarning.tsx -msgid "Always make sure the URL is<0>app.uniswap.org - bookmark it to be safe." -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "" - -#: src/components/Menu/index.tsx -msgid "Analytics" -msgstr "" - -#: src/components/earn/StakingModal.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Are you sure?" -msgstr "" - -#: src/components/claim/ClaimModal.tsx -msgid "As a member of the Uniswap community you may claim UNI to be used for voting and governance.<0/><1/><2>Read more about UNI" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "At least {0} {1} and {2} {3} will be refunded to your wallet due to selected price range." -msgstr "" - -#: src/components/TransactionSettings/index.tsx -msgid "Auto" -msgstr "Auto" - -#: src/components/earn/StakingModal.tsx -msgid "Available to deposit:" -msgstr "" - -#: src/components/WalletModal/index.tsx -msgid "Back" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Balance:" -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "Best for exotic pairs." -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "Best for most pairs." -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "Best for stable pairs." -msgstr "" - -#: src/components/Blocklist/index.tsx -msgid "Blocked address" -msgstr "" - -#: src/components/PositionCard/index.tsx -msgid "By adding liquidity you'll earn 0.3% of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity." -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -msgid "By adding this list you are implicitly trusting that the data is correct. Anyone can create a list, including creating fake versions of existing lists and lists that claim to represent projects that do not have one." -msgstr "" - -#: src/components/WalletModal/index.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs’ <0>Terms of Service and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer." -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "Change" -msgstr "" - -#: src/components/Header/index.tsx -msgid "Charts <0>↗" -msgstr "" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/ClaimRewardModal.tsx -#: src/pages/Earn/Manage.tsx -msgid "Claim" -msgstr "" - -#: src/components/Header/index.tsx -#: src/components/Menu/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -msgid "Claim UNI" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/ClaimRewardModal.tsx -msgid "Claim accumulated UNI rewards" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Claimed UNI!" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "" - -#: src/components/Header/index.tsx -msgid "Claiming UNI" -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Claiming {0} UNI" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "" - -#: src/components/SearchModal/ManageTokens.tsx -msgid "Clear all" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "" - -#: src/components/Menu/index.tsx -msgid "Code" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as WETH" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "" - -#: src/components/SearchModal/CommonBases.tsx -msgid "Common bases" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -msgid "Connect Wallet" -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "" - -#: src/components/WalletModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Connect to a wallet" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Connect wallet" -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "Connected with {name}" -msgstr "" - -#: src/components/AccountDetails/Copy.tsx -msgid "Copied" -msgstr "" - -#: src/components/AccountDetails/index.tsx -#: src/components/AccountDetails/index.tsx -msgid "Copy Address" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Create a pool" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "" - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Delegated to:" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "" - -#: src/components/earn/PoolCard.tsx -#: src/components/earn/StakingModal.tsx -#: src/components/earn/StakingModal.tsx -#: src/pages/Earn/Manage.tsx -msgid "Deposit" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Deposit UNI-V2 LP Tokens" -msgstr "" - -#: src/components/earn/StakingModal.tsx -msgid "Deposit liquidity" -msgstr "" - -#: src/pages/Earn/index.tsx -msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token." -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -msgid "Deposited liquidity:" -msgstr "" - -#: src/components/earn/StakingModal.tsx -msgid "Deposited {0} UNI-V2" -msgstr "" - -#: src/components/earn/StakingModal.tsx -msgid "Depositing Liquidity" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Disable Multihops" -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "Disconnect" -msgstr "" - -#: src/components/Menu/index.tsx -msgid "Discord" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Dismiss" -msgstr "" - -#: src/components/Menu/index.tsx -msgid "Docs" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "" - -#: src/components/TransactionSettings/index.tsx -msgid "Enter a valid slippage percentage" -msgstr "Enter a valid slippage percentage" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Enter an address to trigger a UNI claim. If the address has any claimable UNI it will be sent to them on submission." -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Enter an amount" -msgstr "" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Enter valid list location" -msgstr "" - -#: src/components/SearchModal/ManageTokens.tsx -msgid "Enter valid token address" -msgstr "" - -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "" - -#: src/components/WalletModal/PendingView.tsx -#: src/components/WalletModal/index.tsx -msgid "Error connecting" -msgstr "" - -#: src/components/WalletModal/index.tsx -msgid "Error connecting. Try refreshing the page." -msgstr "" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Error importing list" -msgstr "" - -#: src/components/SearchModal/CurrencyList.tsx -msgid "Expanded results from inactive Token Lists" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds." -msgstr "" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore popular pools on Uniswap Analytics." -msgstr "" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "For each pool shown below, click migrate to remove your liquidity from Uniswap V2 and deposit it into Uniswap V3." -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Hide closed positions" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "High Price Impact" -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -msgid "I understand" -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -msgid "If you purchase a token from this list, you may not be able to sell it back." -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -#: src/components/SearchModal/ImportRow.tsx -#: src/components/SearchModal/ManageLists.tsx -msgid "Import" -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -msgid "Import List" -msgstr "" - -#: src/components/NavigationTabs/index.tsx -msgid "Import Pool" -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -msgid "Import at your own risk" -msgstr "" - -#: src/components/Badge/RangeBadge.tsx -msgid "In range" -msgstr "" - -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Inactive" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "" - -#: src/components/WalletModal/PendingView.tsx -msgid "Initializing..." -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "" - -#: src/components/WalletModal/index.tsx -msgid "Install Metamask" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade. Try enabling multi-hop trades." -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Interface Settings" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Invalid range selected. The min price must be lower than the max price." -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "" - -#: src/components/claim/ClaimModal.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity." -msgstr "" - -#: src/components/SearchModal/Manage.tsx -msgid "Lists" -msgstr "" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Loaded" -msgstr "" - -#: src/components/PositionCard/Sushi.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -#: src/pages/Pool/v2.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/Swap/index.tsx -msgid "Loading" -msgstr "" - -#: src/components/Header/URLWarning.tsx -msgid "Make sure the URL is<0>app.uniswap.org" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -#: src/components/SearchModal/Manage.tsx -#: src/components/earn/PoolCard.tsx -msgid "Manage" -msgstr "" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Manage Token Lists" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "" - -#: src/components/PositionPreview/index.tsx -msgid "Max Price" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "" - -#: src/components/PositionCard/Sushi.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/Pool/index.tsx -msgid "Migrate" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Migrate Liquidity" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Migrate V2 liquidity" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "" - -#: src/components/PositionPreview/index.tsx -msgid "Min Price" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "" - -#: src/pages/Earn/index.tsx -#: src/pages/Earn/index.tsx -msgid "No active pools" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "No proposals found." -msgstr "" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "" - -#: src/components/Settings/index.tsx -msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING." -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Only UNI votes that were self delegated or delegated to another address before block {0} are eligible for voting." -msgstr "" - -#: src/components/Web3ReactManager/index.tsx -msgid "Oops! An unknown error occurred. Please refresh the page, or visit from another browser or device." -msgstr "" - -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Output is estimated. If the price changes by more than {0}% your transaction will revert." -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output will be sent to <0>{0}" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "" - -#: src/pages/Earn/index.tsx -msgid "Participating pools" -msgstr "" - -#: src/components/WalletModal/index.tsx -msgid "Please connect to the appropriate Ethereum network." -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Please type the word \"{confirmWord}\" to enable expert mode." -msgstr "Please type the word \"{confirmWord}\" to enable expert mode." - -#: src/components/Header/index.tsx -#: src/components/NavigationTabs/index.tsx -msgid "Pool" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Pool Rate" -msgstr "" - -#: src/components/earn/PoolCard.tsx -msgid "Pool rate" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Pooled {0}:" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Pools Overview" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Price Updated" -msgstr "" - -#: src/components/PositionList/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Proposals" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "" - -#: src/pages/Earn/index.tsx -msgid "Read more about UNI" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Read more about Uniswap governance" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "Recent Transactions" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Remove list" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove {0} {1} and {2} {3}" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove {0}/{1} V3 liquidity" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Restricts swaps to direct pairs only." -msgstr "Restricts swaps to direct pairs only." - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Return" -msgstr "" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "Select Pool" -msgstr "" - -#: src/components/FeeSelector/index.tsx -msgid "Select a pool type based on your preferred liquidity provider fee." -msgstr "" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -msgid "Select a token" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your liquidity." -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select pair" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Self" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "" - -#: src/components/AccountDetails/index.tsx -msgid "Show Portis" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "" - -#: src/components/TransactionSettings/index.tsx -msgid "Slippage tolerance" -msgstr "Slippage tolerance" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons." -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Step 1. Get UNI-V2 Liquidity tokens" -msgstr "" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "" - -#: src/components/Header/index.tsx -#: src/components/NavigationTabs/index.tsx -#: src/components/swap/SwapHeader.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "" - -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "" - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is outside of your selected range. Your position is not currently earning fees." -msgstr "" - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "" - -#: src/components/SearchModal/CommonBases.tsx -msgid "These tokens are commonly paired with other tokens." -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the" -msgstr "" - -#: src/components/SearchModal/ManageTokens.tsx -msgid "Tip: Custom tokens are stored locally in your browser" -msgstr "" - -#: src/components/swap/SwapModalHeader.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Toggle Expert Mode" -msgstr "" - -#: src/components/SearchModal/Manage.tsx -msgid "Tokens" -msgstr "" - -#: src/components/SearchModal/CurrencyList.tsx -msgid "Tokens from inactive lists. Import specific tokens below or click 'Manage' to activate more lists." -msgstr "" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Total Supply" -msgstr "" - -#: src/components/earn/PoolCard.tsx -msgid "Total deposited" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Total deposits" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Transaction Settings" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/StakingModal.tsx -#: src/components/earn/UnstakingModal.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "" - -#: src/components/TransactionSettings/index.tsx -msgid "Transaction deadline" -msgstr "Transaction deadline" - -#: src/components/WalletModal/PendingView.tsx -msgid "Try Again" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "Turn On Expert Mode" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "UNI in circulation:" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "UNI price:" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party." -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "UNI-V2 LP tokens are required. Once you've added liquidity to the {0}-{1} pool you can stake your liquidity tokens on this page." -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "UNI-V2 {0}-{1}" -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Unclaimed UNI" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Unclaimed:" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Uniswap Governance" -msgstr "" - -#: src/pages/Pool/CTACards.tsx -msgid "Uniswap V3 is here!" -msgstr "" - -#: src/pages/Earn/index.tsx -msgid "Uniswap liquidity mining" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -#: src/pages/Vote/index.tsx -msgid "Unlock Votes" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Unlock Voting" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "" - -#: src/pages/Vote/index.tsx -msgid "Update Delegation" -msgstr "" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Update list" -msgstr "" - -#: src/components/claim/ClaimModal.tsx -msgid "User" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "V3" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "View UNI Analytics" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "View V2 Liquidity" -msgstr "" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "" - -#: src/components/SearchModal/ManageLists.tsx -msgid "View list" -msgstr "" - -#: src/components/AccountDetails/index.tsx -#: src/components/AccountDetails/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Etherscan" -msgstr "" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Etherscan" -msgstr "" - -#: src/components/Header/index.tsx -msgid "Vote" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting For Confirmation" -msgstr "" - -#: src/components/earn/StakingModal.tsx -msgid "Weekly Rewards" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "" - -#: src/components/earn/ClaimRewardModal.tsx -msgid "When you claim without withdrawing your liquidity remains in the mining pool." -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "When you withdraw, the contract will automagically claim UNI on your behalf!" -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -msgid "When you withdraw, your UNI is claimed and your liquidity is removed from the mining pool." -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -#: src/pages/Earn/Manage.tsx -msgid "Withdraw" -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -msgid "Withdraw & Claim" -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Withdraw deposited liquidity" -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -msgid "Withdrawing {0} UNI-V2" -msgstr "" - -#: src/components/earn/UnstakingModal.tsx -msgid "Withdrew UNI-V2!" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "" - -#: src/components/WalletModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Wrong Network" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You are the first liquidity provider for this Uniswap V3 pool. Your liquidity will migrate at the current {0} price." -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "You can now trade {0}" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "You must give the Uniswap smart contracts permission to use your {0}. You only have to do this once per token." -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You should only deposit liquidity into Uniswap V3 at a price you believe is correct. <0/>If the price seems incorrect, you can either make a swap to move the price or wait for someone else to do so." -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Your UNI Breakdown" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Your V3 liquidity positions will appear here." -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Your liquidity deposits" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your position will not earn fees or be used in trades until the market price moves into your range." -msgstr "" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "" - -#: src/components/earn/PoolCard.tsx -msgid "Your rate" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "" - -#: src/components/TransactionSettings/index.tsx -msgid "Your transaction may be frontrun" -msgstr "Your transaction may be frontrun" - -#: src/components/TransactionSettings/index.tsx -msgid "Your transaction may fail" -msgstr "Your transaction may fail" - -#: src/components/TransactionSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Your transaction will revert if it is pending for more than this period of time." - -#: src/components/TransactionSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Your transaction will revert if the price changes unfavorably by more than this percentage." - -#: src/components/AccountDetails/index.tsx -msgid "Your transactions will appear here..." -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "Your unclaimed UNI" -msgstr "" - -#: src/components/Settings/index.tsx -msgid "confirm" -msgstr "confirm" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "" - -#: src/components/Web3Status/index.tsx -msgid "has socks emoji" -msgstr "" - -#: src/components/TransactionSettings/index.tsx -msgid "minutes" -msgstr "minutes" - -#: src/components/SearchModal/ImportRow.tsx -msgid "via {0}" -msgstr "" - -#: src/components/PositionCard/index.tsx -#: src/pages/Vote/VotePage.tsx -#: src/pages/Vote/VotePage.tsx -msgid "{0} %" -msgstr "" - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "{0} <0/> per <1/>" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "" - -#: src/components/Header/index.tsx -msgid "{0} ETH" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -#: src/components/claim/ClaimModal.tsx -msgid "{0} UNI" -msgstr "" - -#: src/components/earn/PoolCard.tsx -#: src/components/earn/PoolCard.tsx -#: src/components/earn/StakingModal.tsx -#: src/pages/Earn/Manage.tsx -#: src/pages/Earn/Manage.tsx -msgid "{0} UNI / week" -msgstr "" - -#: src/components/earn/StakingModal.tsx -msgid "{0} UNI-V2" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "{0} UNI-V2 LP tokens available" -msgstr "" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "" - -#: src/components/SearchModal/ImportList.tsx -#: src/components/SearchModal/ManageLists.tsx -msgid "{0} tokens" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/PositionListItem/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0}%" -msgstr "" - -#: src/pages/Earn/Manage.tsx -msgid "{0}-{1} Liquidity Mining" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "" - -#: src/components/claim/ClaimModal.tsx -msgid "{SOCKS_AMOUNT} UNI" -msgstr "" - -#: src/components/claim/ClaimModal.tsx -msgid "{USER_AMOUNT} UNI" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -msgid "~$ <0/>" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools Overview" -msgstr ""