From d719942931bfeb5f1b99e5f35c613ade115758c3 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Fri, 28 May 2021 23:15:07 -0500 Subject: [PATCH] chore: en -> en-US --- .github/workflows/crowdin.yaml | 2 +- lingui.config.ts | 6 +- src/constants/locales.ts | 6 +- src/hooks/useActiveLocale.ts | 4 +- src/locales/en-US.po | 1 - src/locales/en.po | 1663 -------------------------------- 6 files changed, 10 insertions(+), 1672 deletions(-) delete mode 100644 src/locales/en.po diff --git a/.github/workflows/crowdin.yaml b/.github/workflows/crowdin.yaml index a5820ef4d0..7e274f8cfa 100644 --- a/.github/workflows/crowdin.yaml +++ b/.github/workflows/crowdin.yaml @@ -24,7 +24,7 @@ jobs: download_translations: true project_id: 458284 token: ${{ secrets.CROWDIN_PERSONAL_TOKEN_SECRET }} - source: 'src/locales/en.po' + source: 'src/locales/en-US.po' translation: 'src/locales/%locale%.po' pull_request_title: "chore(i18n): synchronize translations from Crowdin" env: diff --git a/lingui.config.ts b/lingui.config.ts index 45fe42d9f9..979387191f 100644 --- a/lingui.config.ts +++ b/lingui.config.ts @@ -7,15 +7,15 @@ export default { ], compileNamespace: 'cjs', fallbackLocales: { - default: 'en', + default: 'en-US', }, format: 'po', formatOptions: { lineNumbers: false, }, - locales: ['en'], + locales: ['en-US'], orderBy: 'messageId', rootDir: '.', runtimeConfigModule: ['@lingui/core', 'i18n'], - sourceLocale: 'en', + sourceLocale: 'en-US', } diff --git a/src/constants/locales.ts b/src/constants/locales.ts index cf40070560..9c2a8de897 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -1,8 +1,8 @@ -export const SUPPORTED_LOCALES = ['en'] as const +export const SUPPORTED_LOCALES = ['en-US'] as const export type SupportedLocale = typeof SUPPORTED_LOCALES[number] -export const DEFAULT_LOCALE: SupportedLocale = 'en' +export const DEFAULT_LOCALE: SupportedLocale = 'en-US' export const LOCALE_LABEL: { [locale in SupportedLocale]: string } = { - en: 'English', + 'en-US': 'English', } diff --git a/src/hooks/useActiveLocale.ts b/src/hooks/useActiveLocale.ts index 3b75a58db5..3210364788 100644 --- a/src/hooks/useActiveLocale.ts +++ b/src/hooks/useActiveLocale.ts @@ -6,7 +6,9 @@ import useParsedQueryString from './useParsedQueryString' /** * Mapping from locales without region (e.g. es) to the default region specific locale (e.g. es-US) */ -const MAPPED_DEFAULT_LOCALES: { [localeWithoutRegion: string]: SupportedLocale } = {} +const MAPPED_DEFAULT_LOCALES: { [localeWithoutRegion: string]: SupportedLocale } = { + en: 'en-US', +} /** * Given a locale string (e.g. from user agent), return the best match for corresponding SupportedLocale diff --git a/src/locales/en-US.po b/src/locales/en-US.po index f60cd56fa3..7bed0f7556 100644 --- a/src/locales/en-US.po +++ b/src/locales/en-US.po @@ -1666,4 +1666,3 @@ msgstr "" #: src/pages/Pool/PositionPage.tsx msgid "← Back to Pools Overview" msgstr "" - diff --git a/src/locales/en.po b/src/locales/en.po deleted file mode 100644 index 624c5b8c8c..0000000000 --- a/src/locales/en.po +++ /dev/null @@ -1,1663 +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: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \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 "${0}" - -#: src/components/earn/PoolCard.tsx -msgid "${0} ETH" -msgstr "${0} ETH" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "(Max)" -msgstr "(Max)" - -#: src/components/Header/UniBalanceContent.tsx -msgid "(claim)" -msgstr "(claim)" - -#: src/components/AccountDetails/index.tsx -msgid "(clear all)" -msgstr "(clear all)" - -#: src/pages/Vote/index.tsx -msgid "(edit)" -msgstr "(edit)" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "+{feeAmountFormatted}%" -msgstr "+{feeAmountFormatted}%" - -#: src/pages/Swap/index.tsx -msgid "- Remove send" -msgstr "- Remove send" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "-{feeAmountFormatted}%" -msgstr "-{feeAmountFormatted}%" - -#: 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 "0 UNI / week" - -#: src/components/FeeSelector/index.tsx -msgid "0.05% fee" -msgstr "0.05% fee" - -#: src/components/FeeSelector/index.tsx -msgid "0.3% fee" -msgstr "0.3% fee" - -#: src/components/FeeSelector/index.tsx -msgid "1% fee" -msgstr "1% fee" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> All Proposals" - -#: src/pages/Vote/index.tsx -#: src/pages/Vote/index.tsx -msgid "<0/> Votes" -msgstr "<0/> Votes" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Account analytics and accrued fees<1> ↗ " - -#: src/pages/Swap/index.tsx -msgid "<0>Back toV3" -msgstr "<0>Back toV3" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>For<1>{0}" -msgstr "<0>For<1>{0}" - -#: 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 "<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." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find pairs that don't automatically appear in the interface." -msgstr "<0>Tip: Use this tool to find pairs that don't automatically appear in the interface." - -#: 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 "<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." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Unlock voting to prepare for the next proposal." - -#: src/components/claim/ClaimModal.tsx -msgid "<0>🎉 Welcome to team Unicorn :) <1>🎉" -msgstr "<0>🎉 Welcome to team Unicorn :) <1>🎉" - -#: src/pages/Vote/index.tsx -msgid "A minimum threshold of 1% of the total UNI supply is required to submit proposals" -msgstr "A minimum threshold of 1% of the total UNI supply is required to submit proposals" - -#: src/components/Menu/index.tsx -msgid "About" -msgstr "About" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Accept" -msgstr "Accept" - -#: src/components/AccountDetails/index.tsx -msgid "Account" -msgstr "Account" - -#: src/components/SearchModal/ImportRow.tsx -msgid "Active" -msgstr "Active" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Add" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Add Delegate +" - -#: src/components/NavigationTabs/index.tsx -msgid "Add Liquidity" -msgstr "Add Liquidity" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Add V2 Liquidity" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Add liquidity." - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0} to Metamask <0/>" -msgstr "Add {0} to Metamask <0/>" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Add {0} {1} and {2} {3}" -msgstr "Add {0} {1} and {2} {3}" - -#: src/pages/Earn/Manage.tsx -msgid "Add {0}-{1} liquidity" -msgstr "Add {0}-{1} liquidity" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Add {0}/{1} V3 liquidity" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Added {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Address has no available claim" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Against" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Allow LP token migration" - -#: src/pages/Swap/index.tsx -msgid "Allow the Uniswap Protocol to use your {0}" -msgstr "Allow the Uniswap Protocol to use your {0}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Allowed" - -#: src/components/Header/URLWarning.tsx -msgid "Always make sure the URL is<0>app.uniswap.org - bookmark it to be safe." -msgstr "Always make sure the URL is<0>app.uniswap.org - bookmark it to be safe." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Amount" - -#: src/components/Menu/index.tsx -msgid "Analytics" -msgstr "Analytics" - -#: src/components/earn/StakingModal.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Approve" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Approve {0}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Approved" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Approving" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Approving {0}" - -#: 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 "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" - -#: 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 "At least {0} {1} and {2} {3} will be refunded to your wallet due to selected price range." - -#: src/components/earn/StakingModal.tsx -msgid "Available to deposit:" -msgstr "Available to deposit:" - -#: src/components/WalletModal/index.tsx -msgid "Back" -msgstr "Back" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Balance:" -msgstr "Balance:" - -#: src/components/FeeSelector/index.tsx -msgid "Best for exotic pairs." -msgstr "Best for exotic pairs." - -#: src/components/FeeSelector/index.tsx -msgid "Best for most pairs." -msgstr "Best for most pairs." - -#: src/components/FeeSelector/index.tsx -msgid "Best for stable pairs." -msgstr "Best for stable pairs." - -#: src/components/Blocklist/index.tsx -msgid "Blocked address" -msgstr "Blocked address" - -#: 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 "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." - -#: 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 "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." - -#: 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 "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." - -#: src/components/AccountDetails/index.tsx -msgid "Change" -msgstr "Change" - -#: src/components/Header/index.tsx -msgid "Charts <0>↗" -msgstr "Charts <0>↗" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Check out our v3 LP walkthrough and migration guides." - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/ClaimRewardModal.tsx -#: src/pages/Earn/Manage.tsx -msgid "Claim" -msgstr "Claim" - -#: 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 "Claim UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Claim UNI Token" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/ClaimRewardModal.tsx -msgid "Claim accumulated UNI rewards" -msgstr "Claim accumulated UNI rewards" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Claim fees" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Claimed" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Claimed UNI!" -msgstr "Claimed UNI!" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Claiming" - -#: src/components/Header/index.tsx -msgid "Claiming UNI" -msgstr "Claiming UNI" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Claiming {0} UNI" -msgstr "Claiming {0} UNI" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Clear All" - -#: src/components/SearchModal/ManageTokens.tsx -msgid "Clear all" -msgstr "Clear all" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Close" - -#: src/components/Menu/index.tsx -msgid "Code" -msgstr "Code" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Collect" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as WETH" -msgstr "Collect as WETH" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Collect fees" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Collected" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Collecting" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Collecting fees" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Collecting fees will withdraw currently available fees for you." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Confirm" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Confirm Supply" - -#: 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 "Confirm this transaction in your wallet" - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -msgid "Connect Wallet" -msgstr "Connect Wallet" - -#: src/components/earn/UnstakingModal.tsx -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Connect a wallet" - -#: src/components/WalletModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Connect to a wallet" -msgstr "Connect to a wallet" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Connect to a wallet to find pools" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Connect to a wallet to view your V2 liquidity." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Connect to a wallet to view your liquidity." - -#: src/components/earn/ClaimRewardModal.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Connect wallet" -msgstr "Connect wallet" - -#: src/components/AccountDetails/index.tsx -msgid "Connected with {name}" -msgstr "Connected with {name}" - -#: src/components/AccountDetails/Copy.tsx -msgid "Copied" -msgstr "Copied" - -#: src/components/AccountDetails/index.tsx -#: src/components/AccountDetails/index.tsx -msgid "Copy Address" -msgstr "Copy Address" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Create Pool & Supply" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Create a pair" - -#: src/pages/Pool/index.tsx -msgid "Create a pool" -msgstr "Create a pool" - -#: src/pages/AddLiquidity/index.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Create pool and add {0}/{1} V3 liquidity" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Create pool." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Current price" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Current {0} Price:" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegate Votes" - -#: src/pages/Vote/index.tsx -msgid "Delegated to:" -msgstr "Delegated to:" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegating votes" - -#: src/components/earn/PoolCard.tsx -#: src/components/earn/StakingModal.tsx -#: src/components/earn/StakingModal.tsx -#: src/pages/Earn/Manage.tsx -msgid "Deposit" -msgstr "Deposit" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Deposit Amounts" - -#: src/pages/Earn/Manage.tsx -msgid "Deposit UNI-V2 LP Tokens" -msgstr "Deposit UNI-V2 LP Tokens" - -#: src/components/earn/StakingModal.tsx -msgid "Deposit liquidity" -msgstr "Deposit liquidity" - -#: src/pages/Earn/index.tsx -msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token." -msgstr "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token." - -#: src/components/earn/UnstakingModal.tsx -msgid "Deposited liquidity:" -msgstr "Deposited liquidity:" - -#: src/components/earn/StakingModal.tsx -msgid "Deposited {0} UNI-V2" -msgstr "Deposited {0} UNI-V2" - -#: src/components/earn/StakingModal.tsx -msgid "Depositing Liquidity" -msgstr "Depositing Liquidity" - -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Description" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detailed" - -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Details" - -#: src/components/AccountDetails/index.tsx -msgid "Disconnect" -msgstr "Disconnect" - -#: src/components/Menu/index.tsx -msgid "Discord" -msgstr "Discord" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Dismiss" -msgstr "Dismiss" - -#: src/components/Menu/index.tsx -msgid "Docs" -msgstr "Docs" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Don’t see one of your v2 positions? <0>Import it." - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Earned UNI tokens represent voting shares in Uniswap governance." - -#: 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 "Enter an address to trigger a UNI claim. If the address has any claimable UNI it will be sent to them on submission." - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Enter an amount" -msgstr "Enter an amount" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Enter valid list location" -msgstr "Enter valid list location" - -#: src/components/SearchModal/ManageTokens.tsx -msgid "Enter valid token address" -msgstr "Enter valid token address" - -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Error" - -#: src/components/WalletModal/PendingView.tsx -#: src/components/WalletModal/index.tsx -msgid "Error connecting" -msgstr "Error connecting" - -#: src/components/WalletModal/index.tsx -msgid "Error connecting. Try refreshing the page." -msgstr "Error connecting. Try refreshing the page." - -#: src/components/SearchModal/ManageLists.tsx -msgid "Error importing list" -msgstr "Error importing list" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore popular pools on Uniswap Analytics." -msgstr "Explore popular pools on Uniswap Analytics." - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Fee Tier" - -#: 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 "For each pool shown below, click migrate to remove your liquidity from Uniswap V2 and deposit it into Uniswap V3." - -#: src/components/swap/SwapModalHeader.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "From" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "From (at most)" - -#: src/pages/Pool/index.tsx -msgid "Hide closed positions" -msgstr "Hide closed positions" - -#: src/pages/Swap/index.tsx -msgid "High Price Impact" -msgstr "High Price Impact" - -#: src/components/SearchModal/ImportList.tsx -msgid "I understand" -msgstr "I understand" - -#: src/components/SearchModal/ImportList.tsx -msgid "If you purchase a token from this list, you may not be able to sell it back." -msgstr "If you purchase a token from this list, you may not be able to sell it back." - -#: src/components/SearchModal/ImportList.tsx -#: src/components/SearchModal/ImportRow.tsx -#: src/components/SearchModal/ManageLists.tsx -msgid "Import" -msgstr "Import" - -#: src/components/SearchModal/ImportList.tsx -msgid "Import List" -msgstr "Import List" - -#: src/components/NavigationTabs/index.tsx -msgid "Import Pool" -msgstr "Import Pool" - -#: src/components/SearchModal/ImportList.tsx -msgid "Import at your own risk" -msgstr "Import at your own risk" - -#: src/components/Badge/RangeBadge.tsx -msgid "In range" -msgstr "In range" - -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Inactive" -msgstr "Inactive" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Increase Liquidity" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Initial prices and pool share" - -#: src/components/WalletModal/PendingView.tsx -msgid "Initializing..." -msgstr "Initializing..." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." - -#: src/components/WalletModal/index.tsx -msgid "Install Metamask" -msgstr "Install Metamask" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Insufficient liquidity for this trade." - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade. Try enabling multi-hop trades." -msgstr "Insufficient liquidity for this trade. Try enabling multi-hop trades." - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Invalid pair." - -#: 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 "Invalid range selected. The min price must be lower than the max price." - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Learn" - -#: src/components/claim/ClaimModal.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidity" - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Liquidity provider rewards" - -#: 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 "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." - -#: src/components/SearchModal/ManageLists.tsx -msgid "Loaded" -msgstr "Loaded" - -#: 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 "Loading" - -#: src/components/Header/URLWarning.tsx -msgid "Make sure the URL is<0>app.uniswap.org" -msgstr "Make sure the URL is<0>app.uniswap.org" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -#: src/components/earn/PoolCard.tsx -msgid "Manage" -msgstr "Manage" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Manage Liquidity in Rewards Pool" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Manage Token Lists" -msgstr "Manage Token Lists" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Manage this pool." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max" - -#: src/components/PositionPreview/index.tsx -msgid "Max Price" -msgstr "Max Price" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Max price" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max:" - -#: 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 "Migrate" - -#: src/pages/Pool/index.tsx -msgid "Migrate Liquidity" -msgstr "Migrate Liquidity" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrate Liquidity to V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrate V2 Liquidity" - -#: src/pages/Pool/index.tsx -msgid "Migrate V2 liquidity" -msgstr "Migrate V2 liquidity" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrating" - -#: src/components/PositionPreview/index.tsx -msgid "Min Price" -msgstr "Min Price" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Min price" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "More" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "New Position" - -#: src/pages/Earn/index.tsx -#: src/pages/Earn/index.tsx -msgid "No active pools" -msgstr "No active pools" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "No liquidity found." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "No pool found." - -#: src/pages/Vote/index.tsx -msgid "No proposals found." -msgstr "No proposals found." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "No results found." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Once you are happy with the rate click supply to review." - -#: 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 "Only UNI votes that were self delegated or delegated to another address before block {0} are eligible for voting." - -#: src/components/Web3ReactManager/index.tsx -msgid "Oops! An unknown error occurred. Please refresh the page, or visit from another browser or device." -msgstr "Oops! An unknown error occurred. Please refresh the page, or visit from another browser or device." - -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Out of range" - -#: 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 "Output is estimated. If the price changes by more than {0}% your transaction will revert." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output will be sent to <0>{0}" -msgstr "Output will be sent to <0>{0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Owner" - -#: src/pages/Earn/index.tsx -msgid "Participating pools" -msgstr "Participating pools" - -#: src/components/WalletModal/index.tsx -msgid "Please connect to the appropriate Ethereum network." -msgstr "Please connect to the appropriate Ethereum network." - -#: src/components/Header/index.tsx -#: src/components/NavigationTabs/index.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool Found!" - -#: src/pages/Earn/Manage.tsx -msgid "Pool Rate" -msgstr "Pool Rate" - -#: src/components/earn/PoolCard.tsx -msgid "Pool rate" -msgstr "Pool rate" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Pool tokens in rewards pool:" - -#: 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 "Pooled {0}:" - -#: src/pages/Pool/index.tsx -msgid "Pools Overview" -msgstr "Pools Overview" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Price" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Price Difference:" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Price Impact Too High" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Price Updated" -msgstr "Price Updated" - -#: src/components/PositionList/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Price range" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Price:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Prices and pool share" - -#: src/pages/Vote/index.tsx -msgid "Proposals" -msgstr "Proposals" - -#: src/pages/Vote/index.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Proposals submitted by community members will appear here." - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proposer" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Rates" - -#: src/pages/Earn/index.tsx -msgid "Read more about UNI" -msgstr "Read more about UNI" - -#: src/pages/Vote/index.tsx -msgid "Read more about Uniswap governance" -msgstr "Read more about Uniswap governance" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Read more about providing liquidity" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Read more about unsupported assets" - -#: src/components/AccountDetails/index.tsx -msgid "Recent Transactions" -msgstr "Recent Transactions" - -#: 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 "Remove" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Remove Amount" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Remove Delegate" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Remove Liquidity" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Remove list" -msgstr "Remove list" - -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove {0} {1} and {2} {3}" -msgstr "Remove {0} {1} and {2} {3}" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove {0}/{1} V3 liquidity" -msgstr "Remove {0}/{1} V3 liquidity" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Removing {0} {1} and {2} {3}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Return" -msgstr "Return" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Search name or paste address" - -#: src/components/FeeSelector/index.tsx -msgid "Select Pool" -msgstr "Select Pool" - -#: src/components/FeeSelector/index.tsx -msgid "Select a pool type based on your preferred liquidity provider fee." -msgstr "Select a pool type based on your preferred liquidity provider fee." - -#: 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 "Select a token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your liquidity." -msgstr "Select a token to find your liquidity." - -#: src/pages/AddLiquidity/index.tsx -msgid "Select pair" -msgstr "Select pair" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Selected Range" - -#: src/pages/Vote/index.tsx -msgid "Self" -msgstr "Self" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Self Delegate" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Set Price Range" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Set Starting Price" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Share of Pool:" - -#: src/components/AccountDetails/index.tsx -msgid "Show Portis" -msgstr "Show Portis" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simple" - -#: 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 "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." - -#: src/pages/Earn/Manage.tsx -msgid "Step 1. Get UNI-V2 Liquidity tokens" -msgstr "Step 1. Get UNI-V2 Liquidity tokens" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Submitting Vote" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Supply" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Supplying {0} {1} and {2} {3}" - -#: src/components/Header/index.tsx -#: src/components/NavigationTabs/index.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Swap" - -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Swap Anyway" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "The market price is outside your specified price range. Single-asset deposit only." - -#: 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 "The price of this pool is outside of your selected range. Your position is not currently earning fees." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "The price of this pool is within your selected range. Your position is currently earning fees." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "The ratio of tokens you add will set the price of this pool." - -#: 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 "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the" - -#: src/components/SearchModal/ManageTokens.tsx -msgid "Tip: Custom tokens are stored locally in your browser" -msgstr "Tip: Custom tokens are stored locally in your browser" - -#: src/components/swap/SwapModalHeader.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "To" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "To (at least)" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Top pools" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Total Supply" -msgstr "Total Supply" - -#: src/components/earn/PoolCard.tsx -msgid "Total deposited" -msgstr "Total deposited" - -#: src/pages/Earn/Manage.tsx -msgid "Total deposits" -msgstr "Total deposits" - -#: 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 "Transaction Submitted" - -#: src/components/WalletModal/PendingView.tsx -msgid "Try Again" -msgstr "Try Again" - -#: src/components/Header/UniBalanceContent.tsx -msgid "UNI in circulation:" -msgstr "UNI in circulation:" - -#: src/components/Header/UniBalanceContent.tsx -msgid "UNI price:" -msgstr "UNI price:" - -#: 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 "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Burned" - -#: 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 "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." - -#: src/pages/Earn/Manage.tsx -msgid "UNI-V2 {0}-{1}" -msgstr "UNI-V2 {0}-{1}" - -#: src/components/earn/ClaimRewardModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Unclaimed UNI" -msgstr "Unclaimed UNI" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Unclaimed fees" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Unclaimed:" -msgstr "Unclaimed:" - -#: src/pages/Vote/index.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Governance" - -#: src/pages/Pool/CTACards.tsx -msgid "Uniswap V3 is here!" -msgstr "Uniswap V3 is here!" - -#: src/pages/Earn/index.tsx -msgid "Uniswap liquidity mining" -msgstr "Uniswap liquidity mining" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap migration contract↗" - -#: src/pages/Vote/VotePage.tsx -#: src/pages/Vote/index.tsx -msgid "Unlock Votes" -msgstr "Unlock Votes" - -#: src/pages/Vote/index.tsx -msgid "Unlock Voting" -msgstr "Unlock Voting" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Unlocking Votes" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Unsupported Asset" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Unsupported Assets" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/pages/Vote/index.tsx -msgid "Update Delegation" -msgstr "Update Delegation" - -#: src/components/SearchModal/ManageLists.tsx -msgid "Update list" -msgstr "Update list" - -#: src/components/claim/ClaimModal.tsx -msgid "User" -msgstr "User" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 liquidity" - -#: src/pages/Swap/index.tsx -msgid "V3" -msgstr "V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Price:" - -#: src/components/Header/UniBalanceContent.tsx -msgid "View UNI Analytics" -msgstr "View UNI Analytics" - -#: src/pages/Pool/index.tsx -msgid "View V2 Liquidity" -msgstr "View V2 Liquidity" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "View accrued fees and analytics<0>↗" - -#: src/components/SearchModal/ManageLists.tsx -msgid "View list" -msgstr "View list" - -#: src/components/AccountDetails/index.tsx -#: src/components/AccountDetails/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Etherscan" -msgstr "View on Etherscan" - -#: 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 "View transaction on Etherscan" - -#: src/components/Header/index.tsx -msgid "Vote" -msgstr "Vote" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Vote Against" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Vote against proposal {proposalId}" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Vote for proposal {proposalId}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Voting ended {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Voting ends approximately {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting For Confirmation" -msgstr "Waiting For Confirmation" - -#: src/components/earn/StakingModal.tsx -msgid "Weekly Rewards" -msgstr "Weekly Rewards" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Welcome to team Unicorn :)" - -#: src/components/earn/ClaimRewardModal.tsx -msgid "When you claim without withdrawing your liquidity remains in the mining pool." -msgstr "When you claim without withdrawing your liquidity remains in the mining pool." - -#: src/pages/Earn/Manage.tsx -msgid "When you withdraw, the contract will automagically claim UNI on your behalf!" -msgstr "When you withdraw, the contract will automagically claim UNI on your behalf!" - -#: src/components/earn/UnstakingModal.tsx -msgid "When you withdraw, your UNI is claimed and your liquidity is removed from the mining pool." -msgstr "When you withdraw, your UNI is claimed and your liquidity is removed from the mining pool." - -#: src/components/earn/UnstakingModal.tsx -#: src/pages/Earn/Manage.tsx -msgid "Withdraw" -msgstr "Withdraw" - -#: src/components/earn/UnstakingModal.tsx -msgid "Withdraw & Claim" -msgstr "Withdraw & Claim" - -#: src/components/earn/UnstakingModal.tsx -#: src/components/earn/UnstakingModal.tsx -msgid "Withdraw deposited liquidity" -msgstr "Withdraw deposited liquidity" - -#: src/components/earn/UnstakingModal.tsx -msgid "Withdrawing {0} UNI-V2" -msgstr "Withdrawing {0} UNI-V2" - -#: src/components/earn/UnstakingModal.tsx -msgid "Withdrew UNI-V2!" -msgstr "Withdrew UNI-V2!" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Wrap" - -#: src/components/WalletModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Wrong Network" -msgstr "Wrong Network" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "You are creating a pool" - -#: 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 "You are the first liquidity provider for this Uniswap V3 pool. Your liquidity will migrate at the current {0} price." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "You are the first liquidity provider." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "You can either vote on each proposal yourself or delegate your votes to a third party." - -#: src/pages/Swap/index.tsx -msgid "You can now trade {0}" -msgstr "You can now trade {0}" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "You don’t have liquidity in this pool yet." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "You must connect an account." - -#: 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 "You must give the Uniswap smart contracts permission to use your {0}. You only have to do this once per token." - -#: 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 "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." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "You will also collect fees earned from this position." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "You will receive" - -#: src/components/Header/UniBalanceContent.tsx -msgid "Your UNI Breakdown" -msgstr "Your UNI Breakdown" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Your V2 liquidity" - -#: src/pages/Pool/index.tsx -msgid "Your V3 liquidity positions will appear here." -msgstr "Your V3 liquidity positions will appear here." - -#: src/pages/Earn/Manage.tsx -msgid "Your liquidity deposits" -msgstr "Your liquidity deposits" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Your pool share:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Your position" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Your position has 0 liquidity, and is not earning fees." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Your position will be 100% composed of {0} at this price" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Your position will be 100% {0} at this price." - -#: 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 "Your position will not earn fees or be used in trades until the market price moves into your range." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Your positions" - -#: src/components/earn/PoolCard.tsx -msgid "Your rate" -msgstr "Your rate" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Your total pool tokens:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Your transaction cost will be much higher as it includes the gas to create the pool." - -#: src/components/AccountDetails/index.tsx -msgid "Your transactions will appear here..." -msgstr "Your transactions will appear here..." - -#: src/pages/Earn/Manage.tsx -msgid "Your unclaimed UNI" -msgstr "Your unclaimed UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "for {0}" - -#: src/components/Web3Status/index.tsx -msgid "has socks emoji" -msgstr "has socks emoji" - -#: src/components/SearchModal/ImportRow.tsx -msgid "via {0}" -msgstr "via {0}" - -#: src/components/PositionCard/index.tsx -#: src/pages/Vote/VotePage.tsx -#: src/pages/Vote/VotePage.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "{0} <0/> per <1/>" -msgstr "{0} <0/> per <1/>" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Deposited" - -#: src/components/Header/index.tsx -msgid "{0} ETH" -msgstr "{0} ETH" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Fees Earned:" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Pending" - -#: 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 "{0} UNI" - -#: 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 "{0} UNI / week" - -#: src/components/earn/StakingModal.tsx -msgid "{0} UNI-V2" -msgstr "{0} UNI-V2" - -#: src/pages/Earn/Manage.tsx -msgid "{0} UNI-V2 LP tokens available" -msgstr "{0} UNI-V2 LP tokens available" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Votes" - -#: 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 "{0} per {1}" - -#: src/components/SearchModal/ImportList.tsx -#: src/components/SearchModal/ManageLists.tsx -msgid "{0} tokens" -msgstr "{0} tokens" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Price:" - -#: 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 "{0}%" - -#: src/pages/Earn/Manage.tsx -msgid "{0}-{1} Liquidity Mining" -msgstr "{0}-{1} Liquidity Mining" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "{0}/{1} LP NFT" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "{0}/{1} LP Tokens" - -#: src/components/claim/ClaimModal.tsx -msgid "{SOCKS_AMOUNT} UNI" -msgstr "{SOCKS_AMOUNT} UNI" - -#: src/components/claim/ClaimModal.tsx -msgid "{USER_AMOUNT} UNI" -msgstr "{USER_AMOUNT} UNI" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -msgid "~$ <0/>" -msgstr "~$ <0/>" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools Overview" -msgstr "← Back to Pools Overview"