diff --git a/.github/workflows/1-main-to-staging.yml b/.github/workflows/1-main-to-staging.yml index f4f4b8bf6c..2618d18fb1 100644 --- a/.github/workflows/1-main-to-staging.yml +++ b/.github/workflows/1-main-to-staging.yml @@ -44,7 +44,7 @@ jobs: - name: Add translations run: | rm src/locales/en-US.po - git add src/locales/*.po + git add -f src/locales/*.po git commit -m 'ci(t9n): download translations from crowdin' - name: Add CODEOWNERS diff --git a/.gitignore b/.gitignore index cfbf170e17..41b097e960 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ /src/types/v3 /src/abis/types /src/locales/**/*.js -/src/locales/**/en-US.po -/src/locales/**/pseudo.po +/src/locales/**/*.po # generated files /src/**/__generated__ diff --git a/cypress/e2e/wallet-dropdown.test.ts b/cypress/e2e/wallet-dropdown.test.ts index bcbd66ed77..3709db9560 100644 --- a/cypress/e2e/wallet-dropdown.test.ts +++ b/cypress/e2e/wallet-dropdown.test.ts @@ -1,8 +1,8 @@ import { getTestSelector } from '../utils' describe('Wallet Dropdown', () => { - function itShouldChangeTheTheme() { - it('should change the theme', () => { + function itChangesTheme() { + it('should change theme', () => { cy.get(getTestSelector('theme-lightmode')).click() cy.get(getTestSelector('theme-lightmode')).should('not.have.css', 'background-color', 'rgba(0, 0, 0, 0)') @@ -21,13 +21,17 @@ describe('Wallet Dropdown', () => { }) } - function itShouldChangeTheLanguage() { - it('should select a language', () => { - cy.get(getTestSelector('wallet-language-item')).contains('Deutsch').click({ force: true }) - cy.get(getTestSelector('wallet-header')).should('contain', 'Sprache') + function itChangesLocale() { + it('should change locale', () => { + cy.contains('Uniswap available in: English').should('not.exist') + + cy.get(getTestSelector('wallet-language-item')).contains('Afrikaans').click({ force: true }) + cy.location('hash').should('match', /\?lng=af-ZA$/) + cy.contains('Uniswap available in: English') + cy.get(getTestSelector('wallet-language-item')).contains('English').click({ force: true }) - cy.get(getTestSelector('wallet-header')).should('contain', 'Language') - cy.get(getTestSelector('wallet-back')).click() + cy.location('hash').should('match', /\?lng=en-US$/) + cy.contains('Uniswap available in: English').should('not.exist') }) } @@ -37,8 +41,8 @@ describe('Wallet Dropdown', () => { cy.get(getTestSelector('web3-status-connected')).click() cy.get(getTestSelector('wallet-settings')).click() }) - itShouldChangeTheTheme() - itShouldChangeTheLanguage() + itChangesTheme() + itChangesLocale() }) describe('testnet toggle', () => { @@ -68,8 +72,8 @@ describe('Wallet Dropdown', () => { cy.get(getTestSelector('wallet-disconnect')).click() cy.get(getTestSelector('wallet-settings')).click() }) - itShouldChangeTheTheme() - itShouldChangeTheLanguage() + itChangesTheme() + itChangesLocale() }) describe('with color theme', () => { diff --git a/src/locales/af-ZA.po b/src/locales/af-ZA.po deleted file mode 100644 index 8f11fbb59f..0000000000 --- a/src/locales/af-ZA.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: af\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Afrikaans\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: af\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$ -" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maksimum" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Bekyk op Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(wysig)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "Nuwe posisie" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Verwyder ontvanger" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H volume" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H-volume is die bedrag van die bate wat gedurende die afgelope 24 uur op Uniswap v3 verhandel is." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W hoog" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W laag" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Alle voorstelle" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Stemme" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0> Rekeninganalise en opgelope fooie <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Huidige prys:<1><2/><3>{0} per {1}" - -#: 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> Wenk: As u poeltekens verwyder, verander u u posisie in onderliggende tekens teen die huidige koers, eweredig aan u deel van die poel. Opgelope fooie is ingesluit by die bedrae wat u ontvang." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Wenk: Kies 'n aksie en beskryf jou voorstel vir die gemeenskap. Die voorstel kan nie na indiening gewysig word nie, so verifieer asseblief alle inligting voor indiening. Die stemperiode sal onmiddellik begin en vir 7 dae duur. Om 'n pasgemaakte handeling voor te stel, <1>lees die dokumente." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Wenk: Gebruik hierdie instrument om v2 poele te vind wat nie outomaties in die koppelvlak verskyn nie." - -#: 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> Wenk: As u likiditeit byvoeg, sal u poeltekens ontvang wat u posisie verteenwoordig. Hierdie tekens verdien outomaties fooie wat eweredig is aan u deel van die poel en kan op enige tydstip afgelos word." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0> Ontsluit stem om voor te berei vir die volgende voorstel." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "'n Minimum drempel van 0.25% van die totale UNI-voorraad word vereis om voorstelle in te dien" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "'n Ruil van hierdie grootte kan 'n hoë prysimpak hê, gegewe die huidige likiditeit in die swembad. Daar kan 'n groot verskil wees tussen die hoeveelheid van jou invoertoken en wat jy in die uitvoertoken sal ontvang" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Oor" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Aanvaar" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktief" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktiwiteit" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Voeg by" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Voeg <0/> en <1/> by Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Voeg afgevaardigde + by" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Voeg likiditeit by" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Voeg V2 Likiditeit by" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Kon nie V2-likiditeit byvoeg nie" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Byvoeging van likiditeit het misluk" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Voeg likiditeit by." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Voeg meer likiditeit by" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Gooi in sak" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Gooi in sak" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Voeg {0}by" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Voeg {0}/{1} V3 likiditeit by" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Bygevoeg likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Bygevoeg V2-likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Bygevoeg likiditeit" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0}bygevoeg" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Voeg V2-likiditeit by" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Byvoeging van likiditeit" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Deur hierdie voorstel by die tou te voeg, sal dit na 'n vertraging uitgevoer kan word." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adres het geen eis nie" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Teen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Laat migrasie van LP-teken toe" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Toegelaat" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Reeds gelys by" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Doen altyd jou eie navorsing voordat jy handel dryf." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Bedrag" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "'n Goedkeuring is nodig om hierdie teken te gebruik." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Kon nie tokens laai nie. Probeer asseblief weer." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "'N Fout het voorgekom tydens die uitvoering van hierdie ruil. U moet dalk u glyverdraagsaamheid verhoog. As dit nie werk nie, kan daar 'n onversoenbaarheid wees met die teken wat u verhandel. Opmerking: fooi vir oordrag en herbasis-tokens is nie versoenbaar met Uniswap V3 nie." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Goedkeuring het misluk" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Goedkeuring hangende" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Goedkeur" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Keur Token goed" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Keur in beursie goed" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Keur in jou beursie goed" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Keur die gebruik van {0}goed" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Goedkeur {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Goedgekeur" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Goedkeur" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Goedkeur {0}" - -#: 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 "Minstens {0} {1} en {2} {3} sal aan u beursie terugbetaal word weens die gekose prysklas." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Outomaties" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Terug na swembaddens" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Terug na beursie seleksie" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Sak" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Die beste vir eksotiese pare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Die beste vir die meeste pare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Die beste vir stabiele pare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Beste vir baie stabiele pare." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Beste prys roete kos ~{gasPrice} in gas." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Geblokkeerde adres" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Geblokkeer op OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Leen het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Geleen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Leen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Gekoop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Brand het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Verbrand" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Brandende" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Koop" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Koop kripto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Koop misluk" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Koop of dra NFT's oor na hierdie beursie om te begin." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Koop of dra tokens oor na hierdie beursie om te begin." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Koop, verkoop en verken tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Koop, verkoop en verken tokens en NFT's" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Koop" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Deur" - -#: 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 "Deur likiditeit by te voeg, verdien u 0,3% van alle transaksies op hierdie paar in verhouding tot u deel van die poel. Fooie word by die poel gevoeg, word intyds toegeval en kan geëis word deur u likiditeit te onttrek." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Deur 'n beursie te koppel, stem jy in tot Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Kanselleer het misluk" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Gekanselleer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Gekanselleer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Kanselleer tans" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Versigtig" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Gaan netwerkstatus na" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Kyk na ons v3 LP-deurleidings- en migrasiegidse." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Eis" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Eis <0/> vir {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Eis UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Eis UNI-teken" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Eis UNI-beloning vir {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Eis Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Eis het misluk" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Eisgelde" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Eis u UNI-tekens op" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Geëis" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Eis" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Maak alles skoon" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Maak alles skoon" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Naby" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Gesluit" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Geslote posisies" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Versamel" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Versamel as {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Vorder fooie in" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Invorderingsfooie het misluk" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Versamel {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Versamel" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Gevorderde fooie" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Versamel" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Vordering van fooie" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Die invorderingskoste sal tans beskikbare fooie vir u opneem." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Binnekort beskikbaar: soek en verken tokens op BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Algemene" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Voltooi!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Bevestig" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Bevestig die aanbod" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Bevestig hierdie transaksie in u beursie" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Bevestig transaksie in beursie" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Koppel" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Verbind Wallet" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Verbind 'n beursie" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Koppel aan 'n beursie om swembaddens te vind" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Koppel aan 'n beursie om u V2-likiditeit te sien." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Koppel aan 'n beursie om u likiditeit te sien." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Verbind beursie" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Inhoud nie" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Aanhou" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Kontrak Interaksie" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Kontrak adres" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Gekopieer!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopieer skakel" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Skep Poel en Verskaf" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Skep voorstel" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Skep 'n paar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Skep poel en voeg {0}/{1} V3 likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Kon nie poel skep nie" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Skep poel." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Skep {0}/{1} V3 swembad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Geskep swembad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Skep swembad" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Crypto-aankope is nie in jou streek beskikbaar nie." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Huidige prys" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Huidige {0} prys:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Pasgemaak" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-registrateur" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Verslaan" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegeer Stemme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Afgevaardigde het misluk" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegeer stemkrag na {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Gedelegeer" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Afgevaardig na:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegering" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegering van stemme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Ontplooiing het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Ontplooi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Ontplooi tans" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Depositobedrae" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Deposito het misluk" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Deponeer likiditeit" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Deponeer tokens na die {label} -netwerk." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Gedeponeer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Deponeer" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Beskrywing" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Gedetailleerd" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Besonderhede" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Verwerp" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentasie" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Het jy nie Uniswap Wallet nie?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Sien u nie een van u v2-posisies nie? <0> Voer dit in." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Aflaai" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Laai Uniswap Wallet af" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Laai toepassing af" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Laai af in die App Store om jou tokens en NFT's veilig te stoor, tokens om te ruil en aan kripto-programme te koppel." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH Registrateur Kontroleur" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Verdiende UNI-tekens verteenwoordig stemgeregtigde aandele in Uniswap-bestuur." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Wysig" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Wysig lyste" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Voer 'n persentasie in" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Voer 'n ontvanger in" - -#: 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 "Voer 'n adres in om 'n UNI-eis te aktiveer. As die adres 'n UNI kan eis, sal dit na indiening aan hulle gestuur word." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Voer 'n bedrag in" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Voer {0} bedrag in" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Fout" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Fout ID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Kon nie koppel nie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum Naam Diens" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Gebeurtenis" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Wisselkoers" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Voer uit" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Voer voorstel {proposalId}uit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Kon nie uitvoer nie" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Voer voorstel {proposalKey}uit." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Uitgevoer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Uitvoer" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Die uitvoering van hierdie voorstel sal die oproepdata op die ketting in werking stel." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Uitvoering ingedien" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Verwagte uitset" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Verval" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Verval in" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Verken NFT's" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Verken Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Verken tokens" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Uiters skaars" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Misluk" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Kon nie van netwerk verander nie" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Eienskapvlae" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Fooi Tier" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Fooi-vlak" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Terugvoer" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Fooie" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Haal Roete" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Haal tans die beste prys …" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Haal tans prys …" - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filter tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Vind die beste roete op die Uniswap-protokol deur jou blaaier. Kan hoë vertragings en pryse tot gevolg hê." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Vind die beste roete op die Uniswap-protokol deur die Uniswap Labs Routing API te gebruik." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Vloer" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Vloerprys" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Vir" - -#: 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 "Klik op migreer vir elke poel hieronder om u likiditeit uit Uniswap V2 te verwyder en dit in Uniswap V3 te deponeer." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Van" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Van (hoogstens)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Volle omvang" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Begin" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Kry ondersteuning" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Hulp Sentrum" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Versteek" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Versteek" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Versteek geslote posisies" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Versteek hulpbronne" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Versteek klein saldo's" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "ek verstaan" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "As jy glo dat dit 'n fout is, stuur asseblief 'n e-pos met jou adres na" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Invoer swembad" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Voer V2-swembad in" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Binne bereik" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Binne reikafstand" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Verhoog die likiditeit" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Aanvanklike pryse en swembadaandeel" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Inset word geskat. U sal hoogstens <0>{0} {1} anders gaan die transaksie terug." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Onvoldoende fondse" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Onvoldoende likiditeit" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Onvoldoende likiditeit vir hierdie handel." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Onvoldoende poellikiditeit om transaksie te voltooi" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Onvoldoende {0} balans" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Ongeldige paar" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Ongeldige paar." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ongeldige prysinsette" - -#: 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 "Ongeldige reeks gekies. Die minimum prys moet laer wees as die maksimum prys." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Ongeldige ontvanger" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Taal" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Laaste" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Laaste prys" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Laas opgedateer" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Leer" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Kom meer te wete oor die verskaffing van likiditeit" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Leer meer" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Reg en privaatheid" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Skakels" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likiditeit" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likiditeitsdata nie beskikbaar nie." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Belonings vir likiditeitsverskaffer" - -#: 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 "Likiditeitsverskaffers verdien 'n fooi van 0,3% op alle transaksies wat eweredig is aan hul deel van die poel. Fooie word by die poel gevoeg, intyds toegeval en kan geëis word deur u likiditeit te onttrek." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Lys NFT's" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lys te koop" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Om 'n NFT te lys vereis 'n eenmalige markplekgoedkeuring vir elke NFT-versameling." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Inskrywings" - -#: 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 -msgid "Loading" -msgstr "Laai tans" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Laaitoelae" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Lae noteringsprys" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAKS" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Maak n aanbod" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Bestuur" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Bestuur likiditeit in die beloningspoel" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Bestuur hierdie swembad." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maks" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maksimum prys" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maksimum skepper-tantieme" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Maksimum fooie" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maksimum prys" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Maksimum gly" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maksimum:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maksimum insette" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksimum gestuur" - -#: 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 "Migreer" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migreer likiditeit na V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migreer V2 Likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migreer likiditeit het misluk" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migreer u likiditeitsteken van Uniswap V2 na Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migreer {0}{1} na V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Gemigreerde likiditeit" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migreer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migreer likiditeit" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Minimum prys" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimum prys" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimum uitset" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum ontvang" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Munt het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Gemunt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Muntwerk" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Grafiekdata ontbreek" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Ontbrekende prysdata weens onlangse lae handelsvolume op Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat Oprit iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay is nie in sommige streke beskikbaar nie. Klik om meer te wete te kom." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Meer" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "My NFT's" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT-versamelings" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT's" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Naam nie gevind nie" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigasie-knoppie" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Netwerkwaarskuwing" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Netwerk fooi" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nooit nie" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nuwe posisie" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Nog geen NFT's nie" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Geen V2-likiditeit gevind nie." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Nog geen aktiwiteit nie" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Geen data" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Geen beskrywing." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Geen items om te vertoon nie" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Geen likiditeit gevind nie." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Geen poel gevind nie." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Nog geen swembaddens nie" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Geen voorstelle gevind nie." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Geen resultate gevind." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Geen tokeninligting beskikbaar nie" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Geen tokens gevind nie" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Geen tokens gevind nie." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Nog geen tekens nie" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Nie beskikbaar nie" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Nie beskikbaar in jou streek nie" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Nie geskep nie" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Nie gelys nie" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Aanbiedinge" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Sodra u tevrede is met die tarief, klik op die aanbod om dit te hersien." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Een NFT is {0}% gelys" - -#: 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 "Slegs stemgeregtigdes van UNI wat self gedelegeer is of na 'n ander adres voor blok {0} gedelegeer is." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Oeps, neem my terug na Swap toe" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Maak 'n nuwe posisie oop of skep 'n swembad om te begin." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Bestel roetering" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Buite bereik" - -#: 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 "Die uitset word geskat. As die prys met meer as {0}% verander, sal u transaksie terugkeer." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Die uitset word geskat. U sal minstens <0>{0} {1} ontvang, anders gaan die transaksie terug." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Eienaar" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Bladsy nie gevind nie!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Betaal" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Betaal in elk geval" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Betaal met" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Hangende" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Toestemming word vereis vir Uniswap om elke teken te ruil. Dit sal na een maand verval vir jou sekuriteit." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permit 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Koppel asseblief aan Laag 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Poel" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Poel gevind!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Poelteken in die beloningspoel:" - -#: 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 "Gepoel {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Swembaddens" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Gewilde NFT-versamelings" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Gewilde tekens" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posisie onbeskikbaar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Voorkeure" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Voorskou" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Prys" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Prysverskil:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Prysimpak" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Prysimpak te hoog" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Prys impak" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Prys impak waarskuwing" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Prysklas" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Prys opgedateer" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Prys:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Pryse en swembadaandeel" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Privaatheidsbeleid" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Privaatheidsbeleid." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Gaan voort in beursie" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Opbrengs indien verkoop" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Voorstel" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Voorstel ingedien" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Voorstel Titel" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Voorstelle" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Voorstelle wat deur lede van die gemeenskap ingedien word, sal hier verskyn." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Voorgestelde aksie" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Voorsteller" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Openbare Oplosser" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Hoeveelheid" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Tou" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Touvoorstel {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Tou het misluk" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Touvoorstel {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "In die ry" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Toustaan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Toustaan" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Skaars" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Skaarsheid" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tariewe" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Lees meer oor Uniswap-bestuur" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Lees meer oor die voorsiening van likiditeit" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Lees meer oor onondersteunde bates" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Ontvang" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Ontvangs het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Ontvang" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Ontvangs" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Onlangse soektogte" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Ontvanger" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Terugbetalings vir onbeskikbare items sal in ETH gegee word" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Verwerp" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Herlaai die toepassing" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Verwyder" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Verwyder <0/> en <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Verwyder bedrag" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Verwyder die afgevaardigde" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Verwyder vloeibaarheid" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Verwyder uit sak" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Verwyder item" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Verwyder likiditeit het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Verwyder likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Verwyder likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Verwydering van likiditeit" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Verwyder {0} {1} en {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Verwyder {0} {1} en{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Terugbetaal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Terugbetaling het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Terugbetaal" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Los {issues} probleme op" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Probeer weer" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Keer terug" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Keer terug na My NFT's" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Omgekeerde Registrateur" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Hersien Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Goedkeuring herroep" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Dieselfde prys" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skandeer met Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Soek" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Soek naam of plak adres" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Soek tokens en NFT-versamelings" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Kies Paar" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Kies 'n teken" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Kies 'n teken om u v2-likiditeit te vind." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Kies 'n handeling" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Kies teken" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Geselekteerde reeks" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Self" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Self Afgevaardigde" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Verkoop" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Verkoop NFT's" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Verkoper" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Stuur misluk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Stuur" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Gestuur" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Stel prysklas in" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Stel beginprys" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Stel pryse om voort te gaan" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Instellings" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Deel van die swembad" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Aandeel van die poel:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Deel op Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Deel op Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Wys" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Vertoning is gekanselleer" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Wys geslote posisies" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Wys meer" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Wys hulpbronne" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Teken" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Eenvoudig" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Glip onder {0}% kan lei tot 'n mislukte transaksie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Verkoop" - -#: 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 "Sommige bates is nie beskikbaar via hierdie koppelvlak nie, omdat dit moontlik nie goed werk met die slim kontrakte nie, of omdat ons om regsredes nie handel kan toelaat nie." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Iets het verkeerd geloop" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Iets het verkeerd geloop. Probeer asseblief weer." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Jammer, 'n fout het voorgekom tydens die verwerking van jou versoek. As jy ondersteuning versoek, maak seker dat jy die besonderhede van hierdie fout kopieer." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Jammer, 'n fout het voorgekom tydens die verwerking van jou versoek. As jy ondersteuning versoek, maak seker dat jy jou fout-ID verskaf." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Begin lys" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistieke" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Dien nuwe voorstel in" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Kon nie voorstel indien nie" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Voorgelê voorstel" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Dien Voorstel in" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Stemming indien" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Dien voorstel in" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Suksesvol" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Sukses" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Suksesvol gelys" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Voorsiening" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Verskaf {0} {1} en {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Ruil om" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Ruil <0/> vir presies <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Ruil in elk geval" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Ruil presies <0/> vir <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Omruil het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Omgeruil" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Omruil" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Ruil {0} {1} vir {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Vee" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Wissel netwerke" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Skakel oor na {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Simbool nie gevind nie" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Diensbepalings" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Dankie dat u deel is van die Uniswap-gemeenskap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Die % wat jy in fooie sal verdien." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Die ruil-invariant x * y = k is nie bevredig deur die ruil nie. Dit beteken gewoonlik dat een van die tekens wat u omruil, persoonlike gedrag by oordrag bevat." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Die bedrag wat u verwag om teen die huidige markprys te ontvang. Jy kan minder of meer ontvang as die markprys verander terwyl jou transaksie hangende is." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Die toepassing haal blokkettingdata van The Graph se gasheerdiens af." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Die toepassing haal data op die ketting en bou kontrakoproepe met 'n Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Die toepassing haal die optimale handelsroete vanaf 'n Uniswap Labs-bediener." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Die toepassing teken anonieme gebruikstatistieke aan om mettertyd te verbeter." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Die toepassing versamel jou beursie-adres veilig en deel dit met TRM Labs Inc. vir risiko- en voldoeningsredes." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Die verbindingspoging het misluk. Klik asseblief probeer weer en volg die stappe om in jou beursie te koppel." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Die geskatte verskil tussen die USD-waardes van inset- en uitsetbedrae." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Die fooi betaal aan mynwerkers wat jou transaksie verwerk. Dit moet in ${0}betaal word." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Die fooi betaal aan mynwerkers wat jou transaksie verwerk. Dit moet in {0}betaal word." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Die impak wat u handel op die markprys van hierdie poel het." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Die invoer-teken kan nie oorgedra word nie. Die invoer-teken kan 'n probleem hê." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Die markprys is buite u gespesifiseerde prysklas. Slegs deposito vir enkelbates." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Die maksimum bedrag wat jy gewaarborg is om te spandeer. As die prys verder gly, sal jou transaksie terugdraai." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Die minimum bedrag wat jy gewaarborg is om te ontvang. As die prys verder gly, sal jou transaksie terugdraai." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Die mees onlangse bloknommer op hierdie netwerk. Pryse word op elke blok opgedateer." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Die uitvoer-teken kan nie oorgedra word nie. Daar kan 'n probleem wees met die uitvoer-teken." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Die uitvoer-teken kan nie oorgedra word nie. Daar is 'n probleem met die uitvoer-teken. Opmerking: fooi vir oordrag en herbasis-tekens is nie versoenbaar met Uniswap V3 nie." - -#: 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 "Die prys van hierdie poel is buite u gekose reeks. U posisie verdien tans nie fooie nie." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Die prys van hierdie poel is binne u gekose reeks. U posisie verdien tans fooie." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Die verhouding tekens wat u byvoeg bepaal die prys van hierdie poel." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Daar is geen likiditeitsdata nie." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Hierdie adres is geblokkeer op die Uniswap Labs-koppelvlak omdat dit met een of meer geassosieer word" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Hierdie toepassing gebruik die volgende derdeparty-API's:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Hierdie maand" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Hierdie poel moet geïnisialiseer word voordat jy likiditeit kan byvoeg. Om te inisialiseer, kies 'n beginprys vir die swembad. Voer dan jou likiditeitsprysklas en depositobedrag in. Gasfooie sal hoër wees as gewoonlik as gevolg van die inisialiseringstransaksie." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Hierdie voorstel kan na {0}uitgevoer word." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Hierdie roete optimaliseer jou totale uitset deur gesplete roetes, veelvuldige hops en die gaskoste van elke stap in ag te neem." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Hierdie tabel bevat die top tokens volgens Uniswap-volume, gesorteer op grond van jou insette." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Hierdie teken bestaan nie" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Hierdie teken bestaan nie op {0}nie" - -#: 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 "Hierdie instrument sal u {0} likiditeit veilig na V3 migreer. Die proses is heeltemal vertroulik danksy die" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Hierdie transaksie kon nie gestuur word nie omdat die sperdatum verby is. Kontroleer asseblief dat u transaksiesperdatum nie te laag is nie." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Hierdie transaksie sal weens die prysbeweging nie slaag nie. Probeer u glyverdraagsaamheid verhoog. Opmerking: fooi vir oordrag en herbasis-tekens is nie versoenbaar met Uniswap V3 nie." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Hierdie transaksie sal ook nie slaag nie as gevolg van prysbeweging of fooi by oordrag. Probeer u glyverdraagsaamheid verhoog." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Hierdie week" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Hierdie jaar" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tyd" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Aan" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Aan (ten minste)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Om Uniswap op {0}te gebruik, verander die netwerk in jou beursie se instellings." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Om 'n posisie te sien, moet jy gekoppel wees aan die netwerk waaraan dit behoort." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Vandag" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Token naam" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token nie gevind nie" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Tekenstatistieke en kaarte vir {label} is beskikbaar op <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tekens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Top Eienskap" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Top poele" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Top tokens op Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Totaal" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Totale waarde gesluit (TVL) is die totale bedrag van die bate beskikbaar oor alle Uniswap v3-likiditeitpoele." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handel kripto en NFT's met vertroue" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handel kripto met vertroue" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Eienskap" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Eienskap Vloer" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Eienskappe" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Transaksie-instellings" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaksie ingedien" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaksie voltooi in" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Transaksiesperdatum" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaksie hangende" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaksie afgekeur" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaksie ingedien" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Oordragtoken" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Probeer weer" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI Bestuur" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI het aangebreek" - -#: src/pages/Vote/Landing.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-tekens verteenwoordig stemgeregtigde aandele in Uniswap-bestuur. U kan self oor elke voorstel stem of u stemme aan 'n derde party delegeer." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Verbrand" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Onbeskikbaar" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Nie beskikbaar vir lys nie" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Onopgeëiste fooie" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Onbepaald" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Onttrek bestuur" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs se diensbepalings" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-protokol" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 is nie op hierdie netwerk beskikbaar nie." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap beskikbaar in: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap kliënt" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-bestuur is slegs beskikbaar op Laag 1. Skakel jou netwerk oor na Ethereum Mainnet om voorstelle te sien en te stem." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap het jou wens vervul!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap in jou sak" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Onttrek migrasie kontrak↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Onbekend" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Onbekende goedkeuring" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Onbekende Munt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Onbekende stuur" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Onbekende ruil" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Ontsluit stemme" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Ontsluit stemming" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Ontsluit stemme" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Nie-ondersteunde bate" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Nie-ondersteunde bates" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Word nie deur jou beursie ondersteun nie" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Titelloos" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Maak oop" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Pak <0/> tot {0}uit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Ontwikkel het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Ontwikkel" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Ontwikkel" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Delegasie op te dateer" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Gebruik die Uniswap Labs API om vinniger kwotasies te kry." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 likiditeit" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} prys:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Weergawe:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Baie algemeen" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Baie skaars" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Kyk na opgelope fooie en analise <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Bekyk en verkoop NFT's" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Bekyk meer ontledings" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Uitsig op Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Bekyk op Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Kyk op {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Bekyk transaksie op Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volume is die bedrag van die bate wat gedurende die geselekteerde tydraamwerk op Uniswap v3 verhandel is." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Stem teen" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Stem vir" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Stem teen voorstel {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Stem teen voorstel {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem teen voorstel {proposalKey} met rede \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Stem het misluk" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Stem vir voorstel {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Stem vir voorstel {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem vir voorstel {proposalKey} met rede \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Stem in bestuur" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Stem om te onthou van stemming oor voorstel {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Stem om te onthou van stemming oor voorstel {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem om te onthou van stemming oor voorstel {proposalKey} met rede \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Gestem" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Stem" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Die stemming het geeïnding {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Die stemming eindig ongeveer {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Stemming begin ongeveer {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Wag vir bevestiging" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Beursie-adres of ENS-naam" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Waarskuwing" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Welkom by Unicorn-span :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Hoekom word 'n transaksie vereis?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Onttrek gedeponeerde likiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Onttrek het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Onttrek" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Onttrek" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Draai toe" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Draai <0/> tot {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Omvou het misluk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Toegedraai" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Toedraai" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Verkeerde netwerk" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Jy het reeds 'n aktiewe of hangende voorstel" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "U skep 'n poel" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Jy is nie die eienaar van hierdie LP-posisie nie. Jy sal nie die likiditeit uit hierdie posisie kan onttrek nie, tensy jy die volgende adres besit: {ownerAddress}" - -#: 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 "U is die eerste likiditeitsverskaffer vir hierdie Uniswap V3-poel. U likiditeit sal teen die huidige {0} prys migreer." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "U is die eerste likiditeitsverskaffer." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "U kan self oor elke voorstel stem of u stemme aan 'n derde party delegeer." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Jy het nie genoeg stemme om 'n voorstel in te dien nie" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "U het nog nie likiditeit in hierdie poel nie." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Jy het dalk jou netwerkverbinding verloor." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "U moet 'n rekening koppel." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Jy moet {formattedProposalThreshold} stemme hê om 'n voorstel in te dien" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Jy betaal" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Jy ontvang" - -#: 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 "U moet slegs likiditeit in Uniswap V3 deponeer teen 'n prys wat volgens u korrek is. <0 /> As die prys verkeerd lyk, kan u ruil om die prys te skuif, of wag tot iemand anders dit doen." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "U sal ook fooie wat u uit hierdie posisie verdien, invorder." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "U sal ontvang" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "U V2-likiditeit" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Jou aktiewe V3-likiditeitsposisies sal hier verskyn." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Jou saldo op {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Jou gekoppelde netwerk word nie ondersteun nie." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Jou onchain-transaksies en kripto-aankope sal hier verskyn." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "U poelaandeel:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "U posisie" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "U posisie het 0 likiditeit en verdien geen fooie nie." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Jou posisie sal hier verskyn." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "U posisie sal 100% bestaan uit {0} teen hierdie prys" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "U posisie sal 100% wees teen hierdie prys {0}." - -#: 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 "U posisie sal nie fooie verdien of in transaksies gebruik word voordat die markprys binne u reeks beweeg nie." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "U posisies" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Daar word verwag dat jou ruil sal misluk." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Jou ruil is deur jou beursie gewysig. As dit 'n fout was, kanselleer asseblief onmiddellik of die risiko om jou fondse te verloor." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "U totale poelteken:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "U transaksiekoste sal baie hoër wees, want dit bevat die gas om die poel te skep." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Jou transaksie kan voorloper wees en lei tot 'n ongunstige handel." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "U transaksie gaan terug as dit langer as hierdie tydperk hangende is." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "U transaksie gaan terug as die prys met meer as hierdie persentasie ongunstig verander." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Jou beursie se huidige netwerk word nie ondersteun nie." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Jou {0} saldo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "en" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "en instem tot sy" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "nog beskikbaar" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "onder die vloerprys." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "onder die versameling se vloerprys. Is jy seker jy wil voortgaan?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "geblokkeerde aktiwiteite" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "fooi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "vir" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "vir {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "van" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "hier." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minute" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "maande" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "beloning" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "iets het verkeerd geloop!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "aan" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Los probleem op} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Hierdie token word nie op toonaangewende Amerikaanse gesentraliseerde beurse verhandel of gereeld op Uniswap geruil nie.} other {Hierdie tokens word nie op toonaangewende Amerikaanse gesentraliseerde beurse verhandel of gereeld op Uniswap geruil nie.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Hierdie token word nie op toonaangewende Amerikaanse gesentraliseerde uitruilings verhandel nie.} other {Hierdie tokens word nie op toonaangewende Amerikaanse gesentraliseerde uitruilings verhandel nie.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Jy kan nie hierdie teken met die Uniswap-toepassing verhandel nie.} other {Jy kan nie hierdie tokens verhandel met die Uniswap-toepassing nie.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {lys} other {inskrywings}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} gestort" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Fooie verdien:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT's word aansienlik gelys" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} hangende" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Probeer om jou gliptoleransie te verhoog.\n" -"Let wel: fooi-op-oordrag en herbasis-tokens is onversoenbaar met Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Stemme" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Prys:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% fooi-vlak" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% swembad" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% kies" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% gly" - -#: 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 Tekens" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dag} other {dae}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {uur} other {ure}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {maand} other {maande}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {week} other {weke}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} en {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dag} other {dae}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {uur} other {ure}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuut} other {minute}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {maand} other {maande}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {tweede} other {sekondes}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {week} other {weke}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} is dalk op die oomblik af, of jy het dalk jou netwerkverbinding verloor." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} teken brug" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {versameling} other {versamelings}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Terug na swembaddens" - diff --git a/src/locales/ar-SA.po b/src/locales/ar-SA.po deleted file mode 100644 index 0a47aab0b5..0000000000 --- a/src/locales/ar-SA.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: ar\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Arabic\n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: ar\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "٪ الأعلى" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(عرض على Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(تعديل)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ منصب جديد" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- إزالة المستلم" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "حجم 24H" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "حجم 24 ساعة هو مقدار الأصل الذي تم تداوله على Uniswap v3 خلال الـ 24 ساعة الماضية." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "ارتفاع 52 واط" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 واط منخفض" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> جميع المقترحات" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> الأصوات" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>تحليلات الحساب والرسوم المتراكمة<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>السعر الحالي:<1><2/><3>{0} لكل {1}" - -#: 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>تلميح: إزالة رموز المجموعة تحول مركزك مرة أخرى إلى الرموز الأساسية بالمعدل الحالي، بما يتناسب مع نصيبك من المجموعة. الرسوم المتراكمة مدرجة في المبالغ التي تتلقاها." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>نصيحة: حدد إجراءً ووصف اقتراحك للمجتمع. لا يمكن تعديل العرض بعد التقديم ، لذا يرجى التحقق من جميع المعلومات قبل التقديم. ستبدأ فترة التصويت على الفور وتستمر لمدة 7 أيام. لاقتراح إجراء مخصص ، <1>اقرأ المستندات." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> نصيحة: استخدم هذه الأداة للبحث عن مجموعات v2 التي لا تظهر تلقائيًا في الواجهة." - -#: 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>نصيحة: عندما تضيف السيولة، سوف تتلقى رموز المجموعة التي تمثل مركزك. هذه الرموز تحصل تلقائيًا على رسوم تتناسب مع نصيبك من المجموعة، ويمكن استبدالها في أي وقت." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>افتح التصويت للتحضير للاقتراح التالي." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> لكل <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "مطلوب حد أدنى قدره 0.25٪ من إجمالي إمداد UNI لتقديم العروض" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "قد يكون لمقايضة بهذا الحجم تأثير كبير على السعر ، بالنظر إلى السيولة الحالية في المجمع. قد يكون هناك اختلاف كبير بين مقدار رمز الإدخال الخاص بك وما ستحصل عليه في رمز الإخراج" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "حول" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "قبول" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "نشط" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "نشاط" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "إضافة" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "أضف <0/> و <1/> إلى Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "إضافة مندوب +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "إضافة سيولة" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "إضافة سيولة V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "فشل إضافة السيولة V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "فشل إضافة السيولة" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "إضافة سيولة." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "أضف المزيد من السيولة" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "أضف الى الحقيبة" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "أضف الى الحقيبة" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "أضف {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "إضافة سيولة {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "السيولة المضافة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "تمت إضافة سيولة V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "السيولة المضافة" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "تم إضافة {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "إضافة سيولة V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "إضافة السيولة" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "السماح بترحيل رمز LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "مسموح" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "مدرج بالفعل في" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "قم دائمًا بإجراء البحث الخاص بك قبل التداول." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "المبلغ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "هناك حاجة إلى موافقة لاستخدام هذا الرمز المميز." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "حدث خطأ أثناء تحميل الرموز المميزة. حاول مرة اخرى." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "حدث خطأ أثناء محاولة تنفيذ هذا التبادل. قد تحتاج إلى زيادة تحملك للانزلاق. إذا لم يفلح ذلك ، فقد يكون هناك عدم توافق مع الرمز الذي تتداوله. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "فشلت الموافقة" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "في انتظار الموافقة" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "الموافقة" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "الموافقة على رمز" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "الموافقة في المحفظة" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "الموافقة في محفظتك" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "الموافقة على استخدام {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "الموافقة على {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "معتمد" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "الموافقة" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "الموافقة على {0}" - -#: 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 "سيتم استرداد {0} {1} و {2} {3} على الأقل إلى محفظتك بسبب نطاق السعر المحدد." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "تلقائي" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API جهاز التوجيه التلقائي" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "العودة إلى حمامات السباحة" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "العودة إلى اختيار المحفظة" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "شنطة" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "التوازن: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "الأفضل للأزواج الغريبة." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "الأفضل لمعظم الأزواج." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "الأفضل للأزواج مستقرة." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "الأفضل للأزواج المستقرة جدًا." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "تكاليف مسار أفضل الأسعار ~{gasPrice} في الغاز." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "العنوان المحظور" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "محظور في OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "فشل الاقتراض" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "اقترضت، استعارت" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "الاقتراض" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "مُشترى" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "فشل الحرق" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "أحرق" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "احتراق" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "يشتري" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "شراء العملات المشفرة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "فشل الشراء" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "قم بشراء أو تحويل NFTs إلى هذه المحفظة للبدء." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "قم بشراء أو تحويل الرموز المميزة إلى هذه المحفظة للبدء." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "شراء وبيع واستكشاف الرموز" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "شراء وبيع واستكشاف الرموز المميزة و NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "شراء" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "من خلال إضافة السيولة ستكسب 0.3٪ من جميع المعاملات على هذا الزوج بما يتناسب مع نصيبك من المجموعة. تضاف الرسوم إلى المجموعة، تتراكم في الوقت الحقيقي ويمكن المطالبة بها بسحب السيولة الخاصة بك." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "من خلال توصيل المحفظة ، فإنك توافق على Uniswap Labs '" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "فشل الإلغاء" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "ألغيت" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "ألغيت" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "الإلغاء" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "حذر" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "تحقق من حالة الشبكة" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "تحقق من أدلة التجول والترحيل الخاصة بـ v3 LP." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "مطالبة" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "مطالبة <0/> مقابل {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "مطالبة UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "مطالبة برمز UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "اطلب مكافأة UNI مقابل {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "مطالبة Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "فشلت المطالبة" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "المطالبة بالرسوم" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "طالب برموز UNI الخاصة بك" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "مطالب" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "مطالبة" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "مسح الكل" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "مسح الكل" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "إغلاق" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "مغلق" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "المناصب المغلقة" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "اجمع" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "اجمع كـ {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "تحصيل الرسوم" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "فشل تحصيل الرسوم" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "تحصيل{1} {0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "مجمّع" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "الرسوم المحصلة" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "جمع" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "قريبًا: ابحث عن الرموز المميزة على سلسلة BNB واستكشفها" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "شائع" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "تأكيد هذه المعاملة في محفظتك" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "تأكيد المعاملة في المحفظة" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "يتصل" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "توصيل المحفظة" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "وصّل بمحفظة لعرض سيولة V2 الخاصة بك." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "وصّل بمحفظة لعرض السيولة الخاصة بك." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "توصيل بمحفظة" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "المحتوى لا" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "يكمل" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "تفاعل العقد" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "عنوان العقد" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "نسخ!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "نسخ الوصلة" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "إنشاء مجموعة وإمدادات" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "إنشاء اقتراح" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "إنشاء مجموعة" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "إنشاء مجموعة وإضافة سيولة {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "فشل إنشاء التجمع" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "إنشاء مجموعة." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "أنشئ تجمع {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "تم إنشاء تجمع" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "إنشاء البركة" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "سعر {0} الحالي:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "مخصص" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "مسجل DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "هزم" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "أصوات التفويض" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "فشل المندوب" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "تفويض قوة التصويت إلى {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "مفوض" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "مفوض إلى:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "تفويض" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "تصويت التفويض" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "فشل النشر" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "نشر" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "النشر" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "مبالغ الإيداع" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "فشل الإيداع" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "إيداع السيولة" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "إيداع الرموز في شبكة {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "المودعة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "الإيداع" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "الوصف" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "مفصل" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "التفاصيل" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "تجاهل" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "توثيق" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "ليس لديك محفظة Uniswap؟" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "لا ترى أحد مراكز v2 الخاصة بك؟ <0>قم باستيراده." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "تحميل" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "قم بتنزيل Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "تحميل التطبيق" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "قم بالتنزيل في App Store لتخزين الرموز المميزة و NFT الخاصة بك بأمان ، وقم بتبديل الرموز المميزة ، والاتصال بتطبيقات التشفير." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "مراقب مسجل ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "تمثل رموز UNI التي تم الحصول عليها حصص التصويت في إدارة Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "يحرر" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "تحرير القوائم" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "أدخل نسبة مئوية" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "أدخل المستلم" - -#: 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 "أدخل عنوانًا لتشغيل مطالبة UNI. إذا كان العنوان لديه أي طلب UNI فإنه سيتم إرساله إليهم عند التقديم." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "أدخل مبلغ" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "أدخل مبلغ {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "خطأ" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "معرف الخطأ: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "خطأ في الاتصال" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "خدمة اسم Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "حدث" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "سعر الصرف" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "ينفذ" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "تنفيذ الاقتراح {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "فشل التنفيذ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "تنفيذ الاقتراح {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "أعدم" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "التنفيذ" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "سيؤدي تنفيذ هذا الاقتراح إلى تفعيل Calldata على السلسلة." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "تم تقديم التنفيذ" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "الناتج المتوقع" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "منتهي الصلاحية" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "ينتهي في" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "استكشف NFTs" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "استكشف Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "استكشف الرموز" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "نادر للغاية" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "فشل" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "فشل تبديل الشبكات" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "أعلام الميزة" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "مستوى الرسوم" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "فئة الرسوم" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "تعليق" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "مصاريف" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "إحضار الطريق" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "جارٍ الحصول على أفضل سعر ..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "إحضار السعر ..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "تصفية الرموز" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "يعثر على أفضل طريق على بروتوكول Uniswap من خلال متصفحك. قد يؤدي إلى ارتفاع وقت الاستجابة والأسعار." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "يجد أفضل مسار على بروتوكول Uniswap باستخدام Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "أرضية" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "أدنى سعر" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "لكل مجموعة موضحة أدناه، انقر فوق ترحيل لإزالة السيولة الخاصة بك من Uniswap V2 وإيداعها في Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "من" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "من (على الأكثر)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "مجموعة كاملة" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "البدء" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "احصل على الدعم" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "مركز المساعدة" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "مختفي" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "يخفي" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "إخفاء المراكز المغلقة" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "إخفاء الموارد" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "إخفاء الأرصدة الصغيرة" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "أنا أفهم" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "إذا كنت تعتقد أن هذا خطأ ، يرجى إرسال بريد إلكتروني يتضمن عنوانك إلى" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "استيراد مجموعة" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "استيراد مجموعة V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "في النطاق" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "في النطاق" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "زيادة السيولة" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "الأسعار الأولية وحصة المجموعة" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "تم تقدير الإدخال. سوف تبيع على الأكثر <0>{0} {1} أو سوف تعود المعاملة." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "رصيد غير كاف" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "سيولة غير كافية" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "السيولة غير كافية لهذه التجارة." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "سيولة مجمعة غير كافية لإتمام الصفقة" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "رصيد {0} غير كاف" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "زوج غير صالح" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "زوج غير صالح." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "مستلم غير صالح" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "لغة" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "آخر" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "السعر الاخير" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "آخر تحديث" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "تعلم" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "تعرف على توفير السيولة" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "يتعلم أكثر" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "الشؤون القانونية والخصوصية" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "الروابط" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "السيولة" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "يحصل مقدمو خدمات السيولة على رسم بنسبة 0.3٪ من جميع المهن يتناسب مع نصيبهم من المجموعة. تضاف الرسوم إلى المجموعة، تتراكم في الوقت الحقيقي ويمكن المطالبة بها بسحب السيولة الخاصة بك." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "قائمة NFTs" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "قائمة للبيع" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "يتطلب إدراج NFT موافقة السوق لمرة واحدة لكل مجموعة NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "جاري التحميل" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "بدل تحميل" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "انخفاض سعر القائمة" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "الأعلى" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "تقديم عرض" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "إدارة" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "إدارة السيولة في مخزن المكافآت" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "إدارة هذه المجموعة." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "الحد الأقصى" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "الحد الأقصى للسعر" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "الحد الأقصى من حقوق ملكية المبدعين" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "الرسوم القصوى" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "السعر الأقصى" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "ماكس انزلاق" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "الحد الأقصى:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "الحد الأقصى من المدخلات" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "ترحيل السيولة إلى V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "ترحيل سيولة V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "فشل ترحيل السيولة" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "نقل رموز السيولة الخاصة بك من Uniswap V2 إلى Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "ترحيل السيولة {0}{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "السيولة المهاجرة" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "الترحيل" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "ترحيل السيولة" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "الحد الأدنى للسعر" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "الحد الأدنى للسعر" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "دقيقة:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "الحد الأدنى للإخراج" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "تلقى الحد الأدنى" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "فشل النعناع" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "مسكوكا" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "سك" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "بيانات الرسم البياني مفقودة" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "بيانات الأسعار مفقودة بسبب حجم التداول المنخفض مؤخرًا على Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay غير متوفر في بعض المناطق. اضغط لتتعلم المزيد." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "المزيد" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFTs الخاصة بي" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "مجموعات NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "الاسم غير موجود" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "زر التنقل" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "تحذير الشبكة" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "رسوم الشبكة" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "أبداً" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "موضع جديد" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "لا توجد NFTs حتى الآن" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "لم يتم العثور على سيولة V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "لا يوجد نشاط حتى الان" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "لايوجد بيانات" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "بدون وصف." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "لا توجد عناصر لعرضها" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "لم يتم العثور على سيولة." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "لم يتم العثور على مجموعة." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "لا توجد حمامات سباحة حتى الآن" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "لا توجد مقترحات." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "لا توجد نتائج." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "لا توجد معلومات رمزية متاحة" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "لم يتم العثور على الرموز المميزة" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "لم يتم العثور على الرموز المميزة." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "لا توجد رموز حتى الآن" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "غير متاح" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "غير متوفر في منطقتك" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "لم يتم إنشاؤه" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "غير مدرج" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "عروض" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "بعد أن تكون راضيًا عن السعر، انقر على الإمداد للمراجعة." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "تم إدراج NFT واحد بنسبة {0}٪" - -#: 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 "أصوات UNI التي تم تفويضها بنفسك أو تفويضها إلى عنوان آخر قبل الكتلة {0} هي فقط المؤهلة للتصويت." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "عفوًا ، أعدني إلى Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "افتح مركزًا جديدًا أو أنشئ تجمعًا للبدء." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "توجيه الطلب" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "الناتج تقديري. إذا تغير السعر بأكثر من {0}٪ سوف تعود المعاملة الخاصة بك." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "الناتج تقديري. سوف تتلقى على الأقل <0>{0} {1} أو سوف تعود المعاملة." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "المالك" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "الصفحة غير موجودة!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "يدفع" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "الدفع على أي حال" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "ادفع عن طريق" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "قيد الانتظار" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "مطلوب إذن لـ Uniswap لمبادلة كل رمز مميز. ستنتهي صلاحيته بعد شهر واحد من أجل أمانك." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "تصريح 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "يرجى الاتصال بـ Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "المجموعة" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "مجمّع {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "حمامات السباحة" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "مجموعات NFT الشعبية" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "الرموز الشعبية" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "الموقف غير متوفر" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "التفضيلات" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "معاينة" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "السعر" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "فرق السعر:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "تأثير السعر" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "تأثير السعر مرتفع للغاية" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "تأثير السعر" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "تحذير من تأثير السعر" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "نطاق السعر" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "تم تحديث السعر" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "السعر:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "الأسعار وحصة المجموعة" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "سياسة الخصوصية" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "سياسة الخصوصية." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "المضي قدما في المحفظة" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "العائدات إذا بيعت" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "عرض" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "تم تقديم الاقتراح" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "عنوان الاقتراح" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "مقترحات" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "وسترد هنا المقترحات المقدمة من أعضاء المجتمع المحلي." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "الإجراء المقترح" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "المقترح" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "محلل عام" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "كمية" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "طابور" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "اقتراح قائمة الانتظار {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "فشل قائمة الانتظار" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "اقتراح قائمة الانتظار {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "في قائمة الانتظار" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "قائمة الانتظار" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "قائمة الانتظار" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "نادر" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "ندرة" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "الأسعار" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "اقرأ المزيد عن إدارة Uniswap" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "يستلم" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "فشل الاستلام" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "تلقى" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "يستلم" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "عمليات البحث الأخيرة" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "متلقي" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "سيتم رد المبالغ المستردة للعناصر غير المتاحة في ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "مرفوض" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "أعد تحميل التطبيق" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "إزالة" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "قم بإزالة <0/> و <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "أخرجه من الحقيبة" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "إزالة بند" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "فشل إزالة السيولة" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "السيولة المزالة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "السيولة المزالة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "إزالة السيولة" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "إزالة {0} {1} و {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "إزالة {0} {1} و{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "سدد" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "فشل السداد" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "السداد" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "حل {issues} مشاكل" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "أعد المحاولة" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "رجوع" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "ارجع إلى NFTs الخاصة بي" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "المسجل العكسي" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "مراجعة المبادلة" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "الموافقة الملغاة" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "نفس السعر" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "امسح باستخدام محفظة Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "يبحث" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "البحث عن اسم أو لصق العنوان" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "البحث عن الرموز ومجموعات NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "حدد زوج" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "حدد الرمز" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "حدد رمزًا للعثور على سيولة v2 الخاصة بك." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "حدد إجراء" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "حدد رمز" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "نطاق محدد" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "نفسه" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "تفويض ذاتي" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "يبيع" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "بيع NFTs" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "تاجر" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "فشل إرسال" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "إرسال" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "مرسل" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "حدد الأسعار للمتابعة" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "إعدادات" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "حصة من المجموعة" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "مشاركة المجموعة:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "حصة على التغريد" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "شارك على تويتر" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "يعرض" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "إظهار الملغاة" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "إظهار المراكز المغلقة" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "أظهر المزيد" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "عرض الموارد" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "لافتة" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "بسيط" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "قد يؤدي الانزلاق السعري أقل من {0}٪ إلى فشل الصفقة" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "مُباع" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "حدث خطأ ما" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "هناك خطأ ما. حاول مرة اخرى." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "عذرا ، حدث خطأ أثناء معالجة طلبك. إذا طلبت الدعم ، فتأكد من نسخ تفاصيل هذا الخطأ." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "عذرا ، حدث خطأ أثناء معالجة طلبك. إذا طلبت الدعم ، فتأكد من تقديم معرف الخطأ الخاص بك." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "بدء الإدراج" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "احصائيات" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "إرسال اقتراح جديد" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "فشل إرسال الاقتراح" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "الاقتراح المقدم" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "تقديم الاقتراح" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "تقديم التصويت" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "تقديم الاقتراح" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "نجح" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "النجاح" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "تم إدراجها بنجاح" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "الإمداد" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "إمداد {0} {1} و {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "مبادلة" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "استبدل <0/> بـ <1/>بالضبط" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "مبادلة على أي حال" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "استبدل <0/> بالضبط بـ <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "فشل المبادلة" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "مبادلة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "مبادلة" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "مبادلة {0} {1} مقابل {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "مسح" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "تبديل الشبكات" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "قم بالتبديل إلى {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "لم يتم العثور على الرمز" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "شروط الخدمة" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "نشكرك على كونك جزءًا من مجتمع Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "النسبة التي ستكسبها في الرسوم." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "الثابت Uniswap x*y=k لم يكن راضيًا عن المبادلة. يعني هذا عادةً أن أحد الرموز التي تقوم بتبادلها يتضمن سلوكًا مخصصًا عند النقل." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "المبلغ الذي تتوقع الحصول عليه بسعر السوق الحالي. قد تتلقى أقل أو أكثر إذا تغير سعر السوق أثناء تعليق معاملتك." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "يجلب التطبيق بيانات blockchain من خدمة The Graph المستضافة." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "يجلب التطبيق البيانات على السلسلة وينشئ مكالمات تعاقدية باستخدام واجهة برمجة تطبيقات Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "يجلب التطبيق المسار التجاري الأمثل من خادم Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "يسجل التطبيق إحصاءات الاستخدام مجهولة المصدر من أجل التحسين بمرور الوقت." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "يجمع التطبيق عنوان محفظتك بأمان ويشاركه مع TRM Labs Inc. لأسباب تتعلق بالمخاطر والامتثال." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "فشلت محاولة الاتصال. يرجى النقر فوق المحاولة مرة أخرى واتباع الخطوات للاتصال في محفظتك." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "الفرق المقدر بين قيم المدخلات والمخرجات بالدولار الأمريكي." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "الرسوم المدفوعة لعمال المناجم الذين يعالجون معاملتك. يجب دفع هذا في ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "الرسوم المدفوعة لعمال المناجم الذين يعالجون معاملتك. يجب دفع هذا في {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "تأثير تجارتك على سعر السوق لهذا التجمع." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "لا يمكن نقل رمز الإدخال. قد تكون هناك مشكلة في رمز الإدخال." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "سعر السوق خارج نطاق السعر المحدد الخاص بك. إيداع أصل واحد فقط." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "أقصى مبلغ يضمن لك إنفاقه. إذا انخفض السعر أكثر ، فستعود معاملتك." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "الحد الأدنى للمبلغ الذي يضمن لك الحصول عليه. إذا انخفض السعر أكثر ، فستعود معاملتك." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "أحدث رقم كتلة على هذه الشبكة. يتم تحديث الأسعار في كل كتلة." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "لا يمكن نقل رمز الإخراج. قد تكون هناك مشكلة في رمز الإخراج." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "لا يمكن نقل رمز الإخراج. قد تكون هناك مشكلة في رمز الإخراج. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "سمة" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "لا توجد بيانات سيولة." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "هذا العنوان محظور على واجهة Uniswap Labs لأنه مرتبط بواحد أو أكثر" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "يستخدم هذا التطبيق واجهات برمجة تطبيقات الجهات الخارجية التالية:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "هذا الشهر" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "يجب تهيئة هذا المستودع قبل أن تتمكن من إضافة السيولة. للتهيئة ، حدد سعر البداية للمجمع. ثم أدخل نطاق سعر السيولة ومبلغ الإيداع. ستكون رسوم الغاز أعلى من المعتاد بسبب معاملة التهيئة." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "يمكن تنفيذ هذا الاقتراح بعد {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "يعمل هذا المسار على تحسين إجمالي إنتاجك من خلال مراعاة المسارات المنقسمة والقفزات المتعددة وتكلفة الغاز لكل خطوة." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "يحتوي هذا الجدول على الرموز المميزة الأعلى حسب حجم Uniswap ، مرتبة بناءً على مدخلاتك." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "هذا الرمز غير موجود" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "هذا الرمز غير موجود على {0}" - -#: 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 "هذه الأداة سوف تنقل سيولتك {0} إلى V3. العملية غير موثوق بها تمامًا بسبب" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "تعذر إرسال هذه المعاملة لانتهاء الموعد المحدد. يرجى التحقق من أن الموعد النهائي لمعاملاتك ليس منخفضًا جدًا." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "لن تنجح هذه الصفقة بسبب حركة السعر. حاول زيادة تحملك للانزلاق. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "لن تنجح هذه الصفقة إما بسبب حركة السعر أو بسبب رسوم التحويل. حاول زيادة تحملك للانزلاق." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "هذا الاسبوع" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "هذا العام" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "وقت" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "إلى" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "إلى (على الأقل)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "لاستخدام Uniswap على {0}، قم بتبديل الشبكة في إعدادات محفظتك." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "لعرض الوظيفة ، يجب أن تكون متصلاً بالشبكة التي تنتمي إليها." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "اليوم" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "اسم الرمز" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "لم يتم العثور على الرمز" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "تتوفر إحصائيات ومخططات الرمز المميز لـ {label} على <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "الرموز" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "أهم السمات" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "أفضل المجموعات" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "أعلى الرموز على Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "المجموع" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "إجمالي القيمة المقفلة (TVL) هو المبلغ الإجمالي للأصل المتاح عبر جميع مجمعات السيولة Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "تداول العملات المشفرة و NFTs بثقة" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "تداول العملات المشفرة بثقة" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "سمة" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "أرضية السمات" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "سمات" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "إعدادات المعاملة" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "تم إرسال المعاملة" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "اكتملت المعاملة في" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "الموعد النهائي للمعاملة" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "المعاملة معلقة" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "الصفقة مرفوضة" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "تم إرسال المعاملة" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "رمز التحويل" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "حاول مرة أخرى" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "حوكمة UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "وصل UNI" - -#: src/pages/Vote/Landing.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 حصص التصويت في حوكمة Uniswap. يمكنك التصويت على كل اقتراح بنفسك أو تفويض أصواتك لطرف ثالث." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} محروق" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "غير متوفره" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "غير متاح للإدراج" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "الرسوم غير المطالب بها" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "غير محدد" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "إدارة Uniswitp" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "شروط خدمة Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "بروتوكول Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 غير متوفر على هذه الشبكة." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap متاح في: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "عميل Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "حوكمة Uniswap متاحة فقط في الطبقة 1. قم بتبديل شبكتك إلى Ethereum Mainnet لعرض الاقتراحات والتصويت." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "لقد منح Uniswap رغبتك!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap في جيبك" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "عقد ترحيل Uniswap ↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "مجهول" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "موافقة غير معروفة" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "غير معروف منت" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "إرسال غير معروف" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "مقايضة غير معروفة" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "فتح الأصوات" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "غير مدعوم من محفظتك" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "بدون عنوان" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "قم بفك التفاف <0/> إلى {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "فشل فك اللف" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "يفك ربطة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "فك" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "تحديث التفويض" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "استخدم Uniswap Labs API للحصول على عروض أسعار أسرع." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "سيولة V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "سعر V3 {0}:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "إصدار:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "شائع جدا" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "نادر جدا" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "عرض الرسوم المتراكمة والتحليلات <0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "عرض وبيع NFTs" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "عرض المزيد من التحليلات" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "عرض على Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "عرض على Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "عرض على {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "عرض المعاملة على Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "الحجم هو مقدار الأصل الذي تم تداوله على Uniswap v3 خلال الإطار الزمني المحدد." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "التصويت ضد" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "التصويت لـ" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "التصويت ضد الاقتراح {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "التصويت ضد الاقتراح {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "التصويت ضد الاقتراح {proposalKey} مع السبب \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "فشل التصويت" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "التصويت لصالح الاقتراح {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "التصويت للمقترح {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "التصويت على الاقتراح {proposalKey} مع السبب \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "التصويت في الحكم" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "التصويت للامتناع عن التصويت على الاقتراح {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "التصويت للامتناع عن التصويت على الاقتراح {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "التصويت على الامتناع عن التصويت على الاقتراح {proposalKey} مع السبب \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "تم التصويت" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "التصويت" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "انتهى التصويت {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "التصويت ينتهي تقريبًا {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "يبدأ التصويت تقريبًا {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "في انتظار التأكيد" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "عنوان المحفظة أو اسم ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "تحذير" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "مرحبًا بكم في فريق Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "لماذا الصفقة مطلوبة؟" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "سحب السيولة المودعة" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "فشل الانسحاب" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "الانسحاب" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "انسحب" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "التفاف" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "لف <0/> إلى {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "فشل الالتفاف" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "مغطى" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "يلف" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "شبكة خاطئة" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "لديك بالفعل اقتراح نشط أو معلق" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "أنت تقوم بإنشاء مجموعة" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "أنت لست صاحب منصب LP هذا. لن تتمكن من سحب السيولة من هذا المركز إلا إذا كنت تمتلك العنوان التالي: {ownerAddress}" - -#: 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 "أنت أول موفر للسيولة لمجموعة Uniswap V3 هذا. ستنتقل السيولة الخاصة بك بسعر {0} الحالي." - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "ليس لديك أصوات كافية لتقديم اقتراح" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "ليس لديك سيولة في هذه المجموعة حتى الآن." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "ربما تكون قد فقدت اتصالك بالشبكة." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "يجب عليك توصيل حساب." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "يجب أن يكون لديك {formattedProposalThreshold} أصوات لتقديم اقتراح" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "انت تدفع" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "يجب عليك إيداع السيولة فقط في Uniswap V3 بسعر تعتقد أنه صحيح. <0/>إذا بدا السعر غير صحيح، يمكنك إما مقايضة لتحريك السعر أو الانتظار حتى يقوم شخص آخر بذلك." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "سيولة V2 الخاصة بك" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "ستظهر مراكز سيولة V3 النشطة الخاصة بك هنا." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "رصيدك على {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "شبكتك المتصلة غير مدعومة." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "ستظهر هنا معاملاتك على onchain ومشترياتك من العملات المشفرة." - -#: 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/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "سيظهر موقعك هنا." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "مركزك سيكون 100% مؤلفاً من {0} بهذا السعر" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "مركزك سيكون 100% {0} بهذا السعر." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "من المتوقع أن تفشل المبادلة الخاصة بك." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "قد تكون معاملتك في المقدمة وتؤدي إلى تجارة غير مواتية." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "سيتم إرجاع المعاملة الخاصة بك إذا كانت معلقة لأكثر من هذه الفترة الزمنية." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "سيتم عودة معاملتك إذا تغير السعر بشكل غير مؤات بأكثر من هذه النسبة." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "الشبكة الحالية لمحفظتك غير مدعومة." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "رصيدك {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "و" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "والموافقة على ذلك" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "متاح حتى الآن" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "أقل من سعر الأرض." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "أقل من السعر الأدنى للمجموعة. هل أنت متأكد أنك تريد الاستمرار؟" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "الأنشطة المحظورة" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "مصاريف" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "ل" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "لـ {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "من" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "هنا." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "دقائق" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "شهور" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "جائزة" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "هناك خطأ ما!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "ل" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {حل المشكلة} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {لا يتم تداول هذا الرمز المميز في البورصات المركزية الأمريكية الرائدة أو يتم تبديله بشكل متكرر على Uniswap.} other {لا يتم تداول هذه الرموز في البورصات المركزية الأمريكية الرائدة أو يتم تبادلها بشكل متكرر على Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {لا يتم تداول هذا الرمز المميز في البورصات المركزية الأمريكية الرائدة.} other {لا يتم تداول هذه الرموز في البورصات المركزية الأمريكية الرائدة.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {لا يمكنك تداول هذا الرمز المميز باستخدام تطبيق Uniswap.} other {لا يمكنك تداول هذه الرموز المميزة باستخدام تطبيق Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {قائمة} other {القوائم}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} مودعة" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} رسوم مكتسبة:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "يتم سرد {0} NFTs بشكل ملحوظ" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} معلق" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} حاول زيادة تحملك للانزلاق.\n" -"ملاحظة: الرموز المميزة لرسوم التحويل وإعادة الأساس غير متوافقة مع Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} أصوات" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} لكل {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} السعر:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}٪ فئة الرسوم" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}٪ تجمع" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}٪ حدد" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}٪ انزلاق سعر" - -#: 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" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}م" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {يوم} other {أيام}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {ساعة} other {ساعات}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {شهر} other {شهور}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {أسبوع} other {أسابيع}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} و {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {يوم} other {أيام}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {ساعة} other {ساعات}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {دقيقة} other {دقائق}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {شهر} other {شهور}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {ثانية} other {ثواني}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {أسبوع} other {أسابيع}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "قد يكون {label} معطلاً الآن ، أو ربما فقدت اتصالك بالشبكة." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} جسر رمزي" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} لكل {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {مجموعة} other {مجموعات}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← الرجوع إلى حمامات السباحة" - diff --git a/src/locales/ca-ES.po b/src/locales/ca-ES.po deleted file mode 100644 index 559a1d7ab4..0000000000 --- a/src/locales/ca-ES.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: ca\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Catalan\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: ca\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% màx" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Veure a l'Explorador)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(edita)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nova posició" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Eliminar el destinatari" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Volum 24 h" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "El volum de 24 hores és la quantitat de l'actiu que s'ha negociat a Uniswap v3 durant les últimes 24 hores." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W d'alçada" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W baix" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Totes les propostes" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Vots" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Anàlisi del compte i comissions acumulades <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Preu actual:<1><2/><3>{0} per {1}" - -#: 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>Consell: L’eliminació de les fitxes de grup converteix la vostra posició en fitxes subjacents al ritme actual, proporcional a la vostra quota de grup. Les comissions acumulades estan incloses en els imports que rebeu." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Consell: Seleccioneu una acció i descriu la vostra proposta per a la comunitat. La proposta no es pot modificar després de l'enviament, així que si us plau, verifiqueu tota la informació abans d'enviar-la. El període de votació començarà immediatament i tindrà una durada de 7 dies. Per proposar una acció personalitzada, <1>llegiu els documents." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Consell: Utilitzeu aquesta eina per trobar grups de v2 que no apareixen automàticament a la interfície." - -#: 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>Consell: Quan afegiu liquiditat, rebreu fitxes de grup que representin la vostra posició. Aquestes fitxes guanyen automàticament quotes proporcionals a la vostra quota de fons i es poden bescanviar en qualsevol moment." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Desbloqueja la votació per preparar la propera proposta." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Es requereix un llindar mínim del 0,25% de l'oferta total d'UNI per presentar propostes" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Un swap d'aquesta mida pot tenir un alt impacte en els preus, donada la liquiditat actual del pool. Pot haver-hi una gran diferència entre la quantitat del testimoni d'entrada i el que rebrà al testimoni de sortida" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Sobre" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Accepta" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Actiu" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Activitat" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Afegeix" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Afegiu <0/> i <1/> a Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Afegeix delegat +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Afegiu liquiditat" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Afegiu liquiditat V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "S'ha produït un error en afegir liquiditat V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "No s'ha pogut afegir liquiditat" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Afegiu liquiditat." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Afegiu més liquiditat" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Afegir a la bossa" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Afegir a la bossa" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Afegeix {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Afegir {0}/{1} liquiditat V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Liquiditat afegida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "S'ha afegit liquiditat V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Liquiditat afegida" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Afegit {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Afegir liquiditat V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Afegir liquiditat" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Afegir aquesta proposta a la cua permetrà executar-la, després d'un retard." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "L'adreça no té cap reclamació disponible" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "En contra" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Permet la migració de token LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Es permet" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Ja figura a" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Feu sempre la vostra pròpia investigació abans de negociar." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Import" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Es necessita una aprovació per utilitzar aquest testimoni." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "S'ha produït un error en carregar fitxes. Siusplau torna-ho a provar." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "S'ha produït un error en intentar executar aquest intercanvi. És possible que hàgiu d'augmentar la tolerància a la relliscada. Si això no funciona, és possible que hi hagi una incompatibilitat amb el testimoni que esteu negociant. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "L'aprovació ha fallat" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Aprovació pendent" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Aprovar" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Aprova el testimoni" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Aprovar a la cartera" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Aprova a la teva cartera" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Aprova l'ús de {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Aprova {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Aprovat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Aprovant" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "S’aprova {0}" - -#: 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 "Com a mínim {0} {1} i {2} {3} seran reemborsats a la cartera a causa de l'interval de preus seleccionat." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automàtic" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Tornar a Piscines" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Torna a la selecció de cartera" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Bossa" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Balanç: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "El millor per a parells exòtics." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "El millor per a la majoria de parells." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "El millor per a parells estables." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "El millor per a parelles molt estables." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "La ruta al millor preu costa ~{gasPrice} en gasolina." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Adreça bloquejada" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bloquejat a OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "El préstec ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Prestat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Préstec" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Comprat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "La crema ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Cremat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Cremant" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Compra" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Comprar cripto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "La compra ha fallat" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Compra o transfereix NFT a aquesta cartera per començar." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Compra o transfereix fitxes a aquesta cartera per començar." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Compreu, veneu i exploreu fitxes" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Compreu, veneu i exploreu fitxes i NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Comprant" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Per" - -#: 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 "Si afegiu liquiditat, guanyareu el 0,3% de totes les operacions d’aquest parell proporcional a la vostra quota de grup. Les comissions s’afegeixen al grup, s’acumulen en temps real i es poden reclamar retirant la vostra liquiditat." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "En connectar una cartera, accepteu Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "La cancel·lació ha fallat" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Cancel·lat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Cancel·lat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "S'està cancel·lant" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Precaució" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Comproveu l'estat de la xarxa" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Consulteu les nostres guies de migració i tutorial v3 LP." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Reclamació" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Reclama <0/> per {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Reclamació UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Reclama la fitxa UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Reclama la recompensa UNI per {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Reclama Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "La reclamació ha fallat" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Taxes de reclamació" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Reclameu les vostres fitxes UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Reclamat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Reclamant" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Esborra-ho tot" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Esborra-ho tot" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Tanca" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Tancat" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Posicions tancades" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Cobra" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Recull com a {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Cobra les taxes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "No s'han pogut cobrar les taxes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Recolliu {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Cobrat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Comissions cobrades" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Cobrant" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Cobrament de taxes" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Les taxes de cobrament us retiraran les taxes disponibles actualment." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Aviat: cerca i explora fitxes a BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Comú" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Completa!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Confirmeu" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Confirmeu el subministrament" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Confirmeu aquesta transacció a la vostra cartera" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Confirmeu la transacció a la cartera" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Connecta't" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Connect Wallet" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Connecteu una cartera" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Connecteu-vos a una cartera per trobar piscines" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Connecteu-vos a una cartera per veure la vostra liquiditat V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Connecteu-vos a una cartera per veure la vostra liquiditat." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Connecteu la cartera" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Contingut no" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continua" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interacció del contracte" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Adreça del contracte" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Copiat!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Copia l'enllaç" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Crea grup i subministrament" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Crear una proposta" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Crea un parell" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Crea fons i afegeix {0}/{1} liquiditat V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "No s'ha pogut crear l'agrupació" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Crea un grup." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Crea{1} grup V3 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Piscina creada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Creació de piscina" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Les compres de criptografia no estan disponibles a la vostra regió." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Preu actual" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Preu actual {0}" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Personalitzat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registre DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Derrotat" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Vots delegats" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "El delegat ha fallat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delega el poder de vot a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegat" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegat a:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegant" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegar vots" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "La implementació ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Desplegat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Desplegant" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Quantitats de dipòsit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "El dipòsit ha fallat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Dipòsit de liquiditat" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Diposita fitxes a la xarxa {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Dipositat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Dipositant" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Descripció" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detallada" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detalls" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Destitueix" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentació" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "No teniu Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "No veieu cap de les vostres posicions v2? <0> Importeu-la." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "descarregar" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Baixeu Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Descarrega l'aplicació" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Baixeu-lo a l'App Store per emmagatzemar de manera segura els vostres fitxes i NFT, intercanviar fitxes i connectar-vos a aplicacions criptogràfiques." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Controlador del registre ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Les fitxes UNI obtingudes representen accions de vot en la governança Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Edita" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Edita les llistes" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Introduïu un percentatge" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Introduïu un destinatari" - -#: 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 "Introduïu una adreça per activar una reclamació UNI. Si l'adreça té alguna UNI que es pugui reclamar, se'ls enviarà en l'enviament." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Introduïu un import" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Introduïu {0} import" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Error" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Identificador d'error: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Error de connexió" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Servei de noms Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Esdeveniment" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Tipus de canvi" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Executar" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Executar la proposta {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Ha fallat l'execució" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Executar la proposta {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Executat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Executant" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "L'execució d'aquesta proposta promulgarà les dades de la convocatòria en cadena." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Execució presentada" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Sortida esperada" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Caducat" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Caduca a" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Exploreu les NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Exploreu Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Explora fitxes" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extremadament rar" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Fracassat" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "No s'ha pogut canviar de xarxa" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Característiques Banderes" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Nivell de tarifa" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Nivell de tarifes" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Feedback" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Tarifes" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Ruta de recollida" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Buscant el millor preu..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "S'està obtenint el preu..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Fitxes de filtre" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Troba la millor ruta al protocol Uniswap a través del vostre navegador. Pot comportar una latència i uns preus elevats." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Troba la millor ruta al protocol Uniswap mitjançant l'API d'encaminament d'Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Pis" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Preu pis" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Per a" - -#: 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 "Per a cada grup que es mostra a continuació, feu clic a Migra per eliminar la liquiditat d'Uniswap V2 i dipositar-la a Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Des de" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "De (com a màxim)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Gamma completa" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Començar" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Obteniu suport" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centre d'ajuda" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Ocult" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Amaga" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Amaga les posicions tancades" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Amaga recursos" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Amaga petits saldos" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Entenc" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Si creieu que es tracta d'un error, envieu un correu electrònic amb la vostra adreça a" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importa el grup" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importa l'agrupació V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "A la gamma" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Dins del rang" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Augmenta la liquiditat" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Preus inicials i quota de grup" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "S’estima l’entrada. Vindràs com a màxim <0>{0} {1} o la transacció es revertirà." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fons insuficients" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Liquiditat insuficient" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Liquiditat insuficient per a aquest comerç." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Liquiditat del grup insuficient per completar la transacció" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Saldo {0} insuficient" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Parella no vàlida" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Parella no vàlida." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Entrada de preu no vàlida" - -#: 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 "L'interval no és vàlid. El preu mínim ha de ser inferior al preu màxim." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Destinatari no vàlid" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Llenguatge" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Darrer" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Darrer preu" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Última actualització" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Aprendre" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Obteniu informació sobre com proporcionar liquiditat" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Aprèn més" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Legal i Privacitat" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Enllaços" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquiditat" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Dades de liquiditat no disponibles." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Recompenses del proveïdor de liquiditat" - -#: 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 "Els proveïdors de liquiditat guanyen una comissió del 0,3% en tots els negocis proporcional a la seva quota de grup. Les comissions s’afegeixen al fons, s’acumulen en temps real i es poden reclamar retirant la vostra liquiditat." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Llista NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Llista en venda" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Llistar un NFT requereix una aprovació única del mercat per a cada col·lecció NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Llistats" - -#: 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 -msgid "Loading" -msgstr "S'està carregant" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Bonificació de càrrega" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Preu de llista baix" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Fer una oferta" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gestiona" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gestioneu la liquiditat al grup de recompenses" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Gestioneu aquest fons." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Màx" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Preu màxim" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Màxim drets d'autor del creador" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Comissions màximes" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Preu màxim" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Lliscament màxim" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Màx.:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Entrada màxima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Màxim enviat" - -#: 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 "Migrar" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migreu la liquiditat a la V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrar la liquiditat V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Ha fallat la migració de liquiditat" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migreu les vostres fitxes de liquiditat des d'Uniswap V2 a Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migra{1} liquiditat {0}a V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Liquiditat migrada" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrant" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Liquiditat migratòria" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Preu mínim" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Preu mínim" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Sortida mínima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Mínim rebut" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Encunyat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Encunyació" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Falten dades del gràfic" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Falten dades de preus a causa del volum de negociació baix recentment a Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay no està disponible en algunes regions. Feu clic per obtenir més informació." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Més" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Els meus NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Col·leccions NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "No s'ha trobat el nom" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Botó de navegació" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Avís de xarxa" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Tarifa de la xarxa" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Mai" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nova posició" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Encara no hi ha NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "No s'ha trobat cap liquiditat V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Encara no hi ha activitat" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "No hi ha dades" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Sense descripció." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "No hi ha elements per mostrar" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "No s'ha trobat cap liquiditat." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "No s'ha trobat cap grup." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Encara no hi ha piscines" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "No s'ha trobat cap proposta." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Sense resultats." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "No hi ha informació de testimoni disponible" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "No s'han trobat fitxes" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "No s'han trobat fitxes." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Encara no hi ha fitxes" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "No disponible" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "No disponible a la teva regió" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "No creat" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "No figura a la llista" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Ofertes" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Quan estigueu satisfet amb la tarifa, feu clic a Subministrament per revisar-la." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Un NFT apareix al {0}%" - -#: 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 "Només es poden votar els vots UNI que s’autodelegaven o delegaven a una altra direcció abans del bloc {0}." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Vaja, torna'm a Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Obre una posició nova o crea un grup per començar." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Encaminament de comandes" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Fora de rang" - -#: 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 "S’estima la producció. Si el preu canvia més del {0}%, la vostra transacció es revertirà." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "S’estima la producció. Rebrà com a mínim <0>{0} {1} o la transacció es revertirà." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Propietari" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Pàgina no trobada!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Pagar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Paga de totes maneres" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Paga amb" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Pendents" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Es requereix permís perquè Uniswap intercanvii cada testimoni. Això caducarà al cap d'un mes per la vostra seguretat." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permís 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Connecteu-vos a la capa 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Grup" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Grup trobat!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Fitxes de grup al grup de recompenses:" - -#: 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 "Agrupat {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Piscines" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Col·leccions populars de NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Fitxes populars" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posició no disponible" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferències" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Vista prèvia" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Preu" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Diferència de preu:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impacte en els preus" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "L’impacte en el preu és massa alt" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impacte en el preu" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Avís d'impacte dels preus" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Gamma de preus" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Preu actualitzat" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Preu:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Preus i quota de grup" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Política de privacitat" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Política de privacitat." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Continueu amb la cartera" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Els guanys si es ven" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Proposta" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Proposta presentada" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Títol de la proposta" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propostes" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Les propostes enviades pels membres de la comunitat apareixeran aquí." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Acció proposada" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proponent" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Resolvedor públic" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Quantitat" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Cua" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Proposta de cua {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Ha fallat la cua" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Proposta de cua {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "En cua" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Fent cua" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Fent cua" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Rar" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "La raresa" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tarifes" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Llegiu més sobre la governança Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Obteniu més informació sobre com proporcionar liquiditat" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Obteniu més informació sobre els recursos no compatibles" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Rebre" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "La recepció ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Rebut" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Recepció" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Recerques recents" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Destinatari" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Els reemborsaments dels articles no disponibles es faran a ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Rebutjada" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Torna a carregar l'aplicació" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Elimina" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Elimina <0/> i <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Elimina la quantitat" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Elimina delegat" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Elimina la liquiditat" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Traieu de la bossa" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Elimina l'element" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "S'ha produït un error en eliminar la liquiditat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquiditat eliminada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquiditat eliminada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Eliminació de liquiditat" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Eliminació de {0} {1} i {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Eliminant {0} {1} i{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Reemborsat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Ha fallat el reemborsament" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Reemborsament" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Resoldre {issues} problemes" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Torna-ho a provar" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Torna" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Torna a My NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Registrador invers" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Intercanvi de ressenyes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Aprovació revocada" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Mateix Preu" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Escaneja amb Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Cerca" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Cerqueu el nom o enganxeu l'adreça" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Cerca fitxes i col·leccions NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Seleccioneu Parella" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Seleccioneu una fitxa" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Seleccioneu una fitxa per trobar la vostra liquiditat v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Seleccioneu una acció" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Seleccioneu el testimoni" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Interval seleccionat" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Auto" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Autodelegat" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vendre" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vendre NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Venedor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "L'enviament ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Enviament" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Enviat" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Estableix l'interval de preus" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Estableix el preu inicial" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Estableix preus per continuar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Configuració" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Quota de grup" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Quota de grup:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Comparteix a Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Comparteix a Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Espectacle" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Mostra cancel·lada" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Mostra les posicions tancades" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Mostra més" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Mostra recursos" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Signe" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Senzill" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Un lliscament per sota del {0}% pot donar lloc a una transacció fallida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Vengut" - -#: 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 "Alguns recursos no estan disponibles a través d’aquesta interfície perquè és possible que no funcionin bé amb els contractes intel·ligents o no podem permetre la negociació per motius legals." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Alguna cosa ha anat malament" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Alguna cosa ha anat malament. Siusplau torna-ho a provar." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Ho sentim, s'ha produït un error en processar la vostra sol·licitud. Si sol·liciteu assistència, assegureu-vos de copiar els detalls d'aquest error." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Ho sentim, s'ha produït un error en processar la vostra sol·licitud. Si sol·liciteu assistència, assegureu-vos de proporcionar el vostre identificador d'error." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Comença la llista" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Estadístiques" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Presentar nova proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "No s'ha pogut enviar la proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Proposta presentada" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Presentació de la proposta" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Enviament de vot" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Presentació de la proposta" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Encertat" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Èxit" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "S'ha llistat correctament" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Subministrament" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Subministrant {0} {1} i {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Intercanvi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Canvia <0/> per exactament <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Intercanviar de totes maneres" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Canvia exactament <0/> per <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "L'intercanvi ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Canviat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Canvi" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Intercanvi de {0} {1} per {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Escombrar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Canvia de xarxes" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Canvia a {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Símbol no trobat" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Termes del servei" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Gràcies per formar part de la comunitat Uniswap <0 />" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "El % que guanyaràs en comissions." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "L'invariant Uniswap x * y = k no va quedar satisfet per l'intercanvi. Normalment, això significa que un de les fitxes que canvieu incorpora un comportament personalitzat en la transferència." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "La quantitat que espereu rebre al preu de mercat actual. És possible que en rebeu menys o més si el preu del mercat canvia mentre la vostra transacció està pendent." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "L'aplicació obté dades de blockchain del servei allotjat de The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "L'aplicació obté dades en cadena i construeix trucades de contracte amb una API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "L'aplicació obté la ruta comercial òptima des d'un servidor d'Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "L'aplicació registra estadístiques d'ús anònimes per tal de millorar amb el temps." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "L'aplicació recopila de forma segura l'adreça de la cartera i la comparteix amb TRM Labs Inc. per motius de risc i de compliment." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "L'intent de connexió ha fallat. Feu clic a prova de nou i seguiu els passos per connectar-vos a la vostra cartera." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "La diferència estimada entre els valors en USD dels imports d'entrada i sortida." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "La tarifa pagada als miners que processen la vostra transacció. Això s'ha de pagar en ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "La tarifa pagada als miners que processen la vostra transacció. Això s'ha de pagar en {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "L'impacte que té el vostre comerç en el preu de mercat d'aquest grup." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "La fitxa d’entrada no es pot transferir. Pot haver-hi un problema amb la fitxa d’entrada." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "El preu de mercat està fora de l’interval de preus especificat. Només dipòsit d'un actiu únic." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "L'import màxim que us garanteix la despesa. Si el preu baixa més, la transacció es revertirà." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "La quantitat mínima que es garanteix rebre. Si el preu baixa més, la transacció es revertirà." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "El número de bloc més recent d'aquesta xarxa. Actualització de preus a cada bloc." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "La fitxa de sortida no es pot transferir. Pot haver-hi un problema amb la fitxa de sortida." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "El testimoni de sortida no es pot transferir. Pot haver-hi un problema amb el testimoni de sortida. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3." - -#: 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 "El preu d'aquest grup està fora de l'interval seleccionat. Actualment, la vostra posició no cobra comissions." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "El preu d'aquest grup està dins de l'interval seleccionat. Actualment, la vostra posició està cobrant comissions." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "La proporció de fitxes que afegiu fixarà el preu d’aquest grup." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "No hi ha dades de liquiditat." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Aquesta adreça està bloquejada a la interfície d'Uniswap Labs perquè està associada amb una o més" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Aquesta aplicació utilitza les següents API de tercers:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Aquest mes" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Aquest grup s'ha d'inicialitzar abans de poder afegir liquiditat. Per inicialitzar, seleccioneu un preu inicial per a la piscina. A continuació, introduïu el vostre rang de preus de liquiditat i l'import del dipòsit. Les tarifes del gas seran més altes de l'habitual a causa de la transacció d'inicialització." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Aquesta proposta es pot executar després de {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Aquesta ruta optimitza la producció total tenint en compte les rutes dividides, els salts múltiples i el cost del gas de cada pas." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Aquesta taula conté les fitxes principals per volum Uniswap, ordenades en funció de la vostra entrada." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Aquest testimoni no existeix" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Aquest testimoni no existeix a {0}" - -#: 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 "Aquesta eina migrarà de manera segura la vostra {0} a V3. El procés és completament desconfiat gràcies a" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Aquesta transacció no s'ha pogut enviar perquè ha passat el termini. Comproveu que el termini de transacció no sigui massa baix." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Aquesta transacció no tindrà èxit a causa del moviment dels preus. Proveu d'augmentar la tolerància al lliscament. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Aquesta transacció no tindrà èxit a causa del moviment de preus o de la comissió de transferència. Proveu d'augmentar la tolerància al lliscament." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Aquesta setmana" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Aquest any" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Temps" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Per a" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "A (com a mínim)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Per utilitzar Uniswap a {0}, canvieu la xarxa a la configuració de la cartera." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Per visualitzar una posició, heu d'estar connectat a la xarxa a la qual pertany." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Avui" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nom del testimoni" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "No s'ha trobat el testimoni" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Les estadístiques i els gràfics de fitxes per a {label} estan disponibles a <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Fitxes" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Tret superior" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Grups principals" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Les fitxes principals d'Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "El valor total bloquejat (TVL) és l'import total de l'actiu disponible en tots els grups de liquiditat Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Comercialitza cripto i NFT amb confiança" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Comerç cripto amb confiança" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Tret" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Pis de trets" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Característiques" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Configuració de transaccions" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transacció enviada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transacció completada a" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Termini de transacció" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transacció pendent" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transacció rebutjada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transacció enviada" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Fitxa de transferència" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Torna-ho a provar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Governació UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "Ha arribat UNI" - -#: src/pages/Vote/Landing.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 "Les fitxesUNI representen accions de vot en el govern Uniswap. Podeu votar vosaltres cada proposta o delegar els vostres vots a un tercer." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Cremat" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "No disponible" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "No disponible per a la llista" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Tarifes no reclamades" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Indeterminat" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Governança Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Condicions del servei d'Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocol Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 no està disponible en aquesta xarxa." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponible a: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Client Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "La governança Uniswap només està disponible a la capa 1. Canvieu la vostra xarxa a Ethereum Mainnet per veure les propostes i votar." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap ha complert el teu desig!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap a la butxaca" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Contracte de migració Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Desconegut" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Aprovació desconeguda" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Menta desconeguda" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Enviament desconegut" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Canvi desconegut" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Desbloqueja vots" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Desbloqueja les votacions" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Desbloqueig de vots" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Recurs no admès" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Actius no admesos" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "No és compatible amb la teva cartera" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Sense títol" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Desembolicar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Desembolica <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "S'ha produït un error en desembalar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Desembolicat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Desembolcall" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Actualitza la delegació" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Utilitzeu l'API d'Uniswap Labs per obtenir pressupostos més ràpids." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Liquiditat V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Preu:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versió:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Molt comú" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Molt extrany" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Consulteu els honoraris i les taxes acumulades <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Veure i vendre NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Veure més analítiques" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Veure a Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Veure a Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Veure a {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Veure la transacció a Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "El volum és la quantitat de l'actiu que s'ha negociat a Uniswap v3 durant el període de temps seleccionat." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Vota en contra" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Vota per" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Vota contra la proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Votar en contra de la proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Vota en contra de la proposta {proposalKey} amb el motiu \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "La votació ha fallat" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Vota la proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Vota la proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Vota la proposta {proposalKey} amb el motiu \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Votar en govern" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Votació a favor de l'abstenció a la proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Votació a favor de l'abstenció a la proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Votar l'abstenció a la proposta {proposalKey} amb el motiu \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Votat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Votació" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "La votació ha finalitzat {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "La votació finalitza aproximadament {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "La votació comença aproximadament a {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Esperant la confirmació" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Adreça de cartera o nom de l'ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Avís" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Benvingut a l'equip Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Per què és necessària una transacció?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Retirar la liquiditat dipositada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "La retirada ha fallat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Retirant" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Es va retirar" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Embolicar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Embolcall <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Ha fallat l'embolcall" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Embolicat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Embolcall" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Xarxa incorrecta" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Ja tens una proposta activa o pendent" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Esteu creant un grup" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "No sou el propietari d'aquesta posició de LP. No podreu retirar la liquiditat d'aquesta posició tret que tingueu la següent adreça: {ownerAddress}" - -#: 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 "Sou el primer proveïdor de liquiditat d’aquest grup Uniswap V3. La vostra liquiditat migrarà al preu {0}" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Sou el primer proveïdor de liquiditat." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Podeu votar vosaltres cada proposta o delegar els vostres vots a un tercer." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "No tens prou vots per presentar una proposta" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Encara no teniu liquiditat en aquest grup." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "És possible que hàgiu perdut la connexió a la xarxa." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Heu de connectar un compte." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Heu de tenir {formattedProposalThreshold} vots per enviar una proposta" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Tú pagues" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Vostè rep" - -#: 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 "Només heu de dipositar liquiditat a Uniswap V3 a un preu que creieu correcte. <0/> Si el preu sembla incorrecte, podeu canviar el preu o esperar que algú ho faci." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "També cobrarà els honoraris obtinguts per aquesta posició." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Rebreu" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "La vostra liquiditat V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Les teves posicions de liquiditat V3 actives apareixeran aquí." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "El teu saldo a {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "La vostra xarxa connectada no és compatible." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Les vostres transaccions en cadena i les vostres compres criptogràfiques apareixeran aquí." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "La vostra quota compartida:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "La vostra posició" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "La vostra posició té 0 liquiditat i no cobra comissions." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "La teva posició apareixerà aquí." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "La vostra posició serà 100% composta per {0} a aquest preu" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "La vostra posició serà del 100% {0} a aquest preu." - -#: 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 "La vostra posició no guanyarà comissions ni s’utilitzarà en operacions fins que el preu de mercat no passi al vostre rang." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Les vostres posicions" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "S'espera que el vostre intercanvi falli." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "El vostre intercanvi s'ha modificat a través de la vostra cartera. Si es tracta d'un error, cancel·leu immediatament o arrisqueu a perdre els vostres fons." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "El vostre total de fitxes de grup:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "El cost de la vostra transacció serà molt més elevat, ja que inclou el gas per crear la piscina." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "La vostra transacció pot ser una oportunitat i donar lloc a un comerç desfavorable." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "La vostra transacció es revertirà si està pendent durant més d’aquest període de temps." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "La vostra transacció es revertirà si el preu canvia desfavorablement en més d’aquest percentatge." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "La xarxa actual de la vostra cartera no és compatible." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "El teu saldo {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "i" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "i el consentiment" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "disponible encara" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "preu inferior al pis." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "per sota del preu mínim de la col·lecció. Esteu segur que voleu continuar?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "activitats bloquejades" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "quota" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "per" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "per a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "des de" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "aquí." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuts" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "mesos" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "recompensa" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "alguna cosa ha anat malament!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "a" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Resoldre el problema} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Aquest testimoni no es negocia a les principals borses centralitzades dels EUA ni s'intercanvia amb freqüència a Uniswap.} other {Aquestes fitxes no es comercialitzen a les principals borses centralitzades dels EUA ni s'intercanvien amb freqüència a Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Aquest testimoni no es negocia a les principals borses centralitzades dels EUA.} other {Aquestes fitxes no es comercialitzen a les principals borses centralitzades dels EUA.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {No podeu intercanviar aquest testimoni mitjançant l'aplicació Uniswap.} other {No podeu intercanviar aquests fitxes amb l'aplicació Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {llistat} other {llistats}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Dipositat" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Comissions guanyades:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT es mostren de manera significativa" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Pendent" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Intenteu augmentar la vostra tolerància al lliscament.\n" -"Nota: els fitxes de tarifa de transferència i de rebase són incompatibles amb Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} vVots" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Preu:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Nivell de tarifa {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% piscina" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% de selecció" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% de lliscament" - -#: 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/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dia} other {dies}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {hores} other {hores}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mes} other {mesos}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {setmana} other {setmanes}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} i {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dia} other {dies}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {hores} other {hores}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minut} other {minuts}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mes} other {mesos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {segon} other {segons}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {setmana} other {setmanes}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "És possible que {label} estigui inactiu en aquest moment o que hagis perdut la connexió a la xarxa." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} pont de fitxes" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {col · lecció} other {col·leccions}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Torna a Piscines" - diff --git a/src/locales/cs-CZ.po b/src/locales/cs-CZ.po deleted file mode 100644 index 8b1bb5c780..0000000000 --- a/src/locales/cs-CZ.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: cs\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Czech\n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: cs\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Zobrazit v Průzkumníku)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(upravit)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nová pozice" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Odebrat příjemce" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Hlasitost 24h" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Objem za 24 hodin je množství aktiv, které bylo zobchodováno na Uniswap v3 během posledních 24 hodin." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25 %" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W vysoký" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "Nízký výkon 52W" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Všechny návrhy" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> hlasů" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Analýza účtu a naběhlé poplatky<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Aktuální cena:<1><2/><3>{0} za {1}" - -#: 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: Odstranění žetonů fondu převede Vaši pozici zpět na základní žetony při aktuální sazbě, úměrně Vašemu podílu na fondu. Do částek, které obdržíte, jsou zahrnuty naběhlé poplatky." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tip: Vyberte akci a popište svůj návrh pro komunitu. Návrh nelze po odeslání upravit, proto před odesláním ověřte všechny informace. Hlasovací období začne okamžitě a bude trvat 7 dní. Chcete-li navrhnout vlastní akci, <1>si přečtěte dokumenty." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Tip: Pomocí tohoto nástroje můžete najít fondy v2, které se v rozhraní nezobrazí automaticky." - -#: 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: Když přidáte likviditu, obdržíte žetony fondu reprezentující Vaši pozici. Tyto žetony automaticky vynášejí poplatky úměrně Vašemu podílu na fondu a kdykoli je lze vykoupit." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Odblokujte hlasování, abyste se mohli připravit na další návrh." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> za <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Pro předložení návrhů je vyžadována minimální hranice 0,25 % z celkové nabídky UNI" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Swap této velikosti může mít vysoký dopad na cenu vzhledem k aktuální likviditě v poolu. Mezi množstvím vašeho vstupního tokenu a tím, co obdržíte ve výstupním tokenu, může být velký rozdíl" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "O aplikaci" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Přijmout" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktivní" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivita" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Přidat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Přidejte <0/> a <1/> do Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Přidat delegáta +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Přidat likviditu" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Přidat likviditu V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Přidání likvidity V2 se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Přidání likvidity se nezdařilo" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Přidat likviditu." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Přidejte více likvidity" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Přidat do batohu" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Přidat do batohu" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Přidejte {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Přidat likviditu V3 {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Přidána likvidita" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Přidána likvidita V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Přidaná likvidita" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Přidáno {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Přidání likvidity V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Přidání likvidity" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Přidání tohoto návrhu do fronty umožní jeho provedení po určité prodlevě." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adresa nemá žádný dostupný nárok" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Proti" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Povolit migraci žetonů LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Povoleno" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Již uvedeno na" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Před obchodováním vždy proveďte svůj vlastní průzkum." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Částka" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Použití tohoto tokenu vyžaduje schválení." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Při načítání tokenů došlo k chybě. Prosím zkuste to znovu." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Při pokusu o provedení tohoto swapu došlo k chybě. Možná budete muset zvýšit toleranci skluzu. Pokud to nefunguje, může dojít k nekompatibilitě s tokenem, s nímž obchodujete. Poznámka: Poplatky za tokeny za převody a rebase nejsou kompatibilní s Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Schválení se nezdařilo" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Čeká se na schválení" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Schválit" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Schválit token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Schválit v peněžence" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Schvalujte v peněžence" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Schválit použití {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Schválit {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Schváleno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Schvalování" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Schvalování {0}" - -#: 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 "Alespoň {0} {1} a {2} {3} budou kvůli vybranému cenovému rozpětí vráceny do Vaší peněženky." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automaticky" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Zpět k bazénům" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Zpět k výběru peněženky" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Taška" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Zůstatek: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Nejlepší pro exotické páry." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Nejlepší pro většinu párů." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Nejlepší pro stabilní páry." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Nejlepší pro velmi stabilní páry." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Nejlepší cena trasy stojí ~{gasPrice} v plynu." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Blokovaná adresa" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Blokováno na OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Půjčka se nezdařila" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Půjčeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Půjčování" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Koupeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Vypálení se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Spálený" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Hořící" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Koupit" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Kupte si kryptoměnu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Nákup se nezdařil" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Začněte nákupem nebo převodem NFT do této peněženky." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Začněte nákupem nebo převodem tokenů do této peněženky." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Kupujte, prodávejte a prozkoumávejte žetony" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Nakupujte, prodávejte a prozkoumávejte tokeny a NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Nákup" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Podle" - -#: 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 "Přidáním likvidity získáte 0,3 % všech obchodů na tomto páru úměrně k vašemu podílu na fondu. K fondu budou přičítány poplatky, nabíhají v reálném čase a lze si je nárokovat výběrem likvidity." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Připojením peněženky souhlasíte s Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Zrušení se nezdařilo" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Zrušeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Zrušeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Probíhá zrušení" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Pozor" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Zkontrolujte stav sítě" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Podívejte se na naše průvodce v3 LP a migrační průvodce." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Nárokovat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Nárokujte <0/> za {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Nárokovat si UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Nárokujte si žeton UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Získejte UNI odměnu za {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Nárokujte Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Reklamace se nezdařila" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Poplatky za nárokování" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Nárokujte si své žetony UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Nárokováno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Nárokování" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Vymazat vše" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Vymazat vše" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Zavřít" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Zavřeno" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Uzavřené pozice" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Sbírat" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Sbírejte jako {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Pobírat poplatky" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Výběr poplatků se nezdařil" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Sbírejte poplatky {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Vybráno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Vybrané poplatky" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Vybírání" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Vybírání poplatků" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Výběr poplatků Vám vybere aktuálně dostupné poplatky." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Již brzy: hledejte a prozkoumávejte tokeny na BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Běžný" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Kompletní!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Potvrdit" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Potvrdit zásobu" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Potvrďte tuto transakci ve své peněžence" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Potvrďte transakci v peněžence" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Připojit" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Připojit peněženku" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Připojit peněženku" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Chcete-li vyhledat fondy, připojte se k peněžence" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Chcete-li si zobrazit svou likviditu V2, připojte se k peněžence." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Chcete-li si zobrazit svou likviditu, připojte se k peněžence." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Připojit peněženku" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Obsah ne" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Pokračovat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interakce se smlouvou" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Adresa smlouvy" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Zkopírováno!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopírovat odkaz" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Vytvořit fond a zásobu" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Vytvořit návrh" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Vytvořit pár" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Vytvořit fond a přidat likviditu V3 {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Vytvoření fondu se nezdařilo" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Vytvořit fond." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Vytvořte fond {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Vytvořený bazén" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Vytváření bazénu" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Nákupy kryptoměn nejsou ve vašem regionu dostupné." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Aktuální cena" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Aktuální {0} cena:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Zvyk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registrátor DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Poražený" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegovat hlasy" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegát selhal" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegujte hlasovací právo na {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegovaný" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegováno (komu):" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegování" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegování hlasů" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Nasazení se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Nasazeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Nasazení" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Vložit částky" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Vklad se nezdařil" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Uložit likviditu" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Vložte tokeny do sítě {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Uloženo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Ukládání" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Popis" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Podrobně" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Podrobnosti" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Zamítnout" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentace" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Nemáte Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Nevidíte některou ze svých pozic v2? <0>Importujte ji." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Stažení" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Stáhněte si Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Stáhněte si aplikaci" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Stáhněte si v App Store a bezpečně uložte své tokeny a NFT, vyměňte si tokeny a připojte se k kryptografickým aplikacím." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Registrátor ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Získané žetony UNI představují hlasovací podíly ve správě Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Upravit" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Upravit výpisy" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Zadejte procento" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Zadejte příjemce" - -#: 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 "Chcete-li spustit nárokování UNI, zadejte adresu. Jestliže bude mít adresa nějaké nárokovatelné UNI, bude jim po odeslání posláno." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Zadejte částku" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Zadejte částku {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Chyba" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID chyby: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Chyba připojení" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum Name Service" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "událost" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Směnný kurz" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Vykonat" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Provést návrh {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Provedení se nezdařilo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Provést návrh {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Popraven" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Provádění" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Provedení tohoto návrhu uzákoní data volání v řetězci." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Provedení předloženo" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Očekávaný výstup" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Platnost vypršela" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Vyprší v" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Prozkoumejte NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Prozkoumejte Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Prozkoumejte tokeny" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extrémně vzácné" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Nepodařilo se" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Přepnutí sítí se nezdařilo" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Příznaky funkcí" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Úroveň poplatku" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Úroveň poplatků" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Zpětná vazba" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Poplatky" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Načítání trasy" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Načítání nejlepší ceny..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Načítání ceny..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrovat tokeny" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Najde nejlepší trasu na protokolu Uniswap prostřednictvím vašeho prohlížeče. Může mít za následek vysokou latenci a ceny." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Vyhledá nejlepší trasu na protokolu Uniswap pomocí rozhraní Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Podlaha" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Podlahová cena" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Pro" - -#: 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 "Pro každý níže zobrazený fond klikněte na tlačítko migrovat, abyste mohli odstranit svou likviditu z Uniswap V2 a uložit ji do Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Od" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Od (nanejvýš)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Plný rozsah" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Začít" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Dostat podporu" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centrum nápovědy" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Skrytý" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Skrýt" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Skrýt zavřené pozice" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Skrýt zdroje" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Skryjte malé zůstatky" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Rozumím" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Pokud se domníváte, že se jedná o chybu, zašlete prosím e-mail s vaší adresou na adresu" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importovat fond" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importovat fond V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "V dosahu" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "V rozsahu" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Zvýšit likviditu" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Počáteční ceny a podíl na fondu" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Vstup je odhadnutý. Prodáte nejvýše <0>{0} {1} nebo se transakce vrátí." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Nedostatečné finanční prostředky" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Nedostatečná likvidita" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Nedostatek likvidity pro tento obchod." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Nedostatečná likvidita fondu k dokončení transakce" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Nedostatečný zůstatek {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Neplatný pár" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Neplatný pár." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Neplatné zadání ceny" - -#: 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 "Vybrán neplatný rozsah. Minimální cena musí být nižší než maximální cena." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Neplatný příjemce" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Jazyk" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Poslední" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Poslední cena" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Naposledy aktualizováno" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Učit se" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Přečtěte si o poskytování likvidity" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Zjistěte více" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Právní otázky a soukromí" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Odkazy" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likvidita" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Údaje o likviditě nejsou k dispozici." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Odměny poskytovatele likvidity" - -#: 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 "Poskytovatelé likvidity získají poplatek 0,3 % ze všech obchodů úměrně svému podílu na fondu. K fondu budou přičítány poplatky, nabíhají v reálném čase a lze si je nárokovat výběrem likvidity." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Seznam NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Seznam na prodej" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Zalistování NFT vyžaduje jednorázový souhlas tržiště pro každou kolekci NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Výpisy" - -#: 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 -msgid "Loading" -msgstr "Načítání" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Příspěvek na zatížení" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Nízká katalogová cena" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Učinit nabídku" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Spravovat" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Spravovat likviditu ve fondu odměn" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Spravovat tento fond." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max." - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maximální cena" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maximální autorské honoráře" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Max poplatky" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maximální cena" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Maximální prokluz" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maximálně:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maximální vstup" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximum odeslané" - -#: 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 "Migrovat" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrovat likviditu na V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrovat likviditu V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrace likvidity selhala" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrujte své žetony likvidity z Uniswap V2 do Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrujte{1} {0}do V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Migrovaná likvidita" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrace" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrace likvidity" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Minimální cena" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimální cena" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Minimum:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimální výkon" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum přijato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mincovna selhala" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Ražené" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Ražba" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Chybí data grafu" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Chybějící údaje o ceně kvůli nedávno nízkému objemu obchodování na Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat na rampě iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay není v některých regionech k dispozici. Kliknutím se dozvíte více." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Více" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Moje NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Sbírky NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Jméno nenalezeno" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigační tlačítko" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Upozornění sítě" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Síťový poplatek" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nikdy" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nová pozice" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Zatím žádné NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Nebyla nalezena likvidita V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Zatím žádná aktivita" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Žádná data" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Bez popisu." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Žádné položky k zobrazení" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Nebyla nalezena žádná likvidita." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Nebyl nalezen žádný fond." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Zatím žádné bazény" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nebyly nalezeny žádné návrhy." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nebyly nalezeny žádné výsledky." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Nejsou k dispozici žádné informace o tokenu" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nebyly nalezeny žádné tokeny" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nebyly nalezeny žádné tokeny." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Zatím žádné tokeny" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Není dostupný" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Není k dispozici ve vaší oblasti" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Nevytvořeno" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Nezapsáno" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Nabídky" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Až budete spokojeni se sazbou, klikněte na zásobu pro kontrolu." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Jeden NFT je uveden {0}%" - -#: 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 "Způsobilé k hlasování jsou jen hlasy UNI, které byly delegovány sobě nebo delegovány na jinou adresu před blokem {0}." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Jejda, vezměte mě zpět do Swapu" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Začněte otevřením nové pozice nebo vytvořením fondu." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Směrování objednávky" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Mimo rozsah" - -#: 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 "Výstup je odhadnutý. Jestliže se cena změní o více než {0} %, Vaše transakce bude vzata zpět." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Výstup je odhadnutý. Obdržíte alespoň <0>{0} {1}, nebo bude transakce vzata zpět." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Vlastník" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Stránka nenalezena!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Platit" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Každopádně zaplatit" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Platit" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "čekající" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Povolení je vyžadováno pro Uniswap k výměně každého tokenu. Toto z bezpečnostních důvodů vyprší po jednom měsíci." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Povolení2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Připojte se k vrstvě 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Fond" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Fond nalezen!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Žetony fondu ve fondu odměn:" - -#: 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 "Sestaveno do fondu {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Bazény" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Populární kolekce NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Populární tokeny" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Pozice není k dispozici" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Předvolby" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Náhled" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Cena" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Rozdíl v ceně:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Cenový dopad" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Příliš vysoký dopad ceny" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Vliv ceny" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Upozornění na cenový dopad" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Cenové rozpětí" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Cena aktualizována" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Cena:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Ceny a podíl na trhu" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Zásady ochrany osobních údajů" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Zásady ochrany osobních údajů." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Pokračujte v peněžence" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Výtěžek v případě prodeje" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Návrh" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Návrh předložen" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Název návrhu" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Návrhy" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Zde se budou zobrazovat návrhy předkládané členy komunity." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Navrhovaná akce" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Navrhovatel" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Veřejný řešitel" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Množství" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Fronta" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Návrh fronty {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Fronta se nezdařila" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Návrh fronty {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Ve frontě" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Zařazení do fronty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Zařazení do fronty" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Vzácný" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Rarita" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Sazby" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Přečtěte si více o správě Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Přečtěte si více o poskytování likvidity" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Přečtěte si více o nepodporovaných aktivech" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Dostávat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Příjem se nezdařil" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Přijato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Příjem" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Nedávná vyhledávání" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Příjemce" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Náhrady za nedostupné položky budou uvedeny v ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Odmítnuto" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Znovu načtěte aplikaci" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Odstranit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Odstraňte <0/> a <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Odstranit částku" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Odstranit delegáta" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Odstranit likviditu" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Vyjměte ze sáčku" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Odebrat položku" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Odebrání likvidity se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Odstraněná likvidita" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Odstraněná likvidita" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Odstranění likvidity" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Odstraňování {0} {1} a {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Odstranění {0} {1} a{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Splaceno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Splácení se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Splácení" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Vyřešit {issues} problémů" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Zkuste to znovu" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Návrat" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Návrat na Moje NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Zpětný registrátor" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Recenze Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Zrušené schválení" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Stejná cena" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skenujte pomocí Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Vyhledávání" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Vyhledejte název nebo vložte adresu" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Prohledejte tokeny a sbírky NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Vyberte Spárovat" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Vyberte žeton" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Chcete-li najít svou likviditu v2, vyberte žeton." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Vyberte akci" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Vyberte token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Vybraný rozsah" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Sám" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Sobě delegovat" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Prodat" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Prodám NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Prodejce" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Odeslání se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Odesílání" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Odesláno" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Nastavit cenové rozmezí" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Nastavit počáteční cenu" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Chcete-li pokračovat, nastavte ceny" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Nastavení" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Podíl na fondu" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Podíl na fondu:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Sdílejte na Twitteru" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Sdílejte na Twitteru" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Ukázat" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Zobrazit zrušeno" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Zobrazit uzavřené pozice" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Zobrazit více" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Zobrazit zdroje" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Podepsat" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Jednoduché" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Skluz pod {0}% může vést k neúspěšné transakci" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Prodáno" - -#: 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 "Některá aktiva nejsou přes toto rozhraní dostupná, protože nemusí dobře fungovat s chytrými smlouvami nebo z právních důvodů nejsme schopni povolit obchodování." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Něco je špatně" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Něco se pokazilo. Prosím zkuste to znovu." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Omlouváme se, při zpracování vašeho požadavku došlo k chybě. Pokud požadujete podporu, nezapomeňte zkopírovat podrobnosti o této chybě." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Omlouváme se, při zpracování vašeho požadavku došlo k chybě. Pokud požadujete podporu, nezapomeňte uvést své ID chyby." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Začněte zapisovat" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistiky" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Odeslat nový návrh" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Odeslání návrhu se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Podaný návrh" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Odeslání návrhu" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Odesílání hlasů" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Podání návrhu" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Uspěl" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Úspěch" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Úspěšně uvedeno" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Zásoba" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Dodávání {0} {1} a {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Prohodit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Vyměňte <0/> za přesně <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Přesto prohodit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Vyměňte přesně <0/> za <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Výměna se nezdařila" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Vyměněno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Výměna" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Výměna {0} {1} za {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Zametat" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Přepnout sítě" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Přepnout na {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbol nenalezen" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Podmínky služby" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Děkujeme, že jste součástí komunity Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% vyděláte na poplatcích." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Konstanta Uniswap x*y=k nebyla swapem splněna. To obvykle znamená, že jeden z žetonů, které prohazujete, zahrnuje vlastní chování při přenosu." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Částka, kterou očekáváte za aktuální tržní cenu. Můžete obdržet méně nebo více, pokud se tržní cena změní, zatímco vaše transakce čeká na vyřízení." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Aplikace načítá data blockchainu z hostované služby The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Aplikace načítá data v řetězci a vytváří smluvní volání pomocí Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Aplikace načte optimální obchodní cestu ze serveru Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Aplikace zaznamenává anonymizované statistiky používání, aby se postupem času zlepšovala." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Aplikace bezpečně shromažďuje adresu vaší peněženky a sdílí ji s TRM Labs Inc. z důvodu rizika a dodržování předpisů." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Pokus o připojení se nezdařil. Klikněte prosím na zkusit znovu a postupujte podle pokynů pro připojení v peněžence." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Odhadovaný rozdíl mezi hodnotami vstupů a výstupů v USD." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Poplatek zaplacený těžařům, kteří zpracovávají vaši transakci. Toto musí být zaplaceno v ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Poplatek zaplacený těžařům, kteří zpracovávají vaši transakci. Toto musí být zaplaceno v {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Vliv vašeho obchodu na tržní cenu tohoto fondu." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Vstupní žeton nelze přenést. Možná je se vstupním žetonem nějaký problém." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Tržní cena je mimo Vámi stanovené cenové rozmezí. Pouze vklad na jedno aktivum." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Maximální částka, kterou zaručeně utratíte. Pokud cena klesne ještě více, vaše transakce se vrátí zpět." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Minimální částka, kterou zaručeně dostanete. Pokud cena klesne ještě více, vaše transakce se vrátí zpět." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Poslední číslo bloku v této síti. Ceny se aktualizují na každém bloku." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Výstupní žeton nelze přenést. Možná je s výstupním žetonem nějaký problém." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Výstupní žeton nelze přenést. Může dojít k problému s výstupním žetonem. Poznámka: Poplatky za žetony za převody a rebase nejsou kompatibilní s Uniswap V3." - -#: 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 "Cena tohoto fondu je mimo Vámi vybrané rozmezí. Vaše pozice v současné době nevynáší poplatky." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Cena tohoto fondu je ve Vámi vybraném rozsahu. Vaše pozice nyní vynáší poplatky." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Cenu tohoto fondu stanoví poměr žetonů, které přidáte." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Téma" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Neexistují žádné údaje o likviditě." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Tato adresa je v rozhraní Uniswap Labs blokována, protože je přidružena k jedné nebo více" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Tato aplikace používá následující rozhraní API třetích stran:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Tento měsíc" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Tento fond musí být inicializován, než budete moci přidat likviditu. Pro inicializaci vyberte počáteční cenu fondu. Poté zadejte své cenové rozpětí likvidity a částku vkladu. Poplatky za plyn budou kvůli inicializační transakci vyšší než obvykle." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Tento návrh může být proveden po {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Tato trasa optimalizuje váš celkový výkon zohledněním rozdělených tras, více skoků a ceny plynu každého kroku." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Tato tabulka obsahuje nejlepší tokeny podle objemu Uniswap, seřazené na základě vašeho vstupu." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Tento token neexistuje" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Tento token na {0}neexistuje" - -#: 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 "Tento nástroj bezpečně migruje vaši {0} likviditu do V3. Proces je zcela bez důvěry, a to díky" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Tuto transakci nebylo možné odeslat, protože vypršel termín. Zkontrolujte prosím, zda váš termín transakce není příliš krátký." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Tato transakce nebude úspěšná z důvodu cenového pohybu. Zkuste zvýšit toleranci skluzu. Poznámka: Poplatky za žetony za převody a rebase nejsou kompatibilní s Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Tato transakce nebude úspěšná buďto z důvodu pohybu ceny, nebo z důvodu poplatku za převod. Zkuste zvýšit svou toleranci skluzu." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Tento týden" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Tento rok" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Čas" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Do" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Do (alespoň)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Chcete-li používat Uniswap na {0}, přepněte síť v nastavení peněženky." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Chcete-li zobrazit pozici, musíte být připojeni k síti, do které patří." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Dnes" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Název tokenu" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token nenalezen" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Statistiky tokenů a grafy pro {label} jsou k dispozici na <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Žetony" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Nejlepší vlastnost" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Nejvýše umístěné fondy" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Nejlepší tokeny na Uniswapu" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Celkový" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Total value locked (TVL) je souhrnná částka aktiv dostupných ve všech fondech likvidity Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Obchodujte s kryptoměnami a NFT s důvěrou" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Obchodujte s kryptoměnami s důvěrou" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Vlastnost" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Podlaha vlastností" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Vlastnosti" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Nastavení transakcí" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transakce odeslána" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transakce dokončena v" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Lhůta pro transakce" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transakce čeká na vyřízení" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transakce zamítnuta" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transakce odeslána" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Převodový token" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Zkusit znovu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Správa UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI dorazila" - -#: src/pages/Vote/Landing.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 "Žetony UNI představují hlasovací podíly ve správě Uniswap. O každém návrhu můžete buďto hlasovat sami, nebo můžete delegovat své hlasy na nějakou třetí stranu." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} vypáleno" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Není k dispozici" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Nedostupné pro výpis" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Nenárokované poplatky" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Neurčeno" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Správa Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Podmínky služby Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap protokol" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 není v této síti dostupný." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap k dispozici za: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap klient" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap governance je k dispozici pouze na vrstvě 1. Chcete-li zobrazit návrhy a hlasovat, přepněte svou síť na Ethereum Mainnet." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap splnil vaše přání!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap v kapse" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Migrační kontrakt Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Neznámý" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Neznámé schválení" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Neznámá mincovna" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Neznámé Odeslat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Neznámá výměna" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Odblokovat hlasy" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Odblokovat hlasování" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Odblokování hlasů" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Nepodporované aktivum" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Nepodporovaná aktiva" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Nepodporováno vaší peněženkou" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Nepojmenovaná" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Rozbalit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Rozbalit <0/> až {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Rozbalení se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Rozbaleno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Rozbalování" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Aktualizovat delegaci" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Pomocí rozhraní Uniswap Labs API získáte rychlejší nabídky." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Likvidita V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} cena:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Verze:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Velmi časté" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Velmi vzácné" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Zobrazit naběhlé poplatky a analýzy<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Prohlížejte a prodávejte NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Zobrazit další analýzy" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Pohled na Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Zobrazit v Průzkumníku" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Zobrazit na {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Zobrazit transakci v Průzkumníku" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Objem je množství aktiva, které bylo obchodováno na Uniswap v3 během zvoleného časového rámce." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Hlasovat proti" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Hlasovat pro" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Hlasovat proti návrhu {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Hlasujte proti návrhu {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Hlasujte proti návrhu {proposalKey} s důvodem \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Hlasování se nezdařilo" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Hlasovat pro návrh {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Hlasujte pro návrh {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Hlasujte pro návrh {proposalKey} s důvodem \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Hlasujte ve vládnutí" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Hlasujte pro zdržení se návrhu {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Hlasujte pro zdržení se návrhu {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Hlasujte pro zdržení se hlasování o návrhu {proposalKey} s důvodem \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Hlasováno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Hlasování" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Hlasování skončilo {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Hlasování končí přibližně v {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Hlasování začíná přibližně od {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "čekání na potvrzení" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Adresa peněženky nebo název ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Varování" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Vítejte v týmu Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Proč je vyžadována transakce?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Vybrat uloženou likviditu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Výběr se nezdařil" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Odebírání" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Stáhl se" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Zalomit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Zabalit <0/> až {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Zabalení se nezdařilo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Zabalené" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Obal" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Špatná síť" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Již máte aktivní nebo nevyřízený návrh" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Vytváříte fond" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Nejste vlastníkem této pozice LP. Nebudete moci vybrat likviditu z této pozice, pokud nevlastníte následující adresu: {ownerAddress}" - -#: 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 "Jste prvním poskytovatelem likvidity pro tento fond Uniswap V3. Vaše likvidita bude migrovat za aktuální cenu {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Jste prvním poskytovatelem likvidity." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Buď můžete o každém návrhu hlasovat sami, nebo můžete své hlasy delegovat na nějakou třetí stranu." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "K odeslání návrhu nemáte dostatek hlasů" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "V tomto fondu zatím nemáte likviditu." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Možná jste ztratili připojení k síti." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Musíte připojit nějaký účet." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Pro podání návrhu musíte mít {formattedProposalThreshold} hlasů" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Platíte" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Obdržíš" - -#: 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 "Likviditu byste měli do Uniswap V3 vložit pouze za cenu, o které si myslíte, že je správná. <0/>Jestliže Vám cena připadá nesprávná, můžete buď provést swap k přesunutí ceny, nebo počkat, až to udělá někdo jiný." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Budete také pobírat poplatky získané z této pozice." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Obdržíte" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Vaše likvidita V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Zde se zobrazí vaše aktivní pozice likvidity V3." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Váš zůstatek na {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Vaše připojená síť není podporována." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Zde se zobrazí vaše onchain transakce a krypto nákupy." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Váš podíl na fondu:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Vaše pozice" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Vaše pozice má likviditu 0 a nevynáší poplatky." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Zde se zobrazí vaše pozice." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Vaše pozice bude stoprocentně složena z {0} při této ceně" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Vaše pozice bude 100% {0} za tuto cenu." - -#: 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 "Vaše pozice nebude vynášet poplatky ani nebude použita v obchodech, dokud se tržní cena nepřesune do vašeho rozmezí." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Vaše pozice" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Očekává se, že váš swap selže." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Váš swap byl upraven prostřednictvím vaší peněženky. Pokud to byla chyba, okamžitě ji zrušte, jinak riskujete ztrátu svých prostředků." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Celkový počet Vašich žetonů fondu:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Náklady na Vaši transakci náklady budou mnohem vyšší, protože budou zahrnovat benzín k vytvoření fondu." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Vaše transakce může být frontrun a výsledkem může být nevýhodný obchod." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Jestliže bude Vaše transakce nevyřízená déle než po toto časové období, bude vzata zpět." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Jestliže se cena nepříznivě změní o více, než o tuto procentní hodnotu, Vaše transakce bude vzata zpět." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Aktuální síť vaší peněženky není podporována." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Váš zůstatek {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "a" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "a souhlas s tím" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "zatím k dispozici" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "pod spodní cenou." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "pod minimální cenou kolekce. Jste si jistý, že chcete pokračovat?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "zablokované činnosti" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "poplatek" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "pro" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "pro {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "z" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "tady." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuty" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "měsíce" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "odměna" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "něco se pokazilo!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "na" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} uloženo" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Získané poplatky:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT jsou uvedeny významně" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} nevyřízených" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Zkuste zvýšit toleranci prokluzu.\n" -"Poznámka: Tokeny s poplatky za převod a rebase nejsou kompatibilní s Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} hlasů" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} za {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} cena:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Úroveň poplatku {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "bazén {0}%." - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% vybrat" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% prokluz" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "LP NFT {0}/{1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "Žetony LP {0}/{1} " - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} a {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} může být právě teď mimo provoz, nebo jste možná ztratili připojení k síti." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token bridge" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} na {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Zpět na Bazény" - diff --git a/src/locales/da-DK.po b/src/locales/da-DK.po deleted file mode 100644 index d1843bd75b..0000000000 --- a/src/locales/da-DK.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: da\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Danish\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maks" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Se på Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(rediger)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Ny stilling" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Fjern modtager" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H volumen" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H volumen er mængden af aktivet, der er blevet handlet på Uniswap v3 i løbet af de seneste 24 timer." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W høj" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W lav" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Alle Forslag" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Stemmer" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Kontoanalyser og påløbne gebyrer<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Nuværende pris:<1><2/><3>{0} pr. {1}" - -#: 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: Fjernelse af puljetokens konverterer din position tilbage til underliggende tokens med den aktuelle sats, proportionalt med din andel af puljen. Påløbne gebyrer er inkluderet i de beløb, du modtager." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tip: Vælg en handling, og beskriv dit forslag til fællesskabet. Forslaget kan ikke ændres efter indsendelse, så bekræft venligst alle oplysninger inden indsendelse. Afstemningsperioden begynder straks og varer i 7 dage. For at foreslå en tilpasset handling 2 <1>læse dokumenterne." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Tip: Brug dette værktøj til at finde v2-puljer, der ikke automatisk vises i grænsefladen." - -#: 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: Når du tilføjer likviditet, vil du modtage puljetokens, som repræsenterer din position. Disse tokens optjener automatisk gebyrer, der er proportionale med din andel af puljen, og kan indløses til enhver tid." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Lås op for at stemmefor at forberede det næste forslag." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> pr. <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Der kræves en minimumstærskel på 0,25 % af det samlede UNI-udbud for at indsende forslag" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "En swap af denne størrelse kan have en høj prispåvirkning, givet den nuværende likviditet i puljen. Der kan være stor forskel på mængden af dit input-token, og hvad du vil modtage i output-tokenet" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Om" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Accepter" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktiv" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivitet" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Tilføj" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Tilføj <0/> og <1/> til Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Tilføj delegeret +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Tilføj likviditet" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Tilføj V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Tilføj V2-likviditet mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Tilføjelse af likviditet mislykkedes" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Tilføj likviditet." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Tilføj mere likviditet" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Tilføj til kurv" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Tilføj til kurv" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Tilføj {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Tilføj {0}/{1} V3 likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Tilføjet likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Tilføjet V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Tilført likviditet" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Tilføjet {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Tilføjelse af V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Tilføjelse af likviditet" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Tilføjelse af dette forslag til køen vil gøre det muligt at udføre det efter en forsinkelse." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adresse har ingen tilgængelig krav" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Imod" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Tillad overførsel af LP-token" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Tilladt" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Allerede opført kl" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Udfør altid din egen research før handel." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Beløb" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Der kræves en godkendelse for at bruge dette token." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Der opstod en fejl under indlæsning af tokens. Prøv igen." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Der opstod en fejl under forsøg på at udføre denne swap. Det kan være nødvendigt at øge din glidningstolerance. Hvis det ikke virker, kan der være en uforenelighed med det token, du handler. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Godkendelse mislykkedes" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Godkendelse afventer" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Godkend" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Godkend token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Godkend i tegnebogen" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Godkend i din tegnebog" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Godkend brug af {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Godkend {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Godkendt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Godkender" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Godkender {0}" - -#: 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 "Mindst {0} {1} og {2} {3} vil blive refunderet til din tegnebog på grund af valgte prisklasse." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automatisk" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Tilbage til Pools" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Tilbage til valg af pung" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Taske" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Bedst for eksotiske par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Bedst for de fleste par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Bedst for stabile par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Bedst til meget stabile par." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Bedste pris rute koster ~{gasPrice} i gas." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Blokeret adresse" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Blokeret på OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Lån mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Lånte" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Lån" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Købt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Brænding mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Brændt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Brændende" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Købe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Køb krypto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Køb mislykkedes" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Køb eller overfør NFT'er til denne pung for at komme i gang." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Køb eller overfør tokens til denne pung for at komme i gang." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Køb, sælg og udforsk tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Køb, sælg og udforsk tokens og NFT'er" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "At købe" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Ved" - -#: 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 "Ved at tilføje likviditet optjener du 0,3 % af alle handler på dette par proportionalt med din andel af puljen. Gebyrer tilføjes til puljen, tilfalder i realtid og kan hævdes ved at trække din likviditet tilbage." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Ved at tilslutte en tegnebog accepterer du Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Annullering mislykkedes" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Aflyst" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Aflyst" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Annullerer" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Advarsel" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Tjek netværksstatus" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Tjek vores v3 LP-gennemgang og migrationsguider." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Gør krav på" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Gør krav <0/> for {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Gør krav på UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Gør krav på UNI-token" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Gør krav på UNI-belønning for {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Gør krav på Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Krav mislykkedes" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Gør krav på gebyrer" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Gør krav på dine UNI-tokens" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Gjort krav på" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Gør krav" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Ryd alle" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Ryd alle" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Luk" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Lukket" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Lukkede stillinger" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Indsaml" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Saml som {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Indsaml gebyrer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Opkrævning af gebyrer mislykkedes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Saml {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Indsamlet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Opkrævede gebyrer" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Indsamler" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Indsamler gebyrer" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Indsamling af gebyrer vil hæve aktuelt tilgængelige gebyrer for dig." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Kommer snart: søg og udforsk tokens på BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "almindelige" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Komplet!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Bekræft" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Bekræft levering" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Bekræft denne transaktion i din tegnebog" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Bekræft transaktionen i tegnebogen" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Forbinde" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Forbind tegnebog" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Forbind en tegnebog" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Opret forbindelse til en tegnebog for at finde puljer" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Opret forbindelse til en tegnebog for at se din V2-likviditet." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Opret forbindelse til en tegnebog for at se din likviditet." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Forbind tegnebog" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Indhold ikke" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Blive ved" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Kontraktinteraktion" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Kontrakt adresse" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Kopieret!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopier link" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Opret pulje og forsyning" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Opret forslag" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Opret et par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Opret pulje, og tilføj {0}/{1} V3-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Opret pool mislykkedes" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Opret pulje." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Opret {0}V3{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Oprettet pool" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Oprettelse af pool" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Krypto-køb er ikke tilgængelige i dit område." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Nuværende pris" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Nuværende {0}-pris:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Brugerdefinerede" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-registrator" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "besejret" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Uddelegér stemmer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegering mislykkedes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Uddelegere stemmeret til {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegeret" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegeret til:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Uddelegere" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Uddelegerer stemmer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Implementeringen mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Indsat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Udruller" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Indbetalingsbeløb" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Indbetaling mislykkedes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Indbetalingslikviditet" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Indbetal tokens til {label} -netværket." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Deponeret" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Indbetaling" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Beskrivelse" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detaljeret" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detaljer" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Afvis" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentation" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Har du ikke Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Kan du ikke se en af dine v2-positioner? <0>Importér den." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Hent" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Download Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Download app" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Download i App Store for sikkert at gemme dine tokens og NFT'er, bytte tokens og oprette forbindelse til kryptoapps." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH Registrator Controller" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Optjente UNI-tokens repræsenterer stemmeaktier i Uniswap governance." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Redigere" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Rediger fortegnelser" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Indtast en procent" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Indtast en modtager" - -#: 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 "Indtast en adresse for at udløse et UNI-krav. Hvis adressen har nogen UNI, der kan gøres krav på, vil den blive sendt til dem ved indsendelse." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Indtast et beløb" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Indtast {0} beløb" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Fejl" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Fejl-id: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Fejl ved tilslutning" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum Name Service" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Begivenhed" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Valutakurs" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Udfør" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Udfør forslag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Udførelse mislykkedes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Udfør forslag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Udført" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Eksekverer" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Eksekvering af dette forslag vil indføre opkaldsdata på kæden." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Udførelse indsendt" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Forventet output" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Udløbet" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Udløber om" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Udforsk NFT'er" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Udforsk Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Udforsk tokens" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Yderst sjælden" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "mislykkedes" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Kunne ikke skifte netværk" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Feature Flag" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Gebyrniveau" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Gebyrniveau" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Feedback" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Gebyrer" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Henter rute" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Får den bedste pris..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Henter pris..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrer tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Finder den bedste rute på Uniswap-protokollen gennem din browser. Kan resultere i høj latenstid og priser." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Finder den bedste rute på Uniswap-protokollen ved hjælp af Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Etage" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Gulvpris" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Til" - -#: 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 hver pulje vist nedenfor skal du klikke på migrer for at fjerne din likviditet fra Uniswap V2 og indsætte den i Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Fra" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Fra (mest)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Hele udvalget" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Kom igang" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Få hjælp" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Hjælpecenter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Skjult" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Skjule" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Skjul lukkede positioner" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Skjul ressourcer" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Skjul små saldi" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Jeg har forstået" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Hvis du mener, at dette er en fejl, bedes du sende en e-mail med din adresse til" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importeringspulje" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importer V2-pulje" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Inden for rækkevidde" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Indenfor intervallet" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Forøg likviditet" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Oprindelige priser og puljeaktie" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Input er estimeret. Du vil sælge ved højst <0>{0} {1} ellers vil transaktionen vende tilbage." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Ikke nok penge" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Utilstrækkelig likviditet" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Utilstrækkelig likviditet til denne handel." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Utilstrækkelig puljelikviditet til at gennemføre transaktionen" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Utilstrækkelig {0} saldo" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Ugyldigt par" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Ugyldigt par." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ugyldig prisinput" - -#: 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 "Ugyldigt interval valgt. Minimumspris skal være lavere end den maksimale pris." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Ugyldig modtager" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Sprog" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Sidst" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Sidste pris" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Sidst opdateret" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Lær" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Lær om at skaffe likviditet" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Lær mere" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Juridisk og privatliv" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Links" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likviditet" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likviditetsdata er ikke tilgængelige." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Likviditetsudbyderbelønninger" - -#: 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 "Likviditetsudbydere optjener et gebyr på 0,3 % på alle handler i forhold til deres andel af puljen. Gebyrer tilføjes til puljen, tilfalder i realtid og kan kræves ved at trække din likviditet tilbage." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Liste over NFT'er" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Liste til salg" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "At notere en NFT kræver en engangsgodkendelse fra markedspladsen for hver NFT-samling." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Fortegnelser" - -#: 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 -msgid "Loading" -msgstr "Indlæser" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Indlæsningsgodtgørelse" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Lav noteringspris" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAKS" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Giv et tilbud" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Administrer" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Administrer likviditet i belønningspuljen" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Administrer denne pulje." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maks." - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maks. pris" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Max skaber royalties" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Max gebyrer" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maks. pris" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Max glidning" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maks:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maksimal input" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksimum sendt" - -#: 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 "Migrér" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrer likviditet til V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrer V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrering af likviditet mislykkedes" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrer dine likviditetstokens fra Uniswap V2 til Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrer {0}likviditet{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Migreret likviditet" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrerer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrering af likviditet" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Min. pris" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Min. pris" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimum output" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum modtaget" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Udmøntet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Udmøntning" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Manglende diagramdata" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Manglende prisdata på grund af for nylig lav handelsvolumen på Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay er ikke tilgængelig i nogle regioner. Klik for at lære mere." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mere" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Mine NFT'er" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT samlinger" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT'er" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Navn blev ikke fundet" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigationsknap" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Netværksadvarsel" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Netværksgebyr" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Aldrig" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Ny position" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Ingen NFT'er endnu" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Ingen V2-likviditet fundet." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Ingen aktivitet endnu" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Ingen data" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Ingen beskrivelse." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Ingen elementer at vise" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Ingen likviditet fundet." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Ingen pulje fundet." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ingen pools endnu" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Ingen forslag fundet." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Ingen resultater fundet." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Ingen token-information tilgængelig" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Ingen tokens fundet" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Ingen tokens fundet." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ingen tokens endnu" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Ikke tilgængelig" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Ikke tilgængelig i dit område" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Ikke oprettet" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Ikke opført" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Tilbud" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Når du er tilfreds med satsen, skal du klikke på forsyning for at gennemgå." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Én NFT er opført {0}%" - -#: 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 "Kun UNI-stemmer, der blev selvdelegeret eller delegeret til en anden adresse før blok {0}, er berettiget til at stemme." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ups, tag mig tilbage til Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Åbn en ny stilling, eller opret en pulje for at komme i gang." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Ordredirigering" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Ikke inden for rækkevidde" - -#: 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 er et estimat. Hvis prisen ændrer sig mere end {0} %, bliver din transaktion tilbageført." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Output er anslået. Du vil modtage mindst <0>{0} {1} ellers bliver din transaktion tilbageført." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Ejer" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Siden blev ikke fundet!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Betale" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Betal alligevel" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Betal med" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Verserende" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Der kræves tilladelse for, at Uniswap kan bytte hvert token. Dette udløber efter en måned for din sikkerhed." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Tilladelse 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Forbind venligst til Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pulje" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pulje fundet!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Puljetokens i belønningspuljen:" - -#: 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 "Pulje {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Pools" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Populære NFT-samlinger" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Populære tokens" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Stillingen er ikke tilgængelig" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Præferencer" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Forhåndsvisning" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Pris" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Prisforskel:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Prispåvirkning" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Prispåvirkning for høj" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Prispåvirkning" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Advarsel om prispåvirkning" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Prisinterval" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Pris opdateret" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Pris:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Priser og puljeandel" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Fortrolighedspolitik" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Fortrolighedspolitik." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Fortsæt i tegnebogen" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Provenuet ved salg" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Forslag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Forslag indsendt" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Forslagets titel" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Forslag" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Forslag indsendt af medlemmer af fællesskabet vil blive vist her." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Foreslået handling" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Forslagsstiller" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Offentlig opløser" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Antal" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Kø" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Køforslag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Kø mislykkedes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Køforslag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "I kø" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Stå i kø" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Stå i kø" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Sjælden" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Sjældenhed" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Satser" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Læs mere om Uniswap governance" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Læs mere om at tilføre likviditet" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Læs mere om ikke-understøttede aktiver" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Modtage" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Modtagelse mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Modtaget" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Modtager" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Seneste søgninger" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Modtager" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Refusion for ikke-tilgængelige varer vil blive givet i ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Afvist" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Genindlæs appen" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Fjern" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Fjern <0/> og <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Fjern beløb" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Fjern delegeret" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Fjern likviditet" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Fjern fra posen" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Fjern element" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Fjernelse af likviditet mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Fjernet likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Fjernet likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Fjernelse af likviditet" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Fjerner {0} {1} og {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Fjernelse af {0} {1} og{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Tilbagebetalt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Tilbagebetaling mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Tilbagebetaling" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Løs {issues} problemer" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Prøve igen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Retur" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Vend tilbage til Mine NFT'er" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Omvendt registrator" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Anmeldelse Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Tilbagekaldt godkendelse" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Samme pris" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Scan med Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Søg" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Søg navn eller indsæt adresse" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Søg tokens og NFT-samlinger" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Vælg Par" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Vælg et token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Vælg et token for at finde din v2-likviditet." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Vælg en handling" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Vælg token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Valgt område" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Selv" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Selvuddelegering" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Sælge" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Sælg NFT'er" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Sælger" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Send mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Sender" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Sendt" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Indstil prisinterval" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Indstil startpris" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Indstil priser for at fortsætte" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Indstillinger" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Andel i pulje" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Andel i pulje:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Del på Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Del på Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "At vise" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Show annulleret" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Vis lukkede positioner" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Vis mere" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Vis ressourcer" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Skilt" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simpel" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Skridning under {0}% kan resultere i en mislykket transaktion" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Solgt" - -#: 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 "Nogle aktiver er ikke tilgængelige via denne grænseflade, fordi de måske ikke fungerer godt med de smarte kontrakter, eller vi er ikke i stand til at tillade handel af juridiske årsager." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Noget gik galt" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Noget gik galt. Prøv igen." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Beklager, der opstod en fejl under behandlingen af din anmodning. Hvis du anmoder om support, skal du sørge for at kopiere oplysningerne om denne fejl." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Beklager, der opstod en fejl under behandlingen af din anmodning. Hvis du anmoder om support, skal du sørge for at angive dit fejl-id." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Start liste" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistik" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Indsend nyt forslag" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Indsendelse af forslag mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Indsendt forslag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Indsender forslag" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Indsend Stemme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Indsender forslag" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Det lykkedes" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Succes" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Opført med succes" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Forsyning" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Forsyning {0} {1} og {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Byt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Byt <0/> til præcis <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Ombyt alligevel" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Byt præcis <0/> til <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Swap mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Byttet rundt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Bytte" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Byt {0} {1} til {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Feje" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Skift netværk" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Skift til {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbol ikke fundet" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Servicevilkår" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Tak, fordi du er en del af Uniswap-gruppen <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Den %, du vil tjene i gebyrer." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap-invarianten x * y = k var ikke tilfreds med byttet. Dette betyder normalt, at et af de tokens, du bytter, indeholder brugerdefineret adfærd ved overførsel." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Det beløb, du forventer at modtage til den aktuelle markedspris. Du kan modtage mindre eller mere, hvis markedsprisen ændres, mens din transaktion afventer." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Appen henter blockchain-data fra The Graphs hostede tjeneste." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Appen henter on-chain data og konstruerer kontraktopkald med en Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Appen henter den optimale handelsrute fra en Uniswap Labs-server." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Appen logger anonymiseret brugsstatistik for at forbedre sig over tid." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Appen indsamler sikkert din tegnebogsadresse og deler den med TRM Labs Inc. af risiko- og overholdelsesårsager." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Tilslutningsforsøget mislykkedes. Klik venligst på prøv igen og følg trinene for at oprette forbindelse i din tegnebog." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Den estimerede forskel mellem USD-værdierne for input- og outputbeløb." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Gebyret betalt til minearbejdere, der behandler din transaktion. Dette skal betales med ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Gebyret betalt til minearbejdere, der behandler din transaktion. Dette skal betales med {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Indvirkningen din handel har på markedsprisen for denne pulje." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Input-token kan ikke overføres. Der kan være et problem med input-token." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Markedsprisen ligger uden for din angivne prisklasse. Kun enkeltindskud." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Det maksimale beløb, du er garanteret at bruge. Hvis prisen falder yderligere, vil din transaktion vende tilbage." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Det minimumsbeløb, du er garanteret at modtage. Hvis prisen falder yderligere, vil din transaktion vende tilbage." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Det seneste bloknummer på dette netværk. Priserne opdateres på hver blok." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Output-token kan ikke overføres. Der kan være et problem med output-token." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Output-token kan ikke overføres. Der kan være et problem med output-token. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3." - -#: 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 "Prisen på denne pulje ligger uden for dit valgte område. Din position tjener ikke i øjeblikket gebyrer." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Prisen på denne pulje ligger inden for dit valgte interval. Din position tjener i øjeblikket gebyrer." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Forholdet mellem tokens du tilføjer, vil sætte prisen på denne pulje." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Der er ingen likviditetsdata." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Denne adresse er blokeret på Uniswap Labs-grænsefladen, fordi den er knyttet til en eller flere" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Denne app bruger følgende tredjeparts API'er:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Denne måned" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Denne pulje skal initialiseres, før du kan tilføje likviditet. For at initialisere skal du vælge en startpris for puljen. Indtast derefter dit likviditetsprisinterval og indbetalingsbeløb. Gasgebyrer vil være højere end normalt på grund af initialiseringstransaktionen." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Dette forslag kan udføres efter {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Denne rute optimerer dit samlede output ved at overveje opdelte ruter, flere hop og gasprisen for hvert trin." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Denne tabel indeholder de øverste tokens efter Uniswap-volumen, sorteret baseret på dit input." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Dette token eksisterer ikke" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Dette token findes ikke på {0}" - -#: 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 "Dette værktøj vil sikkert overføre din {0}-likviditet til V3. Processen er helt troværdig takket være" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Denne transaktion kunne ikke sendes, fordi fristen er udløbet. Tjek venligst, at din transaktionsfrist ikke er for lav." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Denne transaktion lykkes ikke på grund af prisbevægelse. Prøv at øge din glidningstolerance. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Denne transaktion lykkes ikke på grund af prisbevægelse eller gebyr ved overførsel. Prøv at øge din glidningstolerance." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Denne uge" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Dette år" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tid" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Til" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Til (mindst)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "For at bruge Uniswap på {0}skal du skifte netværk i din tegnebogs indstillinger." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "For at se en position skal du være tilsluttet det netværk, den tilhører." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "I dag" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Token navn" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token blev ikke fundet" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Tokenstatistik og diagrammer for {label} er tilgængelige på <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Toptræk" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Toppuljer" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Top tokens på Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Total value locked (TVL) er den samlede mængde af aktivet, der er tilgængeligt på tværs af alle Uniswap v3-likviditetspuljer." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handl krypto og NFT'er med tillid" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handl krypto med tillid" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Egenskab" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Egenskab Gulv" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Træk" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Transaktionsindstillinger" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaktion indsendt" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaktion gennemført i" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Frist for transaktion" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaktion afventer" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaktion afvist" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaktion indsendt" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Overførselstoken" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Prøv igen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI Governance" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI er ankommet" - -#: src/pages/Vote/Landing.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 repræsenterer stemmeandele i Uniswap governance. Du kan selv stemme om hvert forslag eller uddelegere dine stemmer til en tredjepart." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} brændt" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Ikke tilgængelig" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Ikke tilgængelig for fortegnelse" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Gebyrer, der ikke er gjort krav på" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Ubestemt" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Governance" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs' servicevilkår" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-protokol" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 er ikke tilgængelig på dette netværk." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap tilgængelig i: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap klient" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-styring er kun tilgængelig på lag 1. Skift dit netværk til Ethereum Mainnet for at se forslag og stemme." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap har opfyldt dit ønske!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap i lommen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap migrationskontrakt↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Ukendt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Ukendt godkendelse" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Ukendt mynte" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Ukendt Send" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Ukendt swap" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Lås op for stemmer" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Oplås afstemning" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Låse op for stemmer" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Ikke-understøttet aktiv" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Ikke-understøttede aktiver" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Ikke understøttet af din tegnebog" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Uden titel" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Pak ud" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Pak <0/> til {0}ud" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Udpakningen mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Udpakket" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Udpakning" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Opdater delegation" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Brug Uniswap Labs API til at få hurtigere tilbud." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2-likviditet" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0}-pris:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Version:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Meget normal" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Meget sjælden" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Se påløbne gebyrer og analyser<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Se og sælg NFT'er" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Se flere analyser" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Se på Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Vis i Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Se på {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Se transaktion i Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volumen er mængden af aktivet, der er blevet handlet på Uniswap v3 i den valgte tidsramme." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Stem imod" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Stem på" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Stem imod forslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Stem imod forslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem imod forslag {proposalKey} med begrundelse \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Afstemning mislykkedes" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Stem på forslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Stem på forslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem for forslag {proposalKey} med begrundelse \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Stem i regeringsførelse" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Stem for at undlade at stemme om forslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Stem for at undlade at stemme om forslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem for at undlade at stemme om forslag {proposalKey} med begrundelse \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Stemte" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Afstemning" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Afstemning sluttede {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Afstemning slutter ca. {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Afstemningen starter cirka {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Venter på bekræftelse" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Tegnebogsadresse eller ENS-navn" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Advarsel" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Velkommen til team Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Hvorfor er en transaktion påkrævet?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Udbetal indskudt likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Tilbagetrækningen mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Tilbagetrækning" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "trak sig tilbage" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Ombryd" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Ombryd <0/> til {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Ombrydning mislykkedes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Indpakket" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Indpakning" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Forkert netværk" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Du har allerede et aktivt eller afventende forslag" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Du opretter en pulje" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Du er ikke ejer af denne LP-position. Du vil ikke være i stand til at hæve likviditeten fra denne position, medmindre du ejer følgende adresse: {ownerAddress}" - -#: 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 "Du er den første likviditetsudbyder til denne Uniswap V3-pulje. Din likviditet vil migrere til den aktuelle {0}-pris." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Du er den første likviditetsudbyder." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Du kan enten selv stemme om hvert enkelt forslag eller uddelegere dine stemmer til en tredjepart." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Du har ikke nok stemmer til at indsende et forslag" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Du har ikke likviditet i denne pulje endnu." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Du har muligvis mistet din netværksforbindelse." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Du skal forbinde en konto." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Du skal have {formattedProposalThreshold} stemmer for at komme med et forslag" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Du betaler" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Du modtager" - -#: 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 "Du bør kun indbetale likviditet til Uniswap V3 til en pris, du mener er korrekt. <0/>Hvis prisen synes forkert, kan du enten lave et bytte for at flytte prisen eller vente på, at en anden gør det." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Du vil også indsamle gebyrer optjent fra denne position." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Du vil modtage" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Din V2-likviditet" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Dine aktive V3-likviditetspositioner vises her." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Din saldo på {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Dit tilsluttede netværk understøttes ikke." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Dine onchain-transaktioner og kryptokøb vises her." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Din puljedeling:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Din position" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Din stilling har 0 likviditet, og tjener ikke gebyrer." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Din position vises her." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Din position vil være 100 % sammensat af {0} til denne pris" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Din position vil være 100 % {0} til denne pris." - -#: 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 "Din position vil ikke optjene gebyrer eller blive brugt i handler, før markedsprisen bevæger sig ind i dit interval." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Dine positioner" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Din swap forventes at mislykkes." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Din swap blev ændret gennem din tegnebog. Hvis dette var en fejl, bedes du annullere med det samme eller risikere at miste dine penge." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Dine samlede puljetokener:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Dine transaktionsomkostninger vil være meget højere, da det omfatter gas til at skabe puljen." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Din transaktion kan være frontrun og resultere i en ugunstig handel." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Din transaktion tilbageføres, hvis den afventer i mere end denne periode." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Din transaktion vil blive tilbageført, hvis prisen ændres ugunstigt med mere end denne procentdel." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Din tegnebogs nuværende netværk understøttes ikke." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Din {0} saldo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "og" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "og samtykke til det" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "tilgængelig endnu" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "under bundpris." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "under samlingens bundpris. Er du sikker på, at du vil fortsætte?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "blokerede aktiviteter" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "betaling" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "til" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "for {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "fra" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "her." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minutter" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "måneder" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "belønning" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "noget gik galt!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "til" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Løs problemet} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Dette token handles ikke på førende amerikanske centraliserede børser eller byttes ofte på Uniswap.} other {Disse tokens handles ikke på førende amerikanske centraliserede børser eller byttes ofte på Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Dette token handles ikke på førende amerikanske centraliserede børser.} other {Disse tokens handles ikke på førende amerikanske centraliserede børser.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Du kan ikke bytte dette token ved hjælp af Uniswap-appen.} other {Du kan ikke bytte disse tokens ved hjælp af Uniswap-appen.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {liste} other {lister}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Indbetalt" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Gebyrer tjent:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT'er er noteret betydeligt" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Afventer" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Prøv at øge din glidningstolerance.\n" -"Bemærk: gebyr-ved-overførsel og rebase-tokens er inkompatible med Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Stemmer" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} pr. {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Pris:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% gebyrniveau" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% pulje" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% vælg" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% glidning" - -#: 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/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dag} other {dage}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {time} other {timer}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {måned} other {måneder}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {uge} other {uger}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} og {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dag} other {dage}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {time} other {timer}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minut} other {minutter}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {måned} other {måneder}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {anden} other {sekunder}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {uge} other {uger}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} kan være nede lige nu, eller du kan have mistet din netværksforbindelse." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token bridge" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider} %" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} pr. {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {kollektion} other {samlinger}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Tilbage til Pools" - diff --git a/src/locales/de-DE.po b/src/locales/de-DE.po deleted file mode 100644 index 125a1f2617..0000000000 --- a/src/locales/de-DE.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: de\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: German\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Im Explorer anzeigen)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(bearbeiten)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Neue Position" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Empfänger entfernen" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24-Stunden-Lautstärke" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Das 24-Stunden-Volumen ist der Betrag des Vermögenswerts, der in den letzten 24 Stunden auf Uniswap v3 gehandelt wurde." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W hoch" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 W niedrig" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Alle Vorschläge" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Stimmen" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Kontoanalyse und eingenommene Gebühren<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Aktueller Preis:<1><2/> <3>{0} pro {1}" - -#: 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>Tipp: Durch das Entfernen von Pool-Token wird Ihre Position zum aktuellen Kurs proportional zu Ihrem Anteil am Pool in die zugrunde liegenden Token umgewandelt. Eingenommene Gebühren sind in den Beträgen enthalten, die Sie erhalten." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tipp: Wählen Sie eine Aktion aus und beschreiben Sie Ihren Antrag für die Community. Der Antrag kann nach der Einreichung nicht mehr geändert werden. Überprüfen Sie daher alle Informationen vor dem Einreichen. Die Abstimmungsperiode beginnt sofort und dauert 7 Tage. Um eine benutzerdefinierte Aktion vorzuschlagen, <1>lesen Sie die Dokumentation." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Tipp: Verwenden Sie dieses Tool, um v2-Pools zu finden, die nicht automatisch in der Benutzeroberfläche angezeigt werden." - -#: 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>Tipp: Wenn Sie Liquidität hinzufügen, erhalten Sie Pool-Token, die Ihre Position repräsentieren. Diese Token verdienen automatisch im Verhältnis zu Ihrem Anteil am Pool, und können jederzeit eingelöst werden." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Abstimmen freischalten um bereit zu sein für den nächsten Vorschlag." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> pro <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Für das Einreichen von Anträgen ist eine Mindestschwelle von 0,25% des gesamten UNI-Angebots erforderlich" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Ein Swap dieser Größenordnung kann angesichts der aktuellen Liquidität im Pool erhebliche Auswirkungen auf den Preis haben. Es kann einen großen Unterschied zwischen der Menge Ihres Eingabe-Tokens und dem, was Sie als Ausgabe-Token erhalten, geben" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Über" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Akzeptieren" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktiv" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivität" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Hinzufügen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Addiere <0/> und <1/> zu Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Delegierung hinzufügen +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Liquidität hinzufügen" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "V2 Liquidität hinzufügen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Das Hinzufügen der V2-Liquidität ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Das Hinzufügen von Liquidität ist fehlgeschlagen" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Liquidität hinzufügen." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Mehr Liquidität hinzufügen" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Der Tasche hinzufügen" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Der Tasche hinzufügen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Addiere {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "{0}/{1} V3 Liquidität hinzufügen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Zusätzliche Liquidität" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "V2-Liquidität hinzugefügt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Zusätzliche Liquidität" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} hinzugefügt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Hinzufügen von V2-Liquidität" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Liquidität hinzufügen" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Wenn Sie diesen Vorschlag zur Warteschlange hinzufügen, kann er nach einer Verzögerung ausgeführt werden." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adresse hat keinen gültigen Anspruch" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Gegen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "LP-Token Migration erlauben" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Erlaubt" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Bereits gelistet unter" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Führen Sie vor dem Handel immer Ihre eigenen Recherchen durch." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Betrag" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Für die Verwendung dieses Tokens ist eine Genehmigung erforderlich." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Beim Laden der Token ist ein Fehler aufgetreten. Bitte versuche es erneut." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Beim Versuch, diesen Swap auszuführen, ist ein Fehler aufgetreten. Möglicherweise müssen Sie Ihre Schlupftoleranz erhöhen. Wenn dies nicht funktioniert, liegt möglicherweise eine Inkompatibilität mit dem Token vor, den Sie handeln. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Die Genehmigung ist fehlgeschlagen" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Bestätigung ausstehend" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Bestätigen" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Token genehmigen" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "In der Brieftasche genehmigen" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Genehmigen Sie in Ihrer Brieftasche" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Genehmigen Sie die Verwendung von {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "{0} freischalten" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Bestätigt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Bestätige" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Schalte {0} frei" - -#: 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 "Mindestens {0} {1} und {2} {3} werden aufgrund des gewählten Preisbereichs in Ihre Wallet zurückerstattet." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Autom." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto-Router-API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Zurück zu Pools" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Zurück zur Wallet-Auswahl" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Tasche" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Ideal für exotische Paare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Am besten für die meisten Paare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Am besten für stabile Paare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Am besten für sehr stabile Paare." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Die günstigste Route kostet ~{gasPrice} in Benzin." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Gesperrte Adresse" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Auf OpenSea blockiert" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Die Ausleihe ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Geliehen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Ausleihen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Gekauft" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Das Brennen ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Verbrannt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Verbrennung" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Besorgen" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Krypto kaufen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Der Kauf ist fehlgeschlagen" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Kaufen Sie NFTs oder übertragen Sie sie auf dieses Wallet, um loszulegen." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Kaufen Sie Token oder übertragen Sie sie auf dieses Wallet, um loszulegen." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Kaufen, verkaufen und erkunden Sie Token" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Kaufen, verkaufen und erkunden Sie Token und NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Kauf" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Von" - -#: 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 "Durch das Hinzufügen von Liquidität verdienen Sie 0,3 % aller Handelstransaktionen an diesem Paar, proportional zu Ihrem Anteil am Pool. Diese Gebühren werden dem Pool zugerechnet, fallen in Echtzeit an und können durch Entfernen Ihrer Liquidität geltend gemacht werden." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Durch die Verbindung einer Wallet stimmen Sie den Bestimmungen von Uniswap Labs zu." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Abbrechen fehlgeschlagen" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Abgesagt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Abgesagt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Stornieren" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Vorsicht" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Überprüfen Sie den Netzwerkstatus" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Schauen Sie sich unsere v3 LP Einführung und die Hilfe zur Liquiditätsmigration an." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Einfordern" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Anspruch <0/> für {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "UNI einfordern" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "UNI Token einfordern" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Fordern Sie eine UNI-Prämie für {0}an" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Fordern Sie Uniswap NFT Airdrop an" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Anspruch gescheitert" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Gebühren einfordern" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Fordern Sie Ihre UNI-Token ein" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Eingefordert" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Fordere ein" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Alles löschen" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Alles löschen" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Schließen" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Geschlossen" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Geschlossene Positionen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Beziehen" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Sammeln Sie als {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Gebühren beziehen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Die Erhebung der Gebühren ist fehlgeschlagen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Sammeln Sie {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Eingezogen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Eingezogene Gebühren" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Ziehe ein" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Ziehe Gebühren ein" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Gebühren einziehen wird für Sie derzeit verfügbare Gebühren beziehen." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "In Kürze erhältlich: Suchen und erkunden Sie Token auf der BNB-Kette" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Gemeinsam" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Vollständig!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Bestätigen" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Angebot bestätigen" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Diese Transaktion in Ihrer Wallet bestätigen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Transaktion in Wallet bestätigen" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Verbinden" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Wallet verbinden" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Eine Wallet verbinden" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Mit einer Wallet verbinden, um Pools zu finden" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Verbinden Sie sich mit einer Wallet, um Ihre V2-Liquidität anzuzeigen." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Verbinden Sie sich mit einer Wallet, um Ihre Liquidität anzuzeigen." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Wallet verbinden" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Inhaltlich nicht" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Weitermachen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Vertragsinteraktion" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Vertragsadresse" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Kopiert!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Link kopieren" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Pool erstellen & versorgen" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Vorschlag erstellen" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Paar erstellen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Pool erstellen und {0}/{1} V3 Liquidität hinzufügen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Fehler beim Erstellen des Pools" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Pool erstellen." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "{0}/{1} V3-Pool erstellen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Pool erstellt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Pool erstellen" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Kryptokäufe sind in Ihrer Region nicht möglich." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Aktueller Preis" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Aktueller {0}-Preis:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Brauch" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-Registrar" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Verloren" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Abstimmungen delegieren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Der Delegierte ist fehlgeschlagen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Stimmrecht auf {0}delegieren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegiert" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegiert an:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegieren" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegiere Stimmrecht" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Die Bereitstellung ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Im Einsatz" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Bereitstellen" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Betrag deponieren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Die Einzahlung ist fehlgeschlagen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Liquidität einzahlen" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Zahlen Sie Token im {label} Netzwerk ein." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Hinterlegt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Einzahlen" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Beschreibung" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detailliert" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Details" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Verwerfen" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentation" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Sie haben kein Uniswap-Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Sie sehen eine Ihrer v2-Positionen nicht? <0>Importiere sie." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Herunterladen" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Laden Sie Uniswap Wallet herunter" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Lade App herunter" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Laden Sie es im App Store herunter, um Ihre Token und NFTs sicher zu speichern, Token auszutauschen und eine Verbindung zu Krypto-Apps herzustellen." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH-Registrar-Controller" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Erhaltene UNI-Token stellen Stimmbeteiligungen an der Uniswap-Governance dar." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Bearbeiten" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Einträge bearbeiten" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Prozentsatz eingeben" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Empfänger eingeben" - -#: 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 "Geben Sie eine Adresse ein, um UNI einzufordern. Wenn die Adresse Anspruch auf UNI hat, wird es bei der Ausführung an sie gesendet." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Betrag eingeben" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "{0} Betrag eingeben" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Fehler" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Fehler-ID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Verbindungsfehler" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum-Namensdienst" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Fall" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Tauschrate" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Ausführen" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Vorschlag {proposalId}ausführen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Ausführung fehlgeschlagen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Vorschlag ausführen {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Ausgeführt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Ausführen" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Durch die Ausführung dieses Vorschlags werden die Anrufdaten in der Kette umgesetzt." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Ausführung eingereicht" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Erwartete Ausgabe" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Verfallen" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Läuft ab in" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Entdecken Sie NFTs" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Entdecken Sie Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Entdecken Sie Token" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Sehr selten" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Fehlgeschlagen" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Netzwerkwechsel fehlgeschlagen" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Feature-Flags" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Gebührenstufe" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Gebührenstufe" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Rückmeldung" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Gebühren" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Route abrufen" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Den besten Preis erzielen..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Preis wird abgerufen..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Token filtern" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Findet über Ihren Browser die beste Route im Uniswap-Protokoll. Kann zu hoher Latenz und hohen Preisen führen." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Findet mithilfe der Uniswap Labs Routing API die beste Route im Uniswap-Protokoll." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Boden" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Mindestpreis" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Dafür" - -#: 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 "Klicken Sie für jeden unten angezeigten Pool auf migrieren, um Ihre Liquidität aus Uniswap V2 zu entfernen und in Uniswap V3 zu deponieren." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Von" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Von (höchstens)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Gesamter Bereich" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Loslegen" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Hole dir Unterstützung" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Hilfezentrum" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Versteckt" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Ausblenden" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Geschlossene Positionen ausblenden" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ressourcen ausblenden" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Kleine Guthaben ausblenden" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Einverstanden" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Wenn Sie glauben, dass es sich hierbei um einen Fehler handelt, senden Sie bitte eine E-Mail mit Ihrer Adresse an" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Pool importieren" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "V2-Pool importieren" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Im Bereich" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Im Bereich" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Liquidität erhöhen" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Anfangspreis und Poolanteil" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Eingabe wird geschätzt. Sie werden höchstens <0>{0} {1} verkaufen, andernfalls wird die Transaktion rückgängig gemacht." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Unzureichende Mittel" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Unzureichende Liquidität" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Unzureichende Liquidität für diesen Handel." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Unzureichende Poolliquidität, um die Transaktion abzuschließen" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Unzureichendes {0} Guthaben" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Ungültiges Paar" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Ungültiges Paar." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ungültige Preisangabe" - -#: 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 "Ungültiger Bereich ausgewählt. Der Mindestpreis muss kleiner als der Maximalpreis sein." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Ungültiger Empfänger" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Sprache" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Zuletzt" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Letzter Preis" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Letzte Aktualisierung" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Lernen" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Erfahren Sie mehr über die Bereitstellung von Liquidität" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Mehr erfahren" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Rechtliches und Datenschutz" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Links" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidität" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Liquiditätsdaten nicht verfügbar." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Liquiditätsanbieter-Belohnungen" - -#: 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 "Liquiditätsgeber verdienen eine 0,3%ige Gebühr für jeden Tausch im Verhältnis zu ihrem Anteil am Pool. Die Gebühren werden dem Pool zugerechnet, fallen in Echtzeit an und können durch Entfernen der Liquidität in Anspruch genommen werden." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "NFTs auflisten" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Liste zum Verkauf" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Die Listung eines NFT erfordert eine einmalige Marktplatzgenehmigung für jede NFT-Sammlung." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Einträge" - -#: 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 -msgid "Loading" -msgstr "Lädt" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Ladezulage" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Niedriger Listenpreis" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Machen Sie ein Angebot" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Verwalten" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Liquidität im Belohnungspool verwalten" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Diesen Pool verwalten." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max." - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Max. Preis" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maximale Lizenzgebühren für Ersteller" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Maximale Gebühren" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Max. Preis" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Max. Schlupf" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max.:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maximaler Input" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximum gesendet" - -#: 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 "Migrieren" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Liquidität nach V3 migrieren" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "V2-Liquidität migrieren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Die Migration der Liquidität ist fehlgeschlagen" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrieren Sie Ihre Liquiditäts-Token von Uniswap V2 nach Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "{0}/{1} -Liquidität nach V3 migrieren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Migrierte Liquidität" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrieren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Liquidität migrieren" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Min. Preis" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Min. Preis" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min.:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Mindestleistung" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum erhalten" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint ist gescheitert" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Geprägt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Prägung" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Fehlende Diagrammdaten" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Fehlende Preisdaten aufgrund des kürzlich geringen Handelsvolumens auf Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat Auffahrt-Iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay ist in einigen Regionen nicht verfügbar. Klicke, um mehr zu lernen." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mehr" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Meine NFTs" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT-Sammlungen" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Name nicht gefunden" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigationstaste" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Netzwerkwarnung" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Netzwerkgebühr" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Niemals" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Neue Position" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Noch keine NFTs" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Keine V2-Liquidität gefunden." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Noch keine Aktivität" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Keine Daten" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Keine Beschreibung." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Keine Elemente zum Anzeigen vorhanden" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Keine Liquidität gefunden." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Keinen Pool gefunden." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Noch keine Pools" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Keine Vorschläge gefunden." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Keine Ergebnisse gefunden." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Keine Token-Informationen verfügbar" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Keine Token gefunden" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Keine Token gefunden." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Noch keine Token" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Nicht verfügbar" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "In Ihrer Region nicht verfügbar" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Nicht erstellt" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Nicht aufgeführt" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Bietet an" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Sobald Sie mit dem Preis zufrieden sind, klicken Sie auf Bereitstellen zum Überprüfen." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Ein NFT ist zu {0}% gelistet" - -#: 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 "Nur UNI-Stimmen, die vor Block {0} an die eigene oder eine fremde Adresse delegiert wurden, sind zur Abstimmung berechtigt." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ups, bring mich zurück zu Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Eröffnen Sie eine neue Position oder erstellen Sie einen Pool, um loszulegen." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Auftragsweiterleitung" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Nicht im Bereich" - -#: 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 "Ausgabemenge geschätzt. Wenn sich der Preis um mehr als {0}% ändert, wird Ihre Transaktion rückgängig gemacht." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Ausgabemenge geschätzt. Sie erhalten mindestens <0>{0} {1} oder die Transaktion wird rückgängig gemacht." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Besitzer" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Seite nicht gefunden!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Zahlen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Zahlen Sie trotzdem" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Bezahlen mit" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Ausstehend" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Für den Austausch jedes Tokens durch Uniswap ist eine Genehmigung erforderlich. Zu Ihrer Sicherheit läuft die Gültigkeit nach einem Monat ab." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Erlaubnis2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Bitte verbinden Sie sich mit Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool gefunden!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Pool-Token im Belohnungspool:" - -#: 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 "{0} gepoolt:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Pools" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Beliebte NFT-Sammlungen" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Beliebte Token" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Position nicht verfügbar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Präferenzen" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Vorschau" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Preis" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Preisunterschied:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Preiseinfluss" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Preiseinfluss zu hoch" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Preisauswirkung" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Warnung vor Preisauswirkungen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Preisbereich" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Preis aktualisiert" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Preis:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Preise und Pool-Anteil" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Datenschutz-Bestimmungen" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Datenschutz-Bestimmungen." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Fahren Sie mit der Brieftasche fort" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Erlös bei Verkauf" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Vorschlag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Vorschlag eingereicht" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Titel des Vorschlags" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Vorschläge" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Vorschläge von Community-Mitgliedern werden hier erscheinen." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Vorgeschlagene Aktion" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Antragsteller" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Öffentlicher Insolvenzverwalter" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Menge" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Warteschlange" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Warteschlangenvorschlag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Warteschlange fehlgeschlagen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Warteschlangenvorschlag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "In Warteschlange" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Warteschlange" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Warteschlange" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Selten" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Seltenheit" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Preise" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Erfahren Sie mehr über Uniswap Governance" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Erfahren Sie mehr über Liquiditäts-Bereitstellung" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Erfahre mehr über nicht unterstützte Token" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Erhalten" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Empfang fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Erhalten" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Empfang" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Aktuelle Suchanfragen" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Empfänger" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Rückerstattungen für nicht verfügbare Artikel werden in ETH gewährt" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Abgelehnt" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Laden Sie die App neu" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Entfernen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Entfernen Sie <0/> und <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Betrag entfernen" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Delegierung entfernen" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Liquidität entfernen" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Aus dem Beutel nehmen" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Gegenstand entfernen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Das Entfernen der Liquidität ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquidität entfernt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquidität entfernt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Liquidität abziehen" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "{0} {1} und {2} {3} entfernen" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Entfernen von {0} {1} und{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Zurückgezahlt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Rückzahlung fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Zurückzahlen" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "{issues} Probleme lösen" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Wiederholen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Zurück" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Zurück zu „Meine NFTs“." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Reverse-Registrar" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Bewertungstausch" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Genehmigung widerrufen" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Gleicher Preis" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Scannen Sie mit Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Suchen" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Name suchen oder Adresse einfügen" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Suchen Sie nach Token und NFT-Sammlungen" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Wählen Sie „Koppeln“." - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Token auswählen" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Wählen Sie einen Token aus, um Ihre v2-Liquidität zu finden." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Wählen Sie eine Aktion aus" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Token auswählen" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Ausgewählter Bereich" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Selbst" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Selbstdelegierung" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Verkaufen" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "NFTs verkaufen" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Verkäufer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Senden fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Senden" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Gesendet" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Preisbereich festlegen" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Startpreis festlegen" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Legen Sie die Preise fest, um fortzufahren" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Einstellungen" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Anteil am Pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Anteil am Pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Auf Twitter teilen" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Auf Twitter teilen" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Zeigen" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Abgebrochen anzeigen" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Geschlossene Positionen anzeigen" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Zeig mehr" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Ressourcen anzeigen" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Zeichen" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Einfach" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Ein Slippage unter {0}% kann zu einer fehlgeschlagenen Transaktion führen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Verkauft" - -#: 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 "Einige Assets sind über diese Benutzeroberfläche nicht verfügbar, da sie möglicherweise nicht gut mit den Smart Contracts funktionieren oder wir den Handel aus rechtlichen Gründen nicht zulassen können." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Etwas ist schief gelaufen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Etwas ist schief gelaufen. Bitte versuche es erneut." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Leider ist bei der Bearbeitung Ihrer Anfrage ein Fehler aufgetreten. Wenn Sie Support anfordern, kopieren Sie unbedingt die Details dieses Fehlers." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Leider ist bei der Bearbeitung Ihrer Anfrage ein Fehler aufgetreten. Wenn Sie Support anfordern, geben Sie unbedingt Ihre Fehler-ID an." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Beginnen Sie mit der Auflistung" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistiken" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Neuen Vorschlag einreichen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Das Einreichen des Vorschlags ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Vorschlag eingereicht" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Vorschlag einreichen" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Stimmabgabe wird eingereicht" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Vorschlag einreichen" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Erfolgreich" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Erfolg" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Erfolgreich gelistet" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Angebot" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Biete {0} {1} und {2} {3} an" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Tauschen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Tausche <0/> gegen genau <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Trotzdem tauschen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Tausche genau <0/> gegen <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Der Tausch ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Getauscht" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Tauschen" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Tausche {0} {1} gegen {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Fegen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Netzwerke wechseln" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Wechseln Sie zu {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbol nicht gefunden" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Nutzungsbedingungen" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Danke, dass du Teil der Uniswap-Community bist <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Der Prozentsatz, den Sie an Gebühren verdienen." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Die Uniswap-Invariante x*y=k wurde durch den Tausch nicht erfüllt. Dies bedeutet normalerweise, dass einer der Token, die Sie austauschen, ein benutzerdefiniertes Verhalten bei der Übertragung enthält." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Der Betrag, den Sie zum aktuellen Marktpreis erwarten. Sie erhalten möglicherweise weniger oder mehr, wenn sich der Marktpreis ändert, während Ihre Transaktion aussteht." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Die App ruft Blockchain-Daten vom gehosteten Dienst von The Graph ab." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Die App ruft On-Chain-Daten ab und erstellt Vertragsaufrufe mit einer Infura-API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Die App ruft die optimale Handelsroute von einem Uniswap Labs-Server ab." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Die App protokolliert anonymisierte Nutzungsstatistiken, um sie im Laufe der Zeit zu verbessern." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Die App erfasst Ihre Wallet-Adresse sicher und gibt sie aus Risiko- und Compliance-Gründen an TRM Labs Inc. weiter." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Der Verbindungsversuch ist fehlgeschlagen. Bitte klicken Sie auf „Erneut versuchen“ und befolgen Sie die Schritte zum Herstellen einer Verbindung in Ihrem Wallet." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Die geschätzte Differenz zwischen den USD-Werten der Eingabe- und Ausgabebeträge." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Die Gebühr, die an Miner gezahlt wird, die Ihre Transaktion verarbeiten. Diese muss in ${0}bezahlt werden." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Die Gebühr, die an Miner gezahlt wird, die Ihre Transaktion verarbeiten. Diese muss in {0}bezahlt werden." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Die Auswirkung Ihres Handels auf den Marktpreis dieses Pools." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Der eingegebene Token kann nicht übertragen werden. Möglicherweise liegt ein Problem mit dem Token vor." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Der Marktpreis liegt außerhalb der angegebenen Preisklasse. Nur einseitige Liquiditätsgabe möglich." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Der Höchstbetrag, den Sie garantiert ausgeben werden. Sollte der Preis weiter sinken, wird Ihre Transaktion rückgängig gemacht." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Der Mindestbetrag, den Sie garantiert erhalten. Sollte der Preis weiter sinken, wird Ihre Transaktion rückgängig gemacht." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Die aktuellste Blocknummer in diesem Netzwerk. Die Preise werden bei jedem Block aktualisiert." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Der Ausgabe-Token kann nicht übertragen werden. Möglicherweise liegt ein Problem mit dem Token vor." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Das Ausgabetoken kann nicht übertragen werden. Möglicherweise liegt ein Problem mit dem Ausgabetoken vor. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel." - -#: 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 "Der Preis für diesen Pool liegt außerhalb des gewählten Bereichs. Ihre Position verdient derzeit keine Gebühren." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Der Preis für diesen Pool liegt innerhalb des gewählten Bereichs. Ihre Position verdient derzeit Gebühren." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Das Verhältnis der von Ihnen hinzugefügten Token legt den Preis für diesen Pool fest." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Thema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Keine Liquiditätsdaten vorhanden." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Diese Adresse ist auf der Uniswap Labs-Schnittstelle blockiert, da sie mit einer oder mehreren verknüpft ist" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Diese App verwendet die folgenden APIs von Drittanbietern:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Diesen Monat" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Dieser Pool muss initialisiert werden, bevor Sie Liquidität hinzufügen können. Wählen Sie zum Initialisieren einen Startpreis für den Pool aus. Geben Sie dann Ihre Liquiditätspreisspanne und den Einzahlungsbetrag ein. Aufgrund der Initialisierungstransaktion werden die Gasgebühren höher als üblich sein." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Dieser Vorschlag kann nach {0}ausgeführt werden." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Diese Route optimiert Ihre Gesamtleistung, indem sie geteilte Routen, mehrere Hops und die Gaskosten jedes Schritts berücksichtigt." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Diese Tabelle enthält die Top-Tokens nach Uniswap-Volumen, sortiert nach Ihrer Eingabe." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Dieses Token existiert nicht" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Dieses Token existiert auf {0}nicht" - -#: 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 "Dieses Tool wird Ihre {0}-Liquidität sicher auf V3 migrieren. Der Prozess ist dank des" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Diese Transaktion konnte nicht gesendet werden, da die Frist abgelaufen ist. Bitte stellen Sie sicher, dass Ihre Transaktionsfrist nicht zu niedrig ist." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Diese Transaktion wird aufgrund von Preisbewegungen nicht erfolgreich sein. Versuchen Sie, Ihre Schlupftoleranz zu erhöhen. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Diese Transaktion wird nicht erfolgreich sein, entweder aufgrund von Preisbewegungen oder aufgrund von Gebühr-bei-Transfer. Versuchen Sie, Ihre Schlupftoleranz zu erhöhen." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Diese Woche" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Dieses Jahr" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Zeit" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Nach" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Nach (mindestens)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Um Uniswap auf {0}zu verwenden, wechseln Sie das Netzwerk in den Einstellungen Ihres Wallets." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Um eine Position anzuzeigen, müssen Sie mit dem Netzwerk verbunden sein, zu dem sie gehört." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Heute" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Tokenname" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token nicht gefunden" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Token-Statistiken und Diagramme für {label} sind verfügbar auf <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Token" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Top-Eigenschaft" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Top Pools" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Top-Token auf Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Gesamt" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Der gesperrte Gesamtwert (TVL) ist der Gesamtbetrag des Vermögenswerts, der in allen Uniswap v3-Liquiditätspools verfügbar ist." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handeln Sie mit Vertrauen mit Kryptowährungen und NFTs" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handeln Sie mit Vertrauen mit Kryptowährungen" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Merkmal" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Eigenschaftsboden" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Züge" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Transaktionseinstellungen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaktion gesendet" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaktion abgeschlossen in" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Transaktionsfrist" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaktion ausstehend" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaktion abgelehnt" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaktion eingereicht" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token übertragen" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Erneut versuchen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI-Governance" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI ist eingetroffen" - -#: src/pages/Vote/Landing.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-Token stellen Stimmbeteiligung an der Uniswap Governance dar. Sie können über jeden Vorschlag selbst abstimmen oder Ihre Stimmen an Dritte delegieren." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} verbrannt" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Nicht verfügbar" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Für die Auflistung nicht verfügbar" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Noch nicht bezogene Gebühren" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Unbestimmt" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap-API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Governance" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Nutzungsbedingungen von Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-Protokoll" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 ist in diesem Netzwerk nicht verfügbar." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap verfügbar in: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap-Client" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-Governance ist nur auf Layer 1 verfügbar. Schalten Sie Ihr Netzwerk auf Ethereum Mainnet um, um Anträge und Abstimmungen anzuzeigen." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap hat Ihren Wunsch erfüllt!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap in Ihrer Tasche" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap Migrations-contract↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Unbekannt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Unbekannte Genehmigung" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Unbekannte Münzstätte" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Unbekannter Versand" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Unbekannter Tausch" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Abstimmungen freischalten" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Abstimmung freischalten" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Stimmen werden freigeschalten" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Nicht unterstütztes Asset" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Nicht unterstützte Assets" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Wird von Ihrem Geldbeutel nicht unterstützt" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Ohne Titel" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Packen Sie <0/> zu {0}aus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Das Auspacken ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Ausgepackt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Auspacken" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Delegation aktualisieren" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Verwenden Sie die Uniswap Labs API, um schneller Angebote zu erhalten." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2-Liquidität" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Preis:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Ausführung:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Sehr gewöhnlich" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Sehr selten" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Anfallende Gebühren und Analysen anzeigen<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "NFTs ansehen und verkaufen" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Weitere Analysen anzeigen" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Auf Etherscan ansehen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Im Explorer anzeigen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Ansicht am {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Transaktion im Explorer anzeigen" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Das Volumen ist der Betrag des Vermögenswerts, der im ausgewählten Zeitraum auf Uniswap v3 gehandelt wurde." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Dagegen stimmen" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Dafür stimmen" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Stimme gegen Antrag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Stimmen Sie gegen Vorschlag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Gegen Vorschlag {proposalKey} mit Grund „{0}“ stimmen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Die Abstimmung ist fehlgeschlagen" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Für Vorschlag {proposalId} stimmen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Stimmen Sie für Vorschlag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Stimmen Sie für Vorschlag {proposalKey} mit Grund „{0}“" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Abstimmung in der Regierungsführung" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Stimmen Sie für Enthaltung bei Vorschlag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Stimmen Sie für Enthaltung bei Vorschlag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Stimmen Sie für eine Enthaltung bei Vorschlag {proposalKey} mit der Begründung „{0}“." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Abgestimmt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Wählen" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Abstimmung beendet {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Die Abstimmung endet ungefähr {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Die Abstimmung beginnt ungefähr bei {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Auf Bestätigung warten" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Wallet-Adresse oder ENS-Name" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Warnung" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Willkommen bei Team Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Warum ist eine Transaktion erforderlich?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Eingezahlte Liquidität abheben" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Die Auszahlung ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Rückzug" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Zurückgezogen" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Wrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Wickeln Sie <0/> auf {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Wrap ist fehlgeschlagen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Eingepackt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Verpackung" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Falsches Netzwerk" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Sie haben bereits ein aktives oder ausstehendes Angebot" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Sie erstellen einen Pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Sie sind nicht der Inhaber dieser LP-Position. Sie können die Liquidität von dieser Position nicht abheben, es sei denn, Sie besitzen die folgende Adresse: {ownerAddress}" - -#: 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 "Sie sind der erste Liquiditätsgeber für diesen Uniswap V3 Pool. Ihre Liquidität wird zum aktuellen {0}-Preis migriert." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Sie sind der erste Liquiditätsanbieter." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Sie können entweder über jeden Vorschlag selbst abstimmen oder Ihre Stimme an Dritte delegieren." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Ihr Stimmrecht reicht nicht aus, um einen Vorschlag einzureichen" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Sie haben noch keine Liquidität in diesem Pool." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Möglicherweise haben Sie Ihre Netzwerkverbindung verloren." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Sie müssen ein Konto verbinden." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Sie müssen {formattedProposalThreshold} Stimmen haben, um einen Vorschlag einzureichen" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Sie bezahlen" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Du erhältst" - -#: 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 "Sie sollten nur Liquidität in Uniswap V3 zu einem Preis einzahlen, den Sie für richtig halten. <0/>Wenn der Preis falsch erscheint, können Sie entweder durch einen Tausch den Preis verändern oder warten bis jemand anderes dies tut." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Sie werden auch die Gebühren einziehen, die diese Position verdient hat." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Sie werden erhalten" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Ihre V2-Liquidität" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Hier werden Ihre aktiven V3-Liquiditätspositionen angezeigt." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Ihr Guthaben beträgt {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Ihr verbundenes Netzwerk wird nicht unterstützt." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Ihre On-Chain-Transaktionen und Krypto-Käufe werden hier angezeigt." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Ihr Poolanteil:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Ihre Position" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Ihre Position hat 0 Liquidität und verdient keine Gebühren." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Ihre Position wird hier angezeigt." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Ihre Position wird zu 100% aus {0} bestehen bei diesem Preis" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Ihre Position wird bei diesem Preis 100 % {0} sein." - -#: 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 "Ihre Position wird keine Gebühren verdienen oder im Handel genutzt, bis sich der Marktpreis in Ihren Bereich bewegt." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Ihre Positionen" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Es wird erwartet, dass Ihr Tausch fehlschlägt." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Ihr Swap wurde über Ihr Wallet geändert. Wenn dies ein Fehler war, stornieren Sie bitte sofort, da Sie sonst das Risiko eingehen, Ihr Geld zu verlieren." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Ihre gesamten Pool-Token:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Ihre Transaktionskosten werden wesentlich höher sein, da sie das Gas beinhalten, um den Pool zu erstellen." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Ihre Transaktion könnte vorzeitig erfolgen und zu einem ungünstigen Handel führen." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Ihre Transaktion wird rückgängig gemacht, wenn sie für mehr als diesen Zeitraum aussteht." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Ihre Transaktion wird rückgängig gemacht, wenn sich der Preis ungünstig um mehr als diesen Prozentsatz ändert." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Das aktuelle Netzwerk Ihres Wallets wird nicht unterstützt." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Ihr {0} Guthaben" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "Und" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "und Zustimmung dazu" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "noch verfügbar" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "unter dem Mindestpreis." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "unter dem Mindestpreis der Kollektion. Bist du dir sicher, dass du weitermachen willst?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "blockierte Aktivitäten" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "Gebühr" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "für" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "für {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "aus" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "Hier." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "Minuten" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "Monate" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "belohnen" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "etwas ist schief gelaufen!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "Zu" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Problem lösen} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Dieser Token wird nicht an führenden zentralen US-Börsen gehandelt oder häufig auf Uniswap getauscht.} other {Diese Token werden nicht an führenden zentralen US-Börsen gehandelt oder häufig auf Uniswap getauscht.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Dieser Token wird nicht an führenden zentralen US-Börsen gehandelt.} other {Diese Token werden nicht an führenden zentralen US-Börsen gehandelt.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Sie können diesen Token nicht mit der Uniswap-App handeln.} other {Sie können diese Token nicht mit der Uniswap-App handeln.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {Auflistung} other {Auflistungen}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} eingezahlt" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} verdiente Gebühren:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFTs sind signifikant aufgeführt" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Ausstehend" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Versuchen Sie, Ihre Schlupftoleranz zu erhöhen.\n" -"Hinweis: Fee-on-Transfer- und Rebase-Tokens sind nicht mit Uniswap V3 kompatibel." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Stimmen" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} pro {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Preis:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% Gebührenstufe" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% Pool" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% auswählen" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% Schlupf" - -#: 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-Token" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {Tag} other {Tage}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {Stunde} other {Std}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {Monat} other {Monate}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {Woche} other {Wochen}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} und {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {Tag} other {Tage}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {Stunde} other {Std}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {Minute} other {Protokoll}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {Monat} other {Monate}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {zweite} other {Sekunden}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {Woche} other {Wochen}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} ist möglicherweise gerade nicht verfügbar oder Sie haben Ihre Netzwerkverbindung verloren." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} Token-Brücke" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} pro {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {Sammlung} other {Sammlungen}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Zurück zu Pools" - diff --git a/src/locales/el-GR.po b/src/locales/el-GR.po deleted file mode 100644 index c0a247b143..0000000000 --- a/src/locales/el-GR.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: el\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Greek\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: el\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% Μέγιστη" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Προβολή στον Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(επεξεργασία)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Νέα θέση" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Αφαιρέστε τον παραλήπτη" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Ένταση 24 ωρών" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Ο όγκος 24 ωρών είναι το ποσό του περιουσιακού στοιχείου που έχει διαπραγματευτεί στο Uniswap v3 τις τελευταίες 24 ώρες." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W ύψος" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W χαμηλή" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Όλες Οι Προτάσεις" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Ψήφοι" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Αναλυτικά λογαριασμού και δεδουλευμένα τέλη<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Τρέχουσα τιμή:<1><2/><3>{0} ανά {1}" - -#: 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>Συμβουλή: Η αφαίρεση μάρκας από τη δεξαμενή οπισθοχωρεί την θέση σας σε υποκείμενες μάρκες στη τρέχουσα τιμή, αναλογικά με το μερίδιό σας στην δεξαμενή. Τα δεδουλευμένα τέλη περιλαμβάνονται στα ποσά που λαμβάνετε." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Συμβουλή: Επιλέξτε μια ενέργεια και περιγράψτε την πρότασή σας για την κοινότητα. Η πρόταση δεν μπορεί να τροποποιηθεί μετά την υποβολή, επομένως επαληθεύστε όλες τις πληροφορίες πριν την υποβολή. Η ψηφοφορία θα ξεκινήσει άμεσα και θα διαρκέσει 7 ημέρες. Για να προτείνετε μια προσαρμοσμένη ενέργεια, <1>διαβάστε τα έγγραφα." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Συμβουλή: Χρησιμοποιήστε αυτό το εργαλείο για να βρείτε δεξαμενές της v2 που δεν εμφανίζονται αυτόματα στη διεπαφή." - -#: 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>Συμβουλή: Όταν προσθέσετε ρευστότητα, θα λάβετε μάρκες δεξαμενής που αντιπροσωπεύουν τη θέση σας. Αυτές οι μάρκες κερδίζουν αυτόματα τέλη ανάλογα με το μερίδιό σας στην πισίνα, και μπορούν να εξαργυρωθούν ανά πάσα στιγμή." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Ξεκλειδώστε τη ψηφοφορία για να προετοιμαστείτε για την επόμενη πρόταση." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> ανά <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Απαιτείται ελάχιστο όριο 0,25% της συνολικής προσφοράς UNI για την υποβολή προτάσεων" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Μια ανταλλαγή αυτού του μεγέθους μπορεί να έχει υψηλό αντίκτυπο στην τιμή, δεδομένης της τρέχουσας ρευστότητας στη συγκέντρωση. Μπορεί να υπάρχει μεγάλη διαφορά μεταξύ της ποσότητας του διακριτικού εισόδου και αυτού που θα λάβετε στο διακριτικό εξόδου" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Σχετικά με εμάς" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Αποδοχή" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Ενεργός" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Δραστηριότητα" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Προσθήκη" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Προσθέστε <0/> και <1/> στο Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Προσθήκη εκπροσώπου +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Προσθήκη Ρευστότητας" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Προσθήκη Ρευστότητας V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Η προσθήκη ρευστότητας V2 απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Η προσθήκη ρευστότητας απέτυχε" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Προσθήκη ρευστότητας." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Προσθέστε περισσότερη ρευστότητα" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Προσθήκη στην τσάντα" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Προσθήκη στην τσάντα" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Προσθέστε {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Προσθήκη {0}/{1} V3 ρευστότητας" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Προστέθηκε ρευστότητα" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Προστέθηκε ρευστότητα V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Προστέθηκε ρευστότητα" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Προστέθηκε {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Προσθήκη ρευστότητας V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Προσθήκη ρευστότητας" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "Επιτρέψτε τη μεταφορά μάρκας παρόχου ρευστότητας (LP)" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Επιτρέπεται" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Έχει ήδη καταχωρηθεί στο" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Πάντα να κάνετε τη δική σας έρευνα πριν από τις συναλλαγές." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Ποσό" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Απαιτείται έγκριση για τη χρήση αυτού του διακριτικού." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση των διακριτικών. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Παρουσιάστηκε σφάλμα κατά την προσπάθεια εκτέλεσης αυτής της ανταλλαγής. Ίσως χρειαστεί να αυξήσετε την ανοχή ολίσθησης. Εάν αυτό δεν λειτουργεί, μπορεί να υπάρχει ασυμβατότητα με το διακριτικό που διαπραγματεύεστε. Σημείωση: τα τέλη μεταφοράς και επαναφοράς δεν είναι συμβατά με το Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Η έγκριση απέτυχε" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Η έγκριση εκκρεμεί" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Έγκριση" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Έγκριση διακριτικού" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Έγκριση στο πορτοφόλι" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Έγκριση στο πορτοφόλι σας" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Εγκρίνετε τη χρήση του {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Έγκριση {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Εγκρίθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Έγκριση" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Έγκριση {0}" - -#: 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 "Τουλάχιστον {0} {1} και {2} {3} θα επιστραφούν στο πορτοφόλι σας λόγω του επιλεγμένου εύρους τιμών." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Αυτόματο" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Επιστροφή στις Πισίνες" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Επιστροφή στην επιλογή πορτοφολιού" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Τσάντα" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Υπόλοιπο: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Καλύτερο για εξωτικά ζεύγη." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Καλύτερο για τα περισσότερα ζεύγη." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Καλύτερο για σταθερά ζεύγη." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Καλύτερο για πολύ σταθερά ζευγάρια." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Η καλύτερη τιμή διαδρομής κοστίζει ~{gasPrice} σε φυσικό αέριο." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Αποκλεισμένη διεύθυνση" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Αποκλείστηκε στο OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Ο δανεισμός απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Δανεισμένη" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Δανεισμός" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Αγορασμένος" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Το Burn απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Καμένο" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Καύση" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Αγορά" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Αγοράστε κρυπτογράφηση" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Η αγορά απέτυχε" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Αγοράστε ή μεταφέρετε NFT σε αυτό το πορτοφόλι για να ξεκινήσετε." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Αγοράστε ή μεταφέρετε διακριτικά σε αυτό το πορτοφόλι για να ξεκινήσετε." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Αγοράστε, πουλήστε και εξερευνήστε μάρκες" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Αγοράστε, πουλήστε και εξερευνήστε διακριτικά και NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Εξαγορά" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "Προσθέτοντας ρευστότητα θα κερδίσετε το 0,3% όλων των συναλλαγών σε αυτό το ζεύγος αναλογικά με το μερίδιό σας στη δεξαμενή. Οι χρεώσεις προστίθενται στη ψηφοφορία, συσσωρεύονται σε πραγματικό χρόνο και μπορούν να ζητηθούν μέσω της ανάληψη σας ρευστότητας." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Συνδέοντας ένα πορτοφόλι, συμφωνείτε με την Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Η ακύρωση απέτυχε" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Ακυρώθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Ακυρώθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Ακύρωση" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Προσοχή" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Ελέγξτε την κατάσταση του δικτύου" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Ρίξτε μια ματιά στους οδηγούς μας συνέχειας και μεταφοράς παρόχων ρευστότητας (LP) της v3." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Διεκδίκηση" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Αξίωση <0/> για {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Διεκδικήστε UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Διεκδίκηση μάρκας UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Ζητήστε ανταμοιβή UNI για {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Αξίωση Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Η αξίωση απέτυχε" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Διεκδικήστε χρεώσεις" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Διεκδικήστε τις μάρκες σας UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Διεκδικήθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Διεκδίκηση" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Εκκαθάριση Όλων" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Εκκαθάριση όλων" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Κλείσιμο" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Κλειστό" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Κλειστές θέσεις" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Συλλογή" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Συλλέξτε ως {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Συλλέξτε χρεώσεις" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Η συλλογή τελών απέτυχε" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Συλλέξτε {0}/{1} χρεώσεις" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Συλλέχθηκαν" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Εισπραχθέντα τέλη" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Συλλογή" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Προσεχώς: αναζητήστε και εξερευνήστε μάρκες στο BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Κοινός" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Επιβεβαιώστε αυτή τη συναλλαγή στο πορτοφόλι σας" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Επιβεβαίωση συναλλαγής στο πορτοφόλι" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Συνδέω-συωδεομαι" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Σύνδεση Πορτοφολιού" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "Συνδεθείτε σε ένα πορτοφόλι για να δείτε τη ρευστότητα στη V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Συνδεθείτε σε ένα πορτοφόλι για να δείτε την ρευστότητά σας." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Σύνδεση πορτοφολιού" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Περιεχόμενο όχι" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Να συνεχίσει" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Αλληλεπίδραση συμβολαίου" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Διεύθυνση συμβολαίου" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Αντιγράφηκε!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Αντιγραφή συνδέσμου" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Δημιουργία Ψηφοφορίας & Παροχής" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Δημιουργία πρότασης" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Δημιουργία ζεύγους" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Δημιουργήστε δεξαμενή και προσθέστε {0}/{1} V3 ρευστότητα" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Η δημιουργία πισίνας απέτυχε" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Δημιουργία δεξαμενής." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Δημιουργία πισίνας {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Δημιουργήθηκε πισίνα" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Δημιουργία πισίνας" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "Τρέχουσα τιμή {0}:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Εθιμο" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Καταχωρητής DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Ηττημένος" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Ανάθεση Ψήφων" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Ο εκπρόσωπος απέτυχε" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Εκχωρήστε την ισχύ ψήφου στο {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Κατ 'εξουσιοδότηση" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Ανατέθηκε σε:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Ανάθεση" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Γίνεται ανάθεση ψήφων" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Η ανάπτυξη απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Αναπτύχθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Ανάπτυξη" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Ποσά Κατάθεσης" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Η κατάθεση απέτυχε" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Κατάθεση ρευστότητας" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Καταθέστε διακριτικά στο δίκτυο {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Κατατίθεται" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Κατάθεση" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Περιγραφή" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Λεπτομερής" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Λεπτομέρειες" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Απόρριψη" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Τεκμηρίωση" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Δεν έχετε Uniswap Wallet;" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Δεν βλέπετε μία από τις θέσεις σας στο v2; <0> Εισαγάγετε τη." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Κατεβάστε" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Κατεβάστε το Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Κατεβάστε την εφαρμογή" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Κάντε λήψη στο App Store για να αποθηκεύσετε με ασφάλεια τα διακριτικά και τα NFT σας, να ανταλλάξετε διακριτικά και να συνδεθείτε σε εφαρμογές κρυπτογράφησης." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Ελεγκτής μητρώου ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Κερδισμένες μάρκες του UNI αντιπροσωπεύουν μερίδια ψήφου στη διακυβέρνηση Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Επεξεργασία" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Επεξεργασία καταχωρίσεων" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Εισαγωγή ποσοστού" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Εισαγάγετε έναν παραλήπτη" - -#: 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 "Εισάγετε μια διεύθυνση για να εκκινήσετε μια διεκδίκηση UNI. Εάν η διεύθυνση έχει οποιοδήποτε UNI που μπορεί να διεκδικηθεί, αυτό θα αποσταλεί σε αυτούς κατά την υποβολή." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Εισάγετε ένα ποσό" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Εισαγάγετε {0} ποσό" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Σφάλμα" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Αναγνωριστικό σφάλματος: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Σφάλμα σύνδεσης" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Υπηρεσία ονομάτων Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Εκδήλωση" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Συναλλαγματική ισοτιμία" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Εκτέλεση" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Εκτέλεση της πρότασης {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Η εκτέλεση απέτυχε" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Εκτέλεση της πρότασης {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Εκτελέστηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Εκτέλεση" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Η εκτέλεση αυτής της πρότασης θα θεσπίσει τα δεδομένα κλήσης στην αλυσίδα." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Η εκτέλεση υποβλήθηκε" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Αναμενόμενη έξοδος" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "έχει λήξει" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Λήγει σε" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Εξερευνήστε τα NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Εξερευνήστε το Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Εξερευνήστε τα διακριτικά" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Εξαιρετικά σπάνιο" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Απέτυχε" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Αποτυχία εναλλαγής δικτύων" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Σημαίες χαρακτηριστικών" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Βαθμίδα Χρέωσης" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Επίπεδο αμοιβής" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Ανατροφοδότηση" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Αμοιβές" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Λήψη διαδρομής" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Λήψη της καλύτερης τιμής..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Ανάκτηση τιμής..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Φιλτράρισμα διακριτικών" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Βρίσκει την καλύτερη διαδρομή στο Πρωτόκολλο Uniswap μέσω του προγράμματος περιήγησής σας. Μπορεί να οδηγήσει σε υψηλή καθυστέρηση και τιμές." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Βρίσκει την καλύτερη διαδρομή στο Πρωτόκολλο Uniswap χρησιμοποιώντας το Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Πάτωμα" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Κατώτατη τιμή" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "Για κάθε δεξαμενή που φαίνεται παρακάτω, κάντε κλικ στην επιλογή μεταφορά για να αφαιρέσετε τη ρευστότητά σας από Uniswap V2 και να την καταθέσετε στο Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Από" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Από (το μέγιστο)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Πλήρης εμβέλεια" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Ξεκίνα" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Λάβετε υποστήριξη" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Κέντρο βοηθείας" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Κρυμμένος" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Κρύβω" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Απόκρυψη κλειστών θέσεων" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Απόκρυψη πόρων" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Απόκρυψη μικρών υπολοίπων" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Κατανοώ" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Εάν πιστεύετε ότι πρόκειται για σφάλμα, στείλτε ένα email με τη διεύθυνσή σας στο" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Εισαγωγή Δεξαμενής" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Εισαγωγή Δεξαμενής της V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Στο Range" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Εντός εύρους" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Αύξηση Ρευστότητας" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Αρχικές τιμές και μερίδιο δεξαμενής" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Η τιμή που εισάγετε εκτιμήθηκε. Θα πουλήσετε το πολύ <0>{0} {1} ή η συναλλαγή θα υπαναχωρήσει." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Ανεπαρκείς πόροι" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Ανεπαρκής ρευστότητα" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Ανεπαρκής ρευστότητα για αυτή τη διαπραγμάτευση." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Ανεπαρκής συγκέντρωση ρευστότητας για την ολοκλήρωση της συναλλαγής" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Ανεπαρκές υπόλοιπο {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Μη έγκυρο ζεύγος" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Μη έγκυρο ζεύγος." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Μη έγκυρος παραλήπτης" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Γλώσσα" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "τελευταίος" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Τελική τιμή" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Τελευταία ενημέρωση" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Μάθετε" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Μάθετε για την παροχή ρευστότητας" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Μάθε περισσότερα" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Νομική και Απόρρητο" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Συνδέσεις" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Ρευστότητα" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "Οι πάροχοι ρευστότητας κερδίζουν μια χρέωση της τάξεως του 0,3% σε όλες τις συναλλαγές ανάλογα με το μερίδιο τους στη δεξαμενή. Οι χρεώσεις προστίθενται στην ψηφοφορία, συσσωρεύονται σε πραγματικό χρόνο και μπορούν να ζητηθούν μέσω της ανάληψης σας ρευστότητας." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Λίστα NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Λίστα προς πώληση" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Η καταχώριση ενός NFT απαιτεί μια εφάπαξ έγκριση αγοράς για κάθε συλλογή NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "Φόρτωση" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Επίδομα φόρτωσης" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Χαμηλή τιμή καταχώρισης" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "ΜΕΓΙΣΤΗ" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Κάνε μια προσφορά" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Διαχείριση" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Διαχείριση ρευστότητας στην Δεξαμενή Επιβραβεύσεων" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Διαχείριση αυτής της δεξαμενής." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Μέγιστο" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Μέγιστη Τιμή" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Μέγιστα δικαιώματα δημιουργού" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Μέγιστες χρεώσεις" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Μέγιστη τιμή" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Μέγιστη ολίσθηση" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Μέγιστο:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Μέγιστη είσοδος" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Μεταφορά ρευστότητας σε V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Μεταφορά Ρευστότητας V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Η μετεγκατάσταση ρευστότητας απέτυχε" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Μεταφορά της δίκης μάρκας ρευστότητας σας από Uniswap V2 σε Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Μεταφορά ρευστότητας {0}/{1} στο V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Μεταναστευτική ρευστότητα" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Γίνεται μεταφορά" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Μεταναστευτική ρευστότητα" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Ελάχιστη Τιμή" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Ελάχιστη τιμή" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Ελάχιστο:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Ελάχιστη απόδοση" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Ελάχιστο λαμβανόμενο" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Το Mint απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Κοπή" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Νομισματοκοπείο" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Λείπουν δεδομένα γραφήματος" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Λείπουν δεδομένα τιμών λόγω του πρόσφατα χαμηλού όγκου συναλλαγών στο Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Το Moonpay δεν είναι διαθέσιμο σε ορισμένες περιοχές. Κάντε κλικ για να μάθετε περισσότερα." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Περισσότερα" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Τα NFT μου" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Συλλογές NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Το όνομα δεν βρέθηκε" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Κουμπί πλοήγησης" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Προειδοποίηση δικτύου" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Χρέωση δικτύου" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Ποτέ" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Νέα Θέση" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Δεν υπάρχουν ακόμη NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Δεν βρέθηκε ρευστότητα V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Καμία δραστηριότητα ακόμα" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Χωρίς δεδομένα" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Χωρίς περιγραφή." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Δεν υπάρχουν στοιχεία για εμφάνιση" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Δεν βρέθηκε ρευστότητα." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Δεν βρέθηκε δεξαμενή." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Δεν υπάρχουν ακόμα πισίνες" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Δεν βρέθηκαν προτάσεις." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Δεν βρέθηκαν αποτελέσματα." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Δεν υπάρχουν διαθέσιμες πληροφορίες συμβολικών" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Δεν βρέθηκαν μάρκες" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Δεν βρέθηκαν μάρκες." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Δεν υπάρχουν ακόμη μάρκες" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Μη διαθέσιμος" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Δεν είναι διαθέσιμο στην περιοχή σας" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Δεν δημιουργήθηκε" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Μη καταχωρημένος" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Προσφορές" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Μόλις είστε ευχαριστημένοι με τη τιμή κάντε κλικ στο παροχή για επανεξέταση." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Ένα NFT αναφέρεται {0}%" - -#: 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 "Μόνο οι ψήφοι UNI που ανατέθηκαν αυτοπροσώπως ή ανατέθηκαν σε άλλη διεύθυνση πριν από το κλείσιμο {0} έχουν δικαίωμα ψήφου." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ωχ, πάρε με πίσω στο Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Ανοίξτε μια νέα θέση ή δημιουργήστε μια πισίνα για να ξεκινήσετε." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Δρομολόγηση παραγγελίας" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "Το αποτέλεσμα εκτιμήθηκε. Αν η τιμή αλλάξει παραπάνω από {0}% η συναλλαγή σας θα υπαναχωρήσει." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Το αποτέλεσμα εκτιμήθηκε. Θα λάβετε τουλάχιστον <0>{0} {1} ή η συναλλαγή θα υπαναχωρήσει." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Ιδιοκτήτης" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Η σελίδα δεν βρέθηκε!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Πληρωμή" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Πληρώστε πάντως" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Πληρώνω με" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "εκκρεμής" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Απαιτείται άδεια για το Uniswap να ανταλλάξει κάθε διακριτικό. Αυτό θα λήξει μετά από ένα μήνα για την ασφάλειά σας." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Άδεια 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Συνδεθείτε στο Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Δεξαμενή" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "Συγκεντρώθηκε(αν) {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Πισίνες" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Δημοφιλείς συλλογές NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Δημοφιλή μάρκες" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Η θέση δεν είναι διαθέσιμη" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Προτιμήσεις" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Προεπισκόπηση" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Τιμή" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Διαφορά Τιμής:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Επιδράσεις τιμής" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Πολύ υψηλή επίδραση σε τιμή" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Επίπτωση στην τιμή" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Προειδοποίηση επίπτωσης στην τιμή" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Εύρος τιμών" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Η τιμή ενημερώθηκε" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Τιμή:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Τιμές και μερίδιο στη δεξαμενή" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Πολιτική Απορρήτου" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Πολιτική Απορρήτου." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Προχωρήστε στο πορτοφόλι" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Εισπράττει εάν πουληθεί" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Πρόταση" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Η πρόταση υποβλήθηκε" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Τίτλος πρότασης" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Προτάσεις" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Προτάσεις που υποβάλλονται από τα μέλη της κοινότητας θα εμφανίζονται εδώ." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Προτεινόμενη Δράση" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Άτομο που κάνει προτάσεις" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Public Resolver" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Ποσότητα" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Ουρά" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Πρόταση ουράς {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Η ουρά απέτυχε" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Πρόταση ουράς {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Σε ουρά" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Ουρά" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Ουρά" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Σπάνιος" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Σπανιότητα" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Τιμές" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Διαβάστε περισσότερα για τη διακυβέρνηση Uniswap" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Λαμβάνω" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Η λήψη απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Ελήφθη" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Παραλαβή" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Πρόσφατες αναζητήσεις" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Παραλήπτης" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Οι επιστροφές χρημάτων για μη διαθέσιμα στοιχεία θα δίνονται σε ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Απορρίφθηκε" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Επαναφόρτωση της εφαρμογής" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Αφαίρεση" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Αφαιρέστε <0/> και <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Αφαιρέστε από την τσάντα" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Αφαίρεση στοιχείου" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Η αφαίρεση ρευστότητας απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Καταργήθηκε η ρευστότητα" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Καταργήθηκε η ρευστότητα" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Αφαίρεση ρευστότητας" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Αφαίρεση των {0} {1} και {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Αφαίρεση {0} {1} και{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Εξοφλήθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Η αποπληρωμή απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Αποπληρωμή" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Επίλυση {issues} ζητημάτων" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Ξαναδοκιμάσετε" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Επιστροφή" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Επιστροφή στο My NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Αντίστροφος Καταχωρητής" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Ανταλλαγή κριτικής" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Ανακλήθηκε Έγκριση" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Ιδια τιμή" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Σάρωση με Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Αναζήτηση" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Αναζήτηση ονόματος ή επικόλλησης διεύθυνσης" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Αναζήτηση διακριτικών και συλλογών NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Επιλέξτε Pair" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Επιλέξτε μία μάρκα" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Επιλέξτε μια μάρκα για να βρείτε τη ρευστότητά σας στη v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Επιλέξτε μια ενέργεια" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Επιλέξτε διακριτικό" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Επιλεγμένο Εύρος" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Αυτοπροσώπως" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Ανάθεση στον εαυτό μου" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Πουλώ" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Πουλήστε NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Πωλητής" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Η αποστολή απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Αποστολή" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Απεσταλμένα" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Ορίστε τιμές για να συνεχίσετε" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Ρυθμίσεις" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Μερίδιο από τη Δεξαμενή" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Μερίδιο από τη Δεξαμενή:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Μοιραστείτε το στο Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Μοιραστείτε το στο Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "προβολή" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Εμφάνιση ακυρώθηκε" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Εμφάνιση κλειστών θέσεων" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Δείτε περισσότερα" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Εμφάνιση πόρων" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Σημάδι" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Απλό" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Η ολίσθηση κάτω από {0}% μπορεί να οδηγήσει σε αποτυχία συναλλαγής" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Πωληθεί" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Κάτι πήγε στραβά" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Κάτι πήγε στραβά. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Λυπούμαστε, παρουσιάστηκε σφάλμα κατά την επεξεργασία του αιτήματός σας. Εάν ζητάτε υποστήριξη, φροντίστε να αντιγράψετε τις λεπτομέρειες αυτού του σφάλματος." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Λυπούμαστε, παρουσιάστηκε σφάλμα κατά την επεξεργασία του αιτήματός σας. Εάν ζητήσετε υποστήριξη, φροντίστε να δώσετε το αναγνωριστικό σφάλματος." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Ξεκινήστε την καταχώριση" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Στατιστικά στοιχεία" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Υποβολή νέας πρότασης" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Η υποβολή πρότασης απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Υποβλήθηκε πρόταση" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Υποβολή πρότασης" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Γίνεται υποβολή ψήφου" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Υποβολή πρότασης" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Πέτυχε" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Επιτυχία" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Καταγράφηκε με επιτυχία" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Παροχή" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Γίνεται παροχή {0} {1} και {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Ανταλλαγή" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Ανταλλάξτε <0/> με <1/>ακριβώς" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Ανταλλάξτε ούτως ή άλλως" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Αλλάξτε ακριβώς <0/> με <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Η ανταλλαγή απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Ανταλλάχθηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Ανταλλαγή" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Ανταλλαγή {0} {1} για {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Σκούπισμα" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Εναλλαγή δικτύων" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Εναλλαγή στο {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Το σύμβολο δεν βρέθηκε" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Όροι χρήσης" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Σας ευχαριστούμε που συμμετείχατε στην κοινότητα Uniswap <0 />" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Το % που θα κερδίσετε σε χρεώσεις." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Το αμετάβλητο Uniswap x * y = k δεν ικανοποιήθηκε από την ανταλλαγή. Αυτό συνήθως σημαίνει ότι μία από τις μάρκες που ανταλλάσσετε περιλαμβάνει προσαρμοσμένη συμπεριφορά κατά τη μεταφορά." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Το ποσό που περιμένετε να λάβετε στην τρέχουσα τιμή αγοράς. Ενδέχεται να λάβετε λιγότερα ή περισσότερα εάν η αγοραία τιμή αλλάξει ενώ η συναλλαγή σας εκκρεμεί." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Η εφαρμογή ανακτά δεδομένα blockchain από τη φιλοξενούμενη υπηρεσία του The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Η εφαρμογή ανακτά δεδομένα στην αλυσίδα και δημιουργεί κλήσεις συμβολαίου με ένα Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Η εφαρμογή ανακτά τη βέλτιστη εμπορική διαδρομή από έναν διακομιστή Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Η εφαρμογή καταγράφει ανώνυμα στατιστικά στοιχεία χρήσης για να βελτιώνεται με την πάροδο του χρόνου." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Η εφαρμογή συλλέγει με ασφάλεια τη διεύθυνση του πορτοφολιού σας και τη μοιράζεται με την TRM Labs Inc. για λόγους κινδύνου και συμμόρφωσης." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Η προσπάθεια σύνδεσης απέτυχε. Κάντε κλικ στην επιλογή Προσπαθήστε ξανά και ακολουθήστε τα βήματα για να συνδεθείτε στο πορτοφόλι σας." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Η εκτιμώμενη διαφορά μεταξύ των τιμών σε USD των ποσών εισροών και εκροών." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Η χρέωση που καταβάλλεται στους εξορύκτες που επεξεργάζονται τη συναλλαγή σας. Αυτό πρέπει να πληρωθεί σε ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Η χρέωση που καταβάλλεται στους εξορύκτες που επεξεργάζονται τη συναλλαγή σας. Αυτό πρέπει να πληρωθεί σε {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Ο αντίκτυπος που έχει η συναλλαγή σας στην τιμή αγοράς αυτής της ομάδας." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Δεν είναι δυνατή η μεταφορά της μάρκας εισαγωγής. Ενδέχεται να υπάρχει πρόβλημα με τη μάρκα εισαγωγής." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Η αγοραία τιμή είναι εκτός του εύρους τιμών που καθορίσατε. Καταθέσεις ενός μόνου περιουσιακού στοιχείου μόνο." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Το μέγιστο ποσό που είναι εγγυημένο ότι θα ξοδέψετε. Εάν η τιμή πέσει περαιτέρω, η συναλλαγή σας θα επανέλθει." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Το ελάχιστο ποσό που είναι εγγυημένο ότι θα λάβετε. Εάν η τιμή πέσει περαιτέρω, η συναλλαγή σας θα επανέλθει." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Ο πιο πρόσφατος αριθμός αποκλεισμού σε αυτό το δίκτυο. Οι τιμές ενημερώνονται για κάθε μπλοκ." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Η μάρκα αποτελέσματος δεν μπορεί να μεταφερθεί. Ενδέχεται να υπάρχει ένα ζήτημα με τη μάρκα αποτελέσματος." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Δεν είναι δυνατή η μεταφορά της μάρκας αποτελέσματος. Ενδέχεται να υπάρχει πρόβλημα με τη μάρκα αποτελέσματος. Σημείωση: οι χρεώσεις μεταφοράς και οι μάρκες rebase δεν είναι συμβατές με το Uniswap V3." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Θέμα" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Δεν υπάρχουν στοιχεία ρευστότητας." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Αυτή η διεύθυνση είναι αποκλεισμένη στη διεπαφή Uniswap Labs επειδή σχετίζεται με μία ή περισσότερες" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Αυτή η εφαρμογή χρησιμοποιεί τα ακόλουθα API τρίτων:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Αυτο το μηνα" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Αυτή η ομάδα πρέπει να προετοιμαστεί για να μπορέσετε να προσθέσετε ρευστότητα. Για να αρχικοποιήσετε, επιλέξτε μια αρχική τιμή για την πισίνα. Στη συνέχεια, εισαγάγετε το εύρος τιμών ρευστότητας και το ποσό κατάθεσης. Τα τέλη φυσικού αερίου θα είναι υψηλότερα από το συνηθισμένο λόγω της συναλλαγής αρχικοποίησης." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Αυτή η πρόταση μπορεί να εκτελεστεί μετά {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Αυτή η διαδρομή βελτιστοποιεί τη συνολική σας απόδοση λαμβάνοντας υπόψη τις διαιρούμενες διαδρομές, τα πολλαπλά άλματα και το κόστος αερίου κάθε βήματος." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Αυτός ο πίνακας περιέχει τα κορυφαία διακριτικά ανά τόμο Uniswap, ταξινομημένα με βάση την εισαγωγή σας." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Αυτό το διακριτικό δεν υπάρχει" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Αυτό το διακριτικό δεν υπάρχει στο {0}" - -#: 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 "Αυτό το εργαλείο θα μεταφέρει με ασφάλεια τη ρευστότητα {0} σας στο V3. Η διαδικασία αυτή διακρίνεται από έλλειψη εμπιστοσύνης μεταξύ των μερών χάρη στο" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Δεν ήταν δυνατή η αποστολή αυτής της συναλλαγής επειδή έχει παρέλθει η προθεσμία. Ελέγξτε ότι η προθεσμία συναλλαγής σας δεν είναι πολύ χαμηλή." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Αυτή η συναλλαγή δεν θα πετύχει λόγω της μεταβολής των τιμών. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης. Σημείωση: οι χρεώσεις μεταφοράς και οι μάρκες rebase δεν είναι συμβατές με το Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Αυτή η συναλλαγή δεν θα πετύχει είτε λόγω της κίνησης των τιμών είτε της χρέωσης κατά τη μεταφορά. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Αυτή την εβδομάδα" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Αυτή την χρονιά" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "χρόνος" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "'Ως" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Έως (από το ελάχιστο)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Για να χρησιμοποιήσετε το Uniswap στο {0}, αλλάξτε το δίκτυο στις ρυθμίσεις του πορτοφολιού σας." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Για να δείτε μια θέση, πρέπει να είστε συνδεδεμένοι στο δίκτυο στο οποίο ανήκει." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Σήμερα" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Συμβολικό όνομα" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Το διακριτικό δεν βρέθηκε" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Τα στατιστικά στοιχεία και τα γραφήματα για {label} είναι διαθέσιμα στο <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Μάρκες" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Κορυφαίο χαρακτηριστικό" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Κορυφαίες δεξαμενές" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Κορυφαία διακριτικά στο Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Σύνολο" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Η συνολική κλειδωμένη αξία (TVL) είναι το συνολικό ποσό του περιουσιακού στοιχείου που είναι διαθέσιμο σε όλες τις ομάδες ρευστότητας Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Εμπορεύστε κρυπτονομίσματα και NFT με σιγουριά" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Εμπορεύστε κρυπτογράφηση με σιγουριά" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Χαρακτηριστικό" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Όροφος χαρακτηριστικών" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Χαρακτηριστικά" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Ρυθμίσεις Συναλλαγής" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Συναλλαγή Υποβλήθηκε" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Η συναλλαγή ολοκληρώθηκε το" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Προθεσμία συναλλαγής" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Συναλλαγή σε εκκρεμότητα" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Η συναλλαγή απορρίφθηκε" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Η συναλλαγή υποβλήθηκε" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Διακριτικό μεταφοράς" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Δοκιμάστε Ξανά" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Διακυβέρνηση UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "Το UNI έφτασε" - -#: src/pages/Vote/Landing.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 αντιπροσωπεύουν μετοχές με ψήφους στη διακυβέρνηση Uniswap. Μπορείτε να ψηφίσετε μόνοι σας για κάθε πρόταση ή να αναθέσετε τις ψήφους σας σε ένα τρίτο μέρος." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} \"Κάηκαν\"" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Μη διαθέσιμο" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Μη διαθέσιμο για καταχώριση" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Αζήτητες χρεώσεις" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Αναποφάσιστος" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Διακυβέρνηση" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Όροι Παροχής Υπηρεσιών της Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Πρωτόκολλο Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Το Uniswap V2 δεν είναι διαθέσιμο σε αυτό το δίκτυο." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Το Uniswap διατίθεται σε: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Unswap πελάτη" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Η διακυβέρνηση Uniswap είναι διαθέσιμη μόνο στο Layer 1. Αλλάξτε το δίκτυό σας σε Ethereum Mainnet για να δείτε τις προτάσεις και να ψηφίσετε." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Η Uniswap εκπλήρωσε την επιθυμία σας!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Unswap στην τσέπη σας" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Σύμβαση μετεγκατάστασης Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Αγνωστος" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Άγνωστη Έγκριση" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Άγνωστο νομισματοκοπείο" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Άγνωστη Αποστολή" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Άγνωστη ανταλλαγή" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Ξεκλείδωμα Ψήφων" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Δεν υποστηρίζεται από το πορτοφόλι σας" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Χωρίς τίτλο" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Αποκαλύπτω" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Ξετυλίξτε <0/> προς {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Το ξετύλιγμα απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Ξετυλιγμένο" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Ξετύλιγμα" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Ενημέρωση Ανάθεσης" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Χρησιμοποιήστε το Uniswap Labs API για να λαμβάνετε ταχύτερα εισαγωγικά." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 ρευστότητα" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Τιμή:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Εκδοχή:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Πολύ κοινό" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Πολύ σπάνιο" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Προβολή δεδουλευμένων τελών και αναλύσεων<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Προβολή και πώληση NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Δείτε περισσότερα αναλυτικά στοιχεία" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Θέα στο Ethercan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Προβολή στον Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Προβολή στο {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Προβολή συναλλαγής στον Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Όγκος είναι το ποσό του περιουσιακού στοιχείου που έχει διαπραγματευτεί στο Uniswap v3 κατά τη διάρκεια του επιλεγμένου χρονικού πλαισίου." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Ψήφοι Κατά" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Ψήφοι υπέρ" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Ψήφοι κατά της πρότασης {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Καταψηφίστε την πρόταση {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Ψηφίστε κατά της πρότασης {proposalKey} με τον λόγο \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Η ψηφοφορία απέτυχε" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Ψήφοι υπέρ της πρότασης {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Ψηφίστε για την πρόταση {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Ψηφίστε για την πρόταση {proposalKey} με τον λόγο \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Ψηφοφορία στη διακυβέρνηση" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Ψηφίστε υπέρ της αποχής επί της πρότασης {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Ψηφίστε υπέρ της αποχής επί της πρότασης {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Ψηφίστε υπέρ της αποχής επί της πρότασης {proposalKey} με τον λόγο \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Ψηφίστηκε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Ψηφοφορία" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Η ψηφοφορία έληξε {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Η ψηφοφορία λήγει περίπου {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Η ψηφοφορία ξεκινά περίπου {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Αναμονή για επιβεβαίωση" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Διεύθυνση Πορτοφολιού ή όνομα ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Προειδοποίηση" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Καλώς ήρθατε στην ομάδα Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Γιατί απαιτείται συναλλαγή;" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Ανάληψη κατατεθειμένης ρευστότητας" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Η απόσυρση απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Απόσυρση" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Αποσύρθηκε" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Καλύπτω" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Τυλίξτε <0/> προς {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Η αναδίπλωση απέτυχε" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Τυλιγμένο" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Τύλιγμα" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Λάθος δίκτυο" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Έχετε ήδη μια ενεργή ή εκκρεμή πρόταση" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Δημιουργείτε μια ψηφοφορία" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Δεν είστε ο κάτοχος αυτής της θέσης LP. Δεν θα μπορείτε να αποσύρετε τη ρευστότητα από αυτήν τη θέση εκτός και αν είστε κάτοχος της ακόλουθης διεύθυνσης: {ownerAddress}" - -#: 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 "Είστε ο πρώτος πάροχος ρευστότητας για αυτή τη Uniswap V3 ψηφοφορία. Η ρευστότητά σας θα μετακυλίσει στην τρέχουσα τιμή {0}." - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Δεν έχετε αρκετές ψήφους για να υποβάλετε πρόταση" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Δεν έχετε ακόμα ρευστότητα σε αυτή την δεξαμενή." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Μπορεί να έχετε χάσει τη σύνδεση δικτύου σας." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Πρέπει να συνδέσετε ένα λογαριασμό." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Πρέπει να έχετε {formattedProposalThreshold} ψήφους για να υποβάλετε μια πρόταση" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Εσύ πληρώνεις" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "Θα πρέπει να καταθέσετε μόνο ρευστότητα σε Uniswap V3 σε μια τιμή που πιστεύετε ότι είναι σωστή. <0/>Αν η τιμή φαίνεται λανθασμένη, μπορείτε είτε να κάνετε μια ανταλλαγή για να μετακινήσετε την τιμή είτε να περιμένετε κάποιον άλλο να το κάνει." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Η ρευστότητα V2 σας" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Οι ενεργές σας θέσεις ρευστότητας V3 θα εμφανίζονται εδώ." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Το υπόλοιπό σας στο {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Το συνδεδεμένο δίκτυό σας δεν υποστηρίζεται." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Οι onchain συναλλαγές σας και οι αγορές κρυπτογράφησης θα εμφανίζονται εδώ." - -#: 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 "Η θέση σας έχει 0 ρευστότητα, και δεν κερδίζει χρεώσεις." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Η θέση σας θα εμφανιστεί εδώ." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Η θέση σας θα αποτελείται 100% από {0} σε αυτή την τιμή" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Η θέση σας θα είναι 100% {0} σε αυτή την τιμή." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Η ανταλλαγή σας αναμένεται να αποτύχει." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Η συναλλαγή σας μπορεί να είναι προκαταρκτική και να οδηγήσει σε δυσμενή συναλλαγή." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Η συναλλαγή σας θα επανέλθει αν είναι σε εκκρεμότητα για περισσότερο από αυτό το χρονικό διάστημα." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Η συναλλαγή σας θα επανέλθει αν η τιμή αλλάξει δυσμενώς περισσότερο από αυτό το ποσοστό." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Το τρέχον δίκτυο του πορτοφολιού σας δεν υποστηρίζεται." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Το υπόλοιπο {0} σας" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "και" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "και συναίνεση σε αυτήν" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "διαθέσιμο ακόμα" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "κάτω από την κατώτατη τιμή." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "κάτω από την κατώτατη τιμή της συλλογής. Εισαι σιγουρος οτι θελεις να συνεχισεις?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "μπλοκαρισμένες δραστηριότητες" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "τέλη" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "Για" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "για {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "από" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "εδώ." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "λεπτά" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "μήνες" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "ανταμοιβή" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "κάτι πήγε στραβά!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "προς την" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Λύστε το θέμα} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Αυτό το διακριτικό δεν διαπραγματεύεται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ ούτε ανταλλάσσεται συχνά στο Uniswap.} other {Αυτά τα διακριτικά δεν διαπραγματεύονται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ ούτε ανταλλάσσονται συχνά στο Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Αυτό το διακριτικό δεν διαπραγματεύεται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ.} other {Αυτά τα διακριτικά δεν διαπραγματεύονται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Δεν μπορείτε να ανταλλάξετε αυτό το διακριτικό χρησιμοποιώντας την εφαρμογή Uniswap.} other {Δεν μπορείτε να ανταλλάξετε αυτά τα διακριτικά χρησιμοποιώντας την εφαρμογή Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {καταχώρηση} other {καταχωρίσεις}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Κατατέθηκε" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "Κερδισμένες {0} χρεώσεις:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFTs παρατίθενται σημαντικά" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Εκκρεμεί" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Προσπαθήστε να αυξήσετε την ανοχή ολίσθησης.\n" -"Σημείωση: τα διακριτικά χρέωσης κατά τη μεταφορά και επαναφοράς δεν είναι συμβατά με το Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Ψήφοι" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} ανά {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Τιμή:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Επίπεδο αμοιβής {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% πισίνα" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% επιλογή" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% ολίσθηση" - -#: 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)" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}μ" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {ημέρα} other {ημέρες}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {ώρα} other {ώρες}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {μήνας} other {μήνες}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {εβδομάδα} other {εβδομάδες}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} και {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {ημέρα} other {ημέρες}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {ώρα} other {ώρες}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {λεπτό} other {λεπτά}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {μήνας} other {μήνες}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {δεύτερο} other {δευτερόλεπτα}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {εβδομάδα} other {εβδομάδες}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} μπορεί να είναι απενεργοποιημένο αυτήν τη στιγμή ή μπορεί να έχετε χάσει τη σύνδεσή σας στο δίκτυο." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} συμβολική γέφυρα" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} ανά {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {συλλογή} other {συλλογές}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Επιστροφή στις Πισίνες" - diff --git a/src/locales/es-ES.po b/src/locales/es-ES.po deleted file mode 100644 index 5c40fe7268..0000000000 --- a/src/locales/es-ES.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: es\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Spanish\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% máx." - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Ver en el Explorador)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(editar)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nueva posición" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Eliminar destinatario" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Volumen 24H" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "El volumen de 24 horas es la cantidad del activo que se negoció en Uniswap v3 durante las últimas 24 horas." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25 %" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W de alto" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W bajo" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Todas las propuestas" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Votos" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Análisis de cuentas y comisiones acumuladas<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Precio actual:<1><2/><3>{0} por {1}" - -#: 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>Consejo: La eliminación de tokens del fondo común revierte su posición en tokens subyacentes a la tasa actual, en proporción a su participación en dicho fondo. Las comisiones acumuladas se incluyen en las cantidades que recibe." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Consejo: Seleccione una acción y describa su propuesta para la comunidad. La propuesta no se puede modificar después de enviarla, así que verifique toda la información antes de enviarla. El período de votación comenzará inmediatamente y tendrá una duración de 7 días. Para proponer una acción personalizada, <1>lea los documentos." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Consejo: Utilice esta herramienta para encontrar grupos v2 que no aparecen automáticamente en la interfaz." - -#: 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>Consejo: Cuando agregue liquidez, recibirá tokens de fondo común que representan su posición. Estos tokens ganan automáticamente tarifas proporcionales a su parte del grupo y se pueden canjear en cualquier momento." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Desbloquee la votación para prepararse para la siguiente propuesta." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> por <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Se requiere un umbral mínimo del 0,25% de la oferta total de UNI para presentar propuestas" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Un swap de este tamaño puede tener un alto impacto en el precio, dada la liquidez actual en el grupo. Puede haber una gran diferencia entre la cantidad de su token de entrada y lo que recibirá en el token de salida" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Acerca de" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Aceptar" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Activo" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Actividad" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Añadir" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Agregue <0/> y <1/> a Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Añadir delegado+" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Añadir liquidez" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Añadir liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Error al agregar liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "No se pudo agregar liquidez" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Añadir liquidez." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Añadir más liquidez" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Agregar a la bolsa" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Agregar a la bolsa" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Añadir {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Sumar liquidez {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Liquidez añadida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Liquidez V2 agregada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Liquidez añadida" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Añadido {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Agregar liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Agregando liquidez" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Agregar esta propuesta a la cola permitirá que se ejecute después de un retraso." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "La dirección no tiene reclamo disponible" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Contra" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Permitir migración de token LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Permitido" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Ya listado en" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Realice siempre su propia investigación antes de operar." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Cantidad" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Se necesita una aprobación para usar este token." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Ocurrió un error al cargar tokens. Inténtalo de nuevo." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Se produjo un error al intentar ejecutar este intercambio. Es posible que deba aumentar su tolerancia al deslizamiento. Si eso no funciona, puede haber una incompatibilidad con el token que está negociando. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Aprobación fallida" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Aprobación pendiente" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Aprobar" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Aprobar token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Aprobar en billetera" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Aprueba en tu billetera" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Aprobar el uso de {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Aprobar {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Aprobado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Aprobando" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Aprobando {0}" - -#: 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 "Al menos {0} {1} y {2} {3} serán reembolsados a su cartera debido al rango de precios seleccionado." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Auto" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API de enrutador automático" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Volver a Piscinas" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Volver a la selección de billetera" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Bolsa" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Lo mejor para pares exóticos." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Lo mejor para la mayoría de los pares." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Lo mejor para pares estables." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Lo mejor para parejas muy estables." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "La ruta al mejor precio cuesta ~{gasPrice} en gasolina." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Dirección bloqueada" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bloqueado en OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Préstamo fallido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Prestado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Préstamo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Compró" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Grabación fallida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "quemado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Incendio" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Comprar" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "comprar criptomonedas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Compra fallida" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Compre o transfiera NFT a esta billetera para comenzar." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Compre o transfiera tokens a esta billetera para comenzar." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Compra, vende y explora tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Compre, venda y explore tokens y NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Comprar" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Por" - -#: 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 "Al añadir liquidez, ganará un 0,3 % de todas las operaciones con este par de forma proporcional a su participación en el fondo común. Las comisiones se añaden al fondo, se acumulan en tiempo real y se pueden reclamar al retirar su liquidez." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Al conectar una billetera, usted acepta los requisitos de Uniswap Labs." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Cancelar fallido" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Cancelado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Cancelado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Cancelado" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Precaución" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Comprobar el estado de la red" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Eche un vistazo a nuestras guías de navegación y migración de LP v3." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Reclamar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Reclama <0/> por {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Reclamar UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Reclamar token de UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Reclama recompensa UNI por {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Reclamar Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Reclamo fallido" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Reclamar comisiones" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Reclame sus tokens UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Reclamado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Reclamación" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Limpiar todo" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Limpiar todo" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Cerrar" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Cerrado" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Posiciones Cerradas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Recoger" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Recoger como {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Cargos de cobro" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "No se han podido cobrar las tarifas" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Cobrar {0}/{1} cuotas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Recogido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Tarifas recaudadas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Recolectando" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Cobro de comisiones" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "El cobro de comisiones extrae aquellas que se encuentren disponibles para usted en ese momento." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Próximamente: busca y explora tokens en BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Común" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "¡Completo!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Confirmar" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Confirmar suministro" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Confirmar esta transacción en su cartera" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Confirmar transacción en billetera" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Conectar" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Conectar cartera" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Conectar una cartera" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Conectarse a una cartera para encontrar fondos comunes" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Conéctese a una cartera para ver su liquidez V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Conéctese a una cartera para ver su liquidez." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Conectar cartera" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Contenido no" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continuar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interacción del contrato" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Dirección del contrato" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "¡Copiado!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Copiar link" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Limpiar fondo común y suministro" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Crear propuesta" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Crear un par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Crear un fondo común y sumar {0}/{1} liquidez V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "No se pudo crear el grupo" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Crear fondo común." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Crear {0}{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Grupo creado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Creando grupo" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Las compras de criptomonedas no están disponibles en su región." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Precio actual" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Precio {0} actual:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Costumbre" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registrador de DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Derrotado" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Votos delegados" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegado fallido" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegar poder de voto a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "delegado" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegado a:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "delegar" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegación de votos" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Implementación fallida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Desplegada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Desplegando" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Importes del depósito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Depósito fallido" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Depositar liquidez" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Deposite tokens en la red {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Depositado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "depositando" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Descripción" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detallado" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detalles" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Descartar" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentación" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "¿No tienes Monedero Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "¿No puede visualizar una de sus posiciones v2? <0>Impórtelo." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Descargar" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Descargar Monedero Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Descargar aplicación" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Descárguelo en App Store para almacenar de forma segura sus tokens y NFT, intercambiar tokens y conectarse a aplicaciones criptográficas." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Controlador de registro ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Los tokens UNI ganados representan acciones de voto en la gestión de Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Editar" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Editar listados" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Introduzca un porcentaje" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Introduzca un destinatario" - -#: 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 "Introduzca una dirección para activar una reclamación de UNI. Si la dirección tiene alguna UNI reclamable, se les enviará al presentarla." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Introduzca un monto" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Ingrese {0} cantidad" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Error" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID de error: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Error al conectar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Servicio de nombres Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Evento" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Tipo de cambio" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Ejecutar" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Ejecutar propuesta {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "ejecución fallida" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Ejecutar propuesta {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Ejecutado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "ejecutando" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "La ejecución de esta propuesta promulgará los datos de llamada en la cadena." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Ejecución enviada" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Rendimiento esperado" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Venció" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Expira en" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Explorar NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Explore Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Explora fichas" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extremadamente raro" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Fallido" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Error al cambiar de red" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Indicadores de funciones" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Nivel de tarifa" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Nivel de tarifa" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Comentario" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Honorarios" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Obtener ruta" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Buscando el mejor precio..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Obteniendo precio..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "fichas de filtro" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Encuentra la mejor ruta en el Protocolo Uniswap a través de su navegador. Puede resultar en latencia y precios altos." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Encuentra la mejor ruta en el protocolo Uniswap utilizando la API de enrutamiento de Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Piso" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "precio piso" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Para" - -#: 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 "Para cada fondo común mostrado a continuación, haga clic en migrar a fin de quitar su liquidez de Uniswap V2 y depositarla en Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "De" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Desde (máximo)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Rango completo" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Empezar" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Obtener apoyo" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centro de ayuda" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Oculto" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Esconder" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Ocultar posiciones cerradas" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ocultar recursos" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Ocultar saldos pequeños" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Entiendo" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Si cree que se trata de un error, envíe un correo electrónico con su dirección a" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importar fondo común" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importar grupo V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "En el rango" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "En rango" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Aumentar liquidez" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Precios iniciales y cuota de fondo común" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "La entrada es estimada. Venderá como máximo <0>{0} {1} o la transacción se revertirá." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fondos insuficientes" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Liquidez insuficiente" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Liquidez insuficiente para esta operación." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Liquidez de pool insuficiente para completar la transacción" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Saldo {0} insuficiente" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Par inválido" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Pare inválido." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Entrada de precio no válida" - -#: 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 "Rango seleccionado no válido. El precio mínimo debe ser inferior al precio máximo." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Receptor no válido" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Idioma" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Último" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Ultimo precio" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Última actualización" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Aprender" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Más información sobre cómo proporcionar liquidez" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Aprende más" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Legal y privacidad" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Enlaces" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidez" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Datos de liquidez no disponibles." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Premios del proveedor de liquidez" - -#: 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 "Los proveedores de liquidez ganan una cuota del 0,3 % en todas las operaciones proporcionales a su participación en el fondo común. Las tarifas se añaden a este fondo común, se acumulan en tiempo real y se pueden reclamar retirando su liquidez." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Listar NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista en venta" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "La inclusión de un NFT requiere una aprobación única del mercado para cada colección de NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "listados" - -#: 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 -msgid "Loading" -msgstr "Cargando" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Asignación de carga" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Precio de cotización bajo" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MÁX." - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Haz una oferta" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gestionar" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gestionar liquidez en la herramienta de recompensas" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Administrar este grupo." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Máx" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Precio máximo" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Regalías máximas del creador" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Tarifas máximas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Precio máximo" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Deslizamiento máximo" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Máx:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Entrada máxima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Máximo enviado" - -#: 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 "Migrar" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrar liquidez a V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrar liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Error al migrar liquidez" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migre sus fichas de liquidez desde Uniswap V2 a Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrar{1} {0}a V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Liquidez migrada" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migración" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migración de liquidez" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Precio mínimo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Precio mínimo" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Mín:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Salida mínima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Mínimo recibido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint falló" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "acuñado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "acuñación" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Faltan datos del gráfico" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Faltan datos de precios debido al bajo volumen de transacciones recientemente en Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat Rampa de acceso iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay no está disponible en algunas regiones. Haz click para aprender mas." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Más" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Mis NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Colecciones NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nombre no encontrado" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Botón de navegación" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Advertencia de red" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Tarifa de red" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nunca" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nueva posición" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Aún no hay NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "No se encontró liquidez V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Sin actividad todavía" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Sin datos" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Sin descripción." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "No hay artículos para mostrar" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "No se encontró liquidez." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Fondo común no encontrado." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Aún no hay piscinas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "No se encontraron propuestas." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "No se han encontrado resultados." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "No hay información de token disponible" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "No se encontraron fichas" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "No se encontraron fichas." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Aún no hay fichas" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "No disponible" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "No disponible en su región" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "No creado" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "No enlistado" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Ofertas" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Una vez que esté satisfecho con la comisión, haga clic en el suministro para revisar." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Un NFT está listado {0}%" - -#: 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 "Solo los votos de UNI que fueron autodelegados o delegados a otra dirección antes del bloque {0} son elegibles para votar." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ups, llévame de vuelta a Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Abra una nueva posición o cree un grupo para comenzar." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Enrutamiento de pedidos" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Fuera de rango" - -#: 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 "El rendimiento es estimado. Si el precio cambia en más de {0} %, su transacción se revertirá." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "El rendimiento es estimado. Recibirá al menos <0>{0} {1} o la transacción se revertirá." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Propietario" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "¡Página no encontrada!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Pagar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Paga de todos modos" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Pagar con" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Pendiente" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Se requiere permiso para que Uniswap intercambie cada token. Esto caducará después de un mes para su seguridad." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permiso2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Conéctese a la capa 1 de Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Fondo común" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "¡Fondo común encontrado!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Fondo común de tokens en el fondo común de recompensas:" - -#: 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 "Conjunto {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Quinielas" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Colecciones populares de NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Fichas populares" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posición no disponible" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "preferencias" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Avance" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Precio" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Diferencia de precios:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impacto en el precio" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "El Impacto de precios es demasiado alto" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impacto en el precio" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Advertencia de impacto de precio" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Rango de precios" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Precio actualizado" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Precio:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Precio y participación en el fondo común" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "política de privacidad" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Política de privacidad." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Proceder en la billetera" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Ingresos si se vende" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Propuesta" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Propuesta enviada" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Título de la propuesta" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propuestas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Las propuestas enviadas por los miembros de la comunidad aparecerán aquí." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Acción propuesta" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proponente" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Resolutor público" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Cantidad" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Cola" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Propuesta de cola {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "la cola falló" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Propuesta de cola {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Puesto en cola" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "haciendo cola" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "haciendo cola" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Extraño" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Rareza" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tarifas" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Lea más sobre la gestión de Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Lea más acerca de proporcionar liquidez" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Leer más sobre activos no soportados" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Recibir" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Recepción fallida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Recibió" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Recepción" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Búsquedas recientes" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Recipiente" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Los reembolsos por artículos no disponibles se darán en ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Rechazado" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "recargar la aplicación" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Eliminar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Eliminar <0/> y <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Eliminar cantidad" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Remover delegado" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Quitar liquidez" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Quitar de la bolsa" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Remover el artículo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "No se ha podido eliminar la liquidez" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquidez eliminada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquidez eliminada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Eliminando liquidez" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Eliminando {0} {1} y {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Eliminando {0} {1} y{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "reembolsado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Reembolso fallido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "reembolsar" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Resolver {issues} problemas" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Rever" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Retorno" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Volver a Mis NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "registrador inverso" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Intercambio de revisión" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Aprobación revocada" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Mismo precio" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Escanea con Monedero Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Buscar" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Buscar nombre o pegar dirección" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Buscar tokens y colecciones NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Seleccionar par" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Seleccione un token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Seleccione un token para encontrar su liquidez v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Seleccione una acción" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Seleccionar token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Rango seleccionado" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Auto" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Autodelegado" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vender" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vender NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Vendedor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Envio fallido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Enviando" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Enviado" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Establecer rango de precio" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Fijar precio inicial" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Establecer precios para continuar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Ajustes" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Participación del fondo común" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Participación del fondo común:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Compartir en Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Compartir en Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Espectáculo" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Mostrar cancelado" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Mostrar posiciones cerradas" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Mostrar más" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Mostrar recursos" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Firmar" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simple" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "El deslizamiento por debajo del {0}% puede resultar en una transacción fallida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Vendido" - -#: 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 "Algunos activos no están disponibles a través de esta interfaz porque puede que no funcionen bien con los contratos inteligentes o que no podamos permitir el comercio por razones legales." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Algo salió mal" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Algo salió mal. Inténtalo de nuevo." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Lo sentimos, ocurrió un error al procesar su solicitud. Si solicita soporte, asegúrese de copiar los detalles de este error." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Lo sentimos, ocurrió un error al procesar su solicitud. Si solicita soporte, asegúrese de proporcionar su ID de error." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Empezar a cotizar" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Estadísticas" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Enviar nueva propuesta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Enviar propuesta fallida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Propuesta enviada" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Envío de propuesta" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Enviando Voto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Envío de propuesta" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "logrado" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Éxito" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Listado con éxito" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Suministro" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Suministrando {0} {1} y {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Intercambiar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Cambia <0/> por exactamente <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Intercambiar de todos modos" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Cambia exactamente <0/> por <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Intercambio fallido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "intercambiado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Intercambio" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Intercambiando {0} {1} por {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Barrer" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Cambiar de red" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Cambiar a {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Símbolo no encontrado" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Términos de servicio" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Gracias por ser parte de la comunidad Uniswap <0 />" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "El % que ganarás en comisiones." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "El invariante Uniswap x*y=k no estaba satisfecho con el intercambio. Esto generalmente significa que uno de los tokens que está intercambiando incorpora un comportamiento personalizado en la transferencia." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "La cantidad que espera recibir al precio de mercado actual. Puede recibir menos o más si el precio de mercado cambia mientras su transacción está pendiente." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "La aplicación obtiene datos de blockchain del servicio alojado de The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "La aplicación obtiene datos en cadena y construye llamadas de contrato con una API de Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "La aplicación obtiene la ruta comercial óptima de un servidor de Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "La aplicación registra estadísticas de uso anónimas para mejorar con el tiempo." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "La aplicación recopila de forma segura la dirección de su billetera y la comparte con TRM Labs Inc. por razones de riesgo y cumplimiento." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "El intento de conexión falló. Haga clic en intentarlo de nuevo y siga los pasos para conectarse en su billetera." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "La diferencia estimada entre los valores en USD de las cantidades de entrada y salida." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "La tarifa pagada a los mineros que procesan su transacción. Esto debe ser pagado en ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "La tarifa pagada a los mineros que procesan su transacción. Esto debe ser pagado en {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "El impacto que tiene su operación en el precio de mercado de este grupo." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "El token de entrada no se puede transferir. Puede haber un problema con el token de entrada." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "El precio de mercado está fuera del rango de precios especificado. Depósito de un solo activo." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "La cantidad máxima que tiene garantizado gastar. Si el precio baja más, su transacción se revertirá." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "La cantidad mínima que se le garantiza recibir. Si el precio baja más, su transacción se revertirá." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "El número de bloque más reciente en esta red. Los precios se actualizan en cada bloque." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "El token de salida no se puede transferir. Puede haber un problema con el token de salida." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "El token de salida no se puede transferir. Puede haber un problema con el token de salida. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3." - -#: 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 "El precio de este fondo común está fuera de su rango seleccionado. Su posición no está ganando comisiones en este momento." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "El precio de este fondo común está dentro de su rango seleccionado. Su posición actualmente está ganando comisiones." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "La proporción de tokens que añada establecerá el precio de este fondo común." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "No hay datos de liquidez." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Esta dirección está bloqueada en la interfaz de Uniswap Labs porque está asociada con uno o más" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Esta aplicación utiliza las siguientes API de terceros:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Este mes" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Este grupo debe inicializarse antes de que pueda agregar liquidez. Para inicializar, seleccione un precio inicial para el grupo. Luego, ingrese su rango de precios de liquidez y el monto del depósito. Las tarifas de gas serán más altas de lo habitual debido a la transacción de inicialización." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Esta propuesta puede ejecutarse después de {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Esta ruta optimiza su producción total considerando rutas divididas, múltiples saltos y el costo de gasolina de cada paso." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Esta tabla contiene los principales tokens por volumen de Uniswap, ordenados según su entrada." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Este token no existe" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Este token no existe en {0}" - -#: 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 "Esta herramienta migrará su liquidez {0} a V3. El proceso es totalmente infalible gracias a la" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Esta transacción no se pudo enviar porque la fecha límite ya pasó. Verifique que la fecha límite de su transacción no sea demasiado baja." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Esta transacción no se realizará correctamente debido al movimiento de precios. Intente aumentar su tolerancia al deslizamiento. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Esta transacción no se realizará correctamente debido al movimiento del precio o al cargo por transferencia. Intente aumentar su tolerancia al deslizamiento." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Esta semana" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Este año" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tiempo" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "A" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "A (al menos)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Para usar Uniswap en {0}, cambie la red en la configuración de su billetera." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Para ver una posición, debe estar conectado a la red a la que pertenece." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Hoy" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "nombre simbólico" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token no encontrado" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Las estadísticas de tokens y los gráficos para {label} están disponibles en <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Rasgo superior" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Fondos comunes superiores" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Los mejores tokens en Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "El valor total bloqueado (TVL) es la cantidad total del activo disponible en todos los fondos de liquidez de Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Opere con criptomonedas y NFT con confianza" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Opere con criptomonedas con confianza" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Rasgo" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Piso de características" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Rasgos" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Ajustes de la transacción" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transacción enviada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transacción completada en" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Fecha límite de la transacción" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transacción pendiente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transacción rechazada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transacción enviada" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Ficha de transferencia" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Inténtalo de nuevo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI Gobernanza" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "Ha llegado UNI" - -#: src/pages/Vote/Landing.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 "Las fichas UNI representan acciones de voto en la gestión de Uniswap. Puede votar sobre cada propuesta o puede delegar sus votos a un tercero." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} quemado" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Indisponible" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "No disponible para listar" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Tarifas no reclamadas" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Indeterminado" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API de Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Gestión Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Condiciones de servicio de Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocolo Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 no está disponible en esta red." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponible en: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "cliente Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "El gobierno de Uniswap solo está disponible en la capa 1. Cambie su red a Ethereum Mainnet para ver las propuestas y votar." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "¡Uniswap ha concedido tu deseo!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap en tu bolsillo" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Contrato de migración Uniswap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Desconocido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Aprobación desconocida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Menta desconocida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Envío desconocido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Intercambio desconocido" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Desbloquear votos" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Desbloquear votación" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Desbloqueo de votos" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Activo no soportado" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Activos no soportados" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "No respaldado por su billetera" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Intitulado" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Desenvolver <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Error al desenvolver" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "sin envolver" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "desenvolver" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Actualizar delegación" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Utilice la API de Uniswap Labs para obtener cotizaciones más rápidas." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Liquidez V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Precio V3 {0}:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versión:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Muy común" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Muy raro" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Ver comisiones acumuladas y sus estadísticas<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Ver y vender NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Ver más análisis" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Ver en Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Ver en el explorador" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Ver en {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Mostrar la transacción en el explorador" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "El volumen es la cantidad del activo que se ha negociado en Uniswap v3 durante el período de tiempo seleccionado." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Votar en contra" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Vota por" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Votar en contra de la propuesta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Votar en contra de la propuesta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Voto en contra de la propuesta {proposalKey} con razón \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Voto fallido" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Votar por la propuesta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Votar por propuesta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Votar por la propuesta {proposalKey} con motivo \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Votar en la gobernabilidad" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Votar para abstenerse en la propuesta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Votar para abstenerse en la propuesta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Votar para abstenerse en la propuesta {proposalKey} con razón \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "votado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Votación" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Voto finalizado {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "La votación termina aproximadamente {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "La votación comienza aproximadamente {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "esperando confirmación" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Dirección de billetera o nombre ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Advertencia" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Bienvenido al equipo Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "¿Por qué se requiere una transacción?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Retire liquidez depositada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Retiro fallido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Retiro" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "retirado" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Envoltura" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Envolver <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Ajuste fallido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Envuelto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Envase" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "red incorrecta" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Ya tienes una propuesta activa o pendiente" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Está creando un grupo" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Usted no es el propietario de esta posición de LP. No podrá retirar la liquidez de esta posición a menos que sea propietario de la siguiente dirección: {ownerAddress}" - -#: 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 "Usted es el primer proveedor de liquidez para este grupo de Uniswap V3. Su liquidez migrará al precio actual de {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Usted es el primer proveedor de liquidez." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Usted puede votar sobre cada propuesta usted mismo o delegar sus votos a un tercero." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "No tienes suficientes votos para enviar una propuesta" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Todavía no tiene liquidez en este fondo común." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Es posible que haya perdido su conexión de red." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Debe conectar una cuenta." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Debe tener {formattedProposalThreshold} votos para enviar una propuesta" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Tu pagas" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Recibes" - -#: 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 "Usted sólo debe depositar liquidez en Uniswap V3 a un precio que usted considere correcto. <0/>Si el precio parece incorrecto, puedes hacer un intercambio para mover el precio o esperar a que alguien lo haga." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "También cobrará las comisiones ganadas por esta posición." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Recibirá" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Su liquidez V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Sus posiciones de liquidez V3 activas aparecerán aquí." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Tu saldo en {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Su red conectada no es compatible." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Sus transacciones en cadena y compras de criptomonedas aparecerán aquí." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Participación en el fondo:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Su posición" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Su posición tiene 0 liquidez y no está cobrando tasas." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Su posición aparecerá aquí." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Tu posición será 100 % compuesta por {0} a este precio" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Su posición será 100 % {0} a este precio." - -#: 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 "Su posición no ganará comisiones ni se utilizará en operaciones hasta que el precio del mercado se encuentre dentro de su rango." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Sus posiciones" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Se espera que su intercambio falle." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Su intercambio fue modificado a través de su billetera. Si esto fue un error, cancele de inmediato o corre el riesgo de perder sus fondos." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Su total de tokens de fondo común:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Su costo de transacción será mucho más alto ya que incluye el gas para crear el fondo común." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Su transacción puede ser anticipada y resultar en una operación desfavorable." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Su transacción se revertirá si está pendiente por más de este periodo de tiempo." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Su transacción se revertirá si el precio cambia desfavorablemente más de este porcentaje." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "La red actual de su billetera no es compatible." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Tu saldo {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "y" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "y consentir en su" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "disponible todavía" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "por debajo del precio mínimo." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "por debajo del precio mínimo de la colección. Estás seguro de que quieres continuar?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "actividades bloqueadas" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "tarifa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "para" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "para {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "de" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "aquí." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minutos" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "meses" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "premio" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "¡algo salió mal!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "a" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Resolver el problema} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Este token no se negocia en los principales intercambios centralizados de EE. UU. ni se intercambia con frecuencia en Uniswap.} other {Estos tokens no se comercializan en los principales intercambios centralizados de EE. UU. ni se intercambian con frecuencia en Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Este token no se negocia en los principales intercambios centralizados de EE. UU.} other {Estos tokens no se negocian en los principales intercambios centralizados de EE. UU.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {No puede intercambiar este token usando la aplicación Uniswap.} other {No puede intercambiar estos tokens usando la aplicación Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listado} other {listados}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} depositado" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} comisiones ganadas:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT se enumeran significativamente" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} pendiente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Intente aumentar su tolerancia al deslizamiento.\n" -"Nota: los tokens de tarifa por transferencia y rebase son incompatibles con Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Votos" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} por {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Precio {0} {1}:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% tarifa de nivel" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% piscina" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% seleccionar" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% deslizamiento" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "{0}/{1} NFT LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "{0}/{1} tokens LP" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}metros" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {día} other {días}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {hora} other {horas}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mes} other {meses}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {semana} other {semanas}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} y {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {día} other {días}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {hora} other {horas}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuto} other {minutos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mes} other {meses}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {segundo} other {segundos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {semana} other {semanas}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} podría estar inactivo en este momento, o es posible que haya perdido su conexión de red." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token puente" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider} %" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} por {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {recopilación} other {colecciones}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Volver a Piscinas" - diff --git a/src/locales/fi-FI.po b/src/locales/fi-FI.po deleted file mode 100644 index 29498a3215..0000000000 --- a/src/locales/fi-FI.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: fi\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Finnish\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: fi\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Katso Explorerissa)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(edit)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Uusi asema" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Poista vastaanottaja" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24 tunnin tilavuus" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24 tunnin volyymi on omaisuuden määrä, jolla on vaihdettu Uniswap v3:ssa viimeisen 24 tunnin aikana." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W korkea" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W alhainen" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Kaikki ehdotukset" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Äänet" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Tilin analytiikka ja kertyneet maksut<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Nykyinen hinta:<1><2/><3>{0} per {1}" - -#: 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>Vinkki: Poolirahakkeiden poistaminen palauttaa positiosi taustalla oleviin rahakkeisiin nykyisen kurssin mukaisesti, suhteutettuna omaan osuuteesi poolista. Kertyneet palkkiot sisältyvät saamiisi määriin." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Vihje: Valitse toiminto ja kuvaile ehdotustasi yhteisölle. Ehdotusta ei voi muuttaa jättämisen jälkeen, joten tarkista kaikki tiedot ennen lähettämistä. Äänestysaika alkaa välittömästi ja kestää 7 päivää. Jos haluat ehdottaa mukautettua toimintoa, <1>lue asiakirjat." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Vinkki: Käytä tätä työkalua etsiäksesi v2-pooleja, jotka eivät automaattisesti näy käyttöliittymässä." - -#: 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>Vinkki: Kun lisäät likviditeettiä, saat poolin rahakkeita, jotka edustavat positiotasi. Nämä rahakkeet ansaitsevat automaattisesti palkkioita suhteessa osuutesi poolista, ja ne voidaan lunastaa milloin tahansa." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Vapauta äänestys valmistautuaksesi seuraavaan ehdotukseen." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Ehdotusten jättämiseen vaaditaan vähintään 0,25 % UNI:n kokonaistarjonnasta" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Tämän kokoisella swapilla voi olla suuri hintavaikutus, kun otetaan huomioon poolin nykyinen likviditeetti. Saattaa olla suuri ero syöttötunnuksesi määrän ja sen välillä, mitä saat ulostulotunnuksessa" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Tietoa" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Hyväksy" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktiivinen" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Toiminta" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Lisää" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Lisää <0/> ja <1/> Uniswap V2:een" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Lisää delegaatti +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Lisää likviditeettiä" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Lisää V2-likviditeettiä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Likviditeetin lisääminen V2 epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Likviditeetin lisääminen epäonnistui" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Lisää likviditeettiä." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Lisää likviditeettiä" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Lisää kassiin" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Lisää kassiin" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Lisää {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Lisää {0}/{1} V3 likviditeetti" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Likviditeettiä lisätty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Lisätty V2-likviditeettiä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Lisätty likviditeettiä" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Lisätty {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "V2-likviditeetin lisääminen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Likviditeetin lisääminen" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Kun tämä ehdotus lisätään jonoon, se voidaan suorittaa viiveen jälkeen." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Osoitteella ei ole lunastettavaa" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Vastaan" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Salli LP-rahakkeen siirtäminen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Sallittu" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Listattu jo osoitteessa" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Tee aina oma tutkimus ennen kaupankäyntiä." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Määrä" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Tämän tunnuksen käyttämiseen tarvitaan hyväksyntä." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Tunnuksia ladattaessa tapahtui virhe. Yritä uudelleen." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Tapahtui virhe yritettäessä suorittaa tämä vaihto. Saatat joutua lisäämään luistonsietokykyäsi. Jos se ei toimi, kaupankäynnin kohteena olevan tunnuksen kanssa saattaa olla ristiriita. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Hyväksyminen epäonnistui" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Hyväksyntä odottaa" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Hyväksy" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Hyväksy tunnus" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Hyväksy lompakossa" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Hyväksy lompakossasi" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Hyväksy {0}:n käyttö" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Hyväksy {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Hyväksytty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Hyväksytään" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Hyväksytään {0}" - -#: 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 "Vähintään {0} {1} ja {2} {3} palautetaan lompakkoosi valitun hinta-alueen vuoksi." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automaattinen" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Takaisin altaisiin" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Takaisin lompakon valintaan" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Laukku" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Paras eksoottisille pareille." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Paras useimmille pareille." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Paras vakaille pareille." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Paras erittäin vakaille pareille." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Paras hinta reitti maksaa ~{gasPrice} bensaa." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Estetty osoite" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Estetty OpenSeassa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Lainaus epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Lainattu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Lainaus" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Ostettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Poltto epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Poltettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Palaa" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Ostaa" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Osta krypto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Osto epäonnistui" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Aloita ostamalla tai siirtämällä NFT:t tähän lompakkoon." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Aloita ostamalla tai siirtämällä rahakkeita tähän lompakkoon." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Osta, myy ja tutki rahakkeita" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Osta, myy ja tutki rahakkeita ja NFT:itä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Ostaminen" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Tekijä:" - -#: 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 "Lisäämällä likviditeettiä ansaitset 0,3 % kaikista tämän parin kaupoista suhteessa osuutesi poolista. Palkkiot lisätään pooliin, ne kertyvät reaaliajassa, ja ne voidaan lunastaa vetämällä likviditeettisi takaisin." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Yhdistämällä lompakon hyväksyt Uniswap Labsin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Peruutus epäonnistui" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Peruutettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Peruutettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Peruutetaan" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Varoitus" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Tarkista verkon tila" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Tutustu v3 LP -läpikävelyymme ja siirto-oppaisiimme." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Lunasta" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Lunasta <0/> {0}:lle" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Lunasta UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Lunasta UNI-rahake" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Lunasta UNI-palkinto {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Lunasta uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Vaatimus epäonnistui" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Lunasta palkkiot" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Lunasta UNI-rahakkeesi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Lunastettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Lunastetaan" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Tyhjennä kaikki" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Tyhjennä kaikki" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Sulje" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Suljettu" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Suljetut työpaikat" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Kerää" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Kerää {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Kerää palkkiot" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Maksujen kerääminen epäonnistui" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Kerää {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Kerätty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Kerätyt maksut" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Kerätään" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Kerätään palkkioita" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Keräämällä palkkiot lunastat tällä hetkellä saatavilla olevat palkkiot." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Tulossa pian: etsi ja tutki rahakkeita BNB-ketjussa" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Yleistä" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Saattaa loppuun!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Vahvista" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Vahvista tarjonta" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Vahvista lompakkosi tapahtuma" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Vahvista transaktio lompakossa" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Kytkeä" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Yhdistä lompakko" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Yhdistä lompakko" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Yhdistä lompakkoon löytääksesi pooleja" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Yhdistä lompakkoon nähdäksesi V2-likviditeettisi." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Yhdistä lompakkoon nähdäksesi likviditeettisi." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Yhdistä lompakko" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Sisältö ei" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Jatkaa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Sopimusvuorovaikutus" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Sopimusosoite" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Kopioitu!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopioi linkki" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Luo pooli ja tarjonta" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Luo ehdotus" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Luo pari" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Luo pooli ja lisää {0}/{1} V3-likviditeetti" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Poolin luominen epäonnistui" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Luo pooli." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Luo {0}V3-{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Luotu allas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Uima-altaan luominen" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Kryptoostokset eivät ole saatavilla alueellasi." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Nykyinen hinta" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Nykyinen {0} hinta:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Mukautettu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-rekisteröijä" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Voitettu" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegoi äänet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegointi epäonnistui" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Siirrä äänivalta {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegoitu" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegoitu henkilölle:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegointi" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegoidaan ääniä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Käyttöönotto epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Käytössä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Käyttöönotto" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Talletusten määrä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Talletus epäonnistui" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Talleta likviditeettiä" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Talleta tokeneja {label} -verkkoon." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Talletettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Tallettaminen" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Kuvaus" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Yksityiskohtainen" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Tiedot" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Sulje" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentointi" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Eikö sinulla ole Uniswap-lompakkoa?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Etkö näe yhtä v2-positiostasi? <0>Tuo se." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "ladata" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Lataa Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Lataa sovellus" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Lataa App Storesta tallentaaksesi tunnuksesi ja NFT:si turvallisesti, vaihtaaksesi tokeneita ja muodostaaksesi yhteyden krypto-sovelluksiin." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH:n rekisterinpitäjä" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Ansaitut UNI-rahakkeet edustavat äänioikeusosakkeita Uniswapin hallinnossa." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Muokkaa" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Muokkaa listauksia" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Syötä prosenttiosuus" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Syötä vastaanottaja" - -#: 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 "Syötä osoite, joka käynnistää UNI-lunastuksen. Jos osoitteella on lunastettavia UNI-rahakkeita, ne lähetetään vastaanottajalle, kun pyyntö on tehty." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Syötä summa" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Syötä {0} summa" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Virhe" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Virhetunnus: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Virhe yhdistettäessä" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum-nimipalvelu" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Tapahtuma" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Vaihtokurssi" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Suorittaa" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Suorita ehdotus {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Suoritus epäonnistui" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Suorita ehdotus {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Toteutettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Suoritetaan" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Tämän ehdotuksen toteuttaminen ottaa käyttöön ketjun puhelutiedot." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Toteutus lähetetty" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Odotettu tulos" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Vanhentunut" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Vanhenee" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Tutustu NFT:hen" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Tutustu Uniswap Analyticsiin." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Tutustu tokeneihin" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Erittäin harvinainen" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Epäonnistui" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Verkon vaihtaminen epäonnistui" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Ominaisuusliput" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Palkkiotaso" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Palkkiotaso" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Palaute" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Maksut" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Haetaan reittiä" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Haetaan parasta hintaa..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Haetaan hintaa..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Suodata tokeneja" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Löytää parhaan reitin Uniswap-protokollasta selaimesi kautta. Saattaa johtaa korkeaan latenssiin ja hintoihin." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Löytää parhaan reitin Uniswap-protokollasta Uniswap Labs Routing API:n avulla." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Lattia" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Lattian hinta" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Kohteelle" - -#: 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 "Kunkin alla olevan poolin kohdalla paina \"siirrä\" poistaaksesi likviditeettisi Uniswap V2:sta ja tallettaaksesi sen Uniswap V3:een." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Alkaen" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Alkaen (enintään)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Täysi valikoima" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Aloittaa" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Saada tukea" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Ohjekeskus" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Piilotettu" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Piilottaa" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Piilota suljetut positiot" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Piilota resurssit" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Piilota pienet saldot" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Ymmärrän" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Jos uskot tämän olevan virhe, lähetä osoitteesi sisältävä sähköpostiviesti osoitteeseen" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Tuo pooli" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Tuo V2-pooli" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Alueella" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Välillä" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Lisää likviditeettiä" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Alkuhinnat ja poolin osake" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Syöte on arvioitu. Myyt korkeintaan <0>{0} {1} tai tapahtuma perutaan." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Riittämättömät varat" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Likviditeetti riittämätön" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Ei riittävästi likviditeettiä tälle kaupalle." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Poolin likviditeetti ei riitä tapahtuman suorittamiseen" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Riittämätön {0} saldo" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Virheellinen pari" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Virheellinen pari." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Virheellinen hintatieto" - -#: 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 "Virheellinen vaihteluväli valittu. Minimihinnan on oltava pienempi kuin maksimihinta." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Virheellinen vastaanottaja" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Kieli" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Kestää" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Viimeinen hinta" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Viimeksi päivitetty" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Opi" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Tutustu likviditeetin tarjoamiseen" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Lue lisää" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Laki ja yksityisyys" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Linkit" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likviditeetti" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likviditeettitietoja ei ole saatavilla." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Likviditeetin tarjoajan palkinnot" - -#: 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 "Likviditeetin tarjoajat ansaitsevat 0,3 prosentin palkkion kaikista kaupoista suhteessa niiden osuuteen poolista. Palkkiot lisätään pooliin, ne kertyvät reaaliajassa, ja niitä voidaan lunastaa vetämällä likviditeettisi takaisin." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Listaa NFT:t" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista myytävänä" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "NFT:n listaus edellyttää kertaluonteisen kauppapaikan hyväksynnän jokaiselle NFT-kokoelmalle." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Listaukset" - -#: 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 -msgid "Loading" -msgstr "Ladataan" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Latauskorvaus" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Alhainen listaushinta" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Tehdä tarjous" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Hallitse" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Hallinnoi palkintopoolin likviditeettiä" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Hallitse tätä poolia." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maksimi" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maksimihinta" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maksimi tekijän rojaltit" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Max maksut" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maksimihinta" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Max liukuminen" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maksimi:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Suurin syöttö" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksimimäärä lähetetty" - -#: 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 "Siirrä" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Siirrä likviditeetti V3:een" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Siirrä V2-likviditeetti" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Likviditeetin siirto epäonnistui" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Siirrä likviditeettirahakkeesi Uniswap V2:sta Uniswap V3:een." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Siirrä {0}likviditeetti V3:{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Siirretty likviditeetti" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Siirretään" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Likviditeetin siirto" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Minimihinta" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimihinta" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Minimi:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimiteho" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimi vastaanotettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Minttu epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Mintettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Lyönti" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Karttatiedot puuttuvat" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Hintatiedot puuttuvat äskettäin alhaisen Uniswap v3:n kaupankäyntivolyymin vuoksi" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay ei ole saatavilla joillakin alueilla. Napsauta saadaksesi lisätietoja." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Lisää" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Omat NFT:t" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT-kokoelmat" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT:t" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nimeä ei löydy" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigointipainike" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Verkkovaroitus" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Verkkomaksu" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Ei koskaan" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Uusi positio" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Ei vielä NFT:tä" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "V2-likviditeettiä ei löytynyt." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Ei toimintaa vielä" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Ei dataa" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Ei kuvausta." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Ei näytettäviä kohteita" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Likviditeettiä ei löytynyt." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Poolia ei löytynyt." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ei vielä uima-altaita" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Ehdotuksia ei löytynyt." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Tuloksia ei löytynyt." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Tunnustietoja ei ole saatavilla" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Tunnuksia ei löytynyt" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Tunnuksia ei löytynyt." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ei vielä tunnuksia" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Ei saatavilla" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Ei saatavilla alueellasi" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Ei luotu" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Ei listattu" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Tarjoukset" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Kun olet tyytyväinen kurssiin, paina \"tarjonta\" tarkistaaksesi." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Yksi NFT on listattu {0}%" - -#: 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 "Ainoastaan itsedelegoidut ja toiseen osoitteeseen ennen lohkoa {0} delegoidut UNI-äänet ovat oikeutettuja äänestämään." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Oho, vie minut takaisin Swapiin" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Aloita avaamalla uusi työpaikka tai luomalla pooli." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Tilauksen reititys" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Alueen ulkopuolella" - -#: 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 "Tuotto on arvio. Jos hinta muuttuu enemmän kuin {0}%, tapahtuma perutaan." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Tuotos on arvioitu. Saat vähintään <0>{0} {1} tai tapahtuma perutaan." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Omistaja" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Sivua ei löydetty!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Maksaa" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Maksa joka tapauksessa" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Maksaa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Odottaa" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap vaatii luvan vaihtaakseen jokaisen tunnuksen. Tämä vanhenee yhden kuukauden kuluttua turvallisuutesi vuoksi." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Lupa 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Yhdistä Layer 1 Ethereumiin" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pooli" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pooli löydetty!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Poolirahakkeita palkintopoolissa:" - -#: 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 "Poolattu {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Altaat" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Suositut NFT-kokoelmat" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Suosittuja tokeneja" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Sijainti ei ole käytettävissä" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Asetukset" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Esikatselu" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Hinta" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Hintaero:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Hintavaikutus" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Liian suuri hintavaikutus" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Hintavaikutus" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Varoitus hintavaikutuksista" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Hintaluokka" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Hinta päivitetty" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Hinta:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Hinnat ja poolin osuus" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Tietosuojakäytäntö" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Tietosuojakäytäntö." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Jatka lompakossa" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Tuotto jos myydään" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Ehdotus" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Ehdotus lähetetty" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Ehdotuksen otsikko" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Ehdotukset" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Yhteisön jäsenten tekemät ehdotukset näkyvät täällä." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Ehdotettu toimenpide" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Ehdottaja" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Julkinen Ratkaisija" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Määrä" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Jonottaa" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Jonoehdotus {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Jono epäonnistui" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Jonoehdotus {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Jonossa" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Jonotus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Jonotus" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Harvinainen" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Harvinaisuus" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Kurssit" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Lue lisää Uniswapin hallinnosta" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Lue lisää likviditeetin parantamisesta" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Lue lisää ei-tuetuista varoista" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Vastaanottaa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Vastaanotto epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Otettu vastaan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Vastaanottaminen" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Viimeaikaiset haut" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Vastaanottaja" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Hyvitykset puuttuvista tuotteista maksetaan ETH:ssa" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Hylätty" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Lataa sovellus uudelleen" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Poista" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Poista <0/> ja <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Poista summa" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Poista delegaatti" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Poista likviditeetti" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Poista pussista" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Poista esine" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Likviditeetin poistaminen epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Likviditeetti poistettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Likviditeetti poistettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Likviditeetin poistaminen" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Poistetaan {0} {1} ja {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "{0} {1} ja{2} {3}poistetaan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Maksettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Takaisinmaksu epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Takaisinmaksu" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Ratkaise {issues} ongelmaa" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Yritä uudelleen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Palaa" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Palaa kohtaan My NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Käänteinen rekisterinpitäjä" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Tarkista Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Peruutettu hyväksyntä" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Sama hinta" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skannaa Uniswap-lompakolla" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Hae" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Etsi nimeä tai liitä osoite" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Etsi tokeneja ja NFT-kokoelmia" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Valitse Pariliitos" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Valitse rahake" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Valitse rahake löytääksesi v2-likviditeettisi." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Valitse toiminto" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Valitse tunnus" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Valittu vaihteluväli" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Itse" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Delegoi itse" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Myydä" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Myy NFT:t" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Myyjä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Lähetys epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Lähetetään" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Lähetetty" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Aseta hintaluokka" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Aseta aloitushinta" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Aseta hinnat jatkaaksesi" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "asetukset" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Poolin osuus" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Poolin osuus:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Jaa Twitterissä" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Jaa Twitterissä" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Näytä" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Esitys peruutettu" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Näytä suljetut paikat" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Näytä lisää" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Näytä resurssit" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Merkki" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Yksinkertainen" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Poikkeama alle {0}% voi johtaa epäonnistuneeseen tapahtumaan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "myyty" - -#: 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 "Jotkut varat eivät ole käytettävissä tämän käyttöliittymän kautta, koska ne eivät saata toimia hyvin älykkäiden sopimusten kanssa tai emme voi sallia kaupankäyntiä oikeudellisista syistä." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Jotain meni pieleen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Jotain meni pieleen. Yritä uudelleen." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Pyyntöäsi käsiteltäessä tapahtui virhe. Jos pyydät tukea, muista kopioida tämän virheen tiedot." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Pyyntöäsi käsiteltäessä tapahtui virhe. Jos pyydät tukea, muista antaa virhetunnuksesi." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Aloita listaus" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Tilastot" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Lähetä uusi ehdotus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Ehdotuksen lähetys epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Lähetetty ehdotus" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Ehdotuksen jättäminen" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Lähetetään ääntä" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Ehdotuksen jättäminen" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Onnistui" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Menestys" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Listattu onnistuneesti" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Tarjonta" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Toimitetaan {0} {1} ja {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Vaihda" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Vaihda <0/> täsmälleen <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Vaihda silti" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Vaihda tasan <0/> <1/>:een" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Vaihto epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Vaihdettu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Vaihto" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Vaihdetaan {0} {1} kohteeseen {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Lakaista" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Vaihda verkkoa" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Vaihda arvoon {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbolia ei löydy" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Käyttöehdot" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Kiitos, että olet osa Uniswap-yhteisöä <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "%, jonka ansaitset maksuina." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Vaihto ei tyydyttänyt Uniswap-invarianttia x*y=k. Tämä tarkoittaa yleensä sitä, että yksi vaihtamistasi rahakkeista käyttäytyy mukautetusti siirron yhteydessä." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Summa, jonka odotat saavasi nykyisellä markkinahinnalla. Saatat saada vähemmän tai enemmän, jos markkinahinta muuttuu tapahtumasi ollessa kesken." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Sovellus hakee lohkoketjutiedot The Graphin isännöidyltä palvelulta." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Sovellus hakee ketjun tietoja ja muodostaa sopimuskutsuja Infura API:lla." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Sovellus hakee optimaalisen kauppareitin Uniswap Labs -palvelimelta." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Sovellus kirjaa anonymisoituja käyttötilastoja parantaakseen ajan myötä." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Sovellus kerää turvallisesti lompakkosi osoitteesi ja jakaa sen TRM Labs Inc:n kanssa riskien ja vaatimustenmukaisuuden vuoksi." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Yhteysyritys epäonnistui. Napsauta Yritä uudelleen ja seuraa ohjeita luodaksesi yhteyden lompakkoon." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Arvioitu ero panosten ja tulosten USD-arvojen välillä." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Maksu, joka maksetaan kaivostyöläisille, jotka käsittelevät tapahtumasi. Tämä on maksettava ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Maksu, joka maksetaan kaivostyöläisille, jotka käsittelevät tapahtumasi. Tämä on maksettava {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Kaupan vaikutus tämän poolin markkinahintaan." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Syöterahaketta ei voida siirtää. Syöterahakkeessa voi olla ongelma." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Markkinahinta on määritellyn hintaluokan ulkopuolella. Vain yksittäisen omaisuuserän talletus." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Suurin summa, jonka taatusti kulutat. Jos hinta putoaa entisestään, kauppasi palautuu." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Vähimmäissumma, jonka saat taatusti. Jos hinta putoaa entisestään, kauppasi palautuu." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Viimeisin lohkonumero tässä verkossa. Hinnat päivitetään joka lohkossa." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Tulosrahaketta ei voida siirtää. Tulosrahakkeessa voi olla ongelma." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Tulostunnusta ei voi siirtää. Tulostunnuksessa voi olla ongelma. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa." - -#: 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 "Tämän poolin hinta on valitsemasi hintaluokan ulkopuolella. Positiosi ei tällä hetkellä ansaitse palkkioita." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Tämän poolin hinta sopii vallittuun hintaluokkaan. Positiosi ansaitsee tällä hetkellä palkkioita." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Lisäämiesi rahakkeiden suhde määrittää tämän poolin hinnan." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Teema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Likviditeettitietoja ei ole." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Tämä osoite on estetty Uniswap Labs -käyttöliittymässä, koska se on liitetty yhteen tai useampaan" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Tämä sovellus käyttää seuraavia kolmannen osapuolen sovellusliittymiä:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Tässä kuussa" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Tämä pooli on alustettava ennen kuin voit lisätä likviditeettiä. Alustus valitsemalla poolille aloitushinta. Syötä sitten likviditeettihintaluokkasi ja talletussummasi. Kaasumaksut ovat normaalia korkeammat alustustapahtuman vuoksi." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Tämä ehdotus voidaan toteuttaa {0}jälkeen." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Tämä reitti optimoi kokonaistehosi ottamalla huomioon jaetut reitit, useita hyppyjä ja kunkin askeleen polttoainekustannukset." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Tämä taulukko sisältää suosituimmat tunnukset Uniswap-määrän mukaan lajiteltuna syöttämäsi perusteella." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Tätä merkkiä ei ole olemassa" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Tätä merkkiä ei ole olemassa {0}:ssa" - -#: 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 "Tämä työkalu siirtää {0} likviditeettisi turvallisesti V3:lle. Prosessi on täysin luotettava kiitos" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Tätä tapahtumaa ei voitu lähettää, koska määräaika on umpeutunut. Tarkista, että tapahtumasi määräaika ei ole liian lyhyt." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Tämä kauppa ei onnistu hintaliikkeen vuoksi. Yritä lisätä liukastumistoleranssia. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Tämä tapahtuma ei onnistu joko hinnanmuutoksen tai siirtopalkkion vuoksi. Yritä nostaa luistonsietoprosenttia." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Tämä viikko" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Tämä vuosi" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Aika" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Vastaanottaja" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Mihin (ainakin)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Jos haluat käyttää Uniswap-toimintoa {0}:ssa, vaihda verkkoa lompakkosi asetuksista." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Jos haluat nähdä sijainnin, sinun on oltava yhteydessä verkkoon, johon se kuuluu." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Tänään" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Tokenin nimi" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Tunnusta ei löydy" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Token-tilastot ja kaaviot {label} lle ovat saatavilla osoitteessa <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Rahakkeet" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Huippuominaisuus" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Parhaat poolit" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Suosituimmat tunnukset Uniswapissa" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Kaikki yhteensä" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Lukittu kokonaisarvo (TVL) on kaikkien Uniswap v3 -likviditeettipoolien käytettävissä olevien omaisuuserien kokonaismäärä." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Käy salaus- ja NFT-kaupankäyntiä luottavaisin mielin" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Käy kryptokaupalla luottavaisin mielin" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Piirre" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Trait Floor" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Ominaisuudet" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Tapahtuma-asetukset" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Tapahtuma lähetetty" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Kauppa suoritettu vuonna" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Tapahtuman määräaika" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Tapahtuma vireillä" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Kauppa hylätty" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Tapahtuma lähetetty" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Siirtotunnus" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Yritä uudelleen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI:n hallinto" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI on saapunut" - -#: src/pages/Vote/Landing.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-rahakkeet edustavat Uniswapin hallinnon äänestysosakkeita. Voit äänestää jokaisesta ehdotuksesta itse tai delegoida äänesi kolmannelle osapuolelle." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Poltettu" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Ei saatavilla" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Ei saatavilla listalle" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Lunastamattomat palkkiot" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Määrittämätön" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswapin hallinto" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labsin käyttöehdot" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-protokolla" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 ei ole saatavilla tässä verkossa." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap käytettävissä: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap-asiakas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-hallinta on saatavilla vain tasossa 1. Vaihda verkkosi Ethereum Mainnetiin nähdäksesi ehdotukset ja äänestys." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap on täyttänyt toiveesi!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap taskussa" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswapin siirtosopimus ↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Tuntematon" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Tuntematon hyväksyntä" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Tuntematon Mint" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Tuntematon lähetys" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Tuntematon vaihto" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Vapauta äänet" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Vapauta äänestys" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Vapautetaan ääniä" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Ei-tuettu vara" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Ei-tuettuja varoja" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Lompakkosi ei tue" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Nimetön" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "{0}<0/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Purkaminen epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Avattu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Purkaminen" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Päivitä delegointi" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Käytä Uniswap Labs -sovellusliittymää saadaksesi nopeammat tarjoukset." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2-likviditeetti" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Hinta:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versio:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Erittäin yleinen" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Erittäin harvinainen" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Näytä kertyneet palkkiot ja analytiikka<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Tarkastele ja myy NFT:itä" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Katso lisää analytiikkaa" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Näkymä Etherscanissa" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Näytä Explorerissa" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Katso {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Näytä tapahtuma Explorerissa" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volyymi on omaisuuden määrä, jolla on vaihdettu Uniswap v3:ssa valitun ajanjakson aikana." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Äänestä vastaan" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Äänestä puolesta" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Äänestä ehdotusta {proposalId} vastaan" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Äänestä ehdotusta {proposalKey}vastaan" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Äänestä ehdotusta {proposalKey} vastaan syyllä \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Äänestys epäonnistui" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Äänestä ehdotuksen {proposalId} puolesta" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Äänestä ehdotusta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Äänestä ehdotusta {proposalKey} syyllä \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Äänestä hallituksessa" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Äänestetään tyhjää ehdotuksesta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Äänestetään tyhjää ehdotuksesta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Äänestä tyhjää ehdotuksesta {proposalKey} syystä \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Äänestetty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Äänestäminen" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Äänestys päättynyt {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Äänestys päättyy noin {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Äänestys alkaa noin {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "odottaa vahvistusta" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Lompakon osoite tai ENS-nimi" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Varoitus" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Tervetuloa Team Unicorniin :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Miksi kauppa vaaditaan?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Vedä talletettu likviditeetti takaisin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Nosto epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "vetäytyminen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "vetäytyi" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Wrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "{0}<0/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Kääriminen epäonnistui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Kääritty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Kääriminen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Väärä verkko" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Sinulla on jo aktiivinen tai odottava ehdotus" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Olet luomassa poolia" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Et ole tämän LP-paikan omistaja. Et voi nostaa likviditeettiä tästä positiosta, ellet omista seuraavaa osoitetta: {ownerAddress}" - -#: 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 "Olet tämän Uniswap V3 -poolin ensimmäinen likviditeetin tarjoaja. Likviditeettisi siirtyy nykyiseen {0} hintaan." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Olet ensimmäinen likviditeetin tarjoaja." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Voit joko äänestää jokaisesta ehdotuksesta itse tai delegoida äänesi kolmannelle osapuolelle." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Sinulla ei ole tarpeeksi ääniä ehdotuksen jättämiseen" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Sinulla ei ole vielä likviditeettiä tässä poolissa." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Olet ehkä menettänyt verkkoyhteytesi." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Sinun on yhdistettävä tili." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Ehdotuksen jättäminen edellyttää {formattedProposalThreshold} ääntä" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Sinä maksat" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Saat" - -#: 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 "Sinun tulisi tallettaa likviditeettiä Uniswap V3:een ainoastaan hintaan, jonka uskot olevan oikein. <0/>Jos hinta vaikuttaa virheelliseltä, voit joko vaihtaa hintaa tai odottaa jonkun muun tekevän niin." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Keräät myös tästä positiosta ansaittuja palkkioita." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Tulet vastaanottamaan" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Sinun V2-likviditeettisi" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Aktiiviset V3-likviditeettipositiosi näkyvät täällä." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Saldosi on {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Yhdistettyä verkkoasi ei tueta." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Onchain-tapahtumasi ja kryptoostoksesi näkyvät täällä." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Sinun pooliosuutesi:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Oma positiosi" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Positiosi likviditeetti on 0, eikä se ansaitse palkkioita." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Sijaintisi näkyy täällä." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Positiosi tulee olemaan 100-prosenttisesti {0} tällä hinnalla" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Positiosi tulee olemaan 100-prosenttisesti {0} tällä hinnalla" - -#: 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 "Positiosi ei ansaitse maksuja eikä sitä käytetä kaupankäynnissä ennen kuin markkinahinta sopii hintaluokkaasi." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Sinun positiosi" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Vaihdon odotetaan epäonnistuvan." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Vaihtoasi on muokattu lompakkosi kautta. Jos tämä oli virhe, peruuta heti tai vaaranna varojen menettäminen." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Kaikki poolirahakkeesi:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Tapahtuman hinta on paljon korkeampi, koska se sisältää kaasua poolin luomiseen." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Tapahtumasi voi tapahtua etuajassa ja johtaa epäedulliseen kauppaan." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Tapahtumasi peruuntuu, jos se odottaa tätä ajanjaksoa kauemmin." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Tapahtumasi peruuntuu, jos hinta muuttuu epäsuotuisasti tätä prosenttiosuutta enemmän." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Lompakkosi nykyistä verkkoa ei tueta." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "{0} saldosi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "ja" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "ja suostuu siihen" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "vielä saatavilla" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "alle pohjahinnan." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "alle kokoelman pohjahinnan. Oletko varma, että haluat jatkaa?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "estetty toiminta" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "maksu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "varten" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "kohteelle {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "alkaen" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "tässä." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuuttia" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "kuukaudet" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "palkinto" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "jotain meni pieleen!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "to" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Ratkaise ongelma} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Tällä tunnuksella ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä eikä sitä vaihdeta usein Uniswapissa.} other {Näillä rahakkeilla ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä tai niitä ei vaihdeta usein Uniswapissa.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Tällä tunnuksella ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä.} other {Näillä rahakkeilla ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Et voi vaihtaa tätä merkkiä Uniswap-sovelluksella.} other {Et voi vaihtaa näitä tokeneita Uniswap-sovelluksella.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listaus} other {listaukset}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} talletettu" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Ansaitut palkkiot:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT:tä on listattu merkittävästi" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} odottaa" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Yritä lisätä luistonsietokykyäsi.\n" -"Huomautus: siirtomaksu- ja uudelleenperustokenit eivät ole yhteensopivia Uniswap V3:n kanssa." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} ääntä" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Hinta:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% maksutaso" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% pooli" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% valitse" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% liukuma" - -#: 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-rahaketta" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {päivä} other {päivää}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {tunti} other {tuntia}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {kuukausi} other {kuukaudet}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {viikko} other {viikkoa}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} ja {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {päivä} other {päivää}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {tunti} other {tuntia}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuutti} other {pöytäkirja}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {kuukausi} other {kuukaudet}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {toinen} other {sekuntia}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {viikko} other {viikkoa}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} saattaa olla poissa juuri nyt tai olet ehkä menettänyt verkkoyhteytesi." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token silta" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {kokoelma} other {kokoelmat}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Takaisin altaat" - diff --git a/src/locales/fr-FR.po b/src/locales/fr-FR.po deleted file mode 100644 index f6a2b2499b..0000000000 --- a/src/locales/fr-FR.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: fr\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: French\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: fr\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Voir sur l'explorateur)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(modifier)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nouveau poste" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Supprimer le destinataire" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Volume sur 24h" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Le volume 24H est le montant de l'actif qui a été échangé sur Uniswap v3 au cours des dernières 24 heures." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W de hauteur" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W faible" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Toutes les propositions" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Votes" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Analyses du compte et des frais accumulés<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Prix actuel :<1><2/><3>{0} par {1}" - -#: 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>Conseil: Le retrait des jetons dans la pool convertit votre position en jetons sous-jacents au taux actuel, proportionnel à votre part de la pool. Vos bénéfices (frais) sont inclus dans les montants que vous recevrez." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Astuce : Sélectionnez une action et décrivez votre proposition pour la communauté. La proposition ne peut pas être modifiée après sa soumission, veuillez donc vérifier toutes les informations avant de la soumettre. La période de vote commencera immédiatement et durera 7 jours. Pour proposer une action personnalisée, <1>lisez la documentation." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Conseil : Utilisez cet outil pour rechercher les pools v2 qui n'apparaissent pas automatiquement dans l'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>Conseil: Lorsque vous ajoutez de la liquidité, vous recevrez des jetons représentant votre position. Ces jetons gagnent automatiquement des frais proportionnels à votre part du pool et peuvent être échangés à tout moment." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Débloquer le vote pour se préparer à la prochaine proposition." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> pour <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Un seuil minimum de 0,25% de l'offre totale de UNI est requis pour soumettre des propositions" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Un swap de cette taille peut avoir un impact élevé sur les prix, compte tenu de la liquidité actuelle du pool. Il peut y avoir une grande différence entre le montant de votre jeton d'entrée et ce que vous recevrez dans le jeton de sortie" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "À propos" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Accepter" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Actif" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Activité" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Ajouter" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Ajouter <0/> et <1/> à Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Ajouter un délégué +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Ajouter de la liquidité" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Ajouter de la liquidité V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Échec de l'ajout de liquidité V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Échec de l'ajout de liquidité" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Ajouter de la liquidité." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Ajouter plus de liquidité" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Ajouter au panier" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Ajouter au panier" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Ajouter {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Ajouter des liquidités V3 {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Liquidité ajoutée" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Liquidité V2 ajoutée" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Liquidité ajoutée" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Ajouté {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Ajout de liquidité V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Ajout de liquidité" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "L'ajout de cette proposition à la file d'attente permettra son exécution, après un délai." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "L'adresse n'a pas de revendication disponible" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Contre" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Autoriser la migration des jetons LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Autorisé" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Déjà listé à" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Effectuez toujours vos propres recherches avant de trader." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Montant" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Une approbation est nécessaire pour utiliser ce jeton." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Une erreur s'est produite lors du chargement des jetons. Veuillez réessayer." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Une erreur s'est produite lors de la tentative d'exécution de cet échange. Vous devrez peut-être augmenter votre tolérance au slippage. Si cela ne fonctionne pas, il peut y avoir une incompatibilité avec le token que vous échangez. Remarque : les frais sur les token de transfert et de rebase sont incompatibles avec Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "L'approbation a échoué" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "En attente d'approbation" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Approuver" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Approuver le Token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Approuver dans le portefeuille" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Approuvez dans votre portefeuille" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Approuver l'utilisation de {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Approuver {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Approuvé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Approbation" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Approbation de {0}" - -#: 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 "Au moins {0} {1} et {2} {3} seront remboursés sur votre portefeuille en raison de la plage de prix sélectionnée." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automatique" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API de routeur automatique" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Retour à Piscines" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Retour à la sélection de portefeuilles" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Sac" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Solde : {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Idéal pour les paires exotiques." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Idéal pour la plupart des paires." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Idéal pour les paires stables." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Idéal pour les paires très stables." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "L'itinéraire au meilleur prix coûte ~{gasPrice} en essence." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Adresse bloquée" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bloqué sur OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Échec de l'emprunt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Emprunté" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Emprunt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Acheté" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Échec de la gravure" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Brûlé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Brûlant" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Acheter" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Acheter des cryptos" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Échec de l'achat" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Achetez ou transférez des NFT vers ce portefeuille pour commencer." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Achetez ou transférez des jetons vers ce portefeuille pour commencer." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Achetez, vendez et explorez des jetons" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Achetez, vendez et explorez des jetons et des NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Achat" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Par" - -#: 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 "En ajoutant de la liquidité, vous gagnerez 0,3 % de toutes les transactions sur cette paire proportionnellement à votre part du pool. Les frais sont ajoutés à la pool, accumulés en temps réel et peuvent être réclamés en retirant votre liquidité." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "En connectant un portefeuille, vous acceptez les conditions d'Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Échec de l'annulation" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Annulé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Annulé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Annulation" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Mise en garde" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Vérifier l'état du réseau" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Consultez nos guides d'utilisation et de migration pour la v3 LP." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Réclamer" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Réclamez <0/> pour {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Réclamer vos UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Réclamer les jetons UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Réclamez la récompense UNI pour {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Réclamer un Airdrop NFT Uniswap" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Échec de la réclamation" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Réclamer les frais" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Réclamez vos jetons UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Réclamé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Réclamation" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Tout effacer" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Tout effacer" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Fermer" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Fermé" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Postes fermés" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Collecter" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Collecter comme {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Collecter des frais" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "La collecte des frais a échoué" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Collecter {0} /{1} frais" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Collecté" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Frais perçus" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Collecte en cours" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Collecter des frais" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Les frais de perception retireront les frais actuellement disponibles pour vous." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Prochainement : recherchez et explorez les jetons sur la chaîne BNB" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Commun" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Terminé !" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Valider" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Valider la fourniture" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Validez cette transaction dans votre portefeuille" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Confirmer la transaction dans le portefeuille" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Connecter" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Connecter le portefeuille" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Connecter un portefeuille" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Connectez-vous à un portefeuille pour trouver des pools" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Connectez-vous à un portefeuille pour afficher vos liquidités V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Connectez-vous à un portefeuille pour voir vos liquidités." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Connecter le portefeuille" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Contenu non" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continuer" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interaction contractuelle" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Adresse du contrat" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Copié !" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Copier le lien" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Créer un Pool & Approvisionner" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Créer une Proposition" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Créer une paire" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Créer un pool et ajouter {0}/{1} liquidités V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Échec de la création du pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Créer un pool." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Créer {0}/{1} une pool V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Piscine créée" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Création d'un pool" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Les achats de cryptomonnaies ne sont pas disponibles dans votre région." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Prix actuel" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Prix actuel de {0} :" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Personnaliser" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registraire DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Rejetée" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Votes délégués" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Le délégué a échoué" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Déléguer le pouvoir de vote à {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Délégué" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Délégué à :" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Déléguer" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Délégation des votes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Échec du déploiement" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Déployé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Déploiement" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Montants du dépôt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Échec du dépôt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Dépôt de liquidités" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Déposez des jetons sur le réseau {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Déposé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Dépôt" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Libellé" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Détaillé" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Détails" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Refuser" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentation" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Vous n'avez pas de portefeuille Uniswap ?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Vous ne voyez pas une de vos positions v2 ? <0>Importez-la." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Télécharger" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Télécharger le portefeuille Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Télécharger l'application" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Téléchargez dans l'App Store pour stocker en toute sécurité vos jetons et NFT, échanger des jetons et vous connecter à des applications cryptographiques." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Contrôleur du registraire de l'ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Les jetons UNI gagnés représentent les parts de vote dans la gouvernance Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Éditer" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Éditer les listings" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Saisissez un pourcentage" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Saisissez un destinataire" - -#: 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 "Saisissez une adresse pour déclencher une réclamation UNI. Si l'adresse a une UNI réclamable, elle leur sera envoyée lors de la soumission." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Saisissez un montant" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Entrez {0} montant" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Erreur" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID d'erreur : {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Erreur de connexion" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Service de nom Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Evénement" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Taux de change" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Exécuter" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Exécuter la proposition {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Échec de l'exécution" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Exécuter la proposition {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Exécutée" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Exécution" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "L'exécution de cette proposition mettra en place les données d'appel en chaîne." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Exécution soumise" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Sortie attendue" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Expiré" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Expire dans" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Explorer les NFTs" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Explorez Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Explorer les jetons" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extrêmement rare" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Échec" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Impossible de changer de réseau" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Indicateurs de fonctionnalité" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Niveau de frais" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Niveau de frais" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Commentaire" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Frais" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Récupération de l'itinéraire" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Obtenir le meilleur prix..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Récupération du prix..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrer les jetons" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Trouve le meilleur itinéraire sur le protocole Uniswap via votre navigateur. Peut entraîner une latence et des prix élevés." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Trouve le meilleur itinéraire sur le protocole Uniswap à l'aide de l'API de routage Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Plancher" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Prix plancher" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Pour" - -#: 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 "Pour chaque pool indiqué ci-dessous, cliquez sur migrer pour retirer votre liquidité de Uniswap V2 et déposez-la dans Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "À partir de" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "De (au plus)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Range Complète" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Commencer" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Obtenir de l'aide" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centre d'aide" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Caché" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Masquer" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Masquer les positions fermées" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Masquer les ressources" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Cacher les petits soldes" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Je comprends" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Si vous pensez qu'il s'agit d'une erreur, veuillez envoyer un e-mail contenant votre adresse à" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importer un pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importer le pool V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Dans la gamme" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Dans la portée" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Augmente la liquidité" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Prix initiaux et part du pool" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "L'entrée est estimée. Vous allez vendre au plus <0>{0} {1} ou la transaction sera annulée." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fonds insuffisants" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Liquidité insuffisante" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Pas assez de liquidités pour cette transaction." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Liquidité du pool insuffisante pour finaliser la transaction" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Solde {0} insuffisant" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Paire invalide" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Paire invalide." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Entrée de prix non valide" - -#: 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 "Plage non valide sélectionnée. Le prix minimum doit être inférieur au prix maximum." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Destinataire invalide" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Langue" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Dernier" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Dernier prix" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Dernière mise à jour" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Apprendre" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "En savoir plus sur la fourniture de liquidités" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "En savoir plus" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Juridique et confidentialité" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Liens" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidité" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Données de liquidité non disponibles." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Récompenses du fournisseur de liquidité" - -#: 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 "Les fournisseurs de liquidités gagnent 0,3 % de frais sur tous les ordres proportionnels à leur part du pool. Les frais sont ajoutés à la pool, accumulés en temps réel et peuvent être réclamés en retirant votre liquidité." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Liste des NFTs" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Liste à vendre" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "L'inscription d'un NFT nécessite une approbation unique du marché pour chaque collection NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Annonces" - -#: 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 -msgid "Loading" -msgstr "En cours de chargement" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Allocation de chargement" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Prix d'inscription bas" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Faire une offre" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gérer" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gérer la liquidité dans le pool de récompenses" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Gérer ce pool." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Prix max" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Redevances maximales du créateur" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Frais Max" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Prix maximum" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Glissement maximum" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max :" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Entrée maximale" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximum envoyé" - -#: 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 "Migrer" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrer la liquidité vers V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrer la liquidité V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrer la liquidité a échoué" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrez vos jetons de liquidité de Uniswap V2 vers Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrer{1} liquidité {0}vers la V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Liquidité migrée" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migration en cours" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrer la liquidité" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Prix min" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Prix min" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min :" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Sortie minimale" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum reçu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "La menthe a échoué" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Frappé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Frappe" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Données graphiques manquantes" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Données de prix manquantes en raison du récemment et faible volume de trading sur Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Iframe Moonpay Fiat On-ramp" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay n'est pas disponible dans certaines régions. Cliquez pour en savoir plus." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "En savoir plus" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Mes NFTs" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Collections NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nom introuvable" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Bouton de navigation" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Avertissement réseau" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Frais de réseau" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Jamais" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nouvelle position" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Pas encore de NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Aucune liquidité V2 trouvée." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Aucune activité pour le moment" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Pas de données" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Aucune description." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Aucun élément à afficher" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Aucune liquidité trouvée." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Aucun pool trouvé." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Pas encore de piscines" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Aucune proposition trouvée." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Aucun résultat trouvé." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Aucune information de jeton disponible" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Aucun jeton trouvé" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Aucun jeton trouvé." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Pas encore de jetons" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Pas disponible" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Non disponible pour votre région" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Non créé" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Non listé" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Des offres" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Une fois que vous êtes satisfait du taux cliquez sur fournir pour vérifier." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Un NFT est listé {0}%" - -#: 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 "Seuls les votes UNI qui ont été auto-délégués ou délégués à une autre adresse avant le bloc {0} sont éligibles pour voter." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Oups, ramenez-moi à Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Ouvrez un nouveau poste ou créez un pool pour commencer." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Acheminement des commandes" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Hors de portée" - -#: 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 "La sortie est estimée. Si le prix change de plus de {0}% votre transaction sera annulée." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "La sortie est estimée. Vous recevrez au moins <0>{0} {1} ou la transaction sera annulée." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Propriétaire" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Page introuvable !" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Payer" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Payer quand même" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Régler avec" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "En attente" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "L'autorisation est requise pour qu'Uniswap puisse échanger chaque jeton. Pour votre sécurité, ceci expirera après un mois." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permis2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Veuillez vous connecter à la Layer 1 d'Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool trouvé !" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Jetons de pool dans le pool de récompenses :" - -#: 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 "Récupéré {0} :" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Pools" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Collections NFT populaires" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Jetons populaires" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Poste indisponible" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Préférences" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Aperçu" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Prix" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Différence de prix :" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impact sur les prix" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Impact trop élevé sur les prix" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impact sur les prix" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Avertissement d'impact sur les prix" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Fourchette de prix" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Prix mis à jour" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Prix :" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Prix et parts dans la pool" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "politique de confidentialité" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Politique de confidentialité." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Procéder dans le portefeuille" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Procédé si vendu" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Proposition" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Proposition Soumise" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Titre de la proposition" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propositions" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Les propositions soumises par les membres de la communauté apparaîtront ici." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Action proposée" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proposer" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Résolveur public" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Quantité" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "File d'attente" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Proposition de file d'attente {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Échec de la file d'attente" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Proposition de file d'attente {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "En attente" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "File d'attente" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "File d'attente" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Rare" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Rareté" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tarifs" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "En savoir plus sur la gouvernance d'Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "En savoir plus sur la fourniture de liquidités" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "En savoir plus sur les actifs non pris en charge" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Recevoir" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Échec de la réception" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Reçu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Recevoir" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Recherches récentes" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Destinataire" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Les remboursements pour les articles indisponibles seront effectués en ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Rejeté" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Recharger l'application" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Supprimer" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Supprimer <0/> et <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Supprimer le montant" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Supprimer le délégué" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Supprimer la liquidité" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Retirer du sac" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Supprimer l'élément" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Échec de la suppression de la liquidité" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquidité supprimée" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquidité supprimée" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Retirer de la liquidité" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Suppression de {0} {1} et {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Suppression {0} {1} et{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Remboursé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Échec du remboursement" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Rembourser" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Résoudre l'anomalie {issues}" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Réessayer" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Retour" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Retour à mes NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Registraire inversé" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Échange d'avis" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Approbation révoquée" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Même prix" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Numériser avec le portefeuille Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Rechercher" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Rechercher un nom ou coller une adresse" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Rechercher des jetons et des collections NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Sélectionnez une Paire" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Sélectionnez un jeton" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Sélectionnez un jeton pour trouver votre liquidité v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Sélectionnez une action" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Sélectionnez le jeton" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Fourchette sélectionnée" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Soi-même" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Auto-délégué" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vendre" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vendre des NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Vendeur" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Echec de l'envoi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Envoi en cours" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Envoyé" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Fixer une fourchette de prix" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Définir le prix de départ" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Définir le prix pour continuer" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Paramètres" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Part du pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Part dans la pool :" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Partager sur Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Partager sur Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Afficher" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Afficher annulé" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Afficher les positions fermées" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Montre plus" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Afficher les ressources" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Signer" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simple" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Un glissement inférieur à {0} % peut entraîner l'échec d'une transaction" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Vendu" - -#: 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 "Certains actifs ne sont pas disponibles via cette interface parce qu'ils peuvent ne pas fonctionner correctement avec les contrats intelligents ou que nous ne sommes pas en mesure de permettre le trading pour des raisons juridiques." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Un problème est survenu" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Quelque chose s'est mal passé. Veuillez réessayer." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Désolé, une erreur s'est produite lors du traitement de votre demande. Si vous demandez une assistance, assurez-vous de fournir les détails de cette erreur." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Désolé, une erreur s'est produite lors du traitement de votre demande. Si vous demandez de l'aide, assurez-vous de fournir votre identifiant d'erreur." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Commencer la liste" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistiques" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Soumettre une nouvelle proposition" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "La soumission de la proposition a échoué" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Proposition soumise" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Soumission de la proposition" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Soumettre un vote" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Soumettre une proposition" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Réussi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Succès" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Répertorié avec succès" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Approvisionnement" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Approvisionnement {0} {1} et {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Échanger" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Échangez <0/> pour exactement <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Échanger quand même" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Échangez exactement <0/> pour <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Échec de l'échange" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Échangé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Échange" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Échange de {0} {1} contre {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Balayer" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Changer de réseau" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Passer à {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbole introuvable" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Conditions d'utilisation" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Merci de faire partie de la communauté Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Le % que vous gagnerez en frais." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "L'invariant Uniswap x*y=k n'a pas été satisfait par l'échange. Cela signifie généralement que l'un des jetons que vous échangez incorpore un comportement personnalisé lors du transfert." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Le montant que vous vous attendez à recevoir au prix actuel du marché. Vous pouvez recevoir moins ou plus si le prix du marché change pendant que votre transaction est en attente." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "L'application récupère les données de la blockchain à partir du service hébergé de The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "L'application récupère les données en chaîne et construit des appels de contrat avec une API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "L'application récupère la route commerciale optimale à partir d'un serveur Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "L'application enregistre des statistiques d'utilisation anonymes afin de s'améliorer au fil du temps." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "L'application collecte en toute sécurité l'adresse de votre portefeuille et la partage avec TRM Labs Inc. pour des raisons de risque et de conformité." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "La tentative de connexion a échoué. Veuillez cliquer sur Réessayer et suivez les étapes pour vous connecter à votre portefeuille." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "La différence estimée entre les valeurs en USD des montants d'entrée et de sortie." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Les frais payés aux mineurs qui traitent votre transaction. Celle-ci doit être payée en ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Les frais payés aux mineurs qui traitent votre transaction. Celle-ci doit être payée en {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "L'impact de votre transaction sur le prix du marché de ce pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Le jeton d'entrée ne peut pas être transféré. Il peut y avoir un problème avec le jeton d'entrée." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Le prix du marché est en dehors de votre fourchette de prix spécifiée. Dépôt d'actifs unique seulement." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Le montant maximum que vous êtes assuré de dépenser. Si le prix glisse davantage, votre transaction sera annulée." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Le montant minimum que vous êtes assuré de recevoir. Si le prix glisse davantage, votre transaction sera annulée." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Le numéro de bloc le plus récent sur ce réseau. Les prix sont mis à jour à chaque bloc." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Le jeton de sortie ne peut pas être transféré. Il peut y avoir un problème avec le jeton de sortie." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Le token de sortie ne peut pas être transféré. Il peut y avoir un problème avec le token de sortie. Remarque : les frais sur les jetons de transfert et de rebase sont incompatibles avec Uniswap V3." - -#: 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 "Le prix de ce pool se situe en dehors de votre fourchette sélectionnée. Votre position ne rapporte actuellement pas de frais." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Le prix de ce pool est dans votre fourchette sélectionnée. Votre position est actuellement en train de gagner des frais." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Le ratio de jetons que vous ajoutez fixera le prix de ce pool." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Thème" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Il n'y a pas de données de liquidité." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Cette adresse est bloquée sur l'interface Uniswap Labs car elle est associée à un ou plusieurs" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Cette application utilise les API tierces suivantes :" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Ce mois-ci" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Ce pool doit être initialisé avant de pouvoir ajouter des liquidités. Pour initialiser, sélectionnez un prix de départ pour le pool. Ensuite, entrez votre fourchette de prix de liquidité et le montant du dépôt. Les frais d'essence seront plus élevés que d'habitude en raison de la transaction d'initialisation." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Cette proposition peut être exécutée après {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Cet itinéraire optimise votre production totale en tenant compte des itinéraires fractionnés, de plusieurs sauts et du coût du gaz de chaque étape." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Ce tableau contient les meilleurs jetons par volume Uniswap, triés en fonction de votre entrée." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Ce jeton n’existe pas" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Ce jeton n'existe pas sur {0}" - -#: 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 "Cet outil va migrer en toute sécurité vos liquidités {0} vers V3. Le processus est complètement sans confiance grâce à la" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Cette transaction n'a pas pu être envoyée car la date limite est passée. Veuillez vérifier que la date limite de votre transaction n'est pas trop basse." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Cette transaction ne réussira pas en raison du mouvement des prix. Essayez d'augmenter votre tolérance au slippage. Remarque : les frais sur les token de transfert et de rebase sont incompatibles avec Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Cette transaction ne réussira pas en raison du mouvement des prix ou des frais de transfert. Essayez d'augmenter votre tolérance au glissement." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Cette semaine" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Cette année" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Heure" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "À" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Vers (au moins)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Pour utiliser Uniswap sur {0}, changez le réseau dans les paramètres de votre portefeuille." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Pour visualiser une position, vous devez être connecté au réseau auquel elle appartient." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Aujourd'hui" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nom du jeton" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Jeton introuvable" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Les statistiques et les graphiques des jetons pour {label} sont disponibles sur <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Jetons" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Caractéristique supérieure" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Pools du haut" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Meilleurs jetons sur Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "La valeur totale verrouillée (TVL) est le montant total de l'actif disponible dans tous les pools de liquidités Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Échangez des cryptos et des NFT en toute confiance" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Échangez des cryptos en toute confiance" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Trait" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Plancher de trait" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Caractéristiques" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Paramètres de la transaction" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaction envoyée" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaction conclue en" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Date limite de la transaction" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaction en attente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaction rejetée" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaction soumise" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token de transfert" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Réessayez" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Gouvernance d'UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI est arrivé" - -#: src/pages/Vote/Landing.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 "Les jetons UNI représentent les parts de vote dans la gouvernance d'Uniswap. Vous pouvez voter sur chaque proposition vous-même ou déléguer vos votes à un tiers." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} brûlé" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Indisponible" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Non disponible pour la liste" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Frais non réclamés" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Indéterminé" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Gouvernance Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Conditions d'utilisation d'Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocole Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 n'est pas disponible sur ce réseau." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponible en : <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Client Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "La gouvernance d'Uniswap n'est disponible que sur la Layer 1. Basculez sur le réseau Ethereum Mainnet pour afficher les propositions et voter." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap a répondu à votre souhait !" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap dans votre poche" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Contrat de migration Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Inconnu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Approbation inconnue" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Atelier inconnu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Envoi inconnu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Échange inconnu" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Débloquer les votes" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Débloquer le vote" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Déblocage des votes" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Actif non pris en charge" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Actifs non pris en charge" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Non pris en charge par votre portefeuille" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Sans titre" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Déballer <0/> à {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Échec du déballage" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Déballé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Déballage" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Mettre à jour la délégation" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Utilisez l'API Uniswap Labs pour obtenir des devis plus rapidement." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "liquidités V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Prix V3 {0} :" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Version:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Très commun" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Très rare" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Voir les frais et les analyses accumulés<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Afficher et vendre des NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Voir plus d'analyses" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Voir sur Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Voir sur Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Voir sur {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Voir la transaction sur Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Le volume est le montant de l'actif qui a été échangé sur Uniswap v3 pendant la période sélectionnée." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Voter contre" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Voter pour" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Voter contre la proposition {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Voter contre la proposition {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Voter contre la proposition {proposalKey} avec raison \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Échec du vote" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Voter pour la proposition {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Voter pour la proposition {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Votez pour la proposition {proposalKey} avec la raison \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Voter en gouvernance" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Voter pour s'abstenir sur la proposition {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Voter pour s'abstenir sur la proposition {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Voter pour s'abstenir sur la proposition {proposalKey} avec raison \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Voté" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Vote" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Vote terminé {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Le vote se termine environ {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Le vote commence vers {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "En attente de confirmation" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Adresse de portefeuille ou nom ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Avertissement" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Bienvenue dans l'équipe Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Pourquoi une transaction est-elle nécessaire?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Retirer les liquidités déposées" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Échec du retrait" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Retrait" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Retiré" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Envelopper" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Envelopper <0/> à {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Échec de l'enveloppe" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Enveloppé" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Emballage" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Réseau incorrect" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Vous avez déjà une proposition active ou en attente" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Vous êtes en train de créer un pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Vous n'êtes pas le propriétaire de cette position LP. Vous ne pourrez pas retirer la liquidité de cette position à moins que vous ne possédiez l'adresse suivante : {ownerAddress}" - -#: 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 "Vous êtes le premier fournisseur de liquidités pour ce pool V3 d'Uniswap. Votre liquidité migrera au prix actuel de {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Vous êtes le premier fournisseur de liquidités." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Vous pouvez soit voter vous-même sur chaque proposition ou déléguer vos votes à un tiers." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Vous n'avez pas assez de votes pour soumettre une proposition" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Vous n'avez pas encore de liquidités dans ce pool." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Il se peut que vous ayez perdu votre connexion réseau." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Vous devez connecter un compte." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Vous devez avoir {formattedProposalThreshold} votes pour soumettre une proposition" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Vous payez" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Vous avez reçu" - -#: 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 "Vous ne devriez déposer de liquidité dans Uniswap V3 qu'à un prix que vous croyez correct. <0/>Si le prix semble incorrect, vous pouvez soit faire un swap pour déplacer le prix soit attendre que quelqu'un d'autre le fasse." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Vous percevrez également des frais provenant de cette position." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Vous allez recevoir" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Votre liquidité V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Vos positions de liquidité V3 actives apparaîtront ici." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Votre solde sur {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Votre réseau connecté n'est pas pris en charge." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Vos transactions en chaîne et vos achats cryptographiques apparaîtront ici." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Partage de votre pool :" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Votre position" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Votre position a 0 liquidité, et ne gagne pas de frais." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Votre position apparaîtra ici." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Votre position sera composée à 100 % de {0} à ce prix" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Votre position sera à 100 % {0} à ce prix." - -#: 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 "Votre position ne gagnera pas de frais ni ne sera utilisée dans les transactions tant que le prix du marché n'entrera pas dans votre fourchette." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Vos positions" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Votre échange devrait échouer." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Votre échange a été modifié via votre portefeuille. Si c'était une erreur, veuillez annuler immédiatement ou vous risquez de perdre vos fonds." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Total des jetons de votre pool :" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Votre coût de transaction sera beaucoup plus élevé car il inclut le gaz pour créer le pool." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Votre transaction peut être anticipée et entraîner une transaction défavorable." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Votre transaction sera annulée si elle est en attente pour plus de cette période." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Votre transaction sera annulée si le prix change défavorablement de plus de ce pourcentage." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Le réseau actuel de votre portefeuille n'est pas pris en charge." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Votre solde {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "et" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "et consentir à ses" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "encore disponible" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "en dessous du prix plancher." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "sous le prix plancher de la collection. Es-tu sur de vouloir continuer?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "activités bloquées" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "frais" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "pour" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "pour {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "depuis" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "ici." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minutes" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "mois" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "récompense" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "une erreur s'est produite !" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "pour" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Résolvez le problème } other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Ce jeton n'est pas échangé sur les principaux échanges centralisés américains ni fréquemment échangé sur Uniswap.} other {Ces jetons ne sont pas échangés sur les principaux échanges centralisés américains ni fréquemment échangés sur Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Ce jeton n'est pas échangé sur les principales bourses centralisées américaines.} other {Ces jetons ne sont pas échangés sur les principaux échanges centralisés américains.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Vous ne pouvez pas échanger ce jeton à l'aide de l'application Uniswap.} other {Vous ne pouvez pas échanger ces jetons à l'aide de l'application Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {référencement} other {Annonces}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Déposé" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "Frais de {0} gagnés :" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT sont répertoriés de manière significative" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} en attente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Essayez d'augmenter votre tolérance au glissement.\n" -"Remarque : les jetons de transfert et de rebase sont incompatibles avec Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: 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/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} par {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Prix {0} {1} :" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Palier de frais de {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% piscine" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% sélectionner" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% de glissement" - -#: 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 "Jetons de {0}/{1} LP" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {jour} other {jours}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {heure} other {heures}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mois} other {mois}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {semaine} other {semaines}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} et {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {jour} other {jours}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {heure} other {heures}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minute} other {minutes}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mois} other {mois}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {deuxième} other {secondes}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {semaine} other {semaines}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} est peut-être en panne en ce moment ou vous avez peut-être perdu votre connexion réseau." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} pont de jeton" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} par {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {collection} other {collectes}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Retour sur Piscines" - diff --git a/src/locales/he-IL.po b/src/locales/he-IL.po deleted file mode 100644 index 7e3190547e..0000000000 --- a/src/locales/he-IL.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: he\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Hebrew\n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: he\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% מקסימום" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(הצג באקספלורר)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(עריכה)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ תפקיד חדש" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- הסר את הנמען" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "נפח 24 שעות" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "נפח 24 שעות הוא סכום הנכס שנסחר ב-Uniswap v3 במהלך 24 השעות האחרונות." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "גובה 52W" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W נמוך" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> כל ההצעות" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> הצבעות" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0> ניתוח חשבונות ועמלות שנצברו <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>מחיר נוכחי:<1><2/><3>{0} לכל {1}" - -#: 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> טיפ: הסרת אסימונים לבריכה ממירה את עמדתך בחזרה לאסימונים בסיסיים בקצב הנוכחי, פרופורציונלי ביחס לחלקך בבריכה. העמלות שנצברו כלולות בסכומים שאתה מקבל." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>טיפ: בחר פעולה ותאר את הצעתך לקהילה. לא ניתן לשנות את ההצעה לאחר הגשתה, אז נא לאמת את כל המידע לפני ההגשה. תקופת ההצבעה תחל מיד ותמשך 7 ימים. כדי להציע פעולה מותאמת אישית, <1>קרא את המסמכים." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> טיפ: השתמש בכלי זה כדי למצוא מאגרי v2 שלא מופיעים אוטומטית בממשק." - -#: 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> טיפ: כשתוסיף נזילות, תקבל אסימונים לבריכה המייצגים את עמדתך. אסימונים אלה מרוויחים עמלות באופן אוטומטי ביחס לחלקך בבריכה, וניתן לפדותם בכל עת." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0> בטל את ההצבעה להתכונן להצעה הבאה." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> לכל <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "הגשת הצעות נדרשת רף מינימלי של 0.25% מסך היצע ה- UNI" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "החלפה בסדר גודל כזה עשויה להשפיע על מחירים גבוהים, בהתחשב בנזילות הנוכחית במאגר. ייתכן שיש הבדל גדול בין כמות אסימון הקלט שלך לבין מה שתקבל באסימון הפלט" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "אודות" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "לְקַבֵּל" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "פָּעִיל" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "פעילות" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "הוספה" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "הוסף <0/> ו <1/> ל-Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "הוסף נציג +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "הוסף נזילות" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "הוסף נזילות V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "הוספת נזילות V2 נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "הוספת נזילות נכשלה" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "הוסף נזילות." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "הוסף עוד נזילות" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "להוסיף לתיק" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "להוסיף לתיק" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "הוסף {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "להוסיף {0}/{1} נזילות V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "תוספת נזילות" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "נוספה נזילות V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "תוספת נזילות" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "נוסף {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "הוספת נזילות V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "הוספת נזילות" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "אפשר העברת אסימון LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "מוּתָר" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "כבר רשום ב" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "בצע תמיד מחקר משלך לפני המסחר." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "כמות" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "יש צורך באישור כדי להשתמש באסימון זה." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "אירעה שגיאה בטעינת אסימונים. בבקשה נסה שוב." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "אירעה שגיאה בניסיון לבצע החלפה זו. יתכן שתצטרך להגביר את סובלנות ההחלקה שלך. אם זה לא עובד, ייתכן שיש אי התאמה לאסימון שאתה סוחר בו. הערה: עמלה על אסימון העברה וריבוס אינם תואמים ל- Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "האישור נכשל" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "מחכה לאישור" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "לְאַשֵׁר" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "אשר אסימון" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "אישור בארנק" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "אשר בארנק שלך" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "אשר שימוש ב {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "אשר {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "אושר" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "מאשר" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "מאשר {0}" - -#: 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 "לפחות {0} {1} ו {2} {3} יוחזרו לארנק שלך בגלל טווח המחירים שנבחר." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "אוטומטי" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "ממשק API של נתב אוטומטי" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "חזרה לבריכות" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "חזרה לבחירת הארנק" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "תיק" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "יתרה: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "הטוב ביותר לזוגות אקזוטיים." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "הטוב ביותר עבור רוב הזוגות." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "הטוב ביותר לזוגות יציבים." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "הטוב ביותר עבור זוגות יציבים מאוד." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "מסלול המחיר הטוב ביותר עולה ~{gasPrice} בדלק." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "כתובת חסומה" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "חסום ב-OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "ההשאלה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "שָׁאוּל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "שְׁאֵילָה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "קנה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "הצריבה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "נשרף" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "שריפה" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "לִקְנוֹת" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "קנה קריפטו" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "הקנייה נכשלה" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "קנה או העבר NFTs לארנק הזה כדי להתחיל." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "קנה או העבר אסימונים לארנק הזה כדי להתחיל." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "קנה, מכור וחקור אסימונים" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "קנה, מכור וחקור אסימונים ו-NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "קְנִיָה" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "על ידי הוספת נזילות תרוויח 0.3% מכלל העסקאות בזוג זה ביחס לחלק שלך במאגר. העמלות מתווספות לבריכה, נצברות בזמן אמת וניתן לתבוע אותן באמצעות משיכת הנזילות שלך." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "על ידי חיבור ארנק, אתה מסכים ל-Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "הביטול נכשל" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "מבוטל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "מבוטל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "מבטל" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "זְהִירוּת" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "בדוק את מצב הרשת" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "עיין במדריכי ההדרכה וההעברה של v3 LP שלנו." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "תְבִיעָה" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "טען <0/> עבור {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "תבע את UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "תבע את אסימון UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "תבע פרס UNI עבור {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "טען Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "התביעה נכשלה" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "דמי תביעה" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "תבע את אסימוני ה- UNI שלך" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "נִתבָּע" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "תביעה" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "נקה הכל" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "נקה הכל" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "סגור" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "סָגוּר" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "עמדות סגורות" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "לגבות" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "אסוף כ {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "גבה עמלות" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "איסוף עמלות נכשל" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "גביית עמלות{1} {0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "נגבה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "עמלות שנגבו" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "גבייה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "בקרוב: חפש וחקור אסימונים ברשת BNB" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "מְשׁוּתָף" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "אשר את העסקה בארנק שלך" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "אשר את העסקה בארנק" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "לְחַבֵּר" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "חבר ארנק" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "התחבר לארנק כדי להציג את נזילות V2 שלך." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "התחבר לארנק כדי להציג את הנזילות שלך." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "חבר ארנק" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "תוכן לא" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "לְהַמשִׁיך" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "אינטראקציה בחוזה" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "כתובת החוזה" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "מוּעֲתָק!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "העתק קישור" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "צור בריכה ואספקה" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "צור הצעה" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "צור זוג" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "צור ברכה והוסף {0}/{1} נזילות V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "יצירת המאגר נכשלה" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "צור בריכה." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "צור מאגר {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "נוצר בריכה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "יצירת בריכה" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "מחיר {0} נוכחי:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "המותאם אישית" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "רשם DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "מוּבָס" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "האצל הצבעות" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "הנציג נכשל" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "האציל את כוח ההצבעה ל {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "האצלה" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "הואצל ל:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "אֲצִילָה" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "האצלת קולות" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "הפריסה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "נפרס" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "פריסה" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "סכומי הפקדה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "ההפקדה נכשלה" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "הפקדת נזילות" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "הפקד אסימונים לרשת {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "הופקד" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "הפקדה" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "תיאור" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "מְפוֹרָט" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "פרטים" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "לשחרר" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "תיעוד" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "אין לך ארנק Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "אינך רואה את אחת מעמדות ה- v2 שלך? <0> יבא אותו." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "הורד" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "הורד את ארנק Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "הורד אפליקציה" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "הורד ב-App Store כדי לאחסן בבטחה את האסימונים וה-NFT שלך, להחליף אסימונים ולהתחבר לאפליקציות קריפטו." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "בקר רשם ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "אסימונים של UNI שהושכרו מייצגים מניות הצבעה בממשל Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "לַעֲרוֹך" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "ערוך רישומים" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "הזן אחוז" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "הזן נמען" - -#: 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 "הזן כתובת להפעלת תביעה של UNI. אם לכתובת יש UNI כלשהו הניתן לתביעה, היא תישלח אליהם בהגשה." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "הזן סכום" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "הזן סכום {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "שְׁגִיאָה" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "מזהה שגיאה: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "שגיאה בהתחברות" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "שירות שמות Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "מִקרֶה" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "שער חליפין" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "לבצע" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "בצע הצעה {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "הביצוע נכשל" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "בצע הצעה {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "יצא לפועל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "מְבַצֵעַ" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "ביצוע הצעה זו יחוקק את נתוני השיחות על השרשרת." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "ביצוע הוגש" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "פלט צפוי" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "לא בתוקף" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "פג תוקף ב" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "חקור NFTs" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "חקור את Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "חקור אסימונים" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "נדיר מאוד" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "נִכשָׁל" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "החלפת רשת נכשלה" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "תכונה דגלים" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "שכבת עמלה" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "דרגת עמלות" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "מָשׁוֹב" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "עמלות" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "מסלול אחזור" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "משיג את המחיר הטוב ביותר..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "מביא מחיר..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "סינון אסימונים" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "מוצא את המסלול הטוב ביותר בפרוטוקול Uniswap דרך הדפדפן שלך. עלול לגרום לאחזור ומחירים גבוהים." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "מוצא את המסלול הטוב ביותר ב-Uniswap Protocol באמצעות Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "קוֹמָה" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "מחיר רצפה" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "עבור כל מאגר המוצג למטה, לחץ על העבר כדי להסיר את הנזילות שלך מ- Uniswap V2 והפקד אותו ל- Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "מ" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "מאת (לכל היותר)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "טווח מלא" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "להתחיל" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "קבל תמיכה" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "מרכז עזרה" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "מוּסתָר" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "להתחבא" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "הסתר עמדות סגורות" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "הסתר משאבים" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "הסתר יתרות קטנות" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "אני מבין" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "אם אתה סבור שזו שגיאה, אנא שלח דוא\"ל כולל כתובתך אל" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "יְיבוּא בריכה" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "יְיבוּא בריכת V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "בטווח" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "בטווח" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "הגדל את הנזילות" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "מחירים ראשוניים ונתח בריכה" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "הקלט מוערך. אתה תמכור לכל היותר <0>{0} {1} או שהעסקה תחזור." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "אין מספיק כספים" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "נזילות לא מספקת" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "לא מספיק נזילות למסחר זה." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "נזילות מאגר לא מספקת להשלמת העסקה" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "איזון {0} לא מספיק" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "זוג לא חוקי" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "זוג לא חוקי." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "נמען לא חוקי" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "שפה" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "אחרון" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "מחיר סופי" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "עודכן לאחרונה" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "לִלמוֹד" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "למד על מתן נזילות" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "למד עוד" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "משפטי ופרטיות" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "קישורים" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "נְזִילוּת" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "ספקי נזילות מרוויחים עמלה של 0.3% על כל העסקאות שביחס לחלקם במאגר. העמלות מתווספות לבריכה, נצברות בזמן אמת וניתן לתבוע אותן באמצעות משיכת הנזילות שלך." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "רשום NFTs" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "רשימה למכירה" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "רישום NFT דורש אישור חד פעמי של השוק עבור כל אוסף NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "טוען" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "קצבת טעינה" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "מחיר רישום נמוך" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "תציע הצעה" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "לנהל" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "נהל נזילות במאגר תגמולים" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "נהל את המאגר הזה." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "מקסימום" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "מחיר מירבי" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "מקסימום תמלוגים ליוצרים" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "מקסימום עמלות" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "מחיר מירבי" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "מקסימום החלקה" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "מקסימום:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "קלט מקסימלי" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "העבר נזילות ל- V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "העבר נזילות V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "העברת הנזילות נכשלה" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "העבר את אסימוני הנזילות שלך מ- Uniswap V2 ל- Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "העבר{1} {0}ל-V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "נזילות עברה" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "נודדים" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "העברת נזילות" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "מחיר מינימלי" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "מחיר מינימלי" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "דקה:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "תפוקה מינימלית" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "מינימום שהתקבל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "מנטה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "טָבוּעַ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "טְבִיעָה" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "חסרים נתוני תרשים" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "נתוני מחיר חסרים עקב נפח מסחר נמוך לאחרונה ב-Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay אינו זמין באזורים מסוימים. לחץ כדי ללמוד עוד." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "יותר" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "ה-NFTs שלי" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "אוספי NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "השם לא נמצא" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "כפתור ניווט" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "אזהרת רשת" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "עמלת רשת" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "לעולם לא" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "עמדה חדשה" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "עדיין אין NFTs" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "לא נמצאה נזילות V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "עדיין אין פעילות" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "אין מידע" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "אין תיאור." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "אין פריטים להצגה" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "לא נמצאה נזילות." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "לא נמצא מאגר." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "עדיין אין בריכות" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "לא נמצאו הצעות." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "לא נמצאו תוצאות." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "אין מידע אסימון זמין" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "לא נמצאו אסימונים" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "לא נמצאו אסימונים." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "עדיין אין אסימונים" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "לא זמין" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "לא זמין באזור שלך" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "לא נוצר" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "לא רשום" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "הצעות" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "ברגע שאתה מרוצה מההספק לחץ על האספקה לבדיקה." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "NFT אחד רשום {0}%" - -#: 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 "זכאים להצביע רק קולות של UNI שהועברו בעצמם או הועברו לכתובת אחרת לפני גוש {0}" - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "אופס, קח אותי בחזרה ל-Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "פתח עמדה חדשה או צור מאגר כדי להתחיל." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "ניתוב הזמנה" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "התפוקה משוערת. אם המחיר ישתנה ביותר מ- {0}% העסקה שלך תחזור." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "התפוקה משוערת. תקבל <0>{0} {1} או שהעסקה תחזור." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "בעלים" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "הדף לא נמצא!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "לְשַׁלֵם" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "שלם בכל מקרה" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "לשלם עם" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "ממתין ל" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "נדרשת הרשאה עבור Uniswap להחליף כל אסימון. תוקף זה יפוג לאחר חודש לביטחון שלך." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "היתר2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "אנא התחבר אל Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "מאגר" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "מאוגד {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "בריכות" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "אוספי NFT פופולריים" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "אסימונים פופולריים" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "המיקום לא זמין" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "העדפות" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "תצוגה מקדימה" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "מחיר" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "הבדל במחיר:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "השפעת מחיר" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "השפעת המחיר גבוהה מדי" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "השפעה על המחיר" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "אזהרת השפעה על המחיר" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "טווח מחירים" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "המחיר עודכן" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "מחיר:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "מחירים ונתח בריכה" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "מדיניות הפרטיות" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "מדיניות הפרטיות." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "המשך בארנק" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "הרווח אם נמכר" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "הצעה" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "ההצעה הוגשה" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "כותרת ההצעה" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "הצעות" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "הצעות שהוגשו על ידי חברי הקהילה יופיעו כאן." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "הצעת פעולה" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "מציע" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "פותר ציבורי" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "כַּמוּת" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "תוֹר" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "הצעה לתור {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "התור נכשל" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "הצעת תור {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "בתור" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "הִזדַנְבוּת" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "הִזדַנְבוּת" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "נָדִיר" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "נְדִירוּת" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "תעריפים" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "קרא עוד על ממשל Uniswap" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "לְקַבֵּל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "הקבלה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "קיבלו" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "קבלה" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "חיפושים אחרונים" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "מקבל" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "החזרים עבור פריטים לא זמינים יינתנו ב-ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "נִדחֶה" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "טען מחדש את האפליקציה" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "לְהַסִיר" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "הסר <0/> ו <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "הוצא מהשקית" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "הסר פריט" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "הסרת הנזילות נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "הוסרה נזילות" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "הוסרה נזילות" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "הסרת נזילות" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "הסרת {0} {1} ו {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "הסרת {0} {1} ו-{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "נפרע" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "ההחזר נכשל" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "מחזיר" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "פתור {issues} בעיות" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "נסה שוב" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "לַחֲזוֹר" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "חזור ל-NFTs שלי" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "רשם הפוך" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "סקירת Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "אישור בוטל" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "אותו המחיר" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "סרוק עם ארנק Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "לחפש" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "חפש שם או הדבק כתובת" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "חפש אסימונים ואוספי NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "בחר זוג" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "בחר אסימון" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "בחר אסימון כדי למצוא את נזילות ה- v2 שלך." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "בחר פעולה" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "בחר אסימון" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "טווח נבחר" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "עצמי" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "נציג עצמי" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "מכירה" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "למכור NFTs" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "מוֹכֵר" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "שליחה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "שְׁלִיחָה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "נשלח" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "הגדר מחירים כדי להמשיך" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "הגדרות" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "נתח המאגר" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "נתח המאגר:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "שתף בטוויטר" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "שתף לטוויטר" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "הופעה" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "ההצגה בוטלה" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "הצג עמדות סגורות" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "להראות יותר" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "הצג משאבים" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "סִימָן" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "פָּשׁוּט" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "החלקה מתחת ל {0}% עלולה לגרום לעסקה נכשלת" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "נמכר" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "משהו השתבש" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "משהו השתבש. בבקשה נסה שוב." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "מצטערים, אירעה שגיאה במהלך עיבוד הבקשה שלך. אם אתה מבקש תמיכה, הקפד להעתיק את הפרטים של שגיאה זו." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "מצטערים, אירעה שגיאה במהלך עיבוד הבקשה שלך. אם אתה מבקש תמיכה, הקפד לספק את מזהה השגיאה שלך." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "התחל לרשום" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "סטטיסטיקות" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "הגש הצעה חדשה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "הגשת ההצעה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "הצעה שהוגשה" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "הגשת הצעה" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "הגשת הצבעה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "מגיש הצעה" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "הצליח" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "הַצלָחָה" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "רשום בהצלחה" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "לְסַפֵּק" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "אספקת {0} {1} ו {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "לְהַחלִיף" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "החלף <0/> ב <1/>בדיוק" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "החלף בכל מקרה" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "החלף בדיוק <0/> ב <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "ההחלפה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "הוחלף" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "החלפה" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "החלפת {0} {1} ב- {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "לְטַאטֵא" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "החלף רשתות" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "עבור ל {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "הסמל לא נמצא" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "תנאי השירות" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "תודה שהיית חלק מקהילת Uniswap <0 />" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "האחוז שתרוויח בעמלות." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "המשתנה של Uniswap x * y = k לא הסתפק בהחלפה. זה בדרך כלל אומר שאחד מהאסימונים שאתה מחליף משלב התנהגות מותאמת אישית בהעברה." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "הסכום שאתה מצפה לקבל במחיר השוק הנוכחי. ייתכן שתקבל פחות או יותר אם מחיר השוק משתנה בזמן שהעסקה שלך בהמתנה." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "האפליקציה שואבת נתוני בלוקצ'יין מהשירות המתארח של The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "האפליקציה שואבת נתונים על השרשרת ובונה שיחות חוזה עם Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "האפליקציה שואבת את נתיב הסחר האופטימלי משרת Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "האפליקציה רושם סטטיסטיקות שימוש אנונימיות על מנת להשתפר עם הזמן." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "האפליקציה אוספת בצורה מאובטחת את כתובת הארנק שלך ומשתפת אותה עם TRM Labs Inc. מסיבות סיכון ותאימות." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "ניסיון החיבור נכשל. אנא לחץ על נסה שוב ובצע את השלבים לחיבור בארנק שלך." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "ההפרש המשוער בין ערכי הדולר של סכומי קלט ופלט." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "העמלה המשולמת לכורים שמעבדים את העסקה שלך. יש לשלם את זה ב ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "העמלה המשולמת לכורים שמעבדים את העסקה שלך. יש לשלם את זה ב {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "ההשפעה שיש לסחר שלך על מחיר השוק של מאגר זה." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "לא ניתן להעביר את אסימון הקלט. יכול להיות שיש בעיה באסימון הקלט." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "מחיר השוק הוא מחוץ לטווח המחירים שצוין. הפקדת נכס יחיד בלבד." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "הסכום המקסימלי שמובטח לך להוציא. אם המחיר יורד עוד יותר, העסקה שלך תחזור." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "הסכום המינימלי שמובטח לך שתקבל. אם המחיר יורד עוד יותר, העסקה שלך תחזור." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "מספר החסימה העדכני ביותר ברשת זו. המחירים מתעדכנים בכל בלוק." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "לא ניתן להעביר את אסימון הפלט. ייתכן שיש בעיה באסימון הפלט." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "לא ניתן להעביר את אסימון הפלט. ייתכן שיש בעיה באסימון הפלט. הערה: עמלה על אסימון העברה וריבוס אינם תואמים ל- Uniswap V3." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "נושא" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "אין נתוני נזילות." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "כתובת זו חסומה בממשק Uniswap Labs מכיוון שהיא משויכת לאחד או יותר" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "אפליקציה זו משתמשת בממשקי ה-API של צד שלישי הבאים:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "החודש" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "יש לאתחל את המאגר הזה לפני שתוכל להוסיף נזילות. לאתחול, בחר מחיר התחלתי לבריכה. לאחר מכן, הזן את טווח מחירי הנזילות ואת סכום ההפקדה. עמלות הגז יהיו גבוהות מהרגיל עקב עסקת האתחול." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "הצעה זו עשויה להתבצע לאחר {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "מסלול זה מייעל את התפוקה הכוללת שלך על ידי התחשבות במסלולים מפוצלים, ריבוי דילוגים ועלות הגז של כל שלב." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "טבלה זו מכילה את האסימונים המובילים לפי נפח Uniswap, ממוינים על סמך הקלט שלך." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "האסימון הזה לא קיים" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "האסימון הזה לא קיים ב {0}" - -#: 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 "כלי זה יעביר בבטחה את נזילות {0} שלך ל- V3. התהליך חסר אמון לחלוטין בזכות" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "לא ניתן לשלוח את העסקה הזו מכיוון שהמועד האחרון חלף. אנא בדוק שהמועד האחרון לעסקה שלך אינו נמוך מדי." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "עסקה זו לא תצליח בגלל תנועת מחירים. נסה להגביר את סובלנות ההחלקה שלך. הערה: עמלה על אסימון העברה ומיקום מחדש אינם תואמים ל- Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "עסקה זו לא תצליח גם בגלל תנועת מחירים או עמלה על העברה. נסה להגביר את סובלנות ההחלקה שלך." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "השבוע" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "השנה" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "זְמַן" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "ל" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "עבור (לפחות)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "כדי להשתמש ב-Uniswap ב {0}, החלף את הרשת בהגדרות הארנק שלך." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "כדי להציג עמדה, עליך להיות מחובר לרשת שאליה היא שייכת." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "היום" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "שם אסימון" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "האסימון לא נמצא" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "סטטיסטיקות אסימונים ותרשימים עבור {label} זמינים ב <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "אסימונים" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "תכונה עליונה" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "בריכות מובילות" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "אסימונים מובילים ב-Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "סה\"כ" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "ערך כולל נעול (TVL) הוא הסכום המצטבר של הנכס הזמין בכל מאגרי הנזילות של Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "סחר קריפטו ו-NFT בביטחון" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "סחר בקריפטו בביטחון" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "תְכוּנָה" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "קומה תכונה" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "תכונות" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "הגדרות עסקה" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "העסקה הוגשה" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "העסקה הושלמה ב" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "מועד אחרון לעסקה" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "העסקה בהמתנה" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "העסקה נדחתה" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "העסקה הוגשה" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "העבר אסימון" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "נסה שוב" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "ממשל יוני" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI הגיע" - -#: src/pages/Vote/Landing.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 מייצגים מניות הצבעה בממשל Uniswap. אתה יכול להצביע על כל הצעה בעצמך או להאציל את קולותיך לצד שלישי." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} שרופה" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "אינו זמין" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "לא זמין לרישום" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "עמלות שלא נדרשו" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "לא נקבע" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "ממשל לא מוחלף" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "התנאים וההגבלות של Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "פרוטוקול חד-החלפה" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 אינו זמין ברשת זו." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap זמין ב: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "לקוח חד-החלפה" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "ממשל Uniswap זמין רק בשכבה 1. העבר את הרשת שלך ל-Ethereum Mainnet כדי להציג הצעות ולהצביע." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap נענה לרצונך!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "ללא החלפה בכיס שלך" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "חוזה הגירה מביטול החלפה↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "לא ידוע" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "אישור לא ידוע" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "מנטה לא ידועה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "שלח לא ידוע" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "החלפה לא ידועה" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "בטל נעילת הצבעות" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "לא נתמך על ידי הארנק שלך" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "ללא כותרת" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "לְגוֹלֵל" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "פרק <0/> עד {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "ביטול הגלישה נכשל" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "לא עטוף" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "פורקים את העטיפה" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "עדכן משלחת" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "השתמש בממשק ה-API של Uniswap Labs כדי לקבל הצעות מחיר מהירות יותר." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "נזילות V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "מחיר V3 {0}" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "גִרְסָה:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "מאד שכיח" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "נדיר מאוד" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "צפו בעמלות וניתוחים צבורים <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "הצג ומכור NFTs" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "הצג ניתוחים נוספים" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "מבט על אתרסקאן" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "צפה ב- Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "צפה ב {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "צפה בעסקה ב- Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "נפח הוא סכום הנכס שנסחר ב-Uniswap v3 במהלך מסגרת הזמן שנבחרה." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "הצביעו נגד" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "להצביע בעד" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "הצביעו נגד הצעה {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "הצביעו נגד הצעה {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "הצביעו נגד הצעה {proposalKey} עם הסיבה \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "ההצבעה נכשלה" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "הצביע להצעה {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "הצביעו להצעה {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "הצביעו להצעה {proposalKey} עם הסיבה \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "הצביעו בממשל" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "הצביעו על הימנעות על הצעה {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "הצביעו על הימנעות על הצעה {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "הצבע על הימנעות על הצעה {proposalKey} עם הסיבה \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "הצביעו" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "הַצבָּעָה" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "ההצבעה הסתיימה ב {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "ההצבעה מסתיימת בכ- {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "ההצבעה מתחילה בערך {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "מחכה לאישור" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "כתובת ארנק או שם ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "אַזהָרָה" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "ברוך הבא לצוות חד קרן :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "מדוע נדרשת עסקה?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "משיכת נזילות שהופקדה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "הנסיגה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "נסיגה" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "נסוג" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "לַעֲטוֹף" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "עטוף <0/> ל {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "גלישה נכשלה" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "עָטוּף" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "לְפָפָה" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "רשת שגויה" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "כבר יש לך הצעה פעילה או ממתינה" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "אתה יוצר בריכה" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "אתה לא הבעלים של עמדת LP זו. לא תוכל למשוך את הנזילות מעמדה זו אלא אם כן בבעלותך הכתובת הבאה: {ownerAddress}" - -#: 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 "אתה ספק הנזילות הראשון לבריכת Uniswap V3 זו. הנזילות שלך תעבור במחיר {0} הנוכחי." - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "אין לך מספיק קולות כדי להגיש הצעה" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "עדיין אין לך נזילות במאגר זה." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "ייתכן שאיבדת את החיבור לרשת." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "עליך לחבר חשבון." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "עליך להיות בעל {formattedProposalThreshold} הצבעות כדי להגיש הצעה" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "אתה משלם" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "עליכם להפקיד נזילות רק ב- Uniswap V3 במחיר שלדעתכם נכון. <0/> אם נראה שהמחיר שגוי, באפשרותך להחליף כדי להזיז את המחיר או לחכות שמישהו אחר יעשה זאת." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "נזילות ה- V2 שלך" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "עמדות הנזילות הפעילות V3 שלך יופיעו כאן." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "היתרה שלך על {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "הרשת המחוברת שלך אינה נתמכת." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "עסקאות ה-onchain ורכישות הקריפטו שלך יופיעו כאן." - -#: 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 "לתפקיד שלך יש 0 נזילות, והיא לא מרוויחה עמלות." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "עמדתך תופיע כאן." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "עמדתך תורכב ב 100% מ- {0} במחיר זה" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "עמדתך תהיה 100% {0} במחיר זה." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "ההחלפה שלך צפויה להיכשל." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "העסקה שלך עשויה להיות חזיתית ולהביא לסחר לא חיובי." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "העסקה שלך תחזור אם היא ממתינה למשך יותר מפרק זמן זה." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "העסקה שלך תחזור אם המחיר ישתנה בצורה לא טובה ביותר מאחוז זה." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "הרשת הנוכחית של הארנק שלך אינה נתמכת." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "יתרת {0} שלך" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "ו" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "והסכמה לכך" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "זמין עדיין" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "מתחת למחיר הרצפה." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "מתחת למחיר הרצפה של הקולקציה. האם אתה בטוח שאתה רוצה להמשיך?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "פעילויות חסומות" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "תַשְׁלוּם" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "ל" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "עבור {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "מ" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "כאן." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "דקות" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "חודשים" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "פרס" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "משהו השתבש!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "ל" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {פתור את הבעיה} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {אסימון זה אינו נסחר בבורסות מובילות בארה\"ב או מוחלף לעתים קרובות ב-Uniswap.} other {האסימונים הללו אינם נסחרים בבורסות מובילות בארה\"ב או מוחלפים לעתים קרובות ב-Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {אסימון זה אינו נסחר בבורסות מובילות בארה\"ב.} other {האסימונים הללו אינם נסחרים בבורסות מובילות בארה\"ב.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {אינך יכול לסחור באסימון זה באמצעות אפליקציית Uniswap.} other {אתה לא יכול לסחור באסימונים האלה באמצעות אפליקציית Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {רישום} other {רישומים}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} מופקד" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} עמלות שנצברו:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFTs רשומים באופן משמעותי" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} בהמתנה" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} נסה להגדיל את סובלנות ההחלקה שלך.\n" -"הערה: אסימוני עמלה על העברה ואסימוני בסיס מחדש אינם תואמים ל-Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} הצבעות" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} לכל {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} מחיר:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "שכבת עמלה של {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% בריכה" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% בחר" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "החלקה {0}%." - -#: 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" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}מ'" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {יום} other {ימים}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {שעה} other {שעה (ות}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {חודש} other {חודשים}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {שבוע} other {שבועות}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} ו {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {יום} other {ימים}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {שעה} other {שעה (ות}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {דקה} other {דקות}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {חודש} other {חודשים}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {שניה} other {שניות}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {שבוע} other {שבועות}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "ייתכן ש {label} מושבת כרגע, או שאיבדת את החיבור לרשת." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} גשר אסימונים" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} לכל {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {אוסף} other {אוספים}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← חזרה לבריכות" - diff --git a/src/locales/hu-HU.po b/src/locales/hu-HU.po deleted file mode 100644 index 583cb5c447..0000000000 --- a/src/locales/hu-HU.po +++ /dev/null @@ -1,3369 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: hu\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Hungarian\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: hu\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$ -" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Megtekintés az Intézőben)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(szerkesztés)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Új pozíció" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Távolítsa el a címzettet" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24 órás hangerő" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "A 24 órás volumen az eszköz azon mennyisége, amellyel az elmúlt 24 órában Uniswap v3-on kereskedtek." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W magas" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W alacsony" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0 /> Minden javaslat" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0 /> Szavazatok" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0> Számlaelemzés és elhatárolt díjak <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Jelenlegi ára:<1><2/><3>{0} per {1}" - -#: 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> Tipp: A pool tokenek kivonása a pozícióját visszafordítja az alapjául szolgáló tokenekre az aktuális árfolyamon, a poolból való részesedésével arányosan. Az elhatárolt díjakat az Ön által kapott összegek tartalmazzák." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tipp: Válasszon ki egy műveletet, és írja le a közösségnek szóló javaslatát. Az ajánlat benyújtása után nem módosítható, ezért kérjük, hogy a benyújtás előtt ellenőrizze az összes adatot. A szavazási időszak azonnal megkezdődik és 7 napig tart. Egyéni művelet javasolásához <1>olvassa el a dokumentumokat." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Tipp: Ezzel a poollal olyan v2 poolokat találhat, amelyek nem jelennek meg automatikusan a felületen." - -#: 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> Tipp: Amikor likviditást ad hozzá, a pozícióját képviselő pool tokeneket fog kapni. Ezek a tokenek automatikusan a poolból való részesedésével arányos díjakat keresnek, és bármikor beválthatók." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0> Szavazás feloldása a következő javaslatra való felkészüléshez." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "A pályázatok benyújtásához a teljes UNI-kínálat minimum 0,25%-a szükséges" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Egy ekkora swapnak nagy árhatása lehet, tekintettel a pool jelenlegi likviditására. Nagy különbség lehet a bemeneti token mennyisége és a kimeneti tokenben kapott mennyiség között" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Körülbelül" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Elfogadás" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktív" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Tevékenység" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Hozzáadás" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Adjon hozzá <0/> és <1/> az Uniswap V2-hez" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Adja hozzá a Delegate + elemet" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Adja hozzá a likviditást" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Adja hozzá a V2 likviditást" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "A V2 likviditás hozzáadása nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Nem sikerült a likviditás hozzáadása" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Adja hozzá a likviditást." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Adjon hozzá több likviditást" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Zacskóba tesz" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Zacskóba tesz" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Adjunk hozzá {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Adjon hozzá {0}/{1} V3 likviditást" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Hozzáadott likviditás" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Hozzáadott V2 likviditás" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Hozzáadott likviditás" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Hozzáadva {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "V2 likviditás hozzáadása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Likviditás hozzáadása" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Ha felveszi ezt az ajánlatot a sorba, akkor késedelem után végrehajtható." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "A címnek nincs elérhető követelése" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Ellen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "LP token migráció engedélyezése" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Engedélyezve" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Már szerepel a címen" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Kereskedés előtt mindig végezzen saját kutatást." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Összeg" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "A token használatához jóváhagyásra van szükség." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Hiba történt a tokenek betöltésekor. Kérlek próbáld újra." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Hiba történt a csere végrehajtása során. Lehet, hogy növelnie kell a csúszási toleranciát. Ha ez nem működik, akkor összeférhetetlenség állhat fenn az Ön által forgalmazott tokennel. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "A jóváhagyás sikertelen" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Kérelem folyamatban" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Jóváhagyás" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Token jóváhagyása" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Jóváhagyás a pénztárcában" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Jóváhagyja a pénztárcájában" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "{0}használatának jóváhagyása" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Jóváhagyás {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Jóváhagyott" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Jóváhagyás" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "{0} jóváhagyása" - -#: 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 "Legalább {0} {1} és {2} {3} visszatérítésre kerül a pénztárcájába a kiválasztott árkategória miatt." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Auto" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Vissza a medencékhez" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Vissza a pénztárca kiválasztásához" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Táska" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Egyenleg: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Legjobb egzotikus párok számára." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Legjobb a legtöbb pár számára." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Legjobb stabil párokhoz." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "A legjobb nagyon stabil párok számára." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "A legjobb árú útvonal ~{gasPrice} a benzinben." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Blokkolt cím" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Letiltva az OpenSea-n" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "A kölcsönzés nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Kölcsönözve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Hitelfelvétel" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Vásárolt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Az égés nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Leégett" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Égő" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "megvesz" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Vásároljon kriptot" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "A vásárlás nem sikerült" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "A kezdéshez vásároljon vagy helyezzen át NFT-ket ebbe a pénztárcába." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "A kezdéshez vásároljon vagy utaljon át tokeneket ebbe a pénztárcába." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Vásároljon, adjon el és fedezzen fel tokeneket" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Vásároljon, adjon el és fedezzen fel tokeneket és NFT-ket" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Vásárlás" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Által" - -#: 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 "Likviditás hozzáadásával az összes kereskedés 3%-át keresheti meg ezen a páron, a poolból való részesedéssel arányosan. A díjakat a poolhoz adjuk hozzá, valós időben halmozódnak fel, és a likviditás kivonásával lehet igényelni." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "A pénztárca csatlakoztatásával elfogadja az Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "A törlés nem sikerült" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Törölve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Törölve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Törlés" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Vigyázat" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Ellenőrizze a hálózat állapotát" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Nézze meg a v3 LP használati és migrációs útmutatókat." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Követelés" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Igényeljen <0/> {0}-ért" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "UNI igénylése" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "UNI token igénylése" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Igényelje az UNI-jutalmat {0}ért" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Az NFT Airdrop visszaváltásának igénylése" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "A követelés sikertelen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Követelési díjak" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Saját UNI tokenek igénylése" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Igényelt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Igénylés" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Mindent töröl" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Mindent töröl" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Bezárás" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Zárva" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Lezárt pozíciók" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Begyűjtés" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Gyűjtse {nativeWrappedSymbol}-ként" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Díjak begyűjtése" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "A díjak beszedése nem sikerült" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Szedjen be {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Beszedett" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Beszedett díjak" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Beszedés" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Díjak beszedése" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "A díjak beszedése visszavonja a jelenleg elérhető díjakat az Ön számára." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Hamarosan: keressen és fedezzen fel tokeneket a BNB-láncon" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Gyakori" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Teljes!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Megerősítés" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Kínálat megerősítése" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Tranzakció megerősítése a pénztárcájában" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Erősítse meg a tranzakciót a pénztárcában" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Csatlakozás" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Pénztárca csatlakoztatása" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Egy pénztárca csatlakoztatása" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Csatlakozzon egy pénztárcához a poolok megtalálásához" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Csatlakozzon egy pénztárcához a V2 likviditás megtekintéséhez." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Csatlakozzon egy pénztárcához a likviditás megtekintéséhez." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Pénztárca csatlakoztatása" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Tartalom nem" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Folytatni" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Szerződés kölcsönhatás" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Szerződés címe" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Másolva!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Link másolása" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Pool és kínálat létrehozása" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Javaslat létrehozása" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Egy pár létrehozása" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Pool létrehozása és {0}/{1} V3 likviditás hozzáadása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "A készlet létrehozása nem sikerült" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Pool létrehozása." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "{0}V3 készlet{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Létrehozva medence" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Medence létrehozása" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "A kriptográfiai vásárlás nem érhető el az Ön régiójában." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Jelenlegi ár" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Jelenlegi {0} ár:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Egyedi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS Regisztrátor" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Legyőzött" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Szavazatok delegálása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "A delegálás nem sikerült" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "A szavazati jogot {0}-ra delegálják" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegált" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegálva:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegálás" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Szavazatok delegálása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "A telepítés sikertelen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Telepítve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Telepítés" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Letéti összegek" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "A befizetés sikertelen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Likviditás letétbe helyezése" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Befizetési tokenek a {label} hálózatba." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Letétbe helyezve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Befizetés" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Leírás" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Részletes" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Részletek" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Elvetés" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentáció" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Nincs Uniswap Walleted?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Nem látja az egyik v2 pozícióját? <0> Importálja." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Letöltés" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Letöltés Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Töltse le az alkalmazást" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Töltse le az App Store-ból a tokenek és NFT-k biztonságos tárolásához, a tokenek cseréjéhez és a kriptográfiai alkalmazásokhoz való csatlakozáshoz." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH Regisztrátor Ellenőr" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "A megszerzett UNI-tokenek a szavazati részesedéseket jelentik az Uniswap irányításában." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Szerkesztés" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Adatok szerkesztése" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Adjon meg egy százalékot" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Címzett megadása" - -#: 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 "Adjon meg egy címet az UNI-követelés kiváltásához. Ha a címnek van igényelhető UNI-ja, akkor azt a címre történő benyújtáskor elküldjük." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Adjon meg egy összeget" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Adjon meg {0} összeget" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Hiba" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Hibaazonosító: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Hiba történt a csatlakozáskor" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum névszolgáltatás" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Esemény" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Árfolyam" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Végrehajtás" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "A {proposalId}javaslat végrehajtása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "A végrehajtás nem sikerült" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "{proposalKey}javaslat végrehajtása." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Végrehajtott" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Végrehajtó" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "A javaslat végrehajtása a hívási adatokat a láncon keresztül érvényesíti." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Végrehajtás benyújtva" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Várható kimenet" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Lejárt" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "ben lejár" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Fedezze fel az NFT-ket" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Fedezze fel az Uniswap Analytics szolgáltatást." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Fedezze fel a tokeneket" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Nagyon ritka" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "nem sikerült" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Nem sikerült váltani a hálózatot" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Jellemző zászlók" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Díjszint" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Díjszint" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Visszacsatolás" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Díjak" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Útvonal lekérése" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "A legjobb ár lekérése..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Ár lekérése..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Szűrő tokenek" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Megkeresi a legjobb útvonalat az Uniswap protokollon keresztül a böngészőn keresztül. Magas késleltetést és árakat eredményezhet." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "A Uniswap Labs Routing API segítségével megtalálja a legjobb útvonalat a Uniswap Protocolban." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Padló" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Padló ár" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Számára" - -#: 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 "Az alább látható egyes poolok esetében kattintson a migrálás gombra, hogy eltávolítsa a likviditását az Uniswap V2-ből, és letétbe helyezze az Uniswap V3-ban." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Feladótól" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Feladó (legfeljebb)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Teljes körű" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Fogj neki" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Támogatást kapni" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Segítség Központ" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Rejtett" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Elrejt" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Zárt pozíciók elrejtése" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Erőforrások elrejtése" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Kis egyenlegek elrejtése" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Értem" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Ha úgy gondolja, hogy ez hiba, kérjük, küldjön egy e-mailt a címével együtt" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Import Pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Import V2 Pool" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Hatótávolságban" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Tartományban" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Likviditás növelése" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Kezdeti árfolyam és a pool részesedés" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Az input becsült. Legfeljebb <0>{0} {1} értékesíthet, különben a tranzakció visszafordul." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fedezethiány" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Elégtelen likviditás" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Nincs elegendő likviditás ehhez a kereskedéshez." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Nincs elegendő pool likviditás a tranzakció befejezéséhez" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Elégtelen {0} egyenleg" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Érvénytelen pár" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Érvénytelen pár." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Érvénytelen ár input" - -#: 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 "Érvénytelen tartományt választott ki. A minimális árnak alacsonyabbnak kell lennie, mint a maximális ár." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Érvénytelen címzett" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Nyelv" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Utolsó" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Utolsó ár" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Utolsó frissítés" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Tanulás" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Ismerje meg a likviditás biztosítását" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Tudj meg többet" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Jogi és adatvédelem" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Linkek" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likviditás" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likviditási adatok nem állnak rendelkezésre." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Likviditásszolgáltató jutalma" - -#: 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 "A likviditásszolgáltatók 0,3%-os díjat kapnak minden kereskedés után, amely arányos a poolból való részesedésükkel. A díjakat a poolhoz adják hozzá, valós időben halmozódnak fel, és a likviditás visszavonásával igényelhetők." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Sorolja fel az NFT-ket" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Eladó lista" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Az NFT listázásához egyszeri piactéri jóváhagyásra van szükség minden NFT-gyűjteményhez." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Listákat" - -#: 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 -msgid "Loading" -msgstr "Feltöltés" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Betöltési juttatás" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Alacsony tőzsdei ár" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Ajánlatot tesz" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Kezelés" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Likviditás kezelése a Rewards Poolban" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Kezelje ezt a Poolt." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Max. árfolyam" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maximum alkotói jogdíj" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Max díjak" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Max. árfolyam" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Max csúszás" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maximális bemenet" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximum elküldve" - -#: 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 "Migrálás" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Likviditás migrálása a V3-ra" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "V2 likviditás migrálása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "A likviditás migrálása nem sikerült" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Likviditási tokenek migrálása az Uniswap V2-ről az Uniswap V3-ra." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "{0}likviditás{1} V3-ra" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Migrált likviditás" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrálás" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Likviditás migrációja" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Min. ár" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Min. ár" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimális teljesítmény" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum beérkezett" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Verés" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Pénzverés" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Hiányzó diagramadatok" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Hiányzó áradatok a közelmúltban alacsony kereskedési volumen miatt az Uniswap v3-on" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "A Moonpay egyes régiókban nem érhető el. Kattintson a további információért." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Több" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFT-jeim" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT gyűjtemények" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT-k" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "A név nem található" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigációs gomb" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Hálózati figyelmeztetés" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Hálózati díj" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Soha" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Új pozíció" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Még nincsenek NFT-k" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "V2 likviditás nem található." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Még nincs tevékenység" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Nincs adat" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Nincs leírás." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Nincs megjeleníthető elem" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Likviditás nem található." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Pool nem található." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Még nincsenek medencék" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nem található javaslat." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nincs találat." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Nem áll rendelkezésre token információ" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nem található token" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nem található token." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Még nincsenek tokenek" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Nem elérhető" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Nem érhető el az Ön régiójában" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Nem jött létre" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Nem felsorolt" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Ajánlatok" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Ha elégedett az árfolyammal, kattintson a kínálatra az áttekintéshez." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Egy NFT {0}%" - -#: 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 "Csak azok az UNI-szavazatok jogosultak szavazni, amelyeket a {0} blokk előtt saját maguk vagy más címre delegáltak." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Hoppá, vigyél vissza a Swapba" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "A kezdéshez nyisson új pozíciót vagy hozzon létre egy készletet." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Rendelési útválasztás" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Tartományon kívül" - -#: 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 "Az output becsült érték. Ha az ár {0}%-nál nagyobb mértékben változik, a tranzakció visszaáll." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "A teljesítmény becsült. Legalább <0>{0} {1} vagy a tranzakció visszaáll." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Tulajdonos" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Az oldal nem található!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Fizetés" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Fizessen egyébként" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Fizessen ezzel" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Függőben levő" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Az Uniswap engedélye szükséges az egyes token felcseréléséhez. Ez az Ön biztonsága érdekében egy hónap múlva lejár." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Engedély 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Kérjük, csatlakozzon a Layer 1 Ethereumhoz" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool megtalálva!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Pool tokenek a jutalom poolban:" - -#: 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 "Összevonva {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Medencék" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Népszerű NFT gyűjtemények" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Népszerű tokenek" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "A pozíció nem elérhető" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "preferenciák" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Előnézet" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Ár" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Árkülönbség:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Árhatás" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Az ár hatása túl nagy" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Árhatás" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Figyelmeztetés az ár hatásáról" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Ártartomány" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Ár frissítve" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Ár:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Árak és pool-részesedés" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Adatvédelmi irányelvek" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Adatvédelmi irányelvek." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Tovább a pénztárcában" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Eladás esetén bevétel" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Javaslat" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Javaslat benyújtva" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Javaslat címe" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Javaslatok" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "A közösség tagjai által benyújtott javaslatok itt jelennek meg." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Javasolt intézkedés" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Javaslattevő" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Nyilvános megoldó" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Mennyiség" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Sor" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Sorozati javaslat {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "A várólista nem sikerült" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Sorajánlat {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Sorban" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Sorban állás" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Sorban állás" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Ritka" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Ritkaság" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Árfolyamok" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "További információk az Uniswap irányításáról" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "További információk a likviditás nyújtásáról" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "További információk a nem támogatott eszközökről" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Kap" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Sikertelen fogadás" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Megkapta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Fogadás" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Legutóbbi keresések" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Befogadó" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "A nem elérhető tételek visszatérítése ETH-ban történik" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Elutasítva" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Töltse be újra az alkalmazást" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Eltávolítás" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Távolítsa el <0/> és <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Összeg eltávolítása" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Delegált eltávolítása" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Likviditás eltávolítása" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Vegye ki a zsákból" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Elem eltávolítása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "A likviditás eltávolítása nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Likviditás eltávolítva" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Likviditás eltávolítva" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "A likviditás eltávolítása" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "{0} {1} és {2} {3} eltávolítása" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "{0} {1} és{2} {3}eltávolítása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Visszafizetve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "A visszafizetés nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Visszafizetés" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "{issues} probléma megoldása" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Próbálja újra" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Visszatérés" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Vissza a Saját NFT-hez" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Fordított iktató" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Review Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Visszavont jóváhagyás" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Ugyanaz az ár" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Szkennelés az Uniswap Wallet segítségével" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Keresés" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Név keresése vagy cím beillesztése" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Keresési tokenek és NFT-gyűjtemények" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Válassza a Párosítás lehetőséget" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Token választása" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Válasszon egy tokent a v2 likviditásának megkereséséhez." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Válasszon ki egy műveletet" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Válassza ki a tokent" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Kiválasztott tartomány" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Saját" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Saját delegált" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Elad" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "NFT-k eladása" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Eladó" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "A küldés sikertelen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Küldés" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Küldött" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Árfolyamtartomány beállítása" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Induló árfolyam beállítása" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Állítsa be az árakat a folytatáshoz" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Beállítások" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Pool részesedése" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Pool részesedése:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Oszd meg a Twitteren" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Megosztás a Twitteren" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Előadás" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Show Canceled" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Zárt pozíciók megjelenítése" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Mutass többet" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Erőforrások megjelenítése" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Jel" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Egyszerű" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "A {0}% alatti csúszás sikertelen tranzakcióhoz vezethet" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Eladott" - -#: 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 "Egyes eszközök nem érhetők el ezen a felületen keresztül, mert előfordulhat, hogy nem működnek jól az okosszerződésekkel, vagy jogi okokból nem tudjuk engedélyezni a kereskedést." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Valami elromlott" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Valami elromlott. Kérlek próbáld újra." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Sajnáljuk, hiba történt kérésének feldolgozása közben. Ha támogatást kér, feltétlenül másolja át a hiba részleteit." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Sajnáljuk, hiba történt kérésének feldolgozása közben. Ha támogatást kér, feltétlenül adja meg hibaazonosítóját." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Kezdje el a listázást" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statisztika" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Új ajánlat benyújtása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Az ajánlat elküldése sikertelen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Benyújtott javaslat" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Javaslat benyújtása" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Szavazat benyújtása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Javaslat benyújtása" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Sikerült" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Siker" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Sikeresen listázva" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Kínálat" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "{0} {1} és {2} {3} kínálása" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Swap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Cseréld le <0/> pontosan <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Swap mindenképp" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Cseréld le pontosan <0/> t <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "A csere nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Cserélve" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Csere" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "{0} {1} cseréje a következőre {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Söprés" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Váltson hálózatot" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Váltson {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "A szimbólum nem található" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Szolgáltatás feltételei" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Köszönjük, hogy az Uniswap közösség tagja <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Az a %, amelyet díjakból fog keresni." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "A Uniswap invariáns x*y=k nem teljesült a swap során. Ez általában azt jelenti, hogy a cserélendő tokenek egyike egyéni viselkedést tartalmaz az átadáskor." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Az az összeg, amelyet az aktuális piaci áron vár. Lehet, hogy kevesebbet vagy többet kap, ha a piaci ár változik, miközben a tranzakció függőben van." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Az alkalmazás blokklánc-adatokat kér le a The Graph által tárolt szolgáltatásból." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Az alkalmazás lekéri a láncon belüli adatokat, és szerződéshívásokat hoz létre egy Infura API-val." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Az alkalmazás lekéri az optimális kereskedelmi útvonalat egy Uniswap Labs szerverről." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Az alkalmazás anonimizált használati statisztikákat naplóz, hogy idővel javítsa." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Az alkalmazás biztonságosan összegyűjti a pénztárca címét, és kockázati és megfelelőségi okokból megosztja a TRM Labs Inc.-vel." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "A csatlakozási kísérlet sikertelen volt. Kérjük, kattintson az Újrapróbálás gombra, és kövesse a lépéseket a pénztárcájához való csatlakozáshoz." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "A becsült különbség az input és output összegek USD-értékei között." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "A tranzakciót feldolgozó bányászoknak fizetett díj. Ezt ${0}ban kell kifizetni." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "A tranzakciót feldolgozó bányászoknak fizetett díj. Ezt {0}ban kell kifizetni." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Az Ön kereskedésének hatása ennek a poolnak a piaci árára." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Az input token nem transzferálható. Probléma lehet az input tokennel." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "A piaci ár kívül esik a megadott ártartományon. Csak egy eszközzel történő befizetés." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "A garantáltan elkölthető maximális összeg. Ha az ár tovább csúszik, a tranzakció visszaáll." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "A minimális összeg, amelyet garantáltan megkapsz. Ha az ár tovább csúszik, a tranzakció visszaáll." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "A hálózat legutóbbi blokkszáma. Az árak minden blokkon frissülnek." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Az output token nem transzferálható. Probléma lehet az output tokennel." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "A kimeneti token nem vihető át. Probléma lehet a kimeneti tokennel. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval." - -#: 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 "Ennek a poolnak az ára kívül esik az Ön által kiválasztott tartományon. Az Ön pozíciója jelenleg nem keres díjat." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Ennek a poolnak az ára az Ön által kiválasztott tartományon belül van. Az Ön pozíciója jelenleg díjat keres." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Az Ön által hozzáadott tokenek aránya határozza meg ennek a poolnak az árát." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Téma" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Nincsenek likviditási adatok." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Ez a cím le van tiltva az Uniswap Labs felületén, mert egy vagy több címhez van társítva" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Ez az alkalmazás a következő harmadik féltől származó API-kat használja:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Ebben a hónapban" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Ezt a készletet inicializálni kell, mielőtt likviditást adhatna hozzá. Az inicializáláshoz válasszon kikiáltási árat a készlethez. Ezután adja meg likviditási ártartományát és a betét összegét. A gázdíjak az inicializálási tranzakció miatt a szokásosnál magasabbak lesznek." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Ezt a javaslatot {0}után lehet végrehajtani." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Ez az útvonal optimalizálja a teljes teljesítményt, figyelembe véve az osztott útvonalakat, a több ugrást és az egyes lépések gázköltségét." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Ez a táblázat tartalmazza a legnépszerűbb tokeneket Uniswap kötet szerint, az Ön által megadott adatok alapján rendezve." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Ez a token nem létezik" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Ez a token nem létezik {0}" - -#: 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 "Ez az eszköz biztonságosan migrálja a {0} likviditását a V3-ba. A folyamat teljesen megbízhatatlan köszönhetően" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Ezt a tranzakciót nem lehetett elküldeni, mert lejárt a határidő. Kérjük, ellenőrizze, hogy a tranzakció határideje nem túl rövid." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ez a tranzakció az ármozgás miatt nem fog sikerülni. Próbáld meg növelni a csúszástűrést. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Ez a tranzakció sem az ármozgás, sem az átutalási díj miatt nem lesz sikeres. Próbáld meg növelni a csúszástűrést." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Ezen a héten" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Idén" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Idő" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "-nak/-nek" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "(Legalább)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Az Uniswap {0}-n történő használatához váltson hálózatot a pénztárca beállításaiban." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Egy pozíció megtekintéséhez csatlakoznia kell ahhoz a hálózathoz, amelyhez az tartozik." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Ma" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Token név" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token nem található" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "A {label} token statisztikái és diagramjai elérhetők <0>info.uniswap.orgoldalon" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokenek" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Legjobb tulajdonság" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Legjobb poolok" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "A legjobb tokenek az Uniswap-on" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Teljes" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "A teljes zárolt érték (TVL) az összes Uniswap v3 likviditási poolban elérhető eszköz összesített összege." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Kereskedjen bizalommal kriptoval és NFT-vel" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Kereskedjen bizalommal kriptoval" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Jellemvonás" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Trait Floor" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Tulajdonságok" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Tranzakció beállítások" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Tranzakció benyújtva" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "A tranzakció befejeződött" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Tranzakció határideje" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Tranzakció függőben" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Tranzakció elutasítva" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Tranzakció elküldve" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Transfer Token" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Próbálja meg újra" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI kormányzás" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "Megérkezett az UNI" - -#: src/pages/Vote/Landing.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 "Az UNI tokenek szavazati részvényeket képviselnek az Uniswap irányításában. Az egyes javaslatokról saját maga is szavazhat, vagy szavazatait átruházhatja egy harmadik félre." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Elégett" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Nem érhető el" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Nem elérhető a listára" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Nem igényelt díjak" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Meghatározatlan" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap irányítás" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Az Uniswap Labs szolgáltatási feltételei" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap protokoll" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Az Uniswap V2 nem érhető el ezen a hálózaton." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Az Uniswap itt érhető el: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Unswap kliens" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Az Uniswap irányítás csak az 1. rétegen érhető el. A javaslatok és a szavazás megtekintéséhez kapcsolja át hálózatát az Ethereum Mainnet hálózatra." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Az Uniswap teljesítette kívánságát!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Unswap a zsebében" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap migrációs szerződés↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Ismeretlen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Ismeretlen jóváhagyás" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Ismeretlen pénzverde" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Ismeretlen küldés" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Ismeretlen csere" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Szavazatok feloldása" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Szavazás feloldása" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Szavazatok feloldása" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Nem támogatott eszköz" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Nem támogatott eszközök" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "A pénztárcája nem támogatja" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Névtelen" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Kicsomagolás" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Kicsomagolás <0/> -tól {0}-ig" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "A kibontás nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Kibontva" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Kicsomagolás" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Delegálás frissítése" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "A Uniswap Labs API segítségével gyorsabb árajánlatokat kaphat." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 likviditás" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} ár:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Változat:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Nagyon gyakori" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Nagyon ritka" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Felhalmozott díjak és elemzések megtekintése<0>" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "NFT-k megtekintése és eladása" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "További elemzések megtekintése" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Nézd meg az Etherscan webhelyen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Megtekintés az Explorerben" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Megtekintés a {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Tranzakció megtekintése az Explorerben" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "A mennyiség annak az eszköznek az összege, amellyel az Uniswap v3-on kereskedtek a kiválasztott időkeretben." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Szavazás ellen" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Szavazás mellett" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Szavazat a(z) {proposalId} javaslat ellen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Szavazz {proposalKey}javaslat ellen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Szavazzon a {proposalKey} javaslat ellen \"{0}\" indoklással" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "A szavazás nem sikerült" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Szavazat a(z) {proposalId} mellett" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Szavazz a {proposalKey}javaslatra" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Szavazz a {proposalKey} javaslatra \"{0}\" indokkal" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Szavazz a kormányzásban" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "A {proposalId}számú javaslat esetében tartózkodni kell" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "A {proposalKey}számú javaslat esetében tartózkodni kell" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Tartózkodásra szavaz a {proposalKey} javaslatnál, „{0}” indoklással" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Szavazott" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Szavazás" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "A szavazás befejeződött {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "A szavazás befejeződik körülbelül {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "A szavazás {0}körül kezdődik" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Megerősítésre vár" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Pénztárca címe vagy ENS neve" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Figyelem" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Üdvözöljük az Unicorn csapatban :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Miért van szükség tranzakcióra?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "A letétbe helyezett likviditás visszavonása" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "A visszavonás nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Visszavonás" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Visszavonult" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Becsomagolás" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Tekerje <0/> tól {0}-ig" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "A becsomagolás nem sikerült" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Csomagolt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Csomagolás" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Hibás hálózat" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Már van egy aktív vagy függőben lévő ajánlata" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Poolt hoz létre" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Nem Ön ennek az LP pozíciónak a tulajdonosa. Ebből a pozícióból nem tudja kivenni a likviditást, hacsak nem rendelkezik a következő címmel: {ownerAddress}" - -#: 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 "Ön az első likviditásszolgáltató ebben az Uniswap V3 poolban. Likviditása a jelenlegi {0} áron migrál." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Ön az első likviditásszolgáltató." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Az egyes javaslatokról vagy saját maga szavazhat, vagy delegálhatja a szavazatait egy harmadik félre." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Nincs elég szavazata egy javaslat benyújtásához" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Ebben a poolban még nincs likviditása." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Lehet, hogy megszakadt a hálózati kapcsolat." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Csatlakoznia kell egy fiókhoz." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "A javaslat benyújtásához {formattedProposalThreshold} szavazattal kell rendelkeznie" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Te fizetsz" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Megkapod" - -#: 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 "Csak olyan áron helyezhet el likviditást az Uniswap V3-ban, amelyet helyesnek tart. <0/>Ha az ár helytelennek tűnik, akkor vagy cserét hajt végre az ár elmozdítása érdekében, vagy megvárhatja, hogy valaki más megtegye ezt." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Ezen a pozíción megszerzett díjakat is beszedi." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Kapni fog" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Saját V2 likviditása" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Itt jelennek meg aktív V3 likviditási pozíciói." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Egyenlege {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "A csatlakoztatott hálózat nem támogatott." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Itt jelennek meg az Ön onchain tranzakciói és kriptovásárlásai." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Saját pool részesedés:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Saját pozíció" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "A saját pozíció 0 likviditással rendelkezik, és nem keres díjat." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Az Ön pozíciója itt fog megjelenni." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "A saját pozíció 100%-ban {0} lesz ezen az áron" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Pozíciója 100% {0} lesz ezen az áron." - -#: 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 "A saját pozíció nem fog díjakat keresni, és kereskedelemben nem használható fel, amíg a piaci ár nem kerül az Ön tartományába." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Saját pozíciók" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "A csere várhatóan sikertelen lesz." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "A cseréjét a pénztárcáján keresztül módosították. Ha ez tévedés volt, kérjük, azonnal mondja le, vagy kockáztatja a pénzeszközök elvesztését." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Az Ön összes pool tokenje:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Tranzakciós költsége sokkal magasabb lesz, mivel magában foglalja a pool létrehozásához szükséges gázt." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Előfordulhat, hogy az Ön tranzakciója előre lebonyolított, és kedvezőtlen kereskedést eredményezhet." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Tranzakciója visszaáll, ha az ennél hosszabb ideig van függőben." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "A tranzakciója visszaáll, ha az ár ennél a százaléknál nagyobb mértékben változik kedvezőtlenül." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Pénztárca jelenlegi hálózata nem támogatott." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "{0} egyenleged" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "és" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "és hozzájárul ahhoz" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "még elérhető" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "alsó ár alatt." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "a kollekció minimális ára alatt. Biztos vagy benne, hogy folytatni akarod?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "blokkolt tevékenységek" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "díj" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "számára" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "{0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "tól től" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "itt." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "perc" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "hónapok" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "jutalom" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "valami elromlott!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "nak nek" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Probléma megoldása} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Ezzel a tokent nem kereskednek vezető amerikai központosított tőzsdéken, és nem cserélik gyakran Uniswapon.} other {Ezekkel a tokenekkel nem kereskednek vezető amerikai központosított tőzsdéken, és nem cserélik őket gyakran Uniswapon.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Ezzel a tokennel nem kereskednek a vezető amerikai központosított tőzsdéken.} other {Ezekkel a tokenekkel nem kereskednek a vezető amerikai központosított tőzsdéken.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Ezzel a tokent nem lehet kereskedni az Uniswap alkalmazással.} other {Ezekkel a tokenekkel nem kereskedhet az Uniswap alkalmazással.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {kiírás} other {listák}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} letétbe helyezve" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} keresett díj:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT-k jelentős mértékben szerepelnek a listán" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} függőben van" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Próbálja meg növelni a csúszástűrő képességét.\n" -"Megjegyzés: az átviteli díjak és az újraalap tokenek nem kompatibilisek az Uniswap V3-mal." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} szavazat" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} á\n" -"r:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% díjszint" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% pool" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% kiválasztani" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% csúszás" - -#: 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 token" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {nap} other {napok}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {óra} other {órák}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {hónap} other {hónapok}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {hét} other {hét}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} és {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {nap} other {napok}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {óra} other {órák}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {perc} other {percek}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {hónap} other {hónapok}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {második} other {másodperc}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {hét} other {hét}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "Lehet, hogy {label} jelenleg nem működik, vagy megszakadt a hálózati kapcsolat." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token híd" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {Gyűjtemény} other {gyűjtemények}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Vissza (Medencék)." - diff --git a/src/locales/id-ID.po b/src/locales/id-ID.po deleted file mode 100644 index ad03ff6c17..0000000000 --- a/src/locales/id-ID.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: id\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Indonesian\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: id\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maks" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Lihat di Penjelajah)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(edit)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Posisi baru" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Hapus penerima" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "volume 24 jam" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Volume 24 jam adalah jumlah aset yang telah diperdagangkan di Uniswap v3 selama 24 jam terakhir." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W tinggi" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W rendah" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Semua Proposal" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Suara" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Analisis akun dan biaya yang masih harus dibayar<1>↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Harga Saat Ini: <1><2/> <3>{0} per {1}" - -#: 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>Kiat: Menghapus token pool akan mengubah posisi Anda kembali ke token pokok pada tarif saat ini, sebanding dengan bagian Anda dari pool. Biaya yang masih harus dibayar disertakan dalam jumlah yang Anda terima." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tip: Pilih tindakan dan jelaskan proposal Anda untuk komunitas. Proposal tidak dapat diubah setelah pengiriman, jadi harap verifikasi semua informasi sebelum mengirimkan. Periode pemungutan suara akan segera dimulai dan berlangsung selama 7 hari. Untuk mengusulkan tindakan khusus, <1>baca dokumentasi." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Kiat: Gunakan alat ini untuk menemukan pool v2 yang tidak otomatis muncul di antarmuka." - -#: 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>Kiat: Saat menambahkan likuiditas, Anda akan menerima token pool yang mewakili posisi Anda. Token ini secara otomatis menghasilkan biaya yang sebanding dengan bagian Anda dalam pool, dan dapat ditukarkan kapan saja." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Buka voting untuk mempersiapkan usulan berikutnya." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Memerlukan minimal 0,25% dari total pasokan UNI untuk mengirimkan proposal" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Pertukaran dengan ukuran ini mungkin memiliki dampak harga yang tinggi, mengingat likuiditas saat ini di kumpulan. Mungkin ada perbedaan besar antara jumlah token yang Anda masukkan dan apa yang akan Anda terima di token keluaran" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Tentang" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Setuju" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktif" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivitas" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Tambahkan" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Tambahkan <0/> dan <1/> ke Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Tambahkan Delegasi +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Tambahkan Likuiditas" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Tambahkan Likuiditas V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Menambahkan likuiditas V2 gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Tambahkan likuiditas gagal" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Tambahkan likuiditas." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Tambahkan lebih banyak likuiditas" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Tambahkan ke tas" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Tambahkan ke tas" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Tambahkan {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Tambahkan {0}/{1} likuiditas V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Menambahkan Likuiditas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Menambahkan likuiditas V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Menambahkan likuiditas" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Ditambahkan {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Menambahkan likuiditas V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Menambah likuiditas" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Menambahkan proposal ini ke antrean akan memungkinkannya dieksekusi, setelah penundaan." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Alamat tidak memiliki klaim yang tersedia" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Melawan" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Izinkan migrasi token LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Diizinkan" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Sudah terdaftar di" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Selalu lakukan riset Anda sendiri sebelum berdagang." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Jumlah" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Persetujuan diperlukan untuk menggunakan token ini." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Terjadi kesalahan saat memuat token. Silakan coba lagi." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Terjadi kesalahan saat mengeksekusi swap ini. Anda mungkin memerlukan peningkatan toleransi slip Anda. Jika tidak berhasil, kemungkinan token yang anda perdagangkan tidak cocok. Catatan: biaya transfer token rebase tidak cocok dengan Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Persetujuan gagal" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Persetujuan Tertunda" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Setujui" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Setujui Token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Setujui di dompet" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Setujui di dompet Anda" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Menyetujui penggunaan {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Setujui {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Disetujui" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Menyetujui" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Menyetujui {0}" - -#: 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 "Setidaknya {0} {1} dan {2} {3} akan dikembalikan ke dompet Anda akibat rentang harga yang dipilih." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Otomatis" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API Perute Otomatis" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Kembali ke Pool" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Kembali ke pemilihan dompet" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Tas" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Terbaik untuk pasangan eksotis." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Terbaik untuk sebagian besar pasangan." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Terbaik untuk pasangan stabil." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Terbaik untuk pasangan yang sangat stabil." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Biaya rute harga terbaik ~{gasPrice} dalam gas." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Alamat Diblokir" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Diblokir di OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Pinjam gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Dipinjam" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Peminjaman" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Dibeli" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Pembakaran gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Dibakar" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Pembakaran" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Membeli" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Beli kripto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Beli gagal" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Beli atau transfer NFT ke dompet ini untuk memulai." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Beli atau transfer token ke dompet ini untuk memulai." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Beli, jual, dan jelajahi token" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Beli, jual, dan jelajahi token dan NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Pembelian" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Oleh" - -#: 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 "Dengan menambahkan likuiditas, Anda akan mendapatkan 0,3% dari semua perdagangan pada pasangan ini sebanding dengan bagian pool Anda. Biaya ditambahkan ke pool, bertambah secara real time dan dapat diklaim dengan menarik likuiditas Anda." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Dengan menghubungkan dompet, Anda menyetujui Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Pembatalan gagal" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Dibatalkan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Dibatalkan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Membatalkan" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Peringatan" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Periksa status jaringan" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Lihat panduan migrasi dan tutorial LP v3 kami." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Klaim" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Klaim <0/> untuk {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Klaim UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Klaim Token UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Klaim hadiah UNI untuk {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Klaim Airdrop NFT Uniswap" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Klaim gagal" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Biaya klaim" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Klaim token UNI Anda" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Diklaim" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Mengklaim" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Hapus Semua" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Hapus semua" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Tutup" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Ditutup" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Posisi Tertutup" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Tagih" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Kumpulkan sebagai {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Tagih biaya" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Kumpulkan biaya gagal" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Kumpulkan{1} {0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Ditagihkan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Biaya yang terkumpul" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Menagih" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Menagih biaya" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Biaya pengumpulan akan menarik biaya yang tersedia saat ini untuk Anda." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Segera hadir: cari dan jelajahi token di BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Umum" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Menyelesaikan!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Konfirmasikan" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Konfirmasikan Pasokan" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Konfirmasikan transaksi ini di dompet Anda" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Konfirmasi transaksi di dompet" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Menghubung" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Hubungkan Dompet" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Hubungkan dompet" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Hubungkan ke dompet untuk menemukan pool" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Hubungkan ke dompet untuk melihat likuiditas V2 Anda." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Hubungkan ke dompet untuk melihat likuiditas Anda." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Hubungkan dompet" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Konten tidak" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Melanjutkan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interaksi Kontrak" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Alamat kontrak" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Disalin!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Salin tautan" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Buat Pool & Pasokan" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Buat Proposal" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Buat pasangan" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Buat pool renang dan tambahkan {0}/{1} likuiditas V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Pembuatan kumpulan gagal" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Buat pool." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Buat kumpulan {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Dibuat kolam" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Membuat kolam" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Pembelian kripto tidak tersedia di wilayah Anda." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Harga saat ini" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Harga {0} saat ini:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Kebiasaan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Pendaftar DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Dikalahkan" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegasikan Suara" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegasi gagal" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegasikan hak suara ke {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Didelegasikan" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Didelegasikan ke:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Mendelegasikan" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Mendelegasikan suara" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Penerapan gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Diterapkan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Menyebarkan" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Jumlah Setoran" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Setoran gagal" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Setor likuiditas" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Setor token ke jaringan {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Disetor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Menyetor" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Keterangan" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Terperinci" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Perincian" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Buang" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentasi" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Tidak punya Dompet Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Tidak melihat salah satu posisi v2 Anda? <0> Impor." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Unduh" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Unduh Dompet Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Unduh aplikasi" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Unduh di App Store untuk menyimpan token dan NFT Anda dengan aman, menukar token, dan terhubung ke aplikasi crypto." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Pengontrol Pendaftar ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Token UNI yang diperoleh mewakili hak suara dalam pengaturan Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Ubah" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Mengedit daftar" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Masukkan persen" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Masukkan penerima" - -#: 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 "Masukkan alamat untuk memicu klaim UNI. Jika alamat tersebut memiliki UNI yang dapat diklaim, UNI tersebut akan dikirimkan kepada mereka saat diserahkan." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Masukkan jumlah" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Masukkan {0} jumlah" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Kesalahan" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID Kesalahan: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Terjadi kesalahan saat menyambungkan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Layanan Nama Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Peristiwa" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Kurs" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Menjalankan" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Jalankan Proposal {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Eksekusi gagal" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Jalankan proposal {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Dieksekusi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Mengeksekusi" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Menjalankan proposal ini akan mengaktifkan calldata on-chain." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Eksekusi Dikirim" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Keluaran yang diharapkan" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "kadaluarsa" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Kadaluarsa dalam" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Jelajahi NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Jelajahi Analitik Uniswap." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Jelajahi token" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Luar biasa langka" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Gagal" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Gagal beralih jaringan" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Fitur Bendera" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Jenjang Biaya" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Tingkat biaya" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Masukan" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Biaya" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Mengambil Rute" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Mengambil harga terbaik..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Mengambil harga..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filter token" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Temukan rute terbaik di Protokol Uniswap melalui browser Anda. Dapat mengakibatkan latensi dan harga tinggi." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Menemukan rute terbaik pada Uniswap Protocol menggunakan Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Lantai" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Harga Lantai" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Untuk" - -#: 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 "Untuk tiap pool yang ditunjukkan di bawah ini, klik migrasikan untuk menghapus likuiditas Anda dari Uniswap V2 dan menyimpannya ke Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Dari" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Dari (paling banyak)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Rentang Penuh" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Memulai" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Dapatkan dukungan" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Pusat Bantuan" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Tersembunyi" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Menyembunyikan" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Sembunyikan posisi tertutup" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Sembunyikan sumber daya" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Sembunyikan saldo kecil" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Saya mengerti" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Jika Anda yakin ini adalah kesalahan, silakan kirim email termasuk alamat Anda ke" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Impor Pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Impor Pool V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Dalam lingkup" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Dalam rentang" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Tingkatkan Likuiditas" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Harga awal dan bagian pool" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Input diperkirakan. Anda akan menjual paling banyak <0>{0} {1} atau transaksi akan dikembalikan." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Dana tidak mencukupi" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Likuiditas tidak mencukupi" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Likuiditas tidak cukup untuk perdagangan ini." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Likuiditas kumpulan tidak cukup untuk menyelesaikan transaksi" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Saldo {0} tidak cukup" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Pasangan tidak valid" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Pasangan tidak valid." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Masukan harga tidak valid" - -#: 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 "Rentang yang tidak valid dipilih. Harga min harus lebih rendah dari harga maks." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Penerima tidak valid" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Bahasa" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Terakhir" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Harga terakhir" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Terakhir Diperbarui" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Belajar" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Pelajari tentang menyediakan likuiditas" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Pelajari lebih lanjut" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Hukum & Privasi" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Tautan" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likuiditas" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Data likuiditas tidak tersedia." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Imbalan penyedia likuiditas" - -#: 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 "Penyedia likuiditas mendapatkan biaya 0,3% pada semua perdagangan yang sebanding dengan bagian pool mereka. Biaya ditambahkan ke kumpulan, bertambah secara real time dan dapat diklaim dengan menarik likuiditas Anda." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Daftar NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Daftar untuk dijual" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Mencantumkan NFT memerlukan persetujuan pasar satu kali untuk setiap koleksi NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Daftar" - -#: 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 -msgid "Loading" -msgstr "Memuat" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Memuat Tunjangan" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Harga daftar rendah" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAKS" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Menawarkan" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Mengelola" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Kelola Likuiditas di Pool Hadiah" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Kelola pangkalan ini." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Harga Maks" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Royalti pembuat maksimal" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Biaya maks" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Harga maks" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "selip maksimum" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maks:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Masukan maksimum" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksimum dikirim" - -#: 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 "Migrasi" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrasi Likuiditas ke V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrasikan Likuiditas V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrasi likuiditas gagal" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrasikan token likuiditas Anda dari Uniswap V2 ke Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrasi{1} {0}ke V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Likuiditas bermigrasi" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Bermigrasi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrasi likuiditas" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Harga Min" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Harga min" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Pengeluaran minimal" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum diterima" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Dicetak" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Mencetak" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Data bagan tidak ada" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Data harga tidak ada karena volume perdagangan rendah baru-baru ini di Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay tidak tersedia di beberapa wilayah. Klik untuk mempelajari lebih lanjut." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Lebih" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFT saya" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Koleksi NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nama tidak ditemukan" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Tombol navigasi" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Peringatan Jaringan" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Biaya jaringan" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Tidak pernah" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Posisi baru" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Belum ada NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Tidak ditemukan Likuiditas V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Belum ada aktivitas" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Tidak ada data" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Tidak ada deskripsi." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Tidak ada item untuk ditampilkan" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Likuiditas tidak ditemukan." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Tidak ada kolam yang ditemukan." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Belum ada kolam" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Proposal tidak ditemukan." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Hasil tidak ditemukan." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Tidak ada informasi token yang tersedia" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Tidak ada token yang ditemukan" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Tidak ada token yang ditemukan." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Belum ada token" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Tidak tersedia" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Tidak tersedia di wilayah Anda" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Belum dibuat" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Tidak terdaftar" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Penawaran" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Setelah Anda puas dengan penawaran harga klik untuk meninjau." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Satu NFT terdaftar {0}%" - -#: 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 "Hanya suara UNI yang didelegasikan sendiri atau didelegasikan ke alamat lain sebelum blok {0} yang memenuhi syarat untuk memberi suara." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ups, bawa saya kembali ke Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Buka posisi baru atau buat kumpulan untuk memulai." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Perutean pesanan" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Diluar jangkauan" - -#: 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 diperkirakan. Jika harga berubah lebih dari {0}%, transaksi Anda akan dikembalikan." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Output diperkirakan. Anda akan menerima setidaknya <0>{0} {1} atau transaksi akan dikembalikan." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Pemilik" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Halaman tidak ditemukan!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Membayar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Bayar Pokoknya" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Bayar menggunakan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Tertunda" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Izin diperlukan untuk Uniswap untuk menukar setiap token. Ini akan kedaluwarsa setelah satu bulan untuk keamanan Anda." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Izin2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Silakan hubungkan ke Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Kolam" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool Ditemukan!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Token pool di pool hadiah:" - -#: 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 "Dikumpulkan {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Kolam" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Koleksi NFT populer" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Token populer" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posisi tidak tersedia" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferensi" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Pratinjau" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Harga" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Selisih Harga:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Dampak Harga" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Dampak Harga Terlalu Tinggi" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Dampak harga" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Peringatan dampak harga" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Rentang harga" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Harga diperbarui" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Harga:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Harga dan bagian pool" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Kebijakan pribadi" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Kebijakan pribadi." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Lanjutkan di dompet" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Hasil jika dijual" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Proposal" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Proposal Terkirim" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Judul Proposal" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Usulan" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Proposal yang diajukan oleh anggota komunitas akan muncul di sini." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Tindakan yang Diusulkan" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Pengusul" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Penyelesai Publik" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Kuantitas" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Antre" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Usulan Antrian {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Antrean gagal" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Usulan antrian {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Mengantri" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Mengantri" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Mengantri" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Langka" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Keanehan" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tarif" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Baca selengkapnya tentang pengaturan Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Baca selengkapnya tentang menyediakan likuiditas" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Baca selengkapnya tentang aset yang tidak didukung" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Menerima" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Penerimaan gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Diterima" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Menerima" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Pencarian terkini" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Penerima" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Pengembalian uang untuk item yang tidak tersedia akan diberikan dalam ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Ditolak" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Muat ulang aplikasi" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Hapus" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Hapus <0/> dan <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Hapus Jumlah" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Hapus Delegasi" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Hapus Likuiditas" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Hapus dari tas" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Hapus item" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Hapus likuiditas gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Dihapus Likuiditas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Likuiditas dihapus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Menghapus likuiditas" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Menghapus {0} {1} dan {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Menghapus {0} {1} dan{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Dilunasi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Pembayaran gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Membayar kembali" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Selesaikan {issues} masalah" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Mencoba kembali" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Kembali" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Kembali ke NFT Saya" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Pencatat Terbalik" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Tukar Tinjauan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Persetujuan Dicabut" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Harga sama" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Pindai dengan Dompet Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Mencari" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Cari nama atau tempel alamat" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Cari token dan koleksi NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Pilih Pasangan" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Pilih token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Pilih token untuk menemukan likuiditas v2 Anda." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Pilih tindakan" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Pilih token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Rentang yang Dipilih" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Sendiri" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Delegasikan Sendiri" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Menjual" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Jual NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Penjual" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Pengiriman gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Mengirim" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Terkirim" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Tetapkan Rentang Harga" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Tetapkan Harga Awal" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Tetapkan harga untuk melanjutkan" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Setelan" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Bagian dari Pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Bagian dari Pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Bagikan di Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Bagikan ke Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Menunjukkan" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Tampilkan Dibatalkan" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Tampilkan posisi tertutup" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Menampilkan lebih banyak" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Tampilkan sumber daya" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Tanda" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Sederhana" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Slippage di bawah {0}% dapat mengakibatkan transaksi gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Terjual" - -#: 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 "Sejumlah aset tidak tersedia melalui antarmuka ini karena mereka mungkin tidak sesuai dengan smart contract atau kami tidak dapat mengizinkan perdagangan karena alasan hukum." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Ada yang salah" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Ada yang salah. Silakan coba lagi." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Maaf, terjadi kesalahan saat memproses permintaan Anda. Jika Anda meminta dukungan, pastikan untuk menyalin detail kesalahan ini." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Maaf, terjadi kesalahan saat memproses permintaan Anda. Jika Anda meminta dukungan, pastikan untuk memberikan ID kesalahan Anda." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Mulai daftar" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistik" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Ajukan proposal baru" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Pengiriman proposal gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Proposal yang diajukan" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Mengajukan Proposal" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Mengirim Suara" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Mengajukan proposal" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Berhasil" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Berhasil" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Berhasil terdaftar" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Pasokan" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Memasok {0} {1} dan {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Tukar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Tukar <0/> dengan tepat <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Tukar Saja" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Tukar persis <0/> dengan <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Tukar gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Tertukar" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Bertukar" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Menukar {0} {1} untuk {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Menyapu" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Beralih jaringan" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Beralih ke {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Simbol tidak ditemukan" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Ketentuan Layanan" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Terima kasih telah menjadi bagian dari komunitas Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% yang akan Anda peroleh dalam bentuk biaya." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Invarian Uniswap x*y=k tidak dipenuhi oleh penukaran. Ini biasanya berarti salah satu token yang Anda tukar menyertakan perilaku khusus saat transfer." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Jumlah yang Anda harapkan akan diterima pada harga pasar saat ini. Anda mungkin menerima lebih sedikit atau lebih banyak jika harga pasar berubah saat transaksi Anda tertunda." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Aplikasi mengambil data blockchain dari layanan yang dihosting The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Aplikasi mengambil data on-chain dan membuat panggilan kontrak dengan API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Aplikasi mengambil rute perdagangan yang optimal dari server Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Aplikasi mencatat statistik penggunaan anonim untuk meningkatkan dari waktu ke waktu." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Aplikasi mengumpulkan alamat dompet Anda dengan aman dan membagikannya dengan TRM Labs Inc. untuk alasan risiko dan kepatuhan." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Upaya koneksi gagal. Silakan klik coba lagi dan ikuti langkah-langkah untuk terhubung di dompet Anda." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Estimasi perbedaan antara nilai USD dari jumlah input dan output." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Biaya yang dibayarkan kepada penambang yang memproses transaksi Anda. Ini harus dibayar dalam ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Biaya yang dibayarkan kepada penambang yang memproses transaksi Anda. Ini harus dibayar dalam {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Dampak perdagangan Anda terhadap harga pasar kumpulan ini." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Token input tidak dapat ditransfer. Mungkin ada masalah dengan token input." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Harga pasar di luar rentang harga yang Anda tentukan. Khusus setoran aset tunggal." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Jumlah maksimum yang dijamin akan Anda belanjakan. Jika harga tergelincir lebih jauh, transaksi Anda akan dikembalikan." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Jumlah minimum yang dijamin akan Anda terima. Jika harga tergelincir lebih jauh, transaksi Anda akan dikembalikan." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Nomor blok terbaru di jaringan ini. Harga diperbarui di setiap blok." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Token output tidak dapat ditransfer. Mungkin ada masalah dengan token output." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Output token tidak dapat ditransfer. Mungkin ada masalah dengan output token. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3." - -#: 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 "Harga pool ini di luar rentang yang Anda pilih. Posisi Anda saat ini tidak menghasilkan biaya." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Harga pool ini berada dalam rentang yang Anda pilih. Posisi Anda saat ini menghasilkan biaya." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Rasio token yang Anda tambahkan akan menetapkan harga pool ini." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Tidak ada data likuiditas." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Alamat ini diblokir di antarmuka Uniswap Labs karena dikaitkan dengan satu atau lebih" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Aplikasi ini menggunakan API pihak ketiga berikut:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Bulan ini" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Pool ini harus diinisialisasi sebelum Anda dapat menambahkan likuiditas. Untuk menginisialisasi, pilih harga awal untuk pool. Kemudian, masukkan kisaran harga likuiditas dan jumlah deposit Anda. Biaya gas akan lebih tinggi dari biasanya karena transaksi inisialisasi." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Proposal ini dapat dijalankan setelah {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Rute ini mengoptimalkan output total Anda dengan mempertimbangkan rute terpisah, beberapa lompatan, dan biaya bahan bakar untuk setiap langkah." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Tabel ini berisi token teratas berdasarkan volume Uniswap, diurutkan berdasarkan masukan Anda." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Token ini tidak ada" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Token ini tidak ada di {0}" - -#: 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 "Alat ini akan memigrasikan {0} likuiditas Anda ke V3 dengan aman. Prosesnya benar-benar tidak dapat dipercaya berkat" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Transaksi ini tidak dapat dikirim karena telah melewati batas waktu. Pastikan batas waktu transaksi Anda tidak terlalu rendah." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Transaksi ini tidak akan berhasil karena pergerakan harga. Coba tingkatkan toleransi selip Anda. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Transaksi ini tidak akan berhasil baik karena pergerakan harga atau biaya transfer. Coba tingkatkan toleransi selip Anda." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Minggu ini" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "tahun ini" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Waktu" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Untuk" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Untuk (setidaknya)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Untuk menggunakan Uniswap pada {0}, alihkan jaringan di pengaturan dompet Anda." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Untuk melihat posisi, Anda harus terhubung ke jaringan tempatnya berada." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Hari ini" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nama token" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token tidak ditemukan" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Statistik token dan bagan untuk {label} tersedia di <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Token" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Sifat Teratas" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Kolam atas" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Token teratas di Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Nilai total terkunci (TVL) adalah jumlah agregat aset yang tersedia di semua kumpulan likuiditas Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Perdagangkan crypto dan NFT dengan percaya diri" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Perdagangkan crypto dengan percaya diri" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Sifat" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Lantai Sifat" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Sifat-sifat" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Pengaturan Transaksi" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaksi Dikirim" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaksi selesai pada" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Batas waktu transaksi" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaksi tertunda" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaksi ditolak" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaksi terkirim" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token Transfer" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Coba Lagi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Tata Kelola UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI telah sampai" - -#: src/pages/Vote/Landing.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 "Token UNI menunjukkan hak suara dalam pengaturan Uniswap. Anda dapat memberikan suara secara langsung pada tiap usulan atau mendelegasikannya kepada pihak ketiga." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Terbakar" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Tidak tersedia" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Tidak tersedia untuk listingan" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Biaya yang tidak diklaim" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Tidak dapat ditentukan" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Tata Kelola Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Ketentuan Layanan Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protokol Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 tidak tersedia di jaringan ini." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap tersedia dalam: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Klien Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Tata kelola Uniswap hanya tersedia di Layer 1. Alihkan jaringan Anda ke Ethereum Mainnet untuk melihat Proposal dan Vote." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap telah mengabulkan keinginan Anda!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap di saku Anda" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Kontrak migrasi Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Tidak dikenal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Persetujuan Tidak Diketahui" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Permen Tidak Dikenal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Kirim Tidak Dikenal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Pertukaran Tidak Dikenal" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Buka Suara" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Buka Kunci Voting" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Membuka Suara" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Aset Tidak Didukung" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Aset Tidak Didukung" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Tidak didukung oleh dompet Anda" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Tanpa Judul" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Membuka" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Buka bungkus <0/> ke {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Pembukaan gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Tidak terbungkus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Membuka bungkus" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Perbarui Delegasi" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Gunakan Uniswap Labs API untuk mendapatkan penawaran lebih cepat." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Likuiditas V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Harga:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versi: kapan:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Sangat umum" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Sangat langka" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Lihat biaya yang masih harus dibayar dan analitik<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Lihat dan jual NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Lihat analitik lainnya" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Lihat di Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Lihat di Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Lihat di {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Lihat transaksi di Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volume adalah jumlah aset yang telah diperdagangkan di Uniswap v3 selama jangka waktu yang dipilih." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Beri Suara Melawan" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Beri Suara Untuk" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Beri suara melawan usulan {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Suara menentang proposal {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Beri suara terhadap proposal {proposalKey} dengan alasan \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Pemungutan suara gagal" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Beri suara untuk usulan {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Beri suara untuk proposal {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Pilih proposal {proposalKey} dengan alasan \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Memilih dalam pemerintahan" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Pilih untuk abstain pada proposal {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Suara untuk abstain pada proposal {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Memilih abstain pada proposal {proposalKey} dengan alasan \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Terpilih" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Pemungutan suara" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Voting berakhir {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Voting berakhir kira-kira {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Pemungutan suara dimulai sekitar {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Menunggu kepastian" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Alamat Dompet atau nama ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Peringatan" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Selamat datang di tim Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Mengapa diperlukan transaksi?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Tarik likuiditas yang disetor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Penarikan gagal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Penarikan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Mundur" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Wrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Bungkus <0/> ke {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Bungkus gagal" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Dibungkus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Pembungkus" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Salah jaringan" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Anda sudah memiliki proposal yang aktif atau tertunda" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Anda sedang membuat pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Anda bukan pemilik posisi LP ini. Anda tidak akan dapat menarik likuiditas dari posisi ini kecuali Anda memiliki alamat berikut: {ownerAddress}" - -#: 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 "Anda adalah penyedia likuiditas pertama untuk pool Uniswap V3 ini. Likuiditas Anda akan bermigrasi pada harga {0} saat ini." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Anda adalah penyedia likuiditas pertama." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Anda dapat memilih sendiri setiap usulan atau mendelegasikan suara Anda ke pihak ketiga." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Anda tidak memiliki cukup suara untuk mengirimkan proposal" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Anda belum memiliki likuiditas di pool ini." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Anda mungkin telah kehilangan koneksi jaringan Anda." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Anda harus menghubungkan akun." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Anda harus memiliki {formattedProposalThreshold} suara untuk mengajukan proposal" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Anda membayar" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Anda menerima" - -#: 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 "Anda hanya boleh menyetorkan likuiditas ke Uniswap V3 dengan harga yang Anda yakini benar. <0/>Jika harga tampak salah, Anda dapat melakukan pertukaran untuk memindahkan harga atau menunggu orang lain melakukannya." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Anda juga akan memungut biaya yang diperoleh dari posisi ini." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Anda akan menerima" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Likuiditas V2 Anda" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Posisi likuiditas V3 aktif Anda akan muncul di sini." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Saldo Anda pada {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Jaringan Anda yang terhubung tidak didukung." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Transaksi onchain dan pembelian crypto Anda akan muncul di sini." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Bagian pool Anda:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Posisi Anda" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Posisi Anda memiliki 0 likuiditas, dan tidak menghasilkan biaya." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Posisi Anda akan muncul di sini." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Posisi Anda akan 100% terdiri dari {0} pada harga ini" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Posisi Anda akan 100% {0} pada harga ini." - -#: 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 "Posisi Anda tidak akan menghasilkan biaya atau digunakan dalam perdagangan sampai harga pasar bergerak ke rentang Anda." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Posisi Anda" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Pertukaran Anda diharapkan gagal." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Swap Anda telah dimodifikasi melalui dompet Anda. Jika ini adalah kesalahan, harap segera batalkan atau berisiko kehilangan dana Anda." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Token total pool Anda:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Biaya transaksi Anda akan jauh lebih tinggi karena sudah termasuk gas untuk membuat pool." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Transaksi Anda mungkin diunggulkan dan menghasilkan perdagangan yang tidak menguntungkan." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Transaksi Anda akan dikembalikan jika tertunda selama lebih dari jangka waktu ini." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Transaksi Anda akan dikembalikan jika harga berubah lebih dari persentase ini." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Jaringan dompet Anda saat ini tidak didukung." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "{0} saldo Anda" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "Dan" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "dan menyetujuinya" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "belum tersedia" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "di bawah harga dasar." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "di bawah harga dasar koleksi. Apakah anda yakin ingin melanjutkan?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "kegiatan yang diblokir" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "biaya" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "untuk" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "untuk {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "dari" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "Di Sini." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "menit" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "bulan" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "hadiah" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "ada yang salah!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "ke" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Menyelesaikan masalah} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Token ini tidak diperdagangkan di bursa terpusat AS terkemuka atau sering ditukar di Uniswap.} other {Token ini tidak diperdagangkan di bursa terpusat AS terkemuka atau sering ditukar di Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Token ini tidak diperdagangkan di bursa terpusat AS terkemuka.} other {Token ini tidak diperdagangkan di bursa terpusat AS terkemuka.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Anda tidak dapat memperdagangkan token ini menggunakan Aplikasi Uniswap.} other {Anda tidak dapat memperdagangkan token ini menggunakan Aplikasi Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {daftar} other {daftar}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Disetor" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Biaya yang Diperoleh:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT terdaftar secara signifikan" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Tertunda" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Coba tingkatkan toleransi selip Anda.\n" -"Catatan: token fee-on-transfer dan rebase tidak kompatibel dengan Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Suara" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Harga:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "tingkat biaya {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% kumpulan" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% memilih" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% selip" - -#: 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} Token LP" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {hari} other {hari}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {jam} other {jam}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {bulan} other {bulan}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {pekan} other {minggu}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} dan {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {hari} other {hari}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {jam} other {jam}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {menit} other {menit}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {bulan} other {bulan}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {Kedua} other {detik}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {pekan} other {minggu}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} mungkin sedang down sekarang, atau Anda mungkin kehilangan koneksi jaringan." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} jembatan token" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {koleksi} other {koleksi}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Kembali ke Kolam" - diff --git a/src/locales/it-IT.po b/src/locales/it-IT.po deleted file mode 100644 index 1af7b202c9..0000000000 --- a/src/locales/it-IT.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: it\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Italian\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: it\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% massimo" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Visualizza su Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(modifica)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nuova posizione" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Rimuovi destinatario" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Volume 24H" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Il volume 24H è l'importo dell'asset che è stato scambiato su Uniswap v3 nelle ultime 24 ore." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W di altezza" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W basso" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Tutte Le Proposte" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Voti" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Analisi account e commissioni maturate<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Prezzo attuale:<1><2/><3>{0} per {1}" - -#: 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>Suggerimento: La rimozione dei token pool converte la tua posizione in token sottostanti alla velocità corrente, proporzionale alla tua quota del pool. Le commissioni accumulate sono incluse negli importi che ricevi." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Suggerimento: Seleziona un'azione e descrivi la tua proposta per la comunità. La proposta non può essere modificata dopo l'invio, quindi verificare tutte le informazioni prima dell'invio. Il periodo di votazione inizierà immediatamente e durerà 7 giorni. Per proporre un'azione personalizzata, <1>leggi i documenti." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Suggerimento: Usa questo strumento per trovare i pool v2 che non vengono visualizzati automaticamente nell'interfaccia." - -#: 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>Suggerimento: Quando aggiungi liquidità, riceverai i token di pool che rappresentano la tua posizione. Questi gettoni guadagnano automaticamente le commissioni proporzionali alla tua quota del pool e possono essere riscattati in qualsiasi momento." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Sblocca il voto per preparare la prossima proposta." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Per la presentazione delle proposte è richiesta una soglia minima dello 0,25% dell'offerta UNI totale" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Uno swap di queste dimensioni può avere un elevato impatto sui prezzi, data l'attuale liquidità nel pool. Potrebbe esserci una grande differenza tra la quantità del tuo token di input e ciò che riceverai nel token di output" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Informazioni" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Accetta" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Attivo" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Attività" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Aggiungi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Aggiungi <0/> e <1/> a Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Aggiungi Delegato +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Aggiungi Liquidità" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Aggiungi Liquidità V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Aggiunta liquidità V2 non riuscita" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Aggiunta di liquidità non riuscita" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Aggiungi liquidità." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Aggiungi più liquidità" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Aggiungi al carrello" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Aggiungi al carrello" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Aggiungi {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Aggiungi liquidità {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Aggiunta liquidità" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Aggiunta liquidità V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Aggiunta liquidità" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} aggiunto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Aggiunta di liquidità V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Aggiungere liquidità" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "L'aggiunta di questa proposta alla coda ne consentirà l'esecuzione, dopo un certo ritardo." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "L'indirizzo non ha alcun reclamo disponibile" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Contro" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Consenti la migrazione del token LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Consentito" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Già elencato a" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Conduci sempre le tue ricerche prima di fare trading." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Importo" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "È necessaria un'approvazione per utilizzare questo token." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Si è verificato un errore durante il caricamento dei token. Per favore riprova." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Si è verificato un errore durante il tentativo di eseguire questo scambio. Potrebbe essere necessario aumentare la tolleranza allo slittamento. Se ciò non funziona, potrebbe esserci un'incompatibilità con il token che stai scambiando. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Approvazione non riuscita" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "In attesa di approvazione" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Approva" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Approva token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Approva nel portafoglio" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Approva nel tuo portafoglio" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Approva l'uso di {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Approva {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Approvato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Approvazione" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Approvazione di {0}" - -#: 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 "Almeno {0} {1} e {2} {3} saranno rimborsati al tuo portafoglio a causa dell'intervallo di prezzo selezionato." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automatico" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API del router automatico" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Torniamo alle piscine" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Torna alla selezione del portafoglio" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Borsa" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Ideale per coppie esotiche." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Ideale per la maggior parte delle coppie." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Ideale per coppie stabili." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Ideale per coppie molto stabili." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Il percorso con il miglior prezzo costa ~{gasPrice} in benzina." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Indirizzo bloccato" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bloccato su OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Prestito fallito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Preso in prestito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Prendere in prestito" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Comprato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Masterizzazione fallita" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Bruciato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Bruciare" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Acquistare" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Acquista criptovalute" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Acquisto fallito" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Acquista o trasferisci NFT su questo portafoglio per iniziare." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Acquista o trasferisci token su questo portafoglio per iniziare." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Compra, vendi ed esplora i token" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Acquista, vendi ed esplora token e NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Acquisto" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Di" - -#: 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 "Aggiungendo liquidità guadagnerai lo 0,3% di tutte le operazioni su questa coppia proporzionale alla tua quota di pool. Le tasse vengono aggiunte al pool, maturano in tempo reale e possono essere rivendicate ritirando la vostra liquidità." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Collegando un portafoglio, accetti le condizioni di Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Annullamento non riuscito" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Annullato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Annullato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Annullamento" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Attenzione" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Controlla lo stato della rete" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Scopri le nostre guide di passaggio v3 LP e di migrazione." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Reclama" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Richiedi <0/> per {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Reclama UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Reclama UNI Token" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Richiedi il premio UNI per {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Richiedi Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Reclamo fallito" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Diritti di rivendicazione" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Richiedi i tuoi token UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Richiesto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Richiesta in corso" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Cancella Tutto" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Cancella tutto" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Chiudi" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Chiuso" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Posizioni chiuse" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Raccogli" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Raccogli come {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Raccogli commissioni" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Riscossione commissioni non riuscita" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Raccogli le{1} {0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Raccolti" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Commissioni raccolte" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Raccolta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Raccolta delle commissioni" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "La riscossione delle commissioni preleverà le commissioni attualmente disponibili per te." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Prossimamente: cerca ed esplora i token su BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Comune" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Completare!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Conferma" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Conferma Fornitura" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Conferma questa transazione nel tuo portafoglio" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Conferma la transazione nel portafoglio" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Collegare" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Connetti Portafoglio" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Collega un portafoglio" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Connettiti a un portafoglio per trovare dei pool" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Connettiti a un portafoglio per visualizzare la tua liquidità V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Connettiti a un portafoglio per visualizzare la tua liquidità." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Collega portafoglio" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Contenuto no" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continua" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interazione contrattuale" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Indirizzo del contratto" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Copiato!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Copia link" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Crea Pool e Fornitura" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Crea proposta" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Crea una coppia" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Crea pool e aggiungi liquidità {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Creazione pool non riuscita" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Crea pool." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Crea{1} pool V3 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Piscina creata" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Creazione piscina" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Gli acquisti di criptovalute non sono disponibili nella tua regione." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Prezzo corrente" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Prezzo {0} corrente:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Costume" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registratore DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Sconfitto" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Voti Delegati" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegato non riuscito" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delega il potere di voto a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegato" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegato a:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegare" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegare voti" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Distribuzione non riuscita" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Distribuito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Distribuzione" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Importi Di Deposito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Deposito non riuscito" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Liquidità dei depositi" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Deposita i token sulla rete {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Depositato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Deposito" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Descrizione" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Dettagliato" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Dettagli" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Ignora" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentazione" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Non hai Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Non vedi una delle tue posizioni v2? <0>Importala." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Scaricamento" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Scarica portafoglio Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Scarica l'app" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Scarica nell'App Store per archiviare in modo sicuro i tuoi token e NFT, scambiare token e connetterti alle app crittografiche." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Controllore del registro dell'ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "I token UNI guadagnati rappresentano le quote di voto nella governance di Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Modificare" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Modifica elenchi" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Inserisci una percentuale" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Inserisci un destinatario" - -#: 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 "Inserisci un indirizzo per attivare un reclamo UNI. Se l'indirizzo ha una qualsiasi UNI che può essere richiesta, verrà inviata loro al momento dell'invio." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Inserisci un importo" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Inserisci {0} importo" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Errore" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID errore: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Errore di connessione" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Servizio nomi Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Evento" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Tasso di cambio" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Eseguire" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Esegui la proposta {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Esecuzione fallita" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Esegui la proposta {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Eseguito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Esecuzione" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "L'esecuzione di questa proposta metterà in atto il calldata on-chain." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Esecuzione inviata" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Output previsto" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Scaduto" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Scade tra" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Esplora gli NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Esplora Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Esplora i token" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Estremamente raro" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Fallito" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Impossibile cambiare rete" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Funzionalità Flag" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Livello Di Tariffa" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Livello tariffario" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Feedback" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Commissioni" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Percorso di recupero" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Recupero del miglior prezzo..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Prezzo da recuperare..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtra i token" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Trova il percorso migliore sul protocollo Uniswap attraverso il tuo browser. Può comportare un'elevata latenza e prezzi." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Trova il percorso migliore sul protocollo Uniswap utilizzando l'API di routing di Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Pavimento" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Prezzo al piano" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Per" - -#: 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 "Per ogni pool mostrato di seguito, fai clic su Esegui migrazione per rimuovere la liquidità da Uniswap V2 e depositarlo in Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Da" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Da (al massimo)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Gamma completa" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Iniziare" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Ottieni supporto" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centro assistenza" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Nascosto" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Nascondere" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Nascondi posizioni chiuse" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Nascondi risorse" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Nascondi piccoli saldi" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Capisco" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Se ritieni che si tratti di un errore, invia un'e-mail includendo il tuo indirizzo a" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importa Pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importa pool V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Nella gamma" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Nell'intervallo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Aumenta La Liquidità" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Prezzi iniziali e quote di pool" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "L'input è stimato. Venderai al massimo <0>{0} {1} o la transazione verrà ripristinata." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fondi insufficienti" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Liquidità insufficiente" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Liquidità insufficiente per questa operazione." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Liquidità del pool insufficiente per completare la transazione" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Saldo {0} insufficiente" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Coppia non valida" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Coppia non valida." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Input di prezzo non valido" - -#: 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 "Intervallo selezionato non valido. Il prezzo minimo deve essere inferiore al prezzo massimo." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Destinatario non valido" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Lingua" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Scorso" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Ultimo prezzo" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Ultimo aggiornamento" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Impara" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Ulteriori informazioni sulla fornitura di liquidità" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Saperne di più" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Legale e Privacy" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Collegamenti" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidità" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Dati sulla liquidità non disponibili." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Ricompense fornitore di liquidità" - -#: 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 "I fornitori di liquidità guadagnano una commissione dello 0,3% su tutte le operazioni proporzionale alla loro quota del pool. Le tasse vengono aggiunte al pool, maturano in tempo reale e possono essere richieste ritirando la vostra liquidità." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Elenca gli NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Elenco in vendita" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "La quotazione di un NFT richiede un'approvazione del mercato una tantum per ogni raccolta di NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Elenchi" - -#: 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 -msgid "Loading" -msgstr "Caricamento" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Indennità di carico" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Prezzo di listino basso" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MASSIMO" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Fare un'offerta" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gestisci" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gestisci la liquidità nel pool di ricompense" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Gestisci questo pool." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Prezzo Massimo" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Diritti d'autore massimi" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Commissioni massime" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Prezzo massimo" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Massimo slittamento" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Ingresso massimo" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Massimo inviato" - -#: 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 "Esegui migrazione" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migra la liquidità a V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migra Liquidità V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "La migrazione della liquidità non è riuscita" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migra i tuoi token di liquidità da Uniswap V2 a Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migra{1} liquidità {0}a V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Liquidità migrata" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrazione" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Liquidità in migrazione" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Prezzo Minimo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Prezzo minimo" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Uscita minima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimo ricevuto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Menta fallita" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Coniato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Conio" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Dati del grafico mancanti" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Dati sui prezzi mancanti a causa del recente basso volume di scambi su Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay non è disponibile in alcune regioni. Clicca per saperne di più." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Altro" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "I miei NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Raccolte NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nome non trovato" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Pulsante di navigazione" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Avviso di rete" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Tariffa di rete" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Mai" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nuova Posizione" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Ancora nessun NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Nessuna liquidità V2 trovata." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Nessuna attività ancora" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Nessun dato" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Nessuna descrizione." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Nessun elemento da visualizzare" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Nessuna liquidità trovata." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Nessun pool trovato." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ancora nessuna piscina" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nessuna proposta trovata." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nessun risultato trovato." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Nessuna informazione sul token disponibile" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nessun token trovato" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nessun token trovato." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ancora nessun gettone" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Non disponibile" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Non disponibile nella tua regione" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Non creato" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Non elencato" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Offerte" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Una volta che sei soddisfatto del tasso di fornitura fai clic per recensire." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Un NFT è elencato allo {0}%" - -#: 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 "Solo i voti UNI che sono stati auto-delegati o delegati a un altro indirizzo prima del blocco {0} sono ammissibili per votare." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Spiacenti, riportami a Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Apri una nuova posizione o crea un pool per iniziare." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Rotta dell'ordine" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Fuori portata" - -#: 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 "L'output è stimato. Se il prezzo cambia di più di {0}% la transazione verrà ripristinata." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "L'output è stimato. Riceverai almeno <0>{0} {1} o la transazione verrà ripristinata." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Proprietario" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Pagina non trovata!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Paga" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Paga comunque" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Paga con" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "In attesa di" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "È necessaria l'autorizzazione affinché Uniswap possa scambiare ciascun token. Questo scadrà dopo un mese per la tua sicurezza." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permesso2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Connettiti a Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool trovato!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Token del pool nel pool di ricompense:" - -#: 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 "Raggruppato {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Piscine" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Raccolte NFT popolari" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Gettoni popolari" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posizione non disponibile" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferenze" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Anteprima" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Prezzo" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Differenza Di Prezzo:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impatto sui prezzi" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Impatto Prezzo Troppo Alto" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impatto sui prezzi" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Avviso sull'impatto del prezzo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Intervallo di prezzo" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Prezzo aggiornato" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Prezzo:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Prezzi e quota del pool" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "politica sulla riservatezza" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Politica sulla riservatezza." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Procedi nel portafoglio" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Ricavi se venduto" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Proposta" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Proposta inviata" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Titolo della proposta" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Proposte" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Le proposte presentate dai membri della comunità appariranno qui." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Azione Proposta" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proponente" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Risolutore pubblico" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Quantità" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Coda" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Proposta di coda {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Coda non riuscita" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Proposta di coda {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "In coda" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Accodamento" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Accodamento" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Raro" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Rarità" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tariffe" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Per saperne di più sulla governance di Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Per saperne di più sulla fornitura di liquidità" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Per saperne di più sugli asset non supportati" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Ricevere" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Ricezione fallita" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Ricevuto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Ricevere" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Ricerche recenti" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Destinatario" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "I rimborsi per gli articoli non disponibili saranno dati in ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Respinto" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Ricarica l'app" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Rimuovi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Rimuovi <0/> e <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Rimuovi Importo" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Rimuovi Delegato" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Rimuovi Liquidità" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Rimuovere dalla borsa" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Rimuovi oggetto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Rimozione della liquidità non riuscita" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquidità rimossa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquidità rimossa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Togliere liquidità" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Rimozione di {0} {1} e {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Rimozione di {0} {1} e{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Rimborsato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Rimborso fallito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Rimborso" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Risolvi {issues} problemi" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Riprova" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Ritorno" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Torna a I miei NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Cancelliere inverso" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Recensione Scambia" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Approvazione revocata" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Stesso prezzo" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Scansiona con Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Ricerca" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Cerca nome o incolla indirizzo" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Cerca token e raccolte NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Seleziona Associa" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Seleziona un token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Seleziona un token per trovare la tua liquidità v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Seleziona un'azione" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Seleziona gettone" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Intervallo selezionato" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Se stesso" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Auto-Delegato" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vendere" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vendi NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Venditore" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Invio fallito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Invio" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Inviato" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Imposta Intervallo Di Prezzo" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Imposta Prezzo iniziale" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Imposta i prezzi per continuare" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Impostazioni" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Quota del pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Quota del pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Condividi su Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Condividi su Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Spettacolo" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Mostra annullato" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Mostra le posizioni chiuse" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Mostra di più" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Mostra risorse" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Cartello" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Semplice" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Lo slippage al di sotto {0}% può comportare una transazione non riuscita" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Venduto" - -#: 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 "Alcuni asset non sono disponibili attraverso questa interfaccia perché potrebbero non funzionare bene con i contratti intelligenti o non siamo in grado di consentire il trading per motivi legali." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Qualcosa è andato storto" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Qualcosa è andato storto. Per favore riprova." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Siamo spiacenti, si è verificato un errore durante l'elaborazione della tua richiesta. Se richiedi assistenza, assicurati di copiare i dettagli di questo errore." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Siamo spiacenti, si è verificato un errore durante l'elaborazione della tua richiesta. Se richiedi assistenza, assicurati di fornire il tuo ID errore." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Inizia l'elenco" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistiche" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Invia nuova proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Invio proposta non riuscito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Proposta inviata" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Presentazione della proposta" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Invio del voto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Invio proposta" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Successo" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Successo" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Inserito con successo" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Fornitura" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Fornitura di {0} {1} e {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Scambia" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Scambia <0/> con esattamente <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Scambia Comunque" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Scambia esattamente <0/> con <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Scambio fallito" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Scambiato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Scambio" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Scambio di {0} {1} per {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Spazzare" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Cambia rete" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Passa a {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Simbolo non trovato" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Termini di servizio" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Grazie per far parte della community di Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "La % che guadagnerai in commissioni." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "L'invariante Uniswap x * y = k non è stata soddisfatta con lo scambio. Questo di solito significa che uno dei token che stai scambiando incorpora un comportamento personalizzato durante il trasferimento." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "L'importo che ti aspetti di ricevere al prezzo di mercato corrente. Potresti ricevere meno o più se il prezzo di mercato cambia mentre la tua transazione è in sospeso." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "L'app recupera i dati blockchain dal servizio ospitato da The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "L'app recupera i dati sulla catena e crea chiamate di contratto con un'API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "L'app recupera la rotta commerciale ottimale da un server Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "L'app registra statistiche di utilizzo anonime per migliorare nel tempo." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "L'app raccoglie in modo sicuro l'indirizzo del tuo portafoglio e lo condivide con TRM Labs Inc. per motivi di rischio e conformità." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Il tentativo di connessione non è riuscito. Fai clic su Riprova e segui i passaggi per connetterti al tuo portafoglio." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "La differenza stimata tra i valori in USD degli importi in entrata e in uscita." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "La commissione pagata ai minatori che elaborano la tua transazione. Questo deve essere pagato in ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "La commissione pagata ai minatori che elaborano la tua transazione. Questo deve essere pagato in {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "L'impatto che il tuo trade ha sul prezzo di mercato di questo pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Il token di input non può essere trasferito. Potrebbe esserci un problema con il token di input." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Il prezzo di mercato è al di fuori della tua fascia di prezzo specificata. Solo deposito singolo asset." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "L'importo massimo che sei sicuro di spendere. Se il prezzo scende ulteriormente, la transazione verrà ripristinata." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "L'importo minimo che ti garantiamo di ricevere. Se il prezzo scende ulteriormente, la transazione verrà annullata." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Il numero di blocco più recente su questa rete. I prezzi si aggiornano su ogni blocco." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Il token di output non può essere trasferito. Potrebbe esserci un problema con il token di output." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Il token di output non può essere trasferito. Potrebbe esserci un problema con il token di output. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3." - -#: 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 "Il prezzo di questo pool è al di fuori dell'intervallo selezionato. La tua posizione non sta attualmente guadagnando commissioni." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Il prezzo di questo pool è entro l'intervallo selezionato. La tua posizione sta attualmente guadagnando commissioni." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Il rapporto tra i gettoni che aggiungi imposterà il prezzo di questo pool." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Non ci sono dati sulla liquidità." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Questo indirizzo è bloccato sull'interfaccia di Uniswap Labs perché è associato a uno o più" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Questa app utilizza le seguenti API di terze parti:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Questo mese" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Questo pool deve essere inizializzato prima di poter aggiungere liquidità. Per inizializzare, seleziona un prezzo iniziale per il pool. Quindi, inserisci la fascia di prezzo della liquidità e l'importo del deposito. Le tariffe del gas saranno più elevate del solito a causa della transazione di inizializzazione." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Questa proposta può essere eseguita dopo {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Questo percorso ottimizza la tua produzione totale considerando percorsi divisi, salti multipli e il costo del gas di ogni passaggio." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Questa tabella contiene i token principali per volume Uniswap, ordinati in base al tuo input." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Questo token non esiste" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Questo token non esiste su {0}" - -#: 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 "Questo strumento eseguirà la migrazione in modo sicuro della tua liquidità {0} a V3. Il processo è completamente affidabile grazie alla" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Questa transazione non può essere inviata perché il termine è scaduto. Verifica che la scadenza della tua transazione non sia troppo bassa." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Questa transazione non avrà esito positivo a causa del movimento dei prezzi. Prova ad aumentare la tua tolleranza allo slittamento. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Questa transazione non avrà esito positivo a causa del movimento del prezzo o della commissione sul trasferimento. Prova ad aumentare la tua tolleranza allo slittamento." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Questa settimana" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Quest'anno" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tempo" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "A" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "A (almeno)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Per utilizzare Uniswap su {0}, cambia la rete nelle impostazioni del tuo portafoglio." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Per visualizzare una posizione è necessario essere connessi alla rete di appartenenza." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Oggi" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nome token" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token non trovato" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Le statistiche e i grafici dei token per {label} sono disponibili su <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Token" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Tratto superiore" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "I pool migliori" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "I migliori token su Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Totale" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Il valore totale bloccato (TVL) è l'importo aggregato dell'asset disponibile in tutti i pool di liquidità di Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Scambia criptovalute e NFT con fiducia" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Fai trading di criptovalute con fiducia" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Tratto" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Piano dei tratti" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Tratti" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Impostazioni della transazione" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transazione Inviata" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transazione completata in" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Termine transazione" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transazione in corso" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transazione rifiutata" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transazione inviata" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Gettone di trasferimento" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Prova Di Nuovo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI Governance" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "È arrivata l'UNI" - -#: src/pages/Vote/Landing.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 "I token UNI rappresentano le quote di voto nella governance di Uniswap. Puoi votare su ogni proposta tu stesso o delegare i tuoi voti a terzi." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} bruciati" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Non disponibile" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Non disponibile per la quotazione" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Commissioni non richieste" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Indeterminato" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Governance" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Termini di servizio di Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocollo Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 non è disponibile su questa rete." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponibile tra: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Cliente Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "La governance Uniswap è disponibile solo sul livello 1. Passa alla rete Ethereum Mainnet per visualizzare le proposte e il voto." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap ha esaudito il tuo desiderio!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap in tasca" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Contratto di migrazione Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Sconosciuto" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Approvazione sconosciuta" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Zecca sconosciuta" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Sconosciuto Invia" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Scambio sconosciuto" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Sblocca Voti" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Sblocca Il Voto" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Sblocco Voti" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Asset Non Supportato" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Asset Non Supportato" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Non supportato dal tuo portafoglio" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Senza titolo" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Unwrap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Scartare <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Disimballaggio non riuscito" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Scartato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Scartare" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Aggiorna la delega" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Utilizza l'API di Uniswap Labs per ottenere preventivi più rapidi." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Liquidità V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Prezzo {0} V3:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versione:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Molto comune" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Molto rara" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Visualizza le commissioni e le analisi accumulate<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Visualizza e vendi NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Visualizza altre analisi" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Visualizza su Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Visualizza su Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Visualizza su {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Visualizza transazione su Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Il volume è l'importo dell'asset che è stato scambiato su Uniswap v3 durante il periodo di tempo selezionato." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Vota Contro" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Voto per" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Vota contro la proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Voto contro la proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Voto contro proposta {proposalKey} con motivazione \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Voto fallito" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Vota la proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Vota la proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Vota la proposta {proposalKey} con causale \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Voto nella governance" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Voto di astensione sulla proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Voto di astensione sulla proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Voto di astensione su proposta {proposalKey} con motivazione \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Votato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Voto" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Votazione terminata {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "La votazione termina approssimativamente {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "La votazione inizia circa {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "In attesa di conferma" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Indirizzo portafoglio o nome ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Avvertimento" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Benvenuto nel team Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Perché è richiesta una transazione?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Ritira liquidità depositata" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Ritiro fallito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Ritiro" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Ritirato" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Avvolgi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Avvolgi da <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Avvolgimento non riuscito" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Avvolto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Avvolgimento" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Rete sbagliata" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Hai già una proposta attiva o in attesa" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Stai creando un pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Non sei il proprietario di questa posizione LP. Non potrai ritirare la liquidità da questa posizione a meno che non possiedi il seguente indirizzo: {ownerAddress}" - -#: 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 "Sei il primo fornitore di liquidità per questo pool di Uniswap V3. La tua liquidità migrerà al prezzo corrente di {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Sei il primo fornitore di liquidità." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Puoi votare personalmente su ogni proposta o delegare i tuoi voti a terzi." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Non hai abbastanza voti per inviare una proposta" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Non hai ancora liquidità in questo pool." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Potresti aver perso la connessione di rete." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Devi collegare un account." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Devi avere {formattedProposalThreshold} voti per inviare una proposta" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Tu paghi" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Tu ricevi" - -#: 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 "Dovresti depositare solo liquidità in Uniswap V3 ad un prezzo che credi sia corretto. <0/>Se il prezzo sembra errato, puoi fare uno swap per spostare il prezzo o aspettare che qualcun altro lo faccia." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Raccoglierai anche le commissioni guadagnate da questa posizione." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Riceverai" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "La tua liquidità V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Le tue posizioni di liquidità V3 attive appariranno qui." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Il tuo saldo su {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "La tua rete connessa non è supportata." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Le tue transazioni onchain e gli acquisti di criptovalute appariranno qui." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "La tua quota del pool:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "La tua posizione" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "La tua posizione ha 0 liquidità e non sta guadagnando commissioni." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "La tua posizione apparirà qui." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "La tua posizione sarà composta al 100% da {0} a questo prezzo" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "La tua posizione sarà al 100% {0} a questo prezzo." - -#: 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 "La tua posizione non guadagnerà commissioni o sarà utilizzata nelle operazioni fino a quando il prezzo di mercato non si sposterà nella tua gamma." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Le tue posizioni" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Il tuo scambio dovrebbe fallire." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Il tuo scambio è stato modificato tramite il tuo portafoglio. Se si è trattato di un errore, annulla immediatamente o rischi di perdere i tuoi fondi." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "I tuoi token totali:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Il costo della transazione sarà molto più alto in quanto include il gas per creare il pool." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "La tua transazione potrebbe essere anticipata e risultare in uno scambio sfavorevole." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "La tua transazione verrà ripristinata se è in attesa per più di questo periodo di tempo." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "La transazione verrà ripristinata se il prezzo cambia sfavorevolmente di più di questa percentuale." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "La rete attuale del tuo portafoglio non è supportata." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Il tuo saldo {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "E" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "e acconsentire al suo" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "ancora disponibile" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "prezzo sotto piano." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "al di sotto del prezzo base della collezione. Sei sicuro di voler continuare?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "attività bloccate" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "tassa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "per" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "per {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "da" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "Qui." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuti" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "mesi" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "ricompensa" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "qualcosa è andato storto!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "A" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Risolvere il problema} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Questo token non viene scambiato sui principali exchange centralizzati statunitensi o scambiato frequentemente su Uniswap.} other {Questi token non vengono scambiati sui principali exchange centralizzati statunitensi o scambiati frequentemente su Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Questo token non è scambiato sui principali exchange centralizzati statunitensi.} other {Questi token non sono scambiati sui principali exchange centralizzati statunitensi.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Non puoi scambiare questo token utilizzando l'app Uniswap.} other {Non puoi scambiare questi token utilizzando l'app Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {elenco} other {elenchi}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Depositato" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Commissioni Guadagnate:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT sono elencati in modo significativo" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} in attesa" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Prova ad aumentare la tolleranza allo slittamento.\n" -"Nota: i token fee-on-transfer e rebase non sono compatibili con Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Voti" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Prezzo:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Livello di commissione dello {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "Piscina allo {0}%." - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% seleziona" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% di slittamento" - -#: 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} Token LP" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {giorno} other {giorni}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {ora} other {ore}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mese} other {mesi}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {settimana} other {settimane}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} e {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {giorno} other {giorni}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {ora} other {ore}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuto} other {minuti}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mese} other {mesi}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {secondo} other {secondi}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {settimana} other {settimane}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} potrebbe essere inattivo in questo momento o potresti aver perso la connessione di rete." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token ponte" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {collezione} other {collezioni}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Torna a Piscine" - diff --git a/src/locales/ja-JP.po b/src/locales/ja-JP.po deleted file mode 100644 index 2ea91d345d..0000000000 --- a/src/locales/ja-JP.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: ja\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "最大%" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(エクスプローラーで表示)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(編集)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ 新しいポジション" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "宛先を削除" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24時間出来高" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24時間出来高とは、過去 24 時間に Uniswap v3 で取引された資産の金額です。" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52週高値" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52週安値" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/>すべての提案" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/>投票" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>アカウント分析と発生した手数料<1>↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>現在の価格:<1><2/><3>{0} / {1}" - -#: 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>ヒント: 流動性トークンを削除すると、プールのシェアに比例して現在の価格で元のトークンに戻ります。発生した報酬は受け取るトークンに含まれます。" - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>ヒント:アクションを選択し、コミュニティへの提案を記載してください。提案は提出後に変更できませんので、提出する前にすべての情報を確認してください。投票期間はすぐに始まり、7日間続きます。カスタムアクションを提案する場合、<1>ドキュメントをお読みください。" - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>ヒント: このツールを使用して、画面に自動表示されないV2のプールを見つけます。" - -#: 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>ヒント: 流動性を追加すると、そのポジションを表す流動性トークンを受け取ります。 流動性トークンはプールのシェアに応じて自動的に報酬を獲得します。また、流動性トークンはいつでも償還できます。" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "次の提案に備えるため <0>投票のロックを解除" - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "提案を提出するには、UNIの総供給量の0.25%以上のUNIが必要です。" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "この規模のスワップは、現在のプールの流動性を考慮すると、価格に大きな影響を与える可能性があります。売るトークンの金額と買うトークンとして受け取る金額に大きな差が生じる可能性があります" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "概要" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "同意する" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "アクティブ" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "アクティビティ" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "追加" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "<0/>と<1/>をユニスワップV2に追加" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "第三者に投票を委任する" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "流動性を追加" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "V2の流動性を追加" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "V2 流動性の追加に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "流動性の追加に失敗しました" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "流動性を追加" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "流動性を追加する" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "かごに入れます" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "かごに入れます" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "{0}を追加" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "{0}/{1} V3の流動性を追加" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "流動性の追加" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "V2 流動性の追加" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "流動性の追加" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} を追加" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "V2流動性の追加" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "流動性の追加" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "LPトークンの移行を許可する" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "許可済" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "すでにリストされています" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "取引前に常にご自身で調査を行ってください。" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "数量" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "このトークンを使用するには承認が必要です。" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "トークンのロード中にエラーが発生しました。もう一度試してください。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "スワップ実行時にエラーが発生しました。スリッページの許容範囲を広げる必要がある可能性があります。それでも上手くいかない場合、取引しているトークンとの互換性がない可能性があります。注:転送時に手数料が発生するトークンおよびリベースするトークンは、UniswapV3と互換性がありません。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "承認に失敗しました" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "承認待ち" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "承認" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "トークンを承認する" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "ウォレットで承認する" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "ウォレットで承認する" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "{0}の使用を承認する" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "{0} を承認する" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "承認成功" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "承認中" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "{0} を承認中" - -#: 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 "少なくとも {0} の {1} と {2} の {3} は設定した価格範囲のため、ウォレットに返金されます。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "自動" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "自動ルーターAPI" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "プールに戻る" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "ウォレットの選択に戻る" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "バッグ" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "残高: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "マイナーなペアに最適" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "ほとんどのペアに最適" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "安定的なペアに最適" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "非常に安定したペアに最適" - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "最安ルートのガソリン代は ~{gasPrice} です。" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "ブロックされたアドレス" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "OpenSea でブロックされています" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "借用に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "借りた" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "借りる" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "買った" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "書き込みに失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "やけど" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "燃焼" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "買う" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "暗号通貨を購入する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "購入に失敗しました" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "NFT を購入するか、このウォレットに転送して開始してください。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "開始するには、トークンを購入するか、このウォレットに転送してください。" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "トークンを購入、販売、探索する" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "トークンと NFT を購入、販売、探索する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "購入する" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "流動性を追加することで、このペアのすべての取引で発生する0.3%の手数料のうち、プールのシェアに応じた報酬を獲得します。報酬はリアルタイムにプールに追加され、反映されます。報酬は流動性を引き出すことで請求できます。" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "ウォレットを接続すると、Uniswap Labs の規約に同意したことになります。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "キャンセルに失敗しました" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "キャンセル" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "キャンセル" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "キャンセルする" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "注意" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "ネットワークの状態を確認" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "V3の流動性と移行ガイドをご覧ください。" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "請求" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "{0} の <0/> を請求する" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "UNIを請求" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "UNIトークンを請求する" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "{0} のUNI報酬を請求する" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Uniswap NFTエアドロップを請求する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "請求が失敗しました" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "手数料を請求する" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "UNIトークンを請求する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "請求済み" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "請求中" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "すべてクリア" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "すべてクリア" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "閉じる" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "終了済" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "クローズドポジション" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "取得する" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "{nativeWrappedSymbol}として収集" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "報酬を取得" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "料金の徴収に失敗しました" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "{0}/{1} の報酬を受け取る" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "取得済" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "徴収された料金" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "取得中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "近日公開: BNB チェーン上のトークンの検索と探索" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "一般" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "ウォレットで取引を確認する" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "ウォレットで取引を確認する" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "接続" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "ウォレットに接続" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "ウォレットに接続してV2の流動性を確認します。" - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "ウォレットに接続して流動性を確認します。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "ウォレットに接続" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "コンテンツではありません" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "続く" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "契約のやり取り" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "コントラクトアドレス" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "コピーしました!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "リンクをコピーする" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "プール作成と流動性の追加" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "提案を作成" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "ペアを作成" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "プールを作成し、 {0}/{1} のV3流動性を追加" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "プールの作成に失敗しました" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "プールを作成" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "{0}/{1} V3プールを作成" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "作成されたプール" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "プールの作成" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "{0} の現在価格:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "カスタム" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNSレジストラ" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "否決" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "投票を委任する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "代理人が失敗しました" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "{0} に投票権を委任する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "委任された" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "委任先:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "委任する" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "投票を委任中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "デプロイに失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "導入済み" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "導入中" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "預け入れる数量" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "入金に失敗しました" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "流動性を預ける" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "{label} ネットワークにトークンを預け入れます" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "入金済み" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "入金中" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "説明" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "詳細" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "詳細" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "注文を取り下げる" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "ドキュメンテーション" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Uniswap ウォレットをお持ちではありませんか?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "V2の流動性が表示されない場合、該当のトークンを<0>インポートしてください" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "ダウンロード" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Uniswapウォレットをダウンロード" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "アプリをダウンロードする" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "App Store でダウンロードして、トークンと NFT を安全に保存し、トークンを交換し、暗号化アプリに接続します。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETHレジストラコントローラ" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "保有するUNIトークンは、Uniswapのガバナンスにおける投票権を表します。" - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "編集" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "リストを編集" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "パーセントを入力してください" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "受取人を入力" - -#: 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 "UNIの請求を行うためのアドレスを入力してください。そのアドレスに請求可能なUNIがあれば、請求時にそのアドレスに送信されます。" - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "数量を入力してください" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "{0} の数量を入力してください" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "エラー" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "エラーID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "接続エラー" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "イーサリアムネームサービス" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "イベント" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "為替レート" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "実行" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "提案 {proposalId}を実行する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "実行に失敗しました" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "プロポーザル {proposalKey}を実行します。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "実行済" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "実行中" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "この提案を実行すると、コールデータがオンチェーンで制定されます。" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "実行が送信されました" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "期待される出力" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "期限切れ" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "有効期限が切れる" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "NFTを探す" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Uniswap Analyticsをご覧ください。" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "トークンを探す" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "極めてまれな" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "失敗" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "ネットワークの切り替えに失敗しました" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "機能フラグ" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "設定手数料" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "手数料レベル" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "フィードバック" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "手数料" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "ルート取得中" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "ベストな価格を取得中…" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "価格を取得中..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "トークンのフィルタリング" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "ブラウザを通じて Uniswap プロトコル上の最適なルートを検索します。待ち時間が長くなり、料金が発生する可能性があります。" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Uniswap Labs Routing API を使用して、Uniswap プロトコル上の最適なルートを検索します。" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "フロア" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "フロア価格" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "以下の各流動性について「移行」ボタンをクリックすると、Uniswap V2から流動性を取り出し、Uniswap V3に移行します。" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "売るトークン" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "(最大)売るトークン" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "全範囲" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "始めましょう" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "サポートを受ける" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "ヘルプセンター" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "隠れた" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "非表示" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "決済したポジションを隠す" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "リソースを非表示" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "少額の残高を非表示にする" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "理解しました" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "これがエラーであると思われる場合は、アドレスを記載した電子メールを次の宛先に送信してください。" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "プールをインポート" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "V2プールのインポート" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "範囲内で" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "範囲内" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "流動性を上げる" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "初期価格とプールシェア" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "上記は概算です。最大で<0>{0} {1}を売れなければ、取引は差し戻されます。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "資金が不足しています。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "不十分な流動性" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "流動性が不足しているため、取引できません。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "トランザクションを完了するにはプールの流動性が不十分です" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "{0} の残高が足りません" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "無効なペア" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "無効なペアです。" - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "受け取りアドレスが無効です" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "言語" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "最後" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "最終価格" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "最終更新" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "資料" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "流動性の提供について学ぶ" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "もっと詳しく知る" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "法律とプライバシー" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "リンク" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "流動性" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "流動性提供者はこのペアのすべての取引で発生する0.3%の手数料のうち、プールのシェアに応じた報酬を獲得します。 報酬はリアルタイムにプールに追加され、反映されます。報酬は流動性を引き出すことで請求できます。" - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "NFTの一覧表示" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "販売リスト" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "NFT を出品するには、NFT コレクションごとに 1 回限りのマーケットプレイスの承認が必要です。" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "読み込み中" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "積載許容量" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "安い出品価格" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "最大" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "申し出する" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "管理" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "報酬プールで流動性を管理" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "プールを管理" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "最大" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "最大価格" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "クリエイターの最大著作権料" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "最大手数料" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "最大価格" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "最大スリッページ" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "最大:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "最大入力" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "流動性をV3に移行" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "V2の流動性を移行" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "流動性の移行に失敗しました" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Uniswap V2からUniswap V3に流動性トークンを移行します。" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "{0}/{1} の流動性をV3へ移行" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "流動性の移行" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "移行中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "流動性の移行" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "最小価格" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "最小価格" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "最小:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "最小出力" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "最小購入数" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "ミントは失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "鋳造された" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "鋳造" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "グラフ データがありません" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Uniswap v3 の最近の取引量が少ないため、価格データが欠落しています" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay フィアット オンランプ iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay は一部の地域ではご利用いただけません。クリックして詳細をご覧ください。" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "もっと見る" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "私のNFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFTコレクション" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "名前が見つかりません" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "ナビゲーションボタン" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "ネットワーク警告" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "ネットワーク料金" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "一度もない" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "新しいポジション" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "NFTはまだありません" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "V2の流動性が見つかりません。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "まだ活動はありません" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "データがありません" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "説明はありません。" - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "表示する項目がありません" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "流動性が見つかりません。" - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "プールが見つかりません。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "まだプールはありません" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "提案が見つかりません。" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "結果が見つかりませんでした。" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "利用可能なトークン情報がありません" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "トークンが見つかりません。" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "トークンが見つかりません。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "まだトークンがありません" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "利用不可" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "お住いの国ではご利用いただけません" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "未作成" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "記載されていない" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "オファー" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "価格に問題がなければ、「追加」をクリックして確認します。" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "1 つの NFT がリストされています {0}%" - -#: 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 "ブロック{0} 以前に自己委任、または他のアドレスに委任されたUNIのみが投票の対象となります。" - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "おっと、スワップに戻してください" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "新しいポジションを開くか、プールを作成して開始してください。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "注文のルーティング" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "取引結果は概算です。価格が {0}%以上変化した場合、取引は差し戻される見込みです。" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "取引結果は概算です。<0>{0} {1} 以上を買えない場合は、取引は差し戻されます。" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "所有者" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "ページが見つかりません!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "支払う" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "とにかく支払う" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "で支払う" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "保留中" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap が各トークンを交換するには許可が必要です。これは安全のため 1 か月後に期限切れになります。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "許可2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "イーサリアムのレイヤー1に接続してください" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "プール" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "プールしている {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "プール" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "人気のNFTコレクション" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "人気のあるトークン" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "ポジションが利用できません" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "環境設定" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "プレビュー" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "価格" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "価格差:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "価格への影響" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "価格の影響が大きすぎます" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "価格への影響" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "価格への影響に関する警告" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "価格範囲" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "価格が更新されました" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "価格:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "価格とプールシェア" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "個人情報保護方針" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "プライバシーポリシー。" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "ウォレットで続行" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "売れれば収益" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "提案" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "提出された提案" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "提案のタイトル" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "提案" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "コミュニティメンバーが提出した提案はここに表示されます。" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "提案するアクション" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "提案者" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "パブリックリゾルバー" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "量" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "列" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "キュープロポーザル {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "キューに失敗しました" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "キュー提案 {proposalKey}。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "処理待ち" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "キューイング" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "キューイング" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "レア" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "レアリティ" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "レート" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Uniswapガバナンスについてもっと見る" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "受け取る" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "受信失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "受け取った" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "受信中" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "検索履歴" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "受取人" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "入手不可能なアイテムの払い戻しはETHで行われます" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "拒否" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "アプリを再読み込み" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "解除" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "<0/>と<1/>を削除" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "バッグから取り出します" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "アイテムを削除" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "流動性の削除に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "流動性の除去" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "流動性の除去" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "流動性の除去" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "{0} {1} と {2} {3} を解除中" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "{0} {1} と {2} {3} を削除" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "返済済み" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "返済に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "返済中" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "{issues} 件の問題を解決する" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "リトライ" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "戻る" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "私のNFTに戻る" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "逆引きレジストラ" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "レビュースワップ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "承認の取り消し" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "同じ値段" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Uniswapウォレットでスキャン" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "検索" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "トークン名またはアドレス" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "トークンとNFTコレクションを検索" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "ペアを選択" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "トークン選択" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "トークンを選択して、V2の流動性を見つけます。" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "アクションの選択" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "トークンを選択" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "設定した価格範囲" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "自分" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "自己委任する" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "売る" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "NFTを売る" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "売り手" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "送信に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "送信" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "送信済" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "継続するには価格を設定してください" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "設定" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "プールのシェア" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "プールのシェア:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Twitterで共有" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Twitter で共有" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "表示" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "キャンセルされたショー" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "決済したポジションを表示" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "もっと表示" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "リソースを表示" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "サイン" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "シンプル" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "スリッページが {0}% を下回ると、トランザクションが失敗する可能性があります" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "販売済み" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "何らかの問題が発生しました" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "何か問題が発生しました。もう一度試してください。" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "申し訳ありませんが、リクエストの処理中にエラーが発生しました。サポートをリクエストする場合は、必ずこのエラーの詳細をコピーしてください。" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "申し訳ありませんが、リクエストの処理中にエラーが発生しました。サポートをリクエストする場合は、必ずエラー ID を提供してください。" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "上場開始" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "統計" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "新しい提案を出す" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "提案の送信に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "提出された提案書" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "提案を提出中" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "投票を送信中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "提案書の提出" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "成功" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "成功" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "無事上場されました" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "追加" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "{0} {1} と {2} {3} を追加中" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "スワップ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "<0/> を <1/>にスワップ" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "問題発生の可能性があるが、スワップする" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "<0/>を<1/>にスワップ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "スワップに失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "スワップ成功" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "スワップ中" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "{0} {1} を {2} {3} にスワップ中" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "掃く" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "ネットワークを切り替える" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "{0}に切り替える" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "シンボルが見つかりません" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "利用規約" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Uniswapコミュニティにご参加いただきありがとうございます <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "設定する手数料率" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap不変式 x * y = kはスワップで満たされませんでした。これは通常、スワップするトークンの1つが転送時のカスタム動作を組み込んでいることを意味します。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "現在の市場価格で受け取ると予想される金額。取引の保留中に市場価格が変化した場合、受け取る金額が増減する場合があります。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "アプリはThe Graphがホストするサービスからブロックチェーンデータを取得します。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "アプリはオンチェーンデータを取得し、InfuraAPIを使用してコントラクト呼び出しを構築します。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "アプリは、Uniswap Labsサーバーから最適な取引ルートを取得します。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "アプリは、時間の経過とともに改善するために、匿名化された使用統計をログに記録します。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "アプリはリスクとコンプライアンスの理由からウォレットアドレスを安全に収集し、TRM LabsInc. と共有します。" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "接続の試みは失敗しました。 「もう一度試してください」をクリックし、ウォレットで接続するための手順に従ってください。" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "投入量と産出量の USD 値間の推定差。" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "取引を処理するマイナーに支払われる手数料。これは ${0}で支払う必要があります。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "取引を処理するマイナーに支払われる手数料。これは {0}で支払う必要があります。" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "あなたの取引がこのプールの市場価格に与える影響。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "売るトークンが転送できません。売るトークンに問題がある可能性があります。" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "市場価格が設定した価格範囲から外れています。単一トークンのみ預け入れできます。" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "保証されている最大金額。価格がさらに下落した場合、取引は元に戻ります。" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "受け取ることが保証される最低金額。価格がさらに下落した場合、取引は元に戻ります。" - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "このネットワーク上の最新のブロック番号。価格はブロックごとに更新されます。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "購入するトークンを転送できません。購入するトークンに問題がある可能性があります。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "購入するトークンを転送できません。購入するトークンに問題がある可能性があります。注:転送時に手数料が発生するトークンおよびリベースするトークンは、UniswapV3と互換性がありません。" - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "テーマ" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "流動性データはありません。" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "このアドレスは 1 つ以上のアドレスに関連付けられているため、Uniswap Labs インターフェイスでブロックされています。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "このアプリは、次のサードパーティAPIを使用します。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "今月" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "流動性を追加する前に、このプールを初期化する必要があります。初期化するには、プールの開始価格を選択します。次に、流動性の価格帯と預け入れ数量を入力します。初期化取引のため、ガス料金は通常より高くなります。" - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "この提案は {0} の後に実行される可能性があります。" - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "このルートは、分割ルート、複数のホップ、各ステップのガス コストを考慮して、総出力を最適化します。" - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "このテーブルには、入力に基づいて並べ替えられた Uniswap ボリューム別の上位トークンが含まれています。" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "このトークンは存在しません" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "このトークンは {0}には存在しません" - -#: 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 "本ツールで {0} の流動性をV3に安全に移行します。このプロセスは以下によって特定の第三者を信用する必要が一切ないものになっています。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "期限が過ぎたため、このトランザクションは送信できませんでした。取引期限が短すぎないことを確認してください。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "価格変動により、この取引は成功しません。スリッページの許容範囲を広げてみてください。注:転送時に手数料が発生するトークンおよびリベーストークンは、UniswapV3と互換性がありません。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "この取引は、価格変動または転送時に手数料が発生するため、成功しません。スリッページの許容範囲を広げてみてください。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "今週" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "ことし" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "時間" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "買うトークン" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "買うトークン(少なくとも)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "{0}で Uniswap を使用するには、ウォレットの設定でネットワークを切り替えます。" - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "位置を表示するには、その位置が属するネットワークに接続する必要があります。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "今日" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "トークン名" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "トークンが見つかりません" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "{label} のトークン統計とチャートは、 <0>info.uniswap.org で入手できます" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "トークン" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "トップの特性" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "上位のプール" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Uniswapの上位トークン" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "合計" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "ロックされた合計価値 (TVL) は、すべての Uniswap v3 流動性プール全体で利用可能な資産の合計額です。" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "安心して暗号通貨とNFTを取引できます" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "自信を持って暗号通貨を取引する" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "特性" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "特性フロア" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "特性" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "取引設定" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "取引が送信されました" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "で完了した取引" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "取引期限" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "保留中の取引" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "取引拒否" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "取引は送信されました" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "トークンを転送する" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "もう一度試す" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNIのガバナンス" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNIの登場" - -#: src/pages/Vote/Landing.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トークンはUniswapガバナンスにおける投票権を表します。各提案に対して自分で投票するか、もしくは第三者に投票を委任することができます。" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "削除される UNI {0}/{1}" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "利用不可" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "出品不可" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "未請求の報酬" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "未定" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "ユニスワップAPI" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswapのガバナンス" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "UniswapLabsの利用規約" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "ユニスワッププロトコル" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 はこのネットワークでは使用できません。" - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "利用可能言語: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "ユニスワップクライアント" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswapのガバナンスは、レイヤー1でのみ使用できます。提案と投票を表示するために、ネットワークをEthereumメインネットに切り替えて下さい。" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswapがあなたの願いを叶えます!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "ポケットの中にユニスワップ" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap移行コントラクト↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "知らない" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "不明な承認" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "アンノウンミント" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "不明な送信" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "不明なスワップ" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "投票のロックを解除" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "あなたのウォレットではサポートされていません" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "タイトル未設定" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "アンラップ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "<0/> から {0} にアンラップ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "アンラップに失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "アンラップ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "アンラップ中" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "委任を更新" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Uniswap Labs API を使用すると、より迅速に見積もりを取得できます。" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2の流動性" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3での {0} 価格:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "バージョン:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "ごく普通" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "激レア" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "発生した報酬と分析を見る<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "NFTの閲覧と販売" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "さらに分析を表示" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Etherscanで見る" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "エクスプローラーで見る" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "{0}で見る" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "エクスプローラーで取引を表示する" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "出来高は、選択した時間枠中に Uniswap v3 で取引された資産の量です。" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "反対に投票" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "賛成に投票" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "提案 {proposalId} に反対票を入れる" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "提案 {proposalKey} に反対票を入れる" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "「{0} 」という理由で提案 {proposalKey} に反対票を投じる" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "投票に失敗しました" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "提案 {proposalId} に賛成票を入れる" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "提案{proposalKey} に賛成票を入れる" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "「{0} 」という理由で提案 {proposalKey} に賛成票を入れる" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "ガバナンスに投票する" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "提案{proposalId} を棄権する" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "提案{proposalKey} を棄権する" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "「{0} 」という理由で提案 {proposalKey} で棄権する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "投票済み" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "投票" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "{0} に投票は終了しました" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "投票は {0} 頃に終了します" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "投票はおよそ {0} から始まります" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "確認を待ちます" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "ウォレットアドレスまたはENS名" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "警告" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "チーム ユニコーンへようこそ" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "なぜトランザクションが必要なのでしょうか?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "預け入れた流動性を引き出す" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "出金に失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "撤退する" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "撤退した" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "ラップ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "<0/> から {0} にラップ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "ラップに失敗しました" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "ラップ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "ラップ中" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "ネットワークが間違っています" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "すでにアクティブまたは保留中の提案があります" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "プールを作成しています" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "あなたはこの LP ポジションの所有者ではありません。次のアドレスを所有していない限り、このポジションから流動性を引き出すことはできません: {ownerAddress}" - -#: 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 "あなたはUniswap V3プールの最初の流動性提供者です。流動性は現在の {0} での価格で移行されます。" - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "提案を提出するのに十分な票がありません" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "プールにはまだ流動性がありません。" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "ネットワーク接続が失われた可能性があります。" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "アカウントに接続してください。" - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "提案を提出するには、{formattedProposalThreshold}票が必要です" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "あなたが支払う" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "Uniswap V3への流動性の預け入れは、正しいと思われる価格でのみ行ってください。<0/>もし価格が正しくないと思われる場合は、スワップをして価格を動かすか、他の人が同様のことをするのを待つことができます。" - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "V2の流動性" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "V3の流動性ポジションはこちらに表示されます。" - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "残高は {label}です" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "接続されているネットワークはサポートされていません。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "あなたのポジションがここに表示されます。" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "あなたのポジションはこの価格の{0} で100%構成されます。" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "この価格であなたのポジションは100%の {0} になります。" - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "スワップは失敗すると予想されます。" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "あなたの取引はフロントランとなり、不利な取引になる可能性があります。" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "取引がこの期間を超えても保留されている場合、取引は差し戻されます。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "価格が設定したパーセンテージよりも不利な価格に変動した場合、取引は差し戻されます。" - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "ウォレットの現在のネットワークはサポートされていません。" - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "あなたの残高は {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "と" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "そしてその内容に同意する" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "まだ利用可能" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "フロア価格より下です" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "コレクションの最低価格を下回ります。続行してもよろしいですか?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "ブロックされたアクティビティ" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "手数料" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "->" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "賛成 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "から" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "ここ。" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "分" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "月" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "報酬" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "問題が発生しました。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "に" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {問題を解決してください} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {このトークンは、米国の主要な集中取引所で取引されたり、Uniswap で頻繁に交換されたりすることはありません。} other {これらのトークンは、米国の主要な集中取引所で取引されたり、Uniswap で頻繁に交換されたりすることはありません。}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {このトークンは米国の主要な集中取引所では取引されていません。} other {これらのトークンは、米国の主要な集中取引所では取引されません。}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Uniswap アプリを使用してこのトークンを取引することはできません。} other {Uniswap アプリを使用してこれらのトークンを取引することはできません。}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {出品} other {出品}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "預け入れる {0}" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} の獲得した報酬:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT が大幅にリストされています" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} 保留中" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} 滑り許容度を上げてみてください。\n" -"注: 転送時手数料およびリベース トークンは Uniswap V3 と互換性がありません。" - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} の投票" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} / {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} 価格:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}%の手数料レベル" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}%プール" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}%が選択" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% の滑り" - -#: 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トークン" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {日} other {日々}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {時間} other {時間}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {月} other {数か月}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {週} other {数週間}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} と {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {日} other {日々}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {時間} other {時間}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {分} other {分}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {月} other {数か月}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {2番} other {秒}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {週} other {数週間}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} 現在ダウンしているか、ネットワーク接続が失われた可能性があります。" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} トークンブリッジ" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} / {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {コレクション} other {コレクション}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← プールに戻る" - diff --git a/src/locales/ko-KR.po b/src/locales/ko-KR.po deleted file mode 100644 index b3a03ad13b..0000000000 --- a/src/locales/ko-KR.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: ko\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Korean\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: ko\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "최대 %" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Explorer에서 보기)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(편집)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ 새로운 위치" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- 수신자 제거" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24시간 거래량" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H 볼륨은 지난 24시간 동안 Uniswap v3에서 거래된 자산의 양입니다." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25 %" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W 높이" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "최저 52W" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> 모든 제안" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> 투표" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0> 계정 분석 및 발생 수수료 <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>현재 가격:<1><2/><3>{0} per {1}" - -#: 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> 팁 : 풀 토큰을 제거하면 풀 쉐어에 비례하여 현재 요율로 포지션을 기본 토큰으로 다시 전환합니다. 미지급 수수료는 귀하가 받는 금액에 포함됩니다." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>팁: 작업을 선택하고 커뮤니티에 대한 제안을 설명하십시오. 제안서는 제출 후 수정이 불가능하오니 모든 내용을 확인하신 후 제출해 주시기 바랍니다. 투표 기간은 즉시 시작되어 7일 동안 지속됩니다. 사용자 지정 작업을 제안하려면 <1>문서를 읽으십시오." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> 팁 : 이 도구를 사용하여 인터페이스에 자동으로 표시되지 않는 v2 풀을 찾습니다." - -#: 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> 팁 : 유동성을 추가하면 귀하의 포지션을 나타내는 풀 토큰을 받게됩니다. 이 토큰은 풀의 쉐어에 비례하여 자동으로 수수료를 획득하며 언제든지 사용할 수 있습니다." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0> 투표 잠금 해제 다음 제안을 준비합니다." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "제안서를 제출하려면 총 UNI 수량의 최소 0.25 %가 필요합니다." - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "풀의 현재 유동성을 고려할 때 이 크기의 스왑은 가격에 큰 영향을 미칠 수 있습니다. 입력 토큰의 양과 출력 토큰으로 받게 될 양 사이에는 큰 차이가 있을 수 있습니다." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "정보" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "수락" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "활성" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "활동" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "추가" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Uniswap V2에 <0/> 과 <1/> 추가" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "대리인 추가 +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "유동성 추가" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "V2 유동성 추가" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "V2 유동성 추가 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "유동성 추가 실패" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "유동성 추가" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "더 많은 유동성 추가" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "가방에 추가하다" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "가방에 추가하다" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "{0}추가" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "{0}/{1} V3 유동성 추가" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "유동성 추가" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "V2 유동성 추가" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "유동성 추가" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} 추가됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "V2 유동성 추가" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "유동성 추가" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "LP 토큰 마이그레이션 허용" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "허용됨" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "이미 등록된" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "거래하기 전에 항상 자체 조사를 수행하십시오." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "금액" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "이 토큰을 사용하려면 승인이 필요합니다." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "토큰을 로드하는 중에 오류가 발생했습니다. 다시 시도해 주세요." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "교환을 실행하는 중에 오류가 발생했습니다. 가격변동 허용치를 높여야 할 수도 있습니다. 그래도 작동하지 않으면 교환중인 토큰이 Uniswap과 호환되지 않는 것일 수 있습니다. 참고: 전송 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "승인 실패" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "승인 대기 중" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "승인" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "토큰 승인" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "지갑에서 승인" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "지갑에서 승인" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "{0}사용 승인" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "{0} 승인" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "승인됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "승인 중" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "{0} 승인 중" - -#: 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 "선택한 가격 범위로 인해 최소 {0} {1} 및 {2} {3} 이 지갑으로 환불됩니다." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "자동" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "자동 라우터 API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "풀로 돌아가기" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "지갑 선택으로 돌아가기" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "가방" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "잔액: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "색다른 쌍에 가장 적합합니다." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "대부분의 쌍에 가장 적합합니다." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "안정적인 쌍에 가장 적합합니다." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "매우 안정적인 쌍에 가장 적합합니다." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "최적의 가격 경로 비용 ~ 가스에서{gasPrice}." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "차단된 주소" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "OpenSea에서 차단됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "대여 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "차용" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "차용" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "구입했다" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "굽기 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "화상" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "타고 있는" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "구입하다" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "암호화폐 구매" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "구매 실패" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "NFT를 구매하거나 이 지갑으로 전송하여 시작하세요." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "시작하려면 이 지갑으로 토큰을 구매하거나 전송하세요." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "토큰 구매, 판매 및 탐색" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "토큰 및 NFT 구매, 판매 및 탐색" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "구매" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "유동성을 추가하면 풀 쉐어에 비례하여이 쌍에 대한 모든 거래의 0.3%를 벌 수 있습니다. 수수료는 풀에 추가되고 실시간으로 발생하며 유동성을 인출하여 청구할 수 있습니다." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "지갑을 연결하면 Uniswap Labs에 동의하는 것입니다." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "취소 실패" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "취소됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "취소 된" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "취소 중" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "주의" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "네트워크 상태 확인" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "v3 LP 연습 및 마이그레이션 가이드를 확인하세요." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "청구" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "{0} 에 대한 <0/> 청구" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "UNI 청구" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "UNI 토큰 청구" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "{0} 에 대한 UNI 청구" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "유니스왑 NFT 에어드랍 청구" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "소유권 주장 실패" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "청구 수수료" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "UNI 토큰 청구" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "청구됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "청구 중" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "모두 지우기" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "모두 지우기" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "닫기" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "닫힘" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "닫힌 위치" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "수집" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "{nativeWrappedSymbol}으로 수집" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "수수료 징수" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "수수료 징수 실패" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "{0}/{1} 수수료가 수집" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "수집됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "징수 수수료" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "수집 중" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "출시 예정: BNB 체인에서 토큰 검색 및 탐색" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "흔한" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "지갑에서 이 거래를 확인하세요" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "지갑에서 트랜잭션 승인" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "연결하다" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "지갑 연결" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "V2 유동성을 보려면 지갑에 연결하십시오." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "유동성을 보려면 지갑에 연결하십시오." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "지갑 연결" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "내용 없음" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "계속하다" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "계약 상호 작용" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "계약 주소" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "복사했습니다!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "링크 복사" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "풀 생성 및 공급" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "제안서 작성" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "쌍 만들기" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "풀 만들기 및 {0}/{1} V3 유동성 추가" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "풀 만들기 실패" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "풀을 만듭니다." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "V3 풀 {0}/{1} 생성" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "생성된 풀" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "풀 만들기" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "현재 {0} 가격 :" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "사용자 정의" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS 등록기관" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "패배" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "위임 투표" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "위임 실패" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "{0} 에게 위임한 투표권" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "위임됨" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "위임 대상 :" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "위임" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "투표 위임" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "배포 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "배포됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "배포 중" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "입금액" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "입금 실패" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "예금 유동성" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "{label} 네트워크에 토큰을 예치합니다." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "입금" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "입금" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "설명" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "자세히" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "세부 정보" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "해제" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "선적 서류 비치" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Uniswap 지갑이 없습니까?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "v2 포지션 중 하나가 보이지 않습니까? <0>가져 오십시오." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "다운로드" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "유니스왑 지갑 다운로드" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "앱 다운로드" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "App Store에서 다운로드하여 토큰과 NFT를 안전하게 저장하고, 토큰을 교환하고, 암호화 앱에 연결하세요." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH 레지스트라 컨트롤러" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "획득한 UNI 토큰은 Uniswap 거버넌스의 의결권을 나타냅니다." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "편집" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "목록 수정" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "퍼센트를 입력하세요." - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "수령인을 입력하세요." - -#: 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 "UNI 청구를 트리거할 주소를 입력하십시오. 주소에 청구 가능한 UNI가 있으면 제출시 이체됩니다." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "금액을 입력하세요." - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "{0} 금액 입력" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "오류" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "오류 ID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "연결 오류" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "이더리움 네임 서비스" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "이벤트" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "환율" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "실행하다" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "제안 실행 {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "실행 실패" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "제안 실행 {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "실행됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "실행 중" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "이 제안을 실행하면 콜데이터 온체인이 제정됩니다." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "실행 제출됨" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "예상 출력" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "만료됨" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "만료" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "NFT 살펴보기" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Uniswap 분석 정보를 살펴보세요." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "토큰 살펴보기" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "매우 드문" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "실패한" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "네트워크 전환 실패" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "기능 플래그" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "수수료 등급" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "수수료 계층" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "피드백" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "수수료" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "경로를 가져오는 중" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "최적 가격을 가져오는 중..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "가격을 가져오는 중..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "필터 토큰" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "브라우저를 통해 Uniswap 프로토콜에서 최적의 경로를 찾습니다. 높은 대기 시간과 가격이 발생할 수 있습니다." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Uniswap Labs 라우팅 API를 사용하여 Uniswap 프로토콜에서 최적의 경로를 찾습니다." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "바닥" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "가격 하한선" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "아래 표시된 각 풀에 대해 마이그레이션을 클릭하여 Uniswap V2에서 유동성을 제거하고 Uniswap V3에 입금하십시오." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "스왑 전" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "스왑 전(최대)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "전체 범위" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "시작하다" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "도움을 받다" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "지원 센터" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "숨겨진" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "숨기기" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "닫은 포지션 숨기기" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "리소스 숨기기" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "소액 잔액 숨기기" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "알겠습니다" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "이것이 오류라고 생각되면 귀하의 주소를 포함한 이메일을 다음 주소로 보내주십시오." - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "풀 가져 오기" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "V2 풀 가져 오기" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "범위 내" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "범위 내" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "유동성 증가" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "초기 가격 및 풀 쉐어" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "입력이 추정됩니다. 최대 <0>{0} {1}을(를) 팔거나 그렇지 않으면 거래가 취소됩니다." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "자금 부족" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "유동성 부족" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "이 거래에 대한 유동성이 충분하지 않습니다." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "거래를 완료하기에 불충분한 풀 유동성" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "부족한 {0} 잔액" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "잘못된 쌍" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "잘못된 쌍" - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "잘못된 수령인" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "언어" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "마지막" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "마지막 가격" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "마지막 업데이트" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "학습" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "유동성 제공에 대해 알아보기" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "더 알아보기" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "법률 및 개인정보 보호" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "연결" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "유동성" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "유동성 제공자는 풀 점유율에 비례하여 모든 거래에 대해 0.3%의 수수료를받습니다. 수수료는 풀에 추가되고 실시간으로 발생하며 유동성을 인출하여 청구할 수 있습니다." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "NFT 나열" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "판매 목록" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "NFT를 나열하려면 각 NFT 컬렉션에 대해 일회성 마켓플레이스 승인이 필요합니다." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "로딩 중" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "적재 허용량" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "낮은 리스팅 가격" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "제안하기" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "관리" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "보상 풀에서 유동성 관리" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "이 풀을 관리합니다." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "최대" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "최고 가격" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "최대 크리에이터 로열티" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "최대 수수료" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "최고 가격" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "최대 가격 변동" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "최대 :" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "최대 입력" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "유동성을 V3로 마이그레이션" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "V2 유동성 마이그레이션" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "유동성 마이그레이션 실패" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "유동성 토큰을 Uniswap V2에서 Uniswap V3로 마이그레이션하십시오." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "유동성 {0}/{1} V3로 마이그레이션" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "마이그레이션된 유동성" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "마이그레이션 중" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "유동성 마이그레이션" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "최소 가격" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "최저 가격" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "최소 :" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "최소 출력" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "최소 수령됨" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "민트 실패" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "주조" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "주조" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "누락된 차트 데이터" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Uniswap v3의 최근 거래량이 적어 가격 데이터 누락" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat 온램프 iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay는 일부 지역에서 사용할 수 없습니다. 자세히 알아보려면 클릭하세요." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "추가" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "내 NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT 컬렉션" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "이름을 찾을 수 없음" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "탐색 버튼" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "네트워크 경고" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "네트워크 요금" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "절대" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "새로운 위치" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "아직 NFT 없음" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "V2 유동성이 없습니다." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "아직 활동 없음" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "데이터 없음" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "설명이 없습니다." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "표시할 항목이 없습니다." - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "유동성이 없습니다." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "풀이 없습니다." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "아직 풀이 없습니다." - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "제안이 없습니다." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "결과가 없습니다." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "사용 가능한 토큰 정보가 없습니다." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "토큰을 찾을 수 없습니다." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "토큰을 찾을 수 없습니다." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "아직 토큰이 없습니다." - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "사용 불가" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "해당 지역에서는 사용할 수 없습니다." - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "생성되지 않음" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "목록에 없음" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "제안" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "요율에 만족하면 공급을 클릭하여 검토하십시오." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "하나의 NFT가 나열됨 {0}%" - -#: 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 "{0} 차단 이전에 자체 위임되었거나 다른 주소로 위임 된 UNI 투표만 투표할 수 있습니다." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "죄송합니다. Swap으로 다시 데려가 주세요." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "시작하려면 새 직책을 열거나 풀을 만드십시오." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "주문 라우팅" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "산출은 추정됩니다. 가격이 {0}% 이상 변경되면 거래가 취소됩니다." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "산출은 추정됩니다. 최소한 <0>{0} {1}을(를) 받거나 그렇지 않으면 거래가 취소됩니다." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "소유자" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "페이지를 찾을 수 없습니다!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "지불하다" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "어쨌든 지불" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "지불" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "대기 중" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap이 각 토큰을 스왑하려면 권한이 필요합니다. 보안을 위해 한 달 후에 만료됩니다." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "허가2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "레이어 1 Ethereum에 연결하세요" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "풀" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "{0} 풀링 됨:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "수영장" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "인기 있는 NFT 컬렉션" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "인기있는 토큰" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "사용할 수 없는 위치" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "기본 설정" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "시사" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "가격" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "가격 차이:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "가격 영향" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "가격 영향이 너무 높음" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "가격 영향" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "가격 영향 경고" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "가격 범위" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "가격 업데이트됨" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "가격:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "가격 및 풀 쉐어" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "개인 정보 정책" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "개인 정보 정책." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "지갑에서 진행" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "팔면 수익" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "제안" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "제출된 제안서" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "제안 제목" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "제안" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "커뮤니티 멤버가 제출한 제안이 여기에 표시됩니다." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "제안된 조치" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "제안자" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "퍼블릭 리졸버" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "수량" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "대기줄" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "대기열 제안 {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "대기열 실패" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "대기열 제안 {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "대기 중" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "대기열" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "대기열" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "희귀한" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "희박" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "요율" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Uniswap 거버넌스에 대해 자세히 알아보기" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "받다" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "수신 실패" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "받았다" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "전수" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "최근 검색" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "받는 사람" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "사용할 수 없는 항목에 대한 환불은 ETH로 제공됩니다." - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "거부됨" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "앱 새로고침" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "제거" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "<0/> 과 <1/>제거" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "가방에서 제거" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "항목 제거" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "유동성 제거 실패" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "제거된 유동성" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "제거된 유동성" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "유동성 제거" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "{0} {1} 및 {2} {3} 제거 중" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "{0} {1} 및{2} {3}제거" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "상환" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "상환 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "상환" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "{issues} 개 문제 해결" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "다시 해 보다" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "반환" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "내 NFT로 돌아가기" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "리버스 레지스트라" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "검토 교환" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "취소된 승인" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "같은 가격" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Uniswap 지갑으로 스캔" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "찾다" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "이름 검색 또는 주소 붙여 넣기" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "검색 토큰 및 NFT 컬렉션" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "페어 선택" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "토큰 선택" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "v2 유동성을 찾으려면 토큰을 선택하십시오." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "작업 선택" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "토큰 선택" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "선택한 범위" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "본인" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "셀프 위임" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "팔다" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "NFT 판매" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "파는 사람" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "보내기 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "배상" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "전송된" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "계속하려면 가격 설정" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "설정" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "풀 쉐어" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "풀 쉐어:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "트위터에 공유" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "트위터에 공유" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "보여주다" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "취소된 쇼" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "마감된 위치 표시" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "자세히보기" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "리소스 표시" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "징후" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "단순한" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "{0}% 미만의 슬리피지는 거래 실패로 이어질 수 있습니다." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "판매된" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "문제가 발생했습니다" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "문제가 발생했습니다. 다시 시도해 주세요." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "죄송합니다. 요청을 처리하는 동안 오류가 발생했습니다. 지원을 요청하는 경우 이 오류의 세부 정보를 복사하십시오." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "죄송합니다. 요청을 처리하는 동안 오류가 발생했습니다. 지원을 요청하는 경우 오류 ID를 제공해야 합니다." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "상장 시작" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "통계" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "새 제안서 제출" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "제안서 제출 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "제출된 제안서" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "제안서를 제출하는 중" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "투표 제출" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "제안서를 제출하는 중" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "성공" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "성공" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "성공적으로 나열됨" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "공급" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "{0} {1} 및 {2} {3} 공급 중" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "스왑" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "<0/> 정확히 <1/>로 바꾸기" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "어쨌든 스왑" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "정확히 <0/> <1/>로 교환" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "교체 실패" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "교환" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "스와핑" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "{0} {1} 을 {2} {3}(으)로 스왑" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "스위프" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "네트워크 전환" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "{0}으로 전환" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "기호를 찾을 수 없음" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "서비스 약관" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Uniswap 커뮤니티에 참여해 주셔서 감사합니다. <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "수수료로 얻을 수 있는 %." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap 불변 x * y = k가 스왑에 의해 충족되지 않았습니다. 이는 일반적으로 스와핑하는 토큰 중 하나가 이체시 사용자 지정 동작을 통합함을 의미합니다." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "현재 시장 가격에서 받을 것으로 예상되는 금액입니다. 거래가 보류 중인 동안 시장 가격이 변하면 더 적게 받을 수도 있고 더 많이 받을 수도 있습니다." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "앱은 The Graph의 호스팅 서비스에서 블록체인 데이터를 가져옵니다." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "앱은 온체인 데이터를 가져오고 Infura API로 계약 호출을 구성합니다." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "앱은 Uniswap Labs 서버에서 최적의 거래 경로를 가져옵니다." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "앱은 시간 경과에 따라 개선하기 위해 익명화된 사용 통계를 기록합니다." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "앱은 위험 및 규정 준수를 위해 지갑 주소를 안전하게 수집하고 TRM Labs Inc.와 공유합니다." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "연결 시도가 실패했습니다. 다시 시도를 클릭하고 단계에 따라 지갑에 연결하십시오." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "입력 금액과 출력 금액의 USD 값 간의 예상 차이입니다." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "거래를 처리하는 채굴자에게 지불하는 수수료. 이것은 ${0}으로 지불되어야 합니다." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "거래를 처리하는 채굴자에게 지불하는 수수료. 이것은 {0}으로 지불되어야 합니다." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "귀하의 거래가 이 풀의 시장 가격에 미치는 영향." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "입력 토큰을 이체할 수 없습니다. 입력 토큰에 문제가 있을 수 있습니다." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "시장 가격이 지정된 가격 범위를 벗어났습니다. 단일 자산 예금만." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "지출이 보장되는 최대 금액입니다. 가격이 더 이상 떨어지면 거래가 취소됩니다." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "받을 수 있는 최소 금액입니다. 가격이 더 이상 떨어지면 거래가 취소됩니다." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "이 네트워크의 가장 최근 블록 번호입니다. 가격은 모든 블록에서 업데이트됩니다." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "산출 토큰을 이체할 수 없습니다. 산출 토큰에 문제가 있을 수 있습니다." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "산출 토큰을 이체할 수 없습니다. 산출 토큰에 문제가 있을 수 있습니다. 참고: 이체 수수료 및 리베이스 토큰이 Uniswap V3와 호환되지 않습니다." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "주제" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "유동성 데이터가 없습니다." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "이 주소는 하나 이상의 주소와 연결되어 있기 때문에 Uniswap Labs 인터페이스에서 차단됩니다." - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "이 앱은 다음 타사 API를 사용합니다." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "이번 달" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "유동성을 추가하기 전에 이 풀을 초기화해야 합니다. 초기화하려면 풀의 시작 가격을 선택하세요. 그런 다음 유동성 가격 범위와 입금액을 입력하십시오. 초기화 트랜잭션으로 인해 가스 수수료가 평소보다 높아질 것입니다." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "이 제안은 {0}이후에 실행될 수 있습니다." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "이 경로는 분할 경로, 다중 홉 및 각 단계의 가스 비용을 고려하여 총 출력을 최적화합니다." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "이 표에는 귀하의 입력을 기준으로 정렬된 Uniswap 볼륨별 상위 토큰이 포함되어 있습니다." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "이 토큰은 존재하지 않습니다" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "이 토큰은 {0}에 존재하지 않습니다." - -#: 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 "이 도구로 {0} 유동성을 V3로 안전하게 마이그레이션할 수 있습니다. 이 과정은 다음 덕분에 신뢰할 수 있습니다." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "기한이 지났기 때문에 이 거래를 보낼 수 없습니다. 거래 기한이 너무 짧지 않은지 확인하십시오." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "이 거래는 가격 변동으로 인해 성공하지 못합니다. 슬리피지 허용치를 높이십시오. 참고: 이체 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "이 거래는 가격 변동이나 이체 수수료로 인해 성공하지 못합니다. 슬리피지 허용치를 높이십시오." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "이번 주" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "올해" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "시간" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "스왑 후" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "스왑 후(최소)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "{0}에서 Uniswap을 사용하려면 지갑 설정에서 네트워크를 전환하세요." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "위치를 보려면 해당 위치가 속한 네트워크에 연결되어 있어야 합니다." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "오늘" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "토큰 이름" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "토큰을 찾을 수 없음" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "{label} 에 대한 토큰 통계 및 차트는 <0>info.uniswap.org에서 확인할 수 있습니다." - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "토큰" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "최고 특성" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "상위 풀" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Uniswap의 상위 토큰" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "총" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "총 잠긴 가치(TVL)는 모든 Uniswap v3 유동성 풀에서 사용 가능한 자산의 총량입니다." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "안심하고 암호화폐 및 NFT 거래" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "안심하고 암호화폐 거래" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "특성" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "특성 층" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "특성" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "거래 설정" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "제출된 거래" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "거래 완료:" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "거래 마감 시간" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "거래 대기 중" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "거래 거부됨" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "거래 제출" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "전송 토큰" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "다시 시도하십시오" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI 거버넌스" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI가 도착했습니다" - -#: src/pages/Vote/Landing.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 토큰은 Uniswap 거버넌스의 의결권을 나타냅니다. 각 제안에 대해 직접 투표하거나 제3자에게 투표를 위임할 수 있습니다." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} 버닝" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "없는" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "목록에 사용할 수 없음" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "미 청구 수수료" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "분명치 않은" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "유니스왑 API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap 거버넌스" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs의 서비스 약관" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "유니스왑 프로토콜" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2는 이 네트워크에서 사용할 수 없습니다." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap 사용 가능 : <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "유니스왑 클라이언트" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "유니스왑 거버넌스는 레이어 1에서만 사용할 수 있습니다. 제안 및 투표를 보려면 네트워크를 이더리움 메인넷으로 전환하세요." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap이 귀하의 소원을 들어주었습니다!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "주머니 속 유니스왑" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap 마이그레이션 계약 ↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "알려지지 않은" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "알 수 없는 승인" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "알려지지 않은 민트" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "알 수 없는 보내기" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "알 수 없는 스왑" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "투표 잠금 해제" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "지갑에서 지원하지 않음" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "무제" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "언랩" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "<0/> 에서 {0}로 포장 풀기" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "포장 풀기 실패" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "포장되지 않은" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "포장 풀기" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "위임 업데이트" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "더 빠른 견적을 받으려면 Uniswap Labs API를 사용하십시오." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 유동성" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} 가격 :" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "버전:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "매우 일반적인" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "매우 드물게" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "발생한 수수료 및 분석 보기 <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "NFT 보기 및 판매" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "더 많은 분석 보기" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Etherscan에서보기" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Explorer에서 보기" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "{0}에서 보기" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Explorer에서 거래 보기" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "볼륨은 선택한 기간 동안 Uniswap v3에서 거래된 자산의 양입니다." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "반대 투표" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "찬성 투표" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "{proposalId} 제안에 반대 투표" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "제안에 반대 투표 {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "이유가 \"{0}\"인 제안 {proposalKey} 에 반대 투표" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "투표 실패" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "{proposalId} 제안에 투표" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "제안에 투표 {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "이유가 \"{0}\"인 제안 {proposalKey} 에 투표하십시오." - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "거버넌스 투표" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "제안 {proposalId}기권 투표" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "제안 {proposalKey}기권 투표" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "이유가 \"{0}\"인 제안 {proposalKey} 에 기권 투표" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "투표" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "투표" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "투표 종료 {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "투표는 대략 {0}에 끝납니다" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "투표 시작 약 {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "확인 대기 중" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "지갑 주소 또는 ENS 이름" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "경고" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Team Unicorn에 오신 것을 환영합니다. :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "트랜잭션이 필요한 이유는 무엇입니까?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "예치된 유동성 인출" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "출금 실패" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "철회" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "철회" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "랩" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "<0/> 에서 {0}로 래핑" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "래핑 실패" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "포장" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "쌈" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "잘못된 네트워크" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "이미 활성 또는 대기 중인 제안이 있습니다." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "풀을 만들고 있습니다." - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "귀하는 이 LP 위치의 소유자가 아닙니다. 다음 주소를 소유하지 않으면 이 포지션에서 유동성을 인출할 수 없습니다: {ownerAddress}" - -#: 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 "귀하는 이 Uniswap V3 풀의 최초 유동성 제공자입니다. 유동성은 현재 {0} 가격으로 마이그레이션됩니다." - -#: 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 "각 제안에 대해 직접 투표하거나 제3자에게 투표를 위임할 수 있습니다." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "제안서를 제출할 투표수가 충분하지 않습니다." - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "아직 이 풀에 유동성이 없습니다." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "네트워크 연결이 끊어졌을 수 있습니다." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "계정을 연결해야합니다." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "제안서를 제출하려면 {formattedProposalThreshold} 표를 받아야 합니다." - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "당신은 지불" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "유동성을 Uniswap V3에 정확하다고 생각하는 가격으로 예치해야합니다. <0/> 가격이 잘못된 것 같으면 교환하여 가격을 이동하거나 다른 사람이 이동하기를 기다릴 수 있습니다." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "V2 유동성" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "활성 V3 유동성 위치가 여기에 표시됩니다." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "{label}의 잔액" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "연결된 네트워크가 지원되지 않습니다." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "귀하의 위치가 여기에 표시됩니다." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "이 가격에서 귀하의 포지션은 100% {0}(으)로 구성됩니다" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "이 가격에서 귀하의 포지션은 100% {0}이(가) 됩니다." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "교체가 실패할 것으로 예상됩니다." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "귀하의 거래는 선불이고 불리한 거래를 초래할 수 있습니다." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "이 기간 이상 보류중인 거래는 취소됩니다." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "가격이 이 요율 이상으로 불리하게 변경되면 거래가 취소됩니다." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "지갑의 현재 네트워크는 지원되지 않습니다." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "당신의 {0} 잔액" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "그리고" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "그리고 그것에 동의" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "아직 사용 가능" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "최저가보다 낮습니다." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "컬렉션 가격 하한선보다 낮습니다. 너 정말 계속하고 싶니?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "차단된 활동" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "요금" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "~을 위한" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "{0}에 찬성" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "~에서" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "여기." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "분" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "개월" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "보상" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "뭔가 잘못되었습니다!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "에게" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {문제를 해결하십시오} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {이 토큰은 미국의 주요 중앙 집중식 거래소에서 거래되거나 Uniswap에서 자주 교환되지 않습니다.} other {이러한 토큰은 미국의 주요 중앙 집중식 거래소에서 거래되거나 Uniswap에서 자주 교환되지 않습니다.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {이 토큰은 미국의 주요 중앙 집중식 거래소에서 거래되지 않습니다.} other {이러한 토큰은 미국의 주요 중앙 집중식 거래소에서 거래되지 않습니다.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Uniswap 앱을 사용하여 이 토큰을 거래할 수 없습니다.} other {Uniswap 앱을 사용하여 이러한 토큰을 거래할 수 없습니다.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {상장} other {목록}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} 예치됨" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} 수수료 적립됨:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT가 크게 나열됨" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} 보류 중" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} 미끄러짐 허용치를 증가시키십시오.\n" -"참고: 전송 시 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} 투표" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0}/{1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} 가격 :" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% 수수료 등급" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% 풀" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% 선택" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% 미끄러짐" - -#: 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 토큰" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {낮} other {날}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {시간} other {시간}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {월} other {몇 달}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {주} other {주}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} 과 {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {낮} other {날}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {시간} other {시간}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {분} other {분}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {월} other {몇 달}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {두번째} other {초}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {주} other {주}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} 지금 다운되었거나 네트워크 연결이 끊어졌을 수 있습니다." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} 토큰 브리지" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} / {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {수집} other {컬렉션}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← 풀로 돌아가기" - diff --git a/src/locales/nl-NL.po b/src/locales/nl-NL.po deleted file mode 100644 index 5198cd981a..0000000000 --- a/src/locales/nl-NL.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: nl\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Dutch\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: nl\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "maximaal %" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Bekijken op Verkenner)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(bewerken)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nieuwe functie" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Ontvanger verwijderen" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H-volume" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H-volume is het bedrag van het activum dat de afgelopen 24 uur op Uniswap v3 is verhandeld." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W hoog" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W laag" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Alle voorstellen" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Stemmen" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Account analyse en opgebouwde vergoedingen <1>↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Huidige Prijs:<1><2/><3>{0} per {1}" - -#: 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: Het verwijderen van pool tokens zet uw positie weer om in onderliggende tokens tegen de huidige koers, in verhouding tot uw aandeel in de pool. Opgebouwde kosten zijn inbegrepen in de bedragen die u ontvangt." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tip: Selecteer een actie en beschrijf je voorstel voor de community. Het voorstel kan na indiening niet meer worden gewijzigd, dus controleer alle informatie voordat u het indient. De stemperiode begint onmiddellijk en duurt 7 dagen. Om een actie op maat voor te stellen, <1>lees je de documentatie." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Tip: Gebruik deze tool om v2-pools te vinden die niet automatisch in de interface verschijnen." - -#: 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: Wanneer u liquiditeit toevoegt, ontvangt u pool tokens die uw positie vertegenwoordigen. Deze tokens verdienen automatisch inkomsten in verhouding tot uw aandeel in de pool, en kunnen op elk moment worden ingewisseld tegen de onderliggende tokens." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Ontgrendel het stemmen om het volgende voorstel voor te bereiden." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Voor het indienen van voorstellen is een minimumdrempel van 0,25% van het totale UNI-aanbod vereist" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Een swap van deze omvang kan een grote prijsimpact hebben, gezien de huidige liquiditeit in de pool. Er kan een groot verschil zijn tussen het bedrag van uw invoertoken en wat u in het uitvoertoken ontvangt" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Over" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Accepteren" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Actief" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Activiteit" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Toevoegen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Voeg <0/> en <1/> toe aan Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Gemachtigde toevoegen +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Liquiditeit toevoegen" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "V2 Liquiditeit toevoegen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Toevoegen V2-liquiditeit mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Liquiditeit toevoegen mislukt" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Voeg liquiditeit toe." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Voeg meer liquiditeit toe" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Aan tas toevoegen" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Aan tas toevoegen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Voeg {0}toe" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Voeg {0}/{1} V3 liquiditeit toe" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Toegevoegde liquiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "V2-liquiditeit toegevoegd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Extra liquiditeit" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Toegevoegd {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "V2-liquiditeit toevoegen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Liquiditeit toevoegen" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Door dit voorstel aan de wachtrij toe te voegen, kan het met enige vertraging worden uitgevoerd." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adres heeft geen beschikbare claim" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Tegen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "LP token migratie toestaan" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Toegestaan" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Reeds vermeld op" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Voer altijd uw eigen onderzoek uit voordat u gaat handelen." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Bedrag" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Er is een goedkeuring nodig om dit token te gebruiken." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Er is een fout opgetreden bij het laden van tokens. Probeer het opnieuw." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Er is een fout opgetreden bij het uitvoeren van deze swap. Mogelijk moet u uw sliptolerantie verhogen. Als dat niet werkt, is er mogelijk een incompatibiliteit met het token dat u verhandelt. Let op: kosten voor overdracht en rebase tokens zijn niet compatibel met Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Goedkeuring mislukt" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "In afwachting van goedkeuring" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Goedkeuren" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Token goedkeuren" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Goedkeuren in portemonnee" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Goedkeuren in uw portemonnee" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Gebruik van {0}goedkeuren" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Keur {0} goed" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Goedgekeurd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Goedkeuren" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "{0} goedkeuren" - -#: 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 "Tenminste {0} {1} en {2} {3} zullen worden teruggestort naar uw portemonnee vanwege het geselecteerde prijsbereik." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automatisch" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router-API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Terug naar zwembaden" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Terug naar portemonnee selectie" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Tas" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Het beste voor exotische paren." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Het beste voor de meeste paren." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Het beste voor stabiele paren." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Het beste voor zeer stabiele paren." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Beste prijs route kost ~{gasPrice} aan gas." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Geblokkeerd adres" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Geblokkeerd op OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Lenen mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "geleend" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Lenen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Gekocht" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Branden mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Verbrand" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Brandend" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Kopen" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "cryptovaluta kopen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Koop mislukt" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Koop of draag NFT's over naar deze portemonnee om aan de slag te gaan." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Koop tokens of draag ze over naar deze portemonnee om aan de slag te gaan." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Koop, verkoop en verken tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Koop, verkoop en verken tokens en NFT's" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "kopen" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Door" - -#: 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 "Door liquiditeit toe te voegen, verdient u 0,3% van alle transacties op dit paar in verhouding tot uw aandeel in de pool. Vergoedingen worden aan de pool toegevoegd, worden in realtime opgebouwd en kunnen worden opgeëist door uw liquiditeit op te nemen." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Door een portemonnee aan te sluiten, gaat u akkoord met Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Annuleren mislukt" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Geannuleerd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Geannuleerd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Annuleren" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Voorzichtigheid" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Controleer de netwerkstatus" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Bekijk onze v3 LP handleidingen en migratiegidsen." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Claim" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Claim <0/> voor {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Claim UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Claim UNI-token" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Claim UNI-beloning voor {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Claim Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Claim mislukt" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Vergoedingen opeisen" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Claim uw UNI-tokens" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Opgeëist" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Opeisen" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Alles wissen" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Alles wissen" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Sluiten" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Gesloten" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Gesloten Posities" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Verzamel" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Verzamel als {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Vergoedingen innen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Het innen van toeslagen is mislukt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Verzamel {0}/{1} vergoedingen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Geïnd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Verzamelde vergoedingen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Innen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Incassokosten" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Incassokosten zullen de momenteel beschikbare kosten voor u opnemen." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Binnenkort: zoek en verken tokens op BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Gewoon" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Compleet!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Bevestigen" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Bevestig levering" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Bevestig deze transactie in uw portemonnee" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Bevestig transactie in portemonnee" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Aansluiten" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Verbind Portemonnee" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Verbind een portemonnee" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Maak verbinding met een portemonnee om pools te vinden" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Maak verbinding met een portemonnee om uw V2 liquiditeit te bekijken." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Maak verbinding met een portemonnee om uw liquiditeit te bekijken." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Verbind portemonnee" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Inhoud niet" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Doorgaan" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Contractinteractie" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Contractadres" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Gekopieerd!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopieer link" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Maak pool en levering aan" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Voorstel maken" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Maak een paar aan" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Creëer een groep en voeg {0}/{1} V3 liquiditeit toe" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Het maken van een pool is mislukt" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Maak een pool aan." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Creëer {0}/{1} V3-pool" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Zwembad gemaakt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Zwembad maken" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Crypto-aankopen zijn niet beschikbaar in uw regio." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Huidige prijs" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Huidige {0} prijs:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Aangepast" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-registrar" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Verslagen" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Stemmen overdragen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegeren mislukt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegeer stemrecht naar {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "gedelegeerd" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Overgedragen aan:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegeren" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Overdragen van stemmen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Implementatie mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Ingezet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Implementeren" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Stortingsbedragen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Storting mislukt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Stort liquiditeit" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Stort tokens op het {label} -netwerk." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Gedeponeerd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Storten" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Beschrijving" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Gedetailleerd" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Details" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Afwijzen" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentatie" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Heb je geen Uniswap-portemonnee?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Ziet u één van uw v2 posities niet? <0>Importeer deze." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Downloaden" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Uniswap-portemonnee downloaden" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Download app" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Download in de App Store om uw tokens en NFT's veilig op te slaan, tokens te wisselen en verbinding te maken met crypto-apps." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH-registrarcontroller" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Verdiende UNI-tokens vertegenwoordigen stemgerechtigde aandelen in Uniswap-bestuur." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Bewerking" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Lijsten bewerken" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Voer een percentage in" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Voer een ontvanger in" - -#: 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 "Voer een adres in om een UNI-claim te activeren. Als het adres een claimbare UNI heeft, wordt deze na indiening naar hen verzonden." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Voer een bedrag in" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Vul {0} bedrag in" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Foutmelding" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Fout-ID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Fout bij verbinden" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum-naamservice" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Evenement" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Wisselkoers" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Uitvoeren" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Voer voorstel {proposalId}uit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Uitvoeren mislukt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Voorstel uitvoeren {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Uitgevoerd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Uitvoeren" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Door dit voorstel uit te voeren, worden de oproepgegevens on-chain ingevoerd." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Uitvoering ingediend" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Verwachte resultaten" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Verlopen" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Verloopt in" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Verken NFT's" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Verken Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Tokens verkennen" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extreem zeldzaam" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Mislukt" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Kan niet van netwerk wisselen" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Functievlaggen" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Vergoedingsniveau" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Vergoedingsniveau" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Feedback" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Vergoedingen" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Route ophalen" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Beste prijs ophalen..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Prijs ophalen..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filter tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Vindt de beste route op het Uniswap-protocol via uw browser. Kan leiden tot hoge latentie en hoge prijzen." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Vindt de beste route op het Uniswap-protocol met behulp van de Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Vloer" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Bodem prijs" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Voor" - -#: 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 "Klik voor elke hieronder weergegeven pool op migreren om uw liquiditeit uit Uniswap V2 te verwijderen en in Uniswap V3 te storten." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Vanaf" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Vanaf (ten hoogste)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Volledig assortiment" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Begin" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Krijg ondersteuning" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Helpcentrum" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Verborgen" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Verbergen" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Verberg gesloten posities" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Bronnen verbergen" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Verberg kleine saldi" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Ik begrijp het" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Als u denkt dat dit een fout is, stuur dan een e-mail met uw adres naar" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Pool importeren" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "V2-pool importeren" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Binnen bereik" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "In bereik" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Verhoog liquiditeit" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Initiële prijzen en poolaandeel" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Invoer wordt ingeschat. U verkoopt maximaal <0>{0} {1} of de transactie wordt teruggedraaid." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Onvoldoende fondsen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Onvoldoende liquiditeit" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Onvoldoende liquiditeit voor deze transactie." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Onvoldoende poolliquiditeit om transactie te voltooien" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Onvoldoende saldo {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Ongeldig paar" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Ongeldig paar." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ongeldige prijsinvoer" - -#: 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 "Ongeldig bereik geselecteerd. De minimumprijs moet lager zijn dan de maximumprijs." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Ongeldige ontvanger" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Taal" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Laatst" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Laatste prijs" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Laatst bijgewerkt" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Leren" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Meer informatie over het verstrekken van liquiditeit" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Kom meer te weten" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Juridisch en privacy" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Koppelingen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquiditeit" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Liquiditeitsgegevens niet beschikbaar." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Beloningen van liquiditeitsverschaffer" - -#: 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 verdienen een vergoeding van 0,3% op alle transacties in verhouding tot hun aandeel in de pool. Vergoedingen worden toegevoegd aan de pool, worden in realtime opgebouwd en kunnen worden opgeëist door uw liquiditeit terug te trekken." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Maak een lijst van NFT's" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lijst te koop" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Voor het aanbieden van een NFT is een eenmalige goedkeuring van de marktplaats vereist voor elke NFT-verzameling." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Vermeldingen" - -#: 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 -msgid "Loading" -msgstr "Aan het laden" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Toeslag laden" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Lage aanbiedingsprijs" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Doe een bod" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Beheren" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Liquiditeit beheren in beloningspool" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Beheer deze pool." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Max." - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Max. prijs" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maximale royalty's voor makers" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Maximale toeslagen" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maximale prijs" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Max slippen" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maximale invoer" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximaal verzonden" - -#: 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 "Migreer" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Liquiditeit migreren naar V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migreer V2-liquiditeit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Liquiditeit migreren mislukt" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migreer uw liquiditeitstokens van Uniswap V2 naar Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migreer {0}liquiditeit{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Gemigreerde liquiditeit" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migreren" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Liquiditeit migreren" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Min. prijs" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimale prijs" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimale opbrengst" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum ontvangen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Munt is mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "geslagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Munten" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Ontbrekende kaartgegevens" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Ontbrekende prijsgegevens vanwege recentelijk laag handelsvolume op Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat Oprit iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay is in sommige regio's niet beschikbaar. Klik om meer te leren." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Meer" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Mijn NFT's" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT-collecties" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT's" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Naam niet gevonden" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigatie knop" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Netwerkwaarschuwing" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Netwerkkosten" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nooit" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nieuwe positie" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Nog geen NFT's" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Geen V2-liquiditeit gevonden." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Nog geen activiteit" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Geen gegevens" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Geen beschrijving." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Geen items om weer te geven" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Geen liquiditeit gevonden." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Geen pool gevonden." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Nog geen zwembaden" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Geen voorstellen gevonden." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Geen resultaten gevonden." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Geen tokeninformatie beschikbaar" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Geen tokens gevonden" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Geen tokens gevonden." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Nog geen tokens" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Niet beschikbaar" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Niet beschikbaar in uw regio" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Niet gemaakt" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Niet op de lijst" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Aanbiedingen" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Zodra u tevreden bent met het tarief, klikt u op het aanbod om te beoordelen." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Eén NFT wordt vermeld {0}%" - -#: 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 "Alleen UNI-stemmen die zelf zijn gedelegeerd of gedelegeerd aan een ander adres voor blok {0} komen in aanmerking voor stemming." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Oeps, breng me terug naar Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Open een nieuwe positie of maak een pool aan om aan de slag te gaan." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Routing van bestellingen" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Buiten bereik" - -#: 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 "Uitvoer wordt geschat. Als de prijs met meer dan {0}% wijzigt, wordt uw transactie teruggedraaid." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Uitvoer wordt ingeschat. U ontvangt ten minste <0>{0} {1} of de transactie wordt teruggedraaid." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Eigenaar" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Pagina niet gevonden!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Betalen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Hoe dan ook betalen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Betaal met" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "In behandeling" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Toestemming is vereist voor Uniswap om elk token te ruilen. Deze vervalt voor uw veiligheid na een maand." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Vergunning2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Maak verbinding met Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool gevonden!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Pooltokens in beloningenpool:" - -#: 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 "Gepoold {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Zwembaden" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Populaire NFT-collecties" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Populaire tokens" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Positie niet beschikbaar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Voorkeuren" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Voorbeeld" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Prijs" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Prijsverschil:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Prijsimpact" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Prijsimpact te hoog" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Prijsimpact" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Waarschuwing voor prijsimpact" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Prijsbereik" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Prijs bijgewerkt" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Prijs:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Prijzen en aandeel in pool" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Privacybeleid" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Privacybeleid." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Ga verder in portemonnee" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Opbrengst bij verkoop" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Voorstel" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Voorstel ingediend" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Titel van het voorstel" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Voorstellen" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Voorstellen die zijn ingediend door gemeenschapsleden zullen hier verschijnen." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Voorgestelde actie" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Indiener voorstel" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Openbare oplosser" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Hoeveelheid" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Wachtrij" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Wachtrijvoorstel {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Wachtrij mislukt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Wachtrijvoorstel {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "In de wachtrij" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Wachtrijen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Wachtrijen" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Zeldzaam" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Zeldzaamheid" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tarieven" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Lees meer over Uniswap-bestuur" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Lees meer over het verstrekken van liquiditeit" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Lees meer over niet-ondersteunde middelen" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Ontvangen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Ontvangen mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Ontvangen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Ontvangen" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Recente zoekopdrachten" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Ontvanger" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Restituties voor niet-beschikbare items worden gegeven in ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Afgewezen" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Laad de app opnieuw" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Verwijderen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Verwijder <0/> en <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Bedrag verwijderen" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Verwijder gedelegeerde" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Verwijder liquiditeit" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Uit zak halen" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Verwijder voorwerp" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Liquiditeit verwijderen mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquiditeit verwijderd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquiditeit verwijderd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Liquiditeit verwijderen" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Verwijderen van {0} {1} en {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "{0} {1} en{2} {3}verwijderen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Terugbetaald" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Terugbetalen mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Terugbetalen" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Los {issues} problemen op" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Opnieuw proberen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Terug" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Keer terug naar Mijn NFT's" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Omgekeerde griffier" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Beoordeel Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Goedkeuring ingetrokken" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Zelfde prijs" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Scannen met Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Zoekopdracht" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Zoek naam of plak adres" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Zoek tokens en NFT-collecties" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Selecteer Koppelen" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Selecteer een token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Selecteer een token om uw v2-liquiditeit te vinden." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Selecteer een actie" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Selecteer token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Geselecteerd bereik" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Eigen" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Zelf gedelegeerd" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Verkopen" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Verkoop NFT's" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Verkoper" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Versturen mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Bezig met verzenden" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Verstuurd" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Stel prijsbereik in" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Stel startprijs in" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Stel prijzen in om door te gaan" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Instellingen" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Aandeel in pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Aandeel in pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Delen op Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Deel op Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Show" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Toon Geannuleerd" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Toon gesloten posities" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Laat meer zien" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Bronnen tonen" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Teken" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Eenvoudig" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Slippage onder {0}% kan resulteren in een mislukte transactie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Verkocht" - -#: 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 "Sommige activa zijn niet beschikbaar via deze interface omdat ze mogelijk niet goed werken met de smart contracts of omdat we om juridische redenen geen handel kunnen toestaan." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Er is iets fout gegaan" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Er is iets fout gegaan. Probeer het opnieuw." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Sorry, er is een fout opgetreden tijdens het verwerken van uw verzoek. Als u om ondersteuning vraagt, zorg er dan voor dat u de details van deze fout kopieert." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Sorry, er is een fout opgetreden tijdens het verwerken van uw verzoek. Als u om ondersteuning vraagt, zorg er dan voor dat u uw fout-ID opgeeft." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Begin met noteren" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistieken" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Nieuw voorstel indienen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Het indienen van het voorstel is mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Ingediend voorstel" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Voorstel indienen" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Indienen van stem" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Voorstel indienen" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Geslaagd" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Succes" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Succesvol vermeld" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Levering" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "{0} {1} en {2} {3} aanbieden" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Wisselen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Verwissel <0/> voor precies <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Toch wisselen" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Ruil precies <0/> voor <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Wisselen is mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Verwisseld" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Ruilen" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "{0} {1} ruilen voor {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Vegen" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Wissel van netwerk" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Schakel over naar {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbool niet gevonden" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Servicevoorwaarden" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Bedankt dat u deel uitmaakt van de Uniswap-gemeenschap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Het % dat u aan vergoedingen verdient." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Aan de Uniswap-invariant x * y = k werd door de swap niet voldaan. Dit betekent meestal dat een van de tokens die u ruilt, aangepast gedrag bij overdracht bevat." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Het bedrag dat u verwacht te ontvangen tegen de huidige marktprijs. U kunt minder of meer ontvangen als de marktprijs verandert terwijl uw transactie in behandeling is." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "De app haalt blockchain-gegevens op van de gehoste service van The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "De app haalt on-chain data op en bouwt contract calls op met een Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "De app haalt de optimale handelsroute op van een server van Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "De app registreert geanonimiseerde gebruiksstatistieken om in de loop van de tijd te verbeteren." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "De app verzamelt veilig uw portemonnee-adres en deelt dit met TRM Labs Inc. om risico- en nalevingsredenen." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "De verbindingspoging is mislukt. Klik op opnieuw proberen en volg de stappen om verbinding te maken met uw portemonnee." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Het geschatte verschil tussen de USD-waarden van invoer- en uitvoerbedragen." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "De vergoeding die wordt betaald aan mijnwerkers die uw transactie verwerken. Deze dient in ${0}betaald te worden." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "De vergoeding die wordt betaald aan mijnwerkers die uw transactie verwerken. Deze dient in {0}betaald te worden." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "De impact van uw transactie op de marktprijs van deze pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "De input-token kan niet worden overgedragen. Er is mogelijk een probleem met de input-token." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "De marktprijs ligt buiten uw opgegeven prijsbereik. Alleen single-activa storten." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Het maximale bedrag dat je gegarandeerd uitgeeft. Als de prijs nog verder zakt, wordt uw transactie teruggedraaid." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Het minimumbedrag dat u gegarandeerd ontvangt. Als de prijs nog verder zakt, wordt uw transactie teruggedraaid." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Het meest recente bloknummer op dit netwerk. Prijzen worden op elk blok bijgewerkt." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "De output-token kan niet worden overgedragen. Er is mogelijk een probleem met de output-token." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "De output token kan niet worden overgedragen. Er is mogelijk een probleem met de output token. Let op: kosten voor overdracht en rebase tokens zijn niet compatibel met Uniswap V3." - -#: 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 "De prijs van deze pool valt buiten het door u geselecteerde bereik. Uw positie verdient momenteel geen vergoedingen." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "De prijs van deze pool valt binnen het door u geselecteerde bereik. Uw positie verdient momenteel vergoedingen." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "De verhouding van tokens die u toevoegt zal de prijs van deze pool bepalen." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Thema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Er zijn geen liquiditeitsgegevens." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Dit adres wordt geblokkeerd op de Uniswap Labs-interface omdat het is gekoppeld aan een of meer" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Deze app gebruikt de volgende API's van derden:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Deze maand" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Deze pool moet worden geïnitialiseerd voordat u liquiditeit kunt toevoegen. Selecteer een startprijs voor de pool om te initialiseren. Voer vervolgens uw liquiditeitsprijsklasse en stortingsbedrag in. Gaskosten zullen hoger zijn dan normaal vanwege de initialisatietransactie." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Dit voorstel kan worden uitgevoerd na {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Deze route optimaliseert uw totale output door rekening te houden met gesplitste routes, meerdere hops en de gaskosten van elke stap." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Deze tabel bevat de beste tokens per Uniswap-volume, gesorteerd op basis van uw invoer." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Dit token bestaat niet" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Dit token bestaat niet op {0}" - -#: 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 "Deze tool zal uw {0} liquiditeit veilig migreren naar V3. Het proces is volledig betrouwbaar dankzij de" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Deze transactie kon niet worden verzonden omdat de deadline is verstreken. Controleer of uw transactiedeadline niet te kort is." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Deze transactie zal niet slagen vanwege prijsbewegingen. Probeer uw slippage tolerantie te vergroten. Let op: kosten voor overdracht en rebasetokens zijn niet compatibel met Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Deze transactie zal niet slagen vanwege prijsbewegingen of kosten bij overdracht. Probeer uw slipping tolerantie te vergroten." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Deze week" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Dit jaar" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tijd" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Naar" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Naar (ten minste)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Om Uniswap op {0}te gebruiken, schakel je het netwerk in de instellingen van je portemonnee." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Om een positie te bekijken, moet u verbonden zijn met het netwerk waartoe deze behoort." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Vandaag" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Tokennaam" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token niet gevonden" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Tokenstatistieken en grafieken voor {label} zijn beschikbaar op <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Top eigenschap" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Top pools" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Toptokens op Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Totaal" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Totale vergrendelde waarde (TVL) is het totale bedrag van het activum dat beschikbaar is in alle Uniswap v3-liquiditeitspools." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handel met vertrouwen in crypto en NFT's" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handel met vertrouwen in crypto" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Karaktereigenschap" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Eigenschap Verdieping" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Onderscheidende kenmerken" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Transactie-instellingen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transactie verzonden" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transactie voltooid in" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Transactiedeadline" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transactie in behandeling" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transactie afgewezen" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transactie ingediend" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token overdragen" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Probeer opnieuw" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI-bestuur" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI is gearriveerd" - -#: src/pages/Vote/Landing.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 vertegenwoordigen stemaandelen in het bestuur van Uniswap. U kunt zelf over elk voorstel stemmen of uw stemmen aan een derde partij overdragen." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} verbrand" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Niet beschikbaar" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Niet beschikbaar voor vermelding" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Niet-opgeëiste vergoedingen" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Onbepaald" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap-API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap-bestuur" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Servicevoorwaarden van Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-protocol" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 is niet beschikbaar op dit netwerk." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap beschikbaar in: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap-client" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-governance is alleen beschikbaar op laag 1. Schakel uw netwerk over naar Ethereum Mainnet om voorstellen te bekijken en te stemmen." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap heeft je wens ingewilligd!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap in je zak" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap migratiecontract↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Onbekend" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Onbekende goedkeuring" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Onbekende munt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Onbekend verzenden" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Onbekende ruil" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Ontgrendel stemmen" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Ontgrendel de stemming" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Ontgrendelen van stemmen" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Niet-ondersteunde activa" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Niet-ondersteunde activa" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Niet ondersteund door uw portemonnee" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Ongetiteld" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Uitpakken" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Uitpakken <0/> tegen {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Uitpakken mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Uitgepakt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Uitpakken" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Werk delegatie bij" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Gebruik de Uniswap Labs API om sneller offertes te krijgen." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2-liquiditeit" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} prijs:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versie:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Heel gewoon" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Erg zeldzaam" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Opgebouwde vergoedingen en analytics bekijken<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Bekijk en verkoop NFT's" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Bekijk meer analyses" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Bekijk op Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Weergeven op Verkenner" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Kijk op {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Bekijk transactie op Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volume is het bedrag van het activum dat is verhandeld op Uniswap v3 gedurende het geselecteerde tijdsbestek." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Stem tegen" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Stem voor" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Stem tegen voorstel {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Stem tegen voorstel {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem tegen voorstel {proposalKey} met reden \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Stemming mislukt" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Stem op voorstel {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Stem voor voorstel {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem op voorstel {proposalKey} met reden \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Stem in het bestuur" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Stem om je te onthouden bij voorstel {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Stem om je te onthouden bij voorstel {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem om u te onthouden op voorstel {proposalKey} met reden \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Gestemd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "stemmen" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Stemmen beëindigd {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Stemmen eindigt ongeveer {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Stemmen begint ongeveer {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Wachten op bevestiging" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Wallet-adres of ENS-naam" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Waarschuwing" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Welkom bij team Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Waarom is een transactie vereist?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Neem gedeponeerde liquiditeit op" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Ophalen mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Terugtrekken" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "trok zich terug" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Omloop" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Wikkel <0/> tegen {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Omslag mislukt" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Verpakt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Inpakken" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Verkeerd netwerk" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "U heeft al een actief of wachtend voorstel" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "U maakt een pool aan" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "U bent niet de eigenaar van deze LP-positie. U kunt de liquiditeit uit deze positie niet opnemen tenzij u het volgende adres bezit: {ownerAddress}" - -#: 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 "U bent de eerste liquiditeitsaanbieder voor deze Uniswap V3 pool. Uw liquiditeit zal migreren tegen de huidige {0} prijs." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "U bent de eerste liquiditeitsverschaffer." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "U kunt zelf over elk voorstel stemmen of uw stemmen overdragen aan een derde partij." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "U heeft niet genoeg stemmen om een voorstel in te dienen" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "U heeft nog geen liquiditeit in deze pool." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Mogelijk bent u uw netwerkverbinding kwijtgeraakt." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "U dient een account te koppelen." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "U moet {formattedProposalThreshold} stemmen hebben om een voorstel in te dienen" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Je betaalt" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Jij ontvangt" - -#: 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 "U dient alleen liquiditeit in Uniswap V3 te storten tegen een prijs die u correct acht. <0/>Als de prijs onjuist lijkt, kunt u een wissel uitvoeren om de prijs te bewegen of wachten tot iemand anders dit doet." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "U zult ook vergoedingen innen die vanuit deze positie zijn verdiend." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "U ontvangt" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Uw V2-liquiditeit" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Uw actieve V3-liquiditeitsposities verschijnen hier." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Uw saldo op {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Uw verbonden netwerk wordt niet ondersteund." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Uw onchain-transacties en crypto-aankopen worden hier weergegeven." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Uw pool-aandeel:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Uw positie" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Uw positie heeft 0 liquiditeit en levert geen vergoedingen op." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Uw positie zal hier verschijnen." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Uw positie zal 100% bestaan uit {0} tegen deze prijs" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Uw positie zal 100% {0} tegen deze prijs zijn." - -#: 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 "Uw positie zal geen vergoedingen opleveren of worden gebruikt in transacties totdat de marktprijs binnen uw bereik komt." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Uw posities" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Uw swap zal naar verwachting mislukken." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Uw swap is gewijzigd via uw portemonnee. Als dit een vergissing was, annuleer dan onmiddellijk, anders riskeer je je geld te verliezen." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Uw totale pooltokens:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Uw transactiekosten zullen veel hoger zijn omdat het het gas bevat om de pool aan te maken." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Uw transactie kan worden vervroegd en resulteren in een ongunstige transactie." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Uw transactie zal worden teruggedraaid als deze langer dan deze periode in behandeling is." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Uw transactie zal terugdraaien als de prijs onvoordelig met meer dan dit percentage verandert." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Het huidige netwerk van uw portemonnee wordt niet ondersteund." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Uw {0} saldo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "En" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "en stem ermee in" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "nog beschikbaar" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "onder de vloerprijs." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "onder de bodemprijs van de collectie. Weet je zeker dat je door wilt gaan?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "geblokkeerde activiteiten" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "tarief" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "voor" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "voor {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "van" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "hier." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuten" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "maanden" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "beloning" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "er is iets fout gegaan!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "naar" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Probleem oplossen} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Dit token wordt niet verhandeld op toonaangevende Amerikaanse gecentraliseerde beurzen of vaak geruild op Uniswap.} other {Deze tokens worden niet verhandeld op toonaangevende Amerikaanse gecentraliseerde beurzen of vaak geruild op Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Dit token wordt niet verhandeld op toonaangevende Amerikaanse gecentraliseerde beurzen.} other {Deze tokens worden niet verhandeld op toonaangevende Amerikaanse gecentraliseerde beurzen.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Je kunt dit token niet ruilen met de Uniswap-app.} other {Je kunt deze tokens niet ruilen met de Uniswap-app.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {lijst} other {vermeldingen}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} gestort" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} vergoedingen verdiend:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT's worden aanzienlijk vermeld" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} in behandeling" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Probeer uw sliptolerantie te verhogen.\n" -"Opmerking: fee-on-transfer- en rebase-tokens zijn niet compatibel met Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} stemmen" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} prijs:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% vergoedingsniveau" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% zwembad" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% kiezen" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% slippen" - -#: 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/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dag} other {dagen}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {uur} other {uur}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {maand} other {maanden}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {week} other {weken}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} en {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dag} other {dagen}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {uur} other {uur}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuut} other {minuten}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {maand} other {maanden}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {seconde} other {seconden}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {week} other {weken}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} is mogelijk momenteel niet beschikbaar of u hebt mogelijk uw netwerkverbinding verloren." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} symbolische brug" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {collectie} other {collecties}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Terug naar Zwembaden" - diff --git a/src/locales/no-NO.po b/src/locales/no-NO.po deleted file mode 100644 index 2a7fad5c1f..0000000000 --- a/src/locales/no-NO.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: no\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Norwegian\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: no\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maks" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Se på Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(rediger)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Ny stilling" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Fjern mottaker" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H volum" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H volum er mengden av eiendelen som har blitt handlet på Uniswap v3 i løpet av de siste 24 timene." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25 %" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W høy" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W lavt" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Alle forslag" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Stemmer" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Konto-analyser og påløpte avgifter<1> :up-″: " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Nåværende pris:<1><2/><3>{0} per {1}" - -#: 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>Tips: Fjerning av pottpolletter konverterer din posisjon tilbake til underliggende polletter i nåværende hastighet, proporsjonal med din andel av potten. Påløpte avgifter er inkludert i beløpet du mottar." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tips: Velg en handling og beskriv forslaget ditt for fellesskapet. Forslaget kan ikke endres etter innsending, så vennligst bekreft all informasjon før du sender inn. Stemmeperioden starter umiddelbart og varer i 7 dager. For å foreslå en tilpasset handling, <1>les dokumentene." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Tips: Bruk dette verktøyet til å finne v2-potter som ikke automatisk vises i grensesnittet." - -#: 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>Tips: Når du legger til likviditet, vil du motta samlingpotter som representerer din posisjon. Disse pollettene tar automatisk gebyr proporsjonal med din andel av potten, og kan innløses når som helst." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Lås opp stemme for å forberede neste forslag." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Det kreves en minsteterskel på 0,25 % av det totale UNI-tilbudet for å sende inn forslag" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "En swap av denne størrelsen kan ha høy prispåvirkning gitt dagens likviditet i bassenget. Det kan være stor forskjell mellom mengden av input-tokenet og hva du vil motta i output-tokenet" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Om" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Godta" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktiv" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivitet" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Legg til" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Legg til <0/> og <1/> til Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Legg til delegat +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Legg til likviditet" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Legg til V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Legg til V2-likviditet mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Tilførsel av likviditet mislyktes" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Legg til likviditet." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Legg til mer likviditet" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Legg til i kurven" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Legg til i kurven" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Legg til {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Legg til {0}/{1} V3-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Tilført likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Lagt til V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Tilført likviditet" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Lagt til {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Legger til V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Tilføre likviditet" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Hvis du legger til dette forslaget i køen, kan det utføres etter en forsinkelse." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adressen har ikke noen tilgjengelig krav" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Mot" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Tillat migrering av LP-pollett" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Tillatt" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Allerede oppført på" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Utfør alltid din egen undersøkelse før handel." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Beløp" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "En godkjenning er nødvendig for å bruke dette tokenet." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Det oppsto en feil ved lasting av tokens. Vær så snill, prøv på nytt." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Det oppstod en feil under forsøket på å utføre dette byttet. Det kan hende du må øke glidetoleransen. Hvis det ikke fungerer, kan det være en inkompatibilitet med symbolet du handler. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Godkjenning mislyktes" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Venter på godkjenning" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Godkjenn" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Godkjenn token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Godkjenne i lommebok" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Godkjenne i lommeboken" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Godta bruk av {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Godkjenn {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Godkjent" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Godkjenner" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Godkjenner {0}" - -#: 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 "Minst {0} {1} og {2} {3} vil bli refundert til lommeboken på grunn av valgt prisintervall." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Auto" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Tilbake til Pools" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Tilbake til lommebokvalg" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Bag" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Best for eksotiske par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Beste for de fleste par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Beste for stabile par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Best for veldig stabile par." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Beste pris rute koster ~{gasPrice} i gass." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Blokkert adresse" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Blokkert på OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Lånet mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Lånt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Låne" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Kjøpt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Brenningen mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Brent" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Brenner" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Kjøpe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Kjøp krypto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Kjøp mislyktes" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Kjøp eller overfør NFT-er til denne lommeboken for å komme i gang." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Kjøp eller overfør tokens til denne lommeboken for å komme i gang." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Kjøp, selg og utforsk tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Kjøp, selg og utforsk tokens og NFT-er" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Kjøpe" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Av" - -#: 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 "Ved å tilføre likviditet tjener du 0,3 % av alle handler på dette paret proporsjonal med din andel av reserven. Gebyr legges til potten, periodisering i sanntid og hentes ved å trekke ut likviditeten." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Ved å koble til en lommebok godtar du Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Avbryt mislyktes" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Kansellert" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "avbrutt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Avbryter" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Forsiktighet" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Sjekk nettverksstatus" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Sjekk ut våre v3 LP-gjennomgangs- og migrasjonsguider." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Hent" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Krev <0/> for {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Hent UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Hent UNI-pollett" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Gjør krav på UNI-belønning for {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Krev Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Kravet mislyktes" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Hent gebyrer" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Hent dine UNI-polletter" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Påtatt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Henter" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Fjern alle" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Fjern alle" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Lukk" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Lukket" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Lukkede stillinger" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Samle" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Samle som {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Samle inn avgifter" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Innkreving av gebyrer mislyktes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Samle {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Samlet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Innkrevde gebyrer" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Samler" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Henter avgifter" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Innsamling av avgifter trekker tilbake tilgjengelige gebyrer for deg." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Kommer snart: søk og utforsk tokens på BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Felles" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Fullstendig!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Bekreft" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Bekreft levering" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Bekreft denne transaksjonen i lommeboken din" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Bekreft transaksjonen i lommeboken" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Koble" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Koble til lommebok" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Koble til en lommebok" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Koble til en lommebok for å finne potter" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Koble til en lommebok for å se V2-likviditeten." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Koble til en lommebok for å se innholdet ditt." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Koble til lommebok" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Innhold ikke" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Fortsette" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Kontraktsinteraksjon" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Kontraktsadresse" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Kopiert!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopier link" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Opprett samling & forsyning" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Lag forslag" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Opprett et par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Opprett pott og legg til {0}/{1} V3-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Oppretting av basseng mislyktes" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Opprett pott." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Lag {0}V3-{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Laget basseng" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Skaper basseng" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Krypto-kjøp er ikke tilgjengelig i din region." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Nåværende pris" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Nåværende {0} pris:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Tilpasset" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-registrator" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Nedkjempet" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegere stemmer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegater mislyktes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegere stemmerett til {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegert" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegert til:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegering" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegerer stemmer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Implementeringen mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Utplassert" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Utplassering" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Innskuddsbeløp" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Innskudd mislyktes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Innskuddslikviditet" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Sett inn tokens til {label} -nettverket." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Deponert" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Innskudd" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Beskrivelse" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detaljert" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detaljer" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Avvis" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentasjon" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Har du ikke Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Ser du ikke en av dine v2-posisjoner? <0>Importer den." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "nedlasting" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Last ned Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Last ned app" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Last ned i App Store for å trygt lagre tokens og NFT-er, bytte tokens og koble til kryptoapper." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH-registratorkontrollør" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Opptjent UNI-polletter representerer stemmeaksjer i Uniswap-styring." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Redigere" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Rediger oppføringer" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Oppgi en prosent" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Oppgi en mottaker" - -#: 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 "Skriv inn en adresse for å aktivere en UNI-henting. Hvis adressen har noe skadelig. vil den bli sendt til dem for innsending." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Oppgi et beløp" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Skriv inn {0} beløp" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Feil" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Feil-ID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Feil ved tilkobling" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum navnetjeneste" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Begivenhet" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Vekslingskurs" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Henrette" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Utfør forslag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Utførelse mislyktes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Utfør forslag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Henrettet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Utfører" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Utførelse av dette forslaget vil innføre anropsdataene på kjeden." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Utførelse innsendt" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Forventet utgang" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Utløpt" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Utgår om" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Utforsk NFT-er" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Utforsk Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Utforsk tokens" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Ekstremt sjeldent" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Mislyktes" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Kunne ikke bytte nettverk" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Funksjonsflagg" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Gebyrnivå" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Gebyrnivå" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Tilbakemelding" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Gebyrer" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Henter rute" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Får best pris..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Henter pris..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrer tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Finner den beste ruten på Uniswap-protokollen gjennom nettleseren din. Kan resultere i høy ventetid og priser." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Finner den beste ruten på Uniswap-protokollen ved å bruke Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Gulv" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Gulvpris" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "For" - -#: 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 hver pott vist nedenfor, klikker du på migrering for å fjernee likviditeten fra Uniswap V2 og sette den til Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Fra" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Fra (til mest)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Hele spekteret" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Kom i gang" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Få støtte" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Hjelpesenter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Skjult" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Gjemme seg" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Skjul avsluttede posisjoner" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Skjul ressurser" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Skjul små saldoer" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Jeg forstår" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Hvis du mener dette er en feil, vennligst send en e-post med adressen din til" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importer pott" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importer V2-pott" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Innen rekkevidde" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Innenfor rekkevidde" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Øk likviditet" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Innledende priser og pottandel" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Inndata estimert. Du vil selge maksimalt <0>{0} {1} eller transaksjonen vil tilbakestilles." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Utilstrekkelige midler" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Utilstrekkelig likviditet" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Utilstrekkelig likviditet for denne handelen." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Utilstrekkelig poollikviditet til å fullføre transaksjonen" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Utilstrekkelig {0} saldo" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Ugyldig par" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Ugyldig par." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ugyldig prisinngang" - -#: 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 "Ugyldig område valgt. Minsteprisen må være lavere enn maks prisen." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Ugyldig mottaker" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Språk" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Siste" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Siste pris" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Sist oppdatert" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Finn ut mer" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Lær om å skaffe likviditet" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Lære mer" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Juridisk og personvern" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Linker" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likviditet" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likviditetsdata ikke tilgjengelig." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Tilbudspremier for likviditetsleverandør" - -#: 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 "Likviditetsleverandører får 0,3 % avgift på alle handler proporsjonalt med andelen av reserven. Gebyr legges til potten, periodisering i sanntid og kan hentes ved å trekke ut likviditeten." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "List opp NFT-er" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Liste til salgs" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Oppføring av en NFT krever en engangsgodkjenning fra markedsplassen for hver NFT-samling." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Oppføringer" - -#: 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 -msgid "Loading" -msgstr "Laster" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Lastegodtgjørelse" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Lav noteringspris" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAKS" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Gi et tilbud" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Administrer" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Behandle likviditet i belønningspott" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Administrere denne reserven." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maks" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maks pris" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maks royalties for skaperen" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Maks gebyrer" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maks pris" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Maks glidning" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maks:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maksimal inngang" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksimum sendt" - -#: 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 "Migrere" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Overfør likviditet til V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrer V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrering av likviditet mislyktes" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Overføre likviditetspolletten din fra Uniswap V2 til Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrer {0}likviditet{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Migrert likviditet" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrerer" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrering av likviditet" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Min pris" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Min pris" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimum utgang" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum mottatt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Preget" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Minting" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Manglende kartdata" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Manglende prisdata på grunn av nylig lavt handelsvolum på Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat iframe på rampe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay er ikke tilgjengelig i enkelte regioner. Klikk for å lære mer." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mer" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Mine NFT-er" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT-samlinger" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT-er" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Finner ikke navn" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigasjonsknapp" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Nettverksadvarsel" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Nettverksavgift" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Aldri" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Ny posisjon" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Ingen NFT-er ennå" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Ingen V2-likviditet funnet." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Ingen aktivitet ennå" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Ingen data" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Ingen beskrivelse." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Ingen elementer å vise" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Ingen likviditet funnet." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Ingen potter funnet." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ingen bassenger ennå" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Ingen forslag funnet." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Ingen resultater." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Ingen tokeninformasjon tilgjengelig" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Ingen tokens funnet" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Ingen tokens funnet." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ingen tokens ennå" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Ikke tilgjengelig" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Ikke tilgjengelig i din region" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Ikke opprettet" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Ikke listet" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Tilbud" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Når du er fornøyd med satsen, klikker du på lever for å gjennomgå." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "En NFT er oppført {0}%" - -#: 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 "Bare UNI-stemmer som ble delegert eller delegert til annen adresse før blokk {0} kvalifiserer for å stemme." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Oops, ta meg tilbake til Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Åpne en ny stilling eller opprett en pool for å komme i gang." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Bestillingsruting" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Utenfor rekkevidde" - -#: 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 "Utdata er estimert. Hvis prisen endrer seg med mer enn {0} % vil transaksjonen tilbakestilles." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Utgangen er estimert. Du vil motta minst <0>{0} {1} eller transaksjonen vil tilbakestilles." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Eier" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Side ikke funnet!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Betale" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Betal uansett" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Betale med" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Avventer" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Tillatelse kreves for at Uniswap skal bytte hvert token. Dette vil utløpe etter en måned for din sikkerhet." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Tillatelse 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Vennligst koble til Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pott" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pott funnet!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Pottpolletter i belønningspott:" - -#: 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 "Pott {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Bassenger" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Populære NFT-samlinger" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Populære tokens" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Stillingen er utilgjengelig" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferanser" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Forhåndsvisning" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Pris" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Prisdifferanse:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Prispåvirkning" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "For høy prispåvirkning" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Prispåvirkning" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Advarsel om prispåvirkning" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Prisintervall" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Pris oppdatert" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Pris:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Priser og pottandel" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Personvernerklæring" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Personvernerklæring." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Fortsett i lommeboken" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Inntekter ved salg" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Forslag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Forslag innsendt" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Forslagets tittel" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Forslag" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Forslag som sendes inn av medlemmer i fellesskapet vil vises her." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Foreslått handling" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Foreslå" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Offentlig oppløser" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Mengde" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Kø" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Køforslag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Køen mislyktes" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Køforslag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "I kø" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "I kø" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "I kø" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Sjelden" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Sjeldenhet" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Priser" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Les mer om Uniswap-styring" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Les mer om likviditetstilførsel" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Les mer om ikke-støttede ressurser" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Motta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Mottak mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Mottatt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Mottar" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Nylige søk" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Mottaker" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Refusjon for ikke-tilgjengelige varer vil bli gitt i ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Avvist" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Last inn appen på nytt" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Fjern" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Fjern <0/> og <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Fjern beløp" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Fjern delegat" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Fjern likviditet" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Fjern fra posen" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Fjerne gjenstand" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Fjerning av likviditet mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Fjernet likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Fjernet likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Fjerne likviditet" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Fjerner {0} {1} og {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Fjerner {0} {1} og{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Nedbetalt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Tilbakebetaling mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Tilbakebetaler" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Løs {issues} problemer" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Prøv på nytt" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Retur" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Gå tilbake til Mine NFT-er" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Omvendt registrar" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Gjennomgå Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Opphevet godkjenning" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Samme pris" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skann med Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Søk" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Søk navn eller lim inn adresse" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Søk tokens og NFT-samlinger" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Velg Par" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Velg en pollett" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Velg en pollett for å finne din v2-likviditet." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Velg en handling" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Velg token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Valgt område" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Selv" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Selvdelegat" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Selge" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Selg NFT-er" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Selger" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Sendingen mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Sender" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Sendt" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Angi prisområde" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Angi startpris" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Angi priser for å fortsette" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Innstillinger" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Andel av pott" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Deling av pott:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Del på Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Del på Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Forestilling" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Vis avbrutt" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Vis lukkede stillinger" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Vis mer" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Vis ressurser" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Skilt" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Enkel" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Slipp under {0}% kan resultere i en mislykket transaksjon" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Solgt" - -#: 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 "Noen aktiva er ikke tilgjengelige gjennom dette grensesnittet fordi de kanskje ikke fungerer bra med de smarte kontraktene, eller vi ikke tillater handel av juridiske årsaker." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Noe gikk galt" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Noe gikk galt. Vær så snill, prøv på nytt." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Beklager, det oppstod en feil under behandlingen av forespørselen din. Hvis du ber om støtte, sørg for å kopiere detaljene for denne feilen." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Beklager, det oppstod en feil under behandlingen av forespørselen din. Hvis du ber om støtte, sørg for å oppgi feil-ID." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Start oppføringen" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistikk" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Send inn nytt forslag" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Sending av forslag mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Innsendt forslag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Sender inn forslag" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Sender inn stemme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Sender inn forslag" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Lykkes" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Suksess" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Vellykket oppført" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Levering" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Leverer {0} {1} og {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Bytt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Bytt <0/> for nøyaktig <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Bytt uansett" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Bytt nøyaktig <0/> for <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Bytte mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Byttet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Bytting" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Bytte {0} {1} mot {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Feie" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Bytt nettverk" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Bytt til {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Finner ikke symbol" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Vilkår for bruk" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Takk for at du er en del av Uniswap-fellesskapet <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% du vil tjene i gebyrer." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap-invarianten x * y = k ble ikke tilfreds med byttet. Dette betyr vanligvis at en av pollettene du bytter inneholder tilpasset oppførsel ved overføring." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Beløpet du forventer å motta til gjeldende markedspris. Du kan motta mindre eller mer hvis markedsprisen endres mens transaksjonen venter." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Appen henter blokkjededata fra The Graphs vertstjeneste." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Appen henter kjededata og konstruerer kontraktanrop med et Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Appen henter den optimale handelsruten fra en Uniswap Labs-server." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Appen logger anonymisert bruksstatistikk for å forbedre seg over tid." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Appen samler sikkert lommebokadressen din og deler den med TRM Labs Inc. av risiko- og samsvarsgrunner." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Tilkoblingsforsøket mislyktes. Klikk prøv igjen og følg trinnene for å koble til i lommeboken." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Den estimerte forskjellen mellom USD-verdiene for inn- og utgående beløp." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Gebyret som betales til gruvearbeidere som behandler transaksjonen din. Dette må betales med ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Gebyret som betales til gruvearbeidere som behandler transaksjonen din. Dette må betales med {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Påvirkningen din handel har på markedsprisen for denne poolen." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Inngangspolletten kan ikke overføres. Det kan være et problem med inndatapolletten." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Markedsprisen er kun utenfor ditt angitte prisintervall." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Det maksimale beløpet du garantert vil bruke. Hvis prisen faller ytterligere, vil transaksjonen gå tilbake." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Minimumsbeløpet du er garantert å motta. Hvis prisen faller ytterligere, vil transaksjonen gå tilbake." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Det siste blokknummeret på dette nettverket. Prisene oppdateres for hver blokk." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Utgangspolletten kan ikke overføres. Det kan være et problem med utgangspolletten." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Utgangstokenet kan ikke overføres. Det kan være et problem med utgangstokenet. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3." - -#: 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 "Prisen på denne potten er utenfor ditt valgte nivå. Din posisjon er ikke for tiden som gir avgifter." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Prisen på denne potten er innenfor ditt valgte område. Din posisjon er for øyeblikket tjener avgifter." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Forholdet mellom symboler du legger til vil angi prisen på denne potten." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Det er ingen likviditetsdata." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Denne adressen er blokkert på Uniswap Labs-grensesnittet fordi den er knyttet til en eller flere" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Denne appen bruker følgende tredjeparts APIer:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Denne måneden" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Denne poolen må initialiseres før du kan legge til likviditet. For å initialisere, velg en startpris for bassenget. Angi deretter likviditetsprisområdet og innskuddsbeløpet. Gassavgiftene vil være høyere enn vanlig på grunn av initialiseringstransaksjonen." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Dette forslaget kan utføres etter {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Denne ruten optimaliserer din totale produksjon ved å vurdere delte ruter, flere hopp og gasskostnadene for hvert trinn." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Denne tabellen inneholder de beste tokenene etter Uniswap-volum, sortert basert på inndataene dine." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Dette tokenet eksisterer ikke" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Dette tokenet eksisterer ikke på {0}" - -#: 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 "Dette verktøyet vil trygt migrere din {0} likviditeten til V3. Prosessen er fullstendig pålitelig takket være" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Denne transaksjonen kunne ikke sendes fordi fristen har gått ut. Kontroller at transaksjonsfristen ikke er for lav." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Denne transaksjonen vil ikke lykkes på grunn av prisbevegelse. Prøv å øke glidetoleransen. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Denne transaksjonen vil ikke lykkes på grunn av prisbevegelse eller gebyr ved overføring. Prøv å øke glidetoleransen." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Denne uka" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "I år" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tid" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Til" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Til (minst)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "For å bruke Uniswap på {0}, bytt nettverk i lommebokens innstillinger." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "For å se en posisjon må du være koblet til nettverket den tilhører." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "I dag" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Tokennavn" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token ikke funnet" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Tokenstatistikk og diagrammer for {label} er tilgjengelig på <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Polletter" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Topptrekk" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Ledende potter" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Topp tokens på Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Total verdi låst (TVL) er det samlede beløpet av eiendelen som er tilgjengelig på tvers av alle Uniswap v3 likviditetspooler." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handl krypto og NFT-er med tillit" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handle krypto med selvtillit" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Trekk" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Egenskap Gulv" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Egenskaper" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Transaksjonsinnstillinger" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaksjon sendt" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaksjonen fullført i" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Transaksjons frist" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaksjonen venter" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaksjonen avvist" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaksjonen er sendt inn" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Overfør Token" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Prøv igjen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNIs styresett" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI har kommet" - -#: src/pages/Vote/Landing.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-polleter representerer stemmeaksjer i Uniswap-styring. Du kan stemme på hvert forslag selv eller delegere dine stemmer til en tredjepart." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} brent" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Utilgjengelig" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Ikke tilgjengelig for oppføring" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Avgifter som ikke belastes" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Ubestemt" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap-styring" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs sine vilkår for bruk" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-protokoll" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 er ikke tilgjengelig på dette nettverket." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap er tilgjengelig om: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap klient" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-styring er kun tilgjengelig på lag 1. Bytt nettverket til Ethereum Mainnet for å se forslag og stemme." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap har oppfylt ønsket ditt!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap i lommen" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap-migrasjonskontrakt↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Ukjent" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Ukjent godkjenning" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Ukjent mynte" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Ukjent Send" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Ukjent bytte" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Lås opp stemmer" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Lås opp stemmegivning" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Låser opp stemmer" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Ustøttet aktiva" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Ikke støttede aktiva" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Støttes ikke av lommeboken din" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Uten navn" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Pakk opp" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Pakk ut <0/> til {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Utpakking mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Utpakket" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Utpakking" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Oppdater delegasjon" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Bruk Uniswap Labs API for å få raskere tilbud." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2-likviditet" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} pris:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versjon:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Veldig vanlig" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Veldig sjelden" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Vis påløpte gebyrer og analyser<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Se og selg NFT-er" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Se flere analyser" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Utsikt på Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Se på Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Se på {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Se transaksjonen på Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volum er mengden av eiendelen som har blitt omsatt på Uniswap v3 i løpet av den valgte tidsrammen." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Stem mot" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Stem på" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Stem mot forslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Stem mot forslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem mot forslag {proposalKey} med begrunnelse \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Avstemning mislyktes" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Stem på forslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Stem for forslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem på forslag {proposalKey} med begrunnelse \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Stem i styresett" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Stem for å avstå fra forslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Stem for å avstå fra forslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Stem for å avstå fra forslag {proposalKey} med begrunnelse \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Stemte" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Stemmegivning" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Stemmegivningen avsluttet {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Avstemming slutter om {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Avstemningen starter ca {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Venter på bekreftelse" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Lommebokadresse eller ENS-navn" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Advarsel" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Velkommen til team Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Hvorfor kreves en transaksjon?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Trekk tilbake innskuddslikviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Tilbaketrekking mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Trekke tilbake" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Trakk seg" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Bryt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Pakk <0/> til {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Innpakning mislyktes" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Innpakket" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Innpakning" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Feil nettverk" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Du har allerede et aktivt eller ventende forslag" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Du lager en pott" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Du er ikke eieren av denne LP-stillingen. Du vil ikke kunne ta ut likviditeten fra denne posisjonen med mindre du eier følgende adresse: {ownerAddress}" - -#: 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 "Du er den første likviditetsleverandøren til denne Uniswap V3-potten. Likviditeten din vil migrere til gjeldende {0}-pris." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Du er den første likviditetsleverandøren." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Du kan enten stemme på hvert forslag selv eller delegere stemmene til en tredjepart." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Du har ikke nok stemmer til å sende inn et forslag" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Du har ikke likviditet i denne potten ennå." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Du kan ha mistet nettverkstilkoblingen." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Du må koble til en konto." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Du må ha {formattedProposalThreshold} stemmer for å komme med forslag" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Du betaler" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Du mottar" - -#: 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 "Du bør kun sette likviditeten inn i Uniswap V3 til en pris du mener er korrekt. <0/>Hvis prisen virker feil kan du enten bytte prisen for å bevege deg på pris, eller vente til noen andre gjør det." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Du vil også samle inn gebyrer tjent fra denne posisjonen." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Du vil motta" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Din V2-likviditet" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Dine aktive V3-likviditetsposisjoner vil vises her." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Din saldo på {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Det tilkoblede nettverket ditt støttes ikke." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Dine onchain-transaksjoner og kryptokjøp vil vises her." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Din del av potten:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Din posisjon" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Posisjonen din har 0 likviditet, og tjener ikke avgifter." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Posisjonen din vil vises her." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Din posisjon vil bli 100 % sammensatt av {0} til denne prisen" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Posisjonen din vil være 100 % {0} for denne prisen." - -#: 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 "Posisjonen din vil ikke tjene avgifter eller brukes i handler før markedsprisen beveger seg inn i ditt nivå." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Dine posisjoner" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Byttet ditt forventes å mislykkes." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Byttet ditt ble endret gjennom lommeboken din. Hvis dette var en feil, må du avbryte umiddelbart eller risikere å miste pengene dine." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Din totale polletter:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Transaksjonskostnadene vil bli mye høyere fordi det inkluderer gassen for å lage potten." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Transaksjonen din kan være frontrun og resultere i en ugunstig handel." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Transaksjonen din vil endres hvis den venter mer enn denne tidsperioden." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Transaksjonen din vil bli gjenopprettet hvis prisendringene er vesentlig mer enn denne prosentandelen." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Det nåværende nettverket til lommeboken din støttes ikke." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Din {0} saldo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "og" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "og samtykke til det" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "tilgjengelig ennå" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "under gulvpris." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "under samlingens gulvpris. Er du sikker på at du vil fortsette?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "blokkerte aktiviteter" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "avgift" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "til" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "for {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "fra" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "her." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minutter" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "måneder" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "belønning" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "noe gikk galt!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "til" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Løs problemet} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Dette tokenet handles ikke på ledende amerikanske sentraliserte børser eller byttes ofte på Uniswap.} other {Disse tokenene handles ikke på ledende amerikanske sentraliserte børser eller byttes ofte på Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Dette tokenet handles ikke på ledende amerikanske sentraliserte børser.} other {Disse tokenene handles ikke på ledende amerikanske sentraliserte børser.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Du kan ikke bytte dette tokenet ved å bruke Uniswap-appen.} other {Du kan ikke bytte disse tokenene ved å bruke Uniswap-appen.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {oppføring} other {oppføringer}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Innskutt" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Gebyr tjent:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT-er er betydelig oppført" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} venter" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Prøv å øke glidetoleransen.\n" -"Merk: gebyr-ved-overføring og rebase-tokens er inkompatible med Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Stemmer" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Pris:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% gebyrnivå" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% basseng" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% velg" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% glidning" - -#: 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-polletter" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dag} other {dager}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {time} other {timer}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {måned} other {måneder}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {uke} other {uker}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} og {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dag} other {dager}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {time} other {timer}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minutt} other {minutter}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {måned} other {måneder}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {sekund} other {sekunder}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {uke} other {uker}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} kan være nede akkurat nå, eller du kan ha mistet nettverkstilkoblingen." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token bridge" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider} %" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {samling} other {samlinger}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Tilbake til Pools" - diff --git a/src/locales/pl-PL.po b/src/locales/pl-PL.po deleted file mode 100644 index cd52cbf932..0000000000 --- a/src/locales/pl-PL.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: pl\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Polish\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: pl\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maks" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Wyświetl w Eksploratorze)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(edytować)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nowa pozycja" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Usuń odbiorcę" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "głośność 24h" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Wolumen 24H to kwota aktywów, którymi handlowano na Uniswap v3 w ciągu ostatnich 24 godzin." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W wysoki" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 W niski" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Wszystkie propozycje" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> głosów" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Analityka konta i naliczone opłaty<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Aktualna cena:<1><2/><3>{0} na {1}" - -#: 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>Wskazówka: Usunięcie tokenów z puli zamienia Twoją pozycję z powrotem na tokeny bazowe po aktualnym kursie, proporcjonalnym do Twojego udziału w puli. Naliczone opłaty są uwzględnione w otrzymywanych kwotach." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Wskazówka: Wybierz działanie i opisz swoją propozycję dla społeczności. Wniosek nie może być modyfikowany po przesłaniu, dlatego przed złożeniem należy zweryfikować wszystkie informacje. Głosowanie rozpocznie się niezwłocznie i potrwa 7 dni. Aby zaproponować akcję niestandardową, <1>przeczytaj dokumenty." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Wskazówka: Użyj tego narzędzia, aby znaleźć pule v2, które nie pojawiają się automatycznie w interfejsie." - -#: 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>Wskazówka: Kiedy dodasz płynność, otrzymasz tokeny puli reprezentujące Twoją pozycję. Te tokeny automatycznie generują opłaty proporcjonalne do Twojego udziału w puli i można je wymienić w dowolnym momencie." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Odblokuj głosowanie , aby przygotować się na następną propozycję." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> na <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Minimalny próg 0,25% całkowitej podaży UNI jest wymagany do składania wniosków" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Swap tej wielkości może mieć duży wpływ na cenę, biorąc pod uwagę obecną płynność puli. Może istnieć duża różnica między kwotą twojego tokena wejściowego a tym, co otrzymasz w tokenie wyjściowym" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "O" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Zaakceptować" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktywny" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Działalność" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Dodać" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Dodaj <0/> i <1/> do Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Dodaj delegata +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Dodaj płynność" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Dodaj płynność V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Dodanie płynności V2 nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Dodanie płynności nie powiodło się" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Dodaj płynność." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Dodaj więcej płynności" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Dodaj do torby" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Dodaj do torby" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Dodaj {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Dodaj płynność {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Dodana płynność" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Dodano płynność V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Dodatkowa płynność" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Dodano {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Dodanie płynności V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Dodanie płynności" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Dodanie tej propozycji do kolejki umożliwi jej wykonanie z pewnym opóźnieniem." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adres nie ma dostępnego roszczenia" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Przeciwko" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Zezwól na migrację tokena LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Dozwolony" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Już wymieniony na" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Zawsze przeprowadzaj własne badania przed rozpoczęciem handlu." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Kwota" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Aby użyć tego tokena, potrzebne jest zatwierdzenie." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Podczas ładowania tokenów wystąpił błąd. Proszę spróbuj ponownie." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Wystąpił błąd podczas próby wykonania tej wymiany. Może być konieczne zwiększenie tolerancji na poślizg. Jeśli to nie zadziała, może występować niezgodność z tokenem, którym handlujesz. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Zatwierdzenie nie powiodło się" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Oczekuje na zatwierdzenie" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Zatwierdź" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Zatwierdź token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Zatwierdź w portfelu" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Zatwierdź w swoim portfelu" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Zatwierdź użycie {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Zatwierdź {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Zatwierdzony" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Pochlebny" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "zatwierdzanie {0}" - -#: 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 "Co najmniej {0} {1} i {2} {3} zostaną zwrócone do Twojego portfela ze względu na wybrany przedział cenowy." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Auto" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API automatycznego routera" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Powrót do basenów" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Powrót do wyboru portfela" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Torba" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Najlepsze dla egzotycznych par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Najlepsze dla większości par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Najlepsze dla stabilnych par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Najlepsze dla bardzo stabilnych par." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Najlepsza cena trasa kosztuje ~{gasPrice} w benzynie." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Zablokowany adres" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Zablokowany na OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Wypożyczenie nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Pożyczone" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Pożyczanie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Kupił" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Nagrywanie nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Spalony" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Palenie" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Kupić" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Kup kryptowalutę" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Zakup nie powiódł się" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Aby rozpocząć, kup lub przenieś NFT do tego portfela." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Aby rozpocząć, kup lub przenieś tokeny do tego portfela." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Kupuj, sprzedawaj i eksploruj tokeny" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Kupuj, sprzedawaj i eksploruj tokeny i NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Kupowanie" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Przez" - -#: 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 "Dodając płynność, zarobisz 0,3% wszystkich transakcji na tej parze, proporcjonalnie do Twojego udziału w puli. Opłaty są dodawane do puli, naliczane w czasie rzeczywistym i można się o nie ubiegać, wycofując płynność." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Podłączając portfel, zgadzasz się na Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Anulowanie nie powiodło się" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Odwołany" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Odwołany" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Anulowanie" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Ostrożność" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Sprawdź stan sieci" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Zapoznaj się z naszymi przewodnikami po wersji 3 LP i migracjami." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Prawo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Odbierz <0/> za {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Zgłoś UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Odbierz token UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Odbierz nagrodę UNI za {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Odbierz zrzut Uniswap NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Roszczenie nie powiodło się" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Opłaty za roszczenia" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Odbierz swoje tokeny UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Przejęte" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Żądanie" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Wyczyść wszystko" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Wyczyść wszystko" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Zamknij" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Zamknięte" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Pozycje zamknięte" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Zbierać" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Zbierz jako {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Zbieraj opłaty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Pobieranie opłat nie powiodło się" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Zbierz opłaty {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Zebrane" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Pobrane opłaty" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Zbieranie" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Pobieranie opłat" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Pobieranie opłat spowoduje wycofanie aktualnie dostępnych opłat." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Już wkrótce: szukaj i eksploruj tokeny w łańcuchu BNB" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Wspólny" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Kompletny!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Potwierdzać" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Potwierdź dostawę" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Potwierdź tę transakcję w swoim portfelu" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Potwierdź transakcję w portfelu" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Łączyć" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Połącz portfel" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Podłącz portfel" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Połącz się z portfelem, aby znaleźć pule" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Połącz się z portfelem, aby wyświetlić płynność V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Połącz się z portfelem, aby zobaczyć swoją płynność." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Połącz portfel" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Treść nie" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Kontynuować" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interakcja kontraktowa" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Adres umowy" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Skopiowane!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Skopiuj link" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Utwórz pulę i zaopatrzenie" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Utwórz ofertę" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Stwórz parę" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Utwórz pulę i dodaj płynność {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Tworzenie puli nie powiodło się" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Utwórz pulę." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "{1} pulę {0}V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Utworzona pula" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Tworzenie puli" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Zakupy kryptowalut nie są dostępne w Twoim regionie." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Aktualna cena" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Aktualna cena {0}:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Zwyczaj" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Rejestrator DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Pokonany" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Głosy delegatów" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegat nie powiódł się" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Deleguj moc głosowania na {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegowany" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegowany do:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegowanie" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegowanie głosów" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Wdrożenie nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Rozmieszczony" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Wdrażanie" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Kwoty depozytów" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Wpłata nie powiodła się" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Płynność depozytów" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Wpłać tokeny do sieci {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "zdeponowane" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Deponowanie" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Opis" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Szczegółowe" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detale" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Odrzuć" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentacja" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Nie masz portfela Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Nie widzisz jednej ze swoich pozycji v2? <0>Zaimportuj to." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Pobierać" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Pobierz portfel Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Pobierz aplikację" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Pobierz w App Store, aby bezpiecznie przechowywać swoje tokeny i NFT, wymieniać tokeny i łączyć się z aplikacjami kryptograficznymi." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Kontroler rejestratora ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Zdobyte tokeny UNI reprezentują udziały z prawem głosu w zarządzaniu Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Edytować" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Edytuj aukcje" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Wpisz procent" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Wpisz odbiorcę" - -#: 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 "Wprowadź adres, aby uruchomić roszczenie UNI. Jeśli adres ma jakiekolwiek UNI, które można zgłosić, zostanie do nich wysłane po przesłaniu." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Wprowadź kwotę" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Wpisz kwotę {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Błąd" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Identyfikator błędu: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Błąd łączenia" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Usługa nazw Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Wydarzenie" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Kurs wymiany" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Wykonać" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Wykonaj propozycję {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Wykonanie nie powiodło się" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Wykonaj propozycję {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Wykonany" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Wykonanie" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Wykonanie tej propozycji spowoduje wprowadzenie danych wywołania w łańcuchu." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Wykonanie przesłane" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Oczekiwany wynik" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Wygasły" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Termin upływa" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Przeglądaj NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Przeglądaj Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Eksploruj tokeny" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Bardzo rzadkie" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Przegrany" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Nie udało się przełączyć sieci" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Flagi funkcji" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Poziom opłat" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Poziom opłat" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Informacja zwrotna" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Opłaty" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Trasa pobierania" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Pobieranie najlepszej ceny..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Pobieranie ceny..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtruj tokeny" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Znajduje najlepszą trasę w protokole Uniswap za pośrednictwem Twojej przeglądarki. Może powodować duże opóźnienia i ceny." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Znajduje najlepszą trasę w protokole Uniswap przy użyciu interfejsu API routingu Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Podłoga" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Cena minimalna" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Dla" - -#: 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 "Dla każdej puli pokazanej poniżej kliknij migruj, aby usunąć płynność z Uniswap V2 i zdeponować ją w Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Z" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Od (co najwyżej)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Pełny zasięg" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Zaczynaj" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Uzyskać wsparcie" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centrum pomocy" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Ukryty" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Ukrywać" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Ukryj zamknięte pozycje" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ukryj zasoby" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Ukryj małe salda" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Rozumiem" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Jeśli uważasz, że to pomyłka, wyślij e-mail ze swoim adresem na adres" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importuj pulę" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importuj pulę V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "W zakresie" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "W zakresie" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Zwiększ płynność" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Ceny początkowe i udział w puli" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Dane wejściowe są szacowane. Sprzedasz maksymalnie <0>{0} {1} lub transakcja zostanie cofnięta." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Niewystarczające środki" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Niewystarczająca płynność" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Niewystarczająca płynność dla tej transakcji." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Niewystarczająca płynność puli do sfinalizowania transakcji" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Niewystarczające saldo {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Nieprawidłowa para" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Nieprawidłowa para." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Nieprawidłowa cena" - -#: 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 "Wybrano nieprawidłowy zakres. Cena minimalna musi być niższa niż cena maksymalna." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Nieprawidłowy odbiorca" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Język" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Ostatni" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Ostatnia cena" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Ostatnio zaktualizowany" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Uczyć się" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Dowiedz się, jak zapewnić płynność" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Ucz się więcej" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Informacje prawne i prywatność" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Spinki do mankietów" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Płynność" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Brak danych dotyczących płynności." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Nagrody dostawcy płynności" - -#: 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 "Dostawcy płynności zarabiają prowizję w wysokości 0,3% od wszystkich transakcji proporcjonalnie do ich udziału w puli. Opłaty są dodawane do puli, naliczane w czasie rzeczywistym i można się o nie ubiegać, wycofując płynność." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Wymień NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista na sprzedaż" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Wystawienie NFT na aukcję wymaga jednorazowego zatwierdzenia przez platformę handlową dla każdej kolekcji NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "aukcje" - -#: 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 -msgid "Loading" -msgstr "Ładowanie" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Dodatek załadunkowy" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Niska cena aukcji" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAKS" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Składać ofertę" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Zarządzać" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Zarządzaj płynnością w puli nagród" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Zarządzaj tą pulą." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maks." - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maksymalna cena" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maksymalne tantiemy twórcy" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Maksymalne opłaty" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maksymalna cena" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Maksymalny poślizg" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maks.:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maksymalny wkład" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksymalna wysłana" - -#: 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 "Migrować" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migracja płynności do wersji V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migruj płynność V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migracja płynności nie powiodła się" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Przenieś swoje tokeny płynności z Uniswap V2 do Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Przenieś{1} {0}do wersji V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Przeniesiona płynność" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migracja" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migracja płynności" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Minimalna cena" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimalna cena" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimalna moc wyjściowa" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Otrzymane minimum" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mięta nie powiodła się" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "wybity" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Bicie" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Brakujące dane wykresu" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Brak danych cenowych z powodu ostatnio niskiego wolumenu obrotu na Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Ramka iframe Moonpay Fiat On-Ramp" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Usługa Moonpay nie jest dostępna w niektórych regionach. Kliknij by dowiedzieć się więcej." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Więcej" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Moje NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Kolekcje NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nie znaleziono nazwy" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Przycisk nawigacji" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Ostrzeżenie sieciowe" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Opłata sieciowa" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nigdy" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nowa pozycja" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Nie ma jeszcze NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Nie znaleziono płynności V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Brak aktywności" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Brak danych" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Bez opisu." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Brak elementów do wyświetlenia" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Nie znaleziono płynności." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Nie znaleziono basenu." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Nie ma jeszcze basenów" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nie znaleziono propozycji." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nie znaleziono wyników." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Brak dostępnych informacji o tokenie" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nie znaleziono tokenów" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nie znaleziono tokenów." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Nie ma jeszcze tokenów" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Niedostępne" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Niedostępne w Twoim regionie" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Nie utworzono" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Nie wymienione" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Oferuje" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Gdy będziesz zadowolony ze stawki, kliknij dostawę, aby przejrzeć." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Wymieniono jeden NFT {0}%" - -#: 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 "Do głosowania kwalifikują się tylko głosy UNI, które zostały delegowane samodzielnie lub delegowane na inny adres przed blokiem {0}." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ups, zabierz mnie z powrotem do Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Aby rozpocząć, otwórz nową pozycję lub utwórz pulę." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Zamów trasę" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Poza zakresem" - -#: 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 "Produkcja jest szacowana. Jeśli cena zmieni się o więcej niż {0}%, Twoja transakcja zostanie cofnięta." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Produkcja jest szacowana. Otrzymasz co najmniej <0>{0} {1} lub transakcja zostanie cofnięta." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Właściciel" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Strona nie znaleziona!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Płacić" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Zapłać mimo wszystko" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Zapłacić" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Aż do" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Aby Uniswap mógł zamienić każdy token, wymagane jest pozwolenie. Dla Twojego bezpieczeństwa wygaśnie ona po miesiącu." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Pozwolenie2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Połącz się z Ethereum warstwy 1" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pula" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Znaleziono basen!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Tokeny puli w puli nagród:" - -#: 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 "Połączone {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Pule" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Popularne kolekcje NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Popularne żetony" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Pozycja niedostępna" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferencje" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Zapowiedź" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Cena" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Różnica ceny:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Wpływ ceny" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Zbyt duży wpływ na cenę" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Wpływ na cenę" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Ostrzeżenie o wpływie na cenę" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Przedział cenowy" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Zaktualizowano cenę" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Cena:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Ceny i udział w puli" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Polityka prywatności" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Polityka prywatności." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Kontynuuj w portfelu" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Dochód w przypadku sprzedaży" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Wniosek" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Propozycja przesłana" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Tytuł propozycji" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propozycje" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Propozycje przesłane przez członków społeczności pojawią się tutaj." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Proponowane działanie" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proponujący" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Rozwiązanie publiczne" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Ilość" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Kolejka" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Propozycja kolejki {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Kolejka nie powiodła się" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Propozycja kolejki {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "W kolejce" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "W kolejce" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "W kolejce" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Rzadki" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Rzadkość" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Stawki" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Przeczytaj więcej o zarządzaniu Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Przeczytaj więcej o zapewnianiu płynności" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Przeczytaj więcej o nieobsługiwanych zasobach" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Odbierać" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Odbiór nie powiódł się" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Otrzymane" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Otrzymujący" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Ostatnie wyszukiwania" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Odbiorca" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Zwroty za niedostępne pozycje będą udzielane w ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Odrzucony" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Ponownie załaduj aplikację" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Usunąć" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Usuń <0/> i <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Usuń kwotę" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Usuń delegata" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Usuń płynność" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Wyjąć z torby" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Usuń przedmiot" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Usunięcie płynności nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Usunięta płynność" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Usunięta płynność" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Usuwanie płynności" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Usuwanie {0} {1} i {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Usuwanie {0} {1} i{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Spłacony" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Spłata nie powiodła się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Spłacanie" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Rozwiąż {issues} problemów" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Spróbować ponownie" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Powrót" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Wróć do Moich NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Odwrotny rejestrator" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Przejrzyj zamianę" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Cofnięta zgoda" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Ta sama cena" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skanuj za pomocą portfela Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Szukaj" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Wyszukaj nazwę lub wklej adres" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Przeszukuj tokeny i kolekcje NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Wybierz Paruj" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Wybierz token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Wybierz token, aby znaleźć płynność v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Wybierz czynność" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Wybierz token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Wybrany zakres" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Samego siebie" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Delegat własny" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Sprzedać" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Sprzedaj NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Sprzedawca" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Wysyłanie nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Wysyłanie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Wysłano" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Ustaw przedział cenowy" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Ustaw cenę początkową" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Ustaw ceny, aby kontynuować" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Ustawienia" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Udział puli" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Udział puli:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Podziel się na Twitterze" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Udostępnij na Twitterze" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Pokazywać" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Pokaż anulowane" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Pokaż zamknięte pozycje" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Pokaż więcej" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Pokaż zasoby" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Podpisać" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Prosty" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Poślizg poniżej {0}% może skutkować nieudaną transakcją" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Sprzedany" - -#: 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 "Niektóre aktywa nie są dostępne za pośrednictwem tego interfejsu, ponieważ mogą nie działać dobrze z inteligentnymi kontraktami lub nie możemy zezwolić na handel z powodów prawnych." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Coś poszło nie tak" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Coś poszło nie tak. Proszę spróbuj ponownie." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Przepraszamy, wystąpił błąd podczas przetwarzania żądania. Jeśli poprosisz o pomoc, skopiuj szczegóły tego błędu." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Przepraszamy, wystąpił błąd podczas przetwarzania żądania. Jeśli poprosisz o pomoc, pamiętaj o podaniu identyfikatora błędu." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Rozpocznij aukcję" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statystyki" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Prześlij nową propozycję" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Przesłanie propozycji nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Złożona propozycja" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Składanie propozycji" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Głosowanie" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Składanie propozycji" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Udało się" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Sukces" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Pomyślnie wymienione" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Dostarczać" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Zasilanie {0} {1} i {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Zamień" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Zamień <0/> na dokładnie <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Zamień mimo wszystko" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Zamień dokładnie <0/> na <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Wymiana nie powiodła się" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "zamienione" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Zamiana" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Zamiana {0} {1} na {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Zamiatać" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Przełączaj sieci" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Przełącz na {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Nie znaleziono symbolu" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Warunki usługi" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Dziękujemy za bycie częścią społeczności Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "%, który zarobisz na opłatach." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Niezmiennik Uniswap x * y = k nie został spełniony przez zamianę. Zwykle oznacza to, że jeden z wymienianych tokenów ma niestandardowe zachowanie podczas transferu." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Kwota, którą spodziewasz się otrzymać po bieżącej cenie rynkowej. Możesz otrzymać mniej lub więcej, jeśli cena rynkowa ulegnie zmianie w trakcie trwania transakcji." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Aplikacja pobiera dane blockchain z hostowanej usługi The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Aplikacja pobiera dane w łańcuchu i konstruuje połączenia kontraktowe za pomocą interfejsu API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Aplikacja pobiera optymalną trasę handlową z serwera Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Aplikacja rejestruje anonimowe statystyki użytkowania w celu poprawy w miarę upływu czasu." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Aplikacja bezpiecznie gromadzi adres Twojego portfela i udostępnia go firmie TRM Labs Inc. ze względów związanych z ryzykiem i zgodnością." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Próba połączenia nie powiodła się. Kliknij spróbuj ponownie i postępuj zgodnie z instrukcjami, aby połączyć się z portfelem." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Szacunkowa różnica między wartościami w USD kwot wejściowych i wyjściowych." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Opłata płacona górnikom, którzy przetwarzają Twoją transakcję. Należy to zapłacić w ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Opłata płacona górnikom, którzy przetwarzają Twoją transakcję. Należy to zapłacić w {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Wpływ Twojej transakcji na cenę rynkową tej puli." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Nie można przenieść tokena wejściowego. Być może wystąpił problem z tokenem wejściowym." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Cena rynkowa jest poza określonym przedziałem cenowym. Tylko depozyt na jeden składnik aktywów." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Maksymalna kwota, którą masz gwarancję wydania. Jeśli cena spadnie jeszcze bardziej, transakcja zostanie cofnięta." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Minimalna kwota, którą masz gwarancję otrzymania. Jeśli cena spadnie jeszcze bardziej, transakcja zostanie cofnięta." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Ostatni numer bloku w tej sieci. Ceny aktualizowane na każdym bloku." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Nie można przenieść tokenu wyjściowego. Może wystąpić problem z tokenem wyjściowym." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Nie można przenieść tokena wyjściowego. Może występować problem z tokenem wyjściowym. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3." - -#: 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 "Cena tej puli jest poza wybranym zakresem. Twoja pozycja nie przynosi obecnie opłat." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Cena tego basenu mieści się w wybranym zakresie. Twoja pozycja generuje obecnie opłaty." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Stosunek dodanych tokenów określi cenę tej puli." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Temat" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Brak danych o płynności." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Ten adres jest zablokowany w interfejsie Uniswap Labs, ponieważ jest powiązany z co najmniej jednym" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Ta aplikacja korzysta z następujących interfejsów API innych firm:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Ten miesiąc" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Ta pula musi zostać zainicjowana, zanim będzie można dodać płynność. Aby zainicjować, wybierz cenę początkową dla puli. Następnie wprowadź przedział cenowy płynności i kwotę depozytu. Opłaty za gaz będą wyższe niż zwykle ze względu na transakcję inicjującą." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Ta propozycja może zostać wykonana po {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Ta trasa optymalizuje całkowitą wydajność, biorąc pod uwagę podzielone trasy, wiele przeskoków i koszt gazu na każdym etapie." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Ta tabela zawiera najlepsze tokeny według wolumenu Uniswap, posortowane na podstawie wprowadzonych danych." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Ten token nie istnieje" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Ten token nie istnieje na {0}" - -#: 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 "To narzędzie bezpiecznie przeniesie Twoją płynność {0} do wersji 3. Proces jest całkowicie nieufny dzięki" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Nie można wysłać tej transakcji, ponieważ upłynął termin. Sprawdź, czy termin transakcji nie jest zbyt krótki." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ta transakcja nie powiedzie się z powodu ruchu cen. Spróbuj zwiększyć swoją tolerancję na poślizg. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Ta transakcja nie powiedzie się ze względu na ruch cen lub opłatę za transfer. Spróbuj zwiększyć tolerancję na poślizg." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "W tym tygodniu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "W tym roku" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Czas" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Do" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Przynajmniej)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Aby korzystać z Uniswap na {0}, zmień sieć w ustawieniach portfela." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Aby wyświetlić pozycję, musisz być podłączony do sieci, do której należy." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Dzisiaj" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nazwa tokena" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Nie znaleziono tokena" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Statystyki i wykresy tokenów dla {label} są dostępne na <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Żetony" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Najlepsza cecha" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Najlepsze pule" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Najlepsze tokeny na Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Całkowity" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Całkowita zablokowana wartość (TVL) to łączna kwota aktywów dostępnych we wszystkich pulach płynności Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handluj kryptowalutami i NFT bez obaw" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handluj kryptowalutami z ufnością" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Cecha" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Podłoga cechy" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Cechy" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Ustawienia transakcji" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transakcja przesłana" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transakcja zakończona w" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Termin transakcji" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transakcja oczekująca" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transakcja odrzucona" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transakcja przesłana" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token transferu" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Spróbuj ponownie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Zarządzanie UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNIA przyjechała" - -#: src/pages/Vote/Landing.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 "Tokeny UNI reprezentują udziały z prawem głosu w zarządzaniu Uniswap. Możesz głosować nad każdą propozycją samodzielnie lub przekazać swój głos osobie trzeciej." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Spalony" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Niedostępne" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Niedostępne do wystawienia" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Nieodebrane opłaty" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Nieokreślony" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Interfejs API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Zarządzanie Uniswapem" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Warunki korzystania z usługi Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protokół Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 nie jest dostępny w tej sieci." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap dostępny w: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Klient Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Zarządzanie Uniswap jest dostępne tylko w warstwie 1. Przełącz swoją sieć na Ethereum Mainnet, aby przeglądać propozycje i głosować." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap spełnił Twoje życzenie!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap w kieszeni" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Umowa migracyjna Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Nieznany" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Nieznane zatwierdzenie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Nieznana mennica" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Nieznane wysłanie" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Nieznana zamiana" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Odblokuj głosy" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Odblokuj głosowanie" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Odblokowywanie głosów" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Nieobsługiwany zasób" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Nieobsługiwane zasoby" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Nieobsługiwane przez Twój portfel" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Nieuprawny" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Odwijać się" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Rozwiń <0/> do {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Rozpakowanie nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Rozpakowane" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Rozpakowywanie" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Zaktualizuj delegację" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Skorzystaj z interfejsu API Uniswap Labs, aby uzyskać szybsze wyceny." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Płynność V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Cena:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Wersja:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Bardzo częste" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Bardzo rzadkie" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Wyświetlanie naliczonych opłat i analiz<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Przeglądaj i sprzedawaj NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Zobacz więcej analiz" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Zobacz na Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Zobacz w Eksploratorze" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Zobacz na {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Zobacz transakcję w Eksploratorze" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Wolumen to ilość aktywów, którymi handlowano na Uniswap v3 w wybranym przedziale czasowym." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Głosować przeciw" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Głosować na" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Głosuj przeciwko propozycji {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Głosuj przeciwko propozycji {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Głosuj przeciwko propozycji {proposalKey} z powodem „{0}”" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Głosowanie nie powiodło się" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Głosuj na propozycję {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Głosuj na propozycję {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Głosuj na propozycję {proposalKey} z powodem „{0}”" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Głosuj w rządzie" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Głosowanie za wstrzymaniem się od głosu w sprawie propozycji {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Głosowanie za wstrzymaniem się od głosu w sprawie propozycji {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Głosowanie za wstrzymaniem się od głosu w sprawie propozycji {proposalKey} z uzasadnieniem „{0}”" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Głosowano" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Głosowanie" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Głosowanie zakończone {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Głosowanie kończy się około {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Głosowanie rozpoczyna się około {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "oczekiwanie na potwierdzenie" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Adres portfela lub nazwa ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Ostrzeżenie" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Witamy w zespole Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Dlaczego wymagana jest transakcja?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Wycofaj zdeponowaną płynność" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Wypłata nie powiodła się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Wycofanie się" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Wycofał się" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Zawinąć" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Zawiń <0/> do {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Zawijanie nie powiodło się" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Owinięty" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Zawijanie" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Zła sieć" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Masz już aktywną lub oczekującą propozycję" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Tworzysz pulę" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Nie jesteś właścicielem tej pozycji LP. Nie będziesz mógł wycofać płynności z tej pozycji, chyba że posiadasz następujący adres: {ownerAddress}" - -#: 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 "Jesteś pierwszym dostawcą płynności dla tej puli Uniswap V3. Twoja płynność przeniesie się po obecnej cenie {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Jesteś pierwszym dostawcą płynności." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Możesz głosować nad każdą propozycją samodzielnie lub przekazać swoje głosy osobie trzeciej." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Nie masz wystarczającej liczby głosów, aby przesłać propozycję" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Nie masz jeszcze płynności w tej puli." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Być może utraciłeś połączenie sieciowe." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Musisz połączyć konto." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Aby złożyć wniosek, musisz mieć {formattedProposalThreshold} głosów" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Ty płacisz" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "otrzymujesz" - -#: 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 "Powinieneś wpłacać płynność do Uniswap V3 tylko po cenie, którą uważasz za prawidłową. <0/>Jeśli cena wydaje się nieprawidłowa, możesz albo dokonać zamiany, aby zmienić cenę, albo poczekać, aż zrobi to ktoś inny." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Będziesz także pobierał opłaty zarobione z tego stanowiska." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Otrzymacie" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Twoja płynność V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Twoje aktywne pozycje płynności V3 pojawią się tutaj." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Twoje saldo na {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Twoja połączona sieć nie jest obsługiwana." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Tutaj pojawią się Twoje transakcje onchain i zakupy kryptowalut." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Twój udział w puli:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Twoje stanowisko" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Twoja pozycja ma zerową płynność i nie generuje opłat." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Twoja pozycja pojawi się tutaj." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Twoja pozycja będzie w 100% składała się z {0} po tej cenie" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Twoja pozycja będzie wynosić 100% {0} po tej cenie." - -#: 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 "Twoja pozycja nie będzie generować opłat ani nie będzie wykorzystywana w transakcjach, dopóki cena rynkowa nie znajdzie się w Twoim zakresie." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Twoje pozycje" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Oczekuje się, że zamiana zakończy się niepowodzeniem." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Twój swap został zmodyfikowany przez Twój portfel. Jeśli to był błąd, anuluj natychmiast lub ryzykuj utratę środków." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Twoja łączna pula tokenów:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Twój koszt transakcji będzie znacznie wyższy, ponieważ zawiera gaz potrzebny do utworzenia puli." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Twoja transakcja może zostać przekroczona i skutkować niekorzystną transakcją." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Twoja transakcja zostanie przywrócona, jeśli będzie oczekiwać na więcej niż ten okres czasu." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Twoja transakcja zostanie przywrócona, jeśli cena zmieni się niekorzystnie o więcej niż ten procent." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Bieżąca sieć Twojego portfela nie jest obsługiwana." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Twoje saldo {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "I" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "i zgodę na jego" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "jeszcze dostępne" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "poniżej ceny minimalnej." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "poniżej ceny minimalnej kolekcji. Jesteś pewien, że chcesz kontynuować?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "zablokowane działania" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "opłata" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "Do" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "za {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "z" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "Tutaj." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuty" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "miesiące" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "nagroda" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "coś poszło nie tak!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "Do" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Rozwiąż problem} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Ten token nie jest przedmiotem obrotu na wiodących scentralizowanych giełdach w USA ani często wymieniany na Uniswap.} other {Te tokeny nie są przedmiotem obrotu na wiodących giełdach scentralizowanych w USA ani często wymieniane na Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Ten token nie jest przedmiotem obrotu na wiodących giełdach scentralizowanych w USA.} other {Te tokeny nie są przedmiotem obrotu na wiodących scentralizowanych giełdach w USA.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Nie możesz handlować tym tokenem za pomocą aplikacji Uniswap.} other {Nie możesz handlować tymi tokenami za pomocą aplikacji Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {lista} other {aukcje}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} zdeponowane" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} uzyskanych opłat:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT są wymienione znacząco" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Oczekujące" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Spróbuj zwiększyć swoją tolerancję na poślizg.\n" -"Uwaga: tokeny typu fee-on-transfer i rebase są niekompatybilne z Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} głosów" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} za {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Cena:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Poziom opłat {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% puli" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% wybierz" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% poślizgu" - -#: 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} żetony PL" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dzień} other {dni}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {godzina} other {godziny}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {miesiąc} other {miesiące}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {tydzień} other {tygodnie}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} i {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dzień} other {dni}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {godzina} other {godziny}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuta} other {minuty}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {miesiąc} other {miesiące}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {drugi} other {sekundy}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {tydzień} other {tygodnie}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} może teraz nie działać lub połączenie z siecią mogło zostać utracone." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} żetonów mostu" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} za {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {kolekcja} other {kolekcje}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Wróć do Baseny" - diff --git a/src/locales/pt-BR.po b/src/locales/pt-BR.po deleted file mode 100644 index b1a4e3a0b3..0000000000 --- a/src/locales/pt-BR.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: pt\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Portuguese, Brazilian\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: pt-BR\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% máx." - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Veja no Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(editar)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nova posição" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Remover destinatário" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "volume 24h" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "O volume 24H é a quantidade do ativo que foi negociado no Uniswap v3 durante as últimas 24 horas." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W de altura" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W baixo" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Todas as propostas" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Votos" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Análise de contas e taxas acumuladas<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Preço atual:<1><2/><3>{0} por {1}" - -#: 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>Dica: A remoção de tokens em lotes converte sua posição de volta a tokens secundários à taxa atual, proporcionalmente ao seu compartilhamento do lote. As taxas acumuladas estão incluídas nos valores que você receber." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Dica: Selecione uma ação e descreva sua proposta para a comunidade. A proposta não pode ser modificada após o envio, portanto, verifique todas as informações antes de enviar. O período de votação começará imediatamente e durará 7 dias. Para propor uma ação personalizada, <1>leia os documentos." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Dica: Use esta ferramenta para encontrar lotes V2 que não são exibidos automaticamente na 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>Dica: Quando você adiciona liquidez, você recebe tokens em lotes que representam sua posição. Esses tokens têm taxas de rendimento automaticamente proporcionais ao seu compartilhamento do lote, e podem ser resgatados a qualquer momento." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Votação de desbloqueio para se preparar para a próxima proposta." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> por <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Um limite mínimo de 0,25% do fornecimento total de UNI é necessário para enviar propostas" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Um swap desse tamanho pode ter um alto impacto no preço, dada a atual liquidez do pool. Pode haver uma grande diferença entre o valor do seu token de entrada e o que você receberá no token de saída" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "SOBRE" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Aceitar" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Ativa" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Atividade" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Adicionar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Adicionar <0/> e <1/> ao Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Adicionar Delegado +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Adicionar Liquidez" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Adicionar Liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Falha ao adicionar liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Falha ao adicionar liquidez" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Adicione liquidez." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Adicionar mais liquidez" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Adicionar ao Saco" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Adicionar ao saco" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Adicionar {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Adicionar liquidez V3 de {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Liquidez Adicionada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Liquidez V2 adicionada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Liquidez adicionada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} adicionados" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Adicionando liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Adicionando liquidez" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Adicionar esta proposta à fila permitirá que ela seja executada, após um atraso." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "O endereço tem não resgates disponíveis" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Contra" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Permitir a migração de tokens LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Permitido" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Já listado em" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Sempre conduza sua própria pesquisa antes de negociar." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Valor" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "É necessária uma aprovação para usar este token." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Ocorreu um erro ao carregar os tokens. Por favor, tente novamente." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ocorreu um erro ao tentar executar esta troca. Pode ser necessário aumentar sua tolerância ao deslizamento. Se isso não funcionar, pode haver uma incompatibilidade com o token que você está negociando. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Falha na aprovação" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Aprovação pendente" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Aprovar" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Aprovar token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "aprovar na carteira" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Aprove em sua carteira" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Aprovar o uso de {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Aprovação {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Aprovado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Aprovando" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Aprovando {0}" - -#: 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 "Pelo menos {0} {1} e {2} {3} serão reembolsados na sua carteira, devido à faixa de preços selecionada." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automático" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API do roteador automático" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Voltar para Piscinas" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Voltar para a seleção da carteira" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Bolsa" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Melhor para pares exóticos." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Melhor para a maioria dos pares." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Melhor para pares estáveis." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Melhor para pares muito estáveis." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "A rota com melhor preço custa ~{gasPrice} em gasolina." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "endereço bloqueado" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bloqueado no OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Empréstimo falhou" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Emprestado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Empréstimo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Comprado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Falha na gravação" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "queimado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "queimando" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Comprar" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Comprar criptomoeda" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Falha na compra" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Compre ou transfira NFTs para esta carteira para começar." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Compre ou transfira tokens para esta carteira para começar." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Compre, venda e explore tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Compre, venda e explore tokens e NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Comprando" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Por" - -#: 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 "Ao acrescentar liquidez, você ganha 0,3% de todas as negociações com esse par, proporcionalmente ao seu compartilhamento do lote. As taxas são adicionadas ao lote, são provisionadas em tempo real e podem ser resgatadas por meio de saques de sua liquidez." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Ao conectar uma carteira, você concorda com Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Falha ao cancelar" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Cancelado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Cancelado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Cancelando" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Cuidado" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Verifique o estado da rede" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Confira nosso passo-a-passo e o guia de migração da V3 do LP." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Resgatar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Reivindicar <0/> por {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Resgatar UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Resgatar Tokens UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Reivindicar recompensa UNI por {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Reivindicar Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Reivindicação falhou" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Resgatar taxas" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Resgatar seus tokens UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Resgatadas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Resgatando" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Limpar Tudo" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Limpar tudo" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Fechar" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Fechado" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Posições fechadas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Coletar" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Coletar como {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Coletar taxas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Falha na coleta de taxas" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Coletar taxas {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Coletado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Taxas coletadas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Coletando" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Coletando taxas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "A coleta das taxas gera um saque das taxas disponíveis atualmente para você." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Em breve: pesquise e explore tokens na BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Comum" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Completo!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Confirmar" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Confirmar fornecimento" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Confirmar esta operação na sua carteira" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Confirme a transação na carteira" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Conectar" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Conectar-se à carteira" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Conectar-se a uma carteira" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Conectar-se a uma carteira para localizar lotes" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Conectar-se a uma carteira para ver sua Liquidez V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Conectar-se a uma carteira para ver sua liquidez." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Conectar-se à carteira" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "conteúdo não" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continuar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interação Contratual" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Endereço do contrato" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Copiado!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Link de cópia" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Criar Lote e Fornecimento" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Criar proposta" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Criar um par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Criar um lote e adicionar liquidez V3 de {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Falha ao criar pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Criar lote." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Criar pool{1} {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Piscina criada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Criando piscina" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "As compras de criptomoedas não estão disponíveis em sua região." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Preço atual" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Preço {0} atual:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Personalizado" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registrador de DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Derrotado" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegar votos" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Falha ao delegar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegar poder de voto a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "delegado" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegado para:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "delegar" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegando votos" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Falha na implantação" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "implantado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Implantando" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Valores do depósito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Falha no depósito" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Liquidez do depósito" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Deposite tokens na rede {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Depositado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Depositando" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Descrição:" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detalhado" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detalhes" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Dispensar" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentação" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Não tem Carteira Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Não está vendo uma de suas posições V2? <0>Importe-a." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Download" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Baixar Carteira Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Baixar aplicativo" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Baixe na App Store para armazenar com segurança seus tokens e NFTs, trocar tokens e conectar-se a aplicativos criptográficos." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Controlador de registro ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Os tokens UNI recebidos representam capital votante na governança do Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Editar" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Editar listagens" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Digite um percentual" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Digite um destinatário" - -#: 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 "Digite um endereço para solicitar um resgate de UNI. Se o endereço tiver qualquer UNI resgatável, ele será enviado para os endereços mediante confirmação." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Digite um valor" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Digite {0} valor" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Erro" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Identificação do erro: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Erro de conexão" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Serviço de nome Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Evento" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Taxa de câmbio" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Executar" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Executar Proposta {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Falha na execução" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Executar proposta {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Executado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Executando" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "A execução desta proposta ativará o calldata on-chain." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Execução enviada" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Saída esperada" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Expirado" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Expira em" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Explorar NFTs" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Explore o Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Explorar fichas" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extremamente raro" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Fracassado" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Falha ao mudar de rede" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Sinalizadores de recursos" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Nível das taxas" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Nível de taxa" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Opinião" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Tarifas" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Buscando rota" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Buscando o melhor preço..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Buscando preço..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrar tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Encontre a melhor rota no Protocolo Uniswap através do seu navegador. Pode resultar em alta latência e preços." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Encontra a melhor rota no protocolo Uniswap usando a API de roteamento do Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Chão" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "preço mínimo" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Para" - -#: 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 "Para cada lote exibido abaixo, clique em migrar para remover sua liquidez do Uniswap V2 e depositá-la it no Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "De" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "De (no máximo)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Gama completa" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "iniciar" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Obter suporte" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centro de ajuda" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Escondido" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Esconder" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Ocultar posições fechadas" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ocultar recursos" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Ocultar pequenos saldos" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Entendi" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Se você acredita que isso é um erro, envie um e-mail incluindo seu endereço para" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importar Lote" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importar Lote V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Dentro do alcance" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Na faixa" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Aumentar a liquidez" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Preços iniciais e compartilhamento do lote" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Os valores lançados são estimativas. Você deve vender no máximo <0>{0} {1} ou a operação será revertida." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fundos insuficientes" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Liquidez insuficiente" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Liquidez insuficiente para esta negociação." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Liquidez insuficiente do pool para concluir a transação" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Saldo insuficiente {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Par inválido" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Par inválido." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Preço lançado inválido" - -#: 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 "Faixa selecionada inválida. O preço mín deve ser inferior ao preço máx." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Destinatário inválido" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Linguagem" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Durar" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Último preço" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Ultima atualização" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Aprender" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Saiba mais sobre como fornecer liquidez" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Saber mais" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Jurídico e Privacidade" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "links" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidez" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Dados de liquidez não disponíveis." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Recompensas por liquidez de fornecedores" - -#: 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 "Fornecedores com liquidez geram uma taxa de 0,3% em todas as negociações, proporcionalmente ao seu compartilhamento do lote. As taxas são adicionadas ao lote, são provisionadas em tempo real e podem ser resgatadas por meio de saques de sua liquidez." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Listar NFTs" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista para venda" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Listar um NFT requer uma aprovação de mercado única para cada coleção de NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Listagens" - -#: 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 -msgid "Loading" -msgstr "Carregando" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Permissão de Carregamento" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Preço de listagem baixo" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Fazer uma oferta" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gerenciar" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gerenciar a liquidez no Lote de Recompensas" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Gerenciar este lote." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Máx" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Preço Máx" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Máximo de royalties do criador" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Taxas máximas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Preço Máx" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Deslizamento máximo" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Máx:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "entrada máxima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Máximo enviado" - -#: 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 "Migrar" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrar Liquidez para V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrar Liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Falha ao migrar a liquidez" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrar seus tokens de liquidez do Uniswap V2 para o Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrar{1} {0}para V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Liquidez migrada" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrando" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrando liquidez" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Preço Mín" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Preço Mín" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Mín:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Saída mínima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Mínimo recebido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint falhou" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Cunhado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "cunhagem" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Dados do gráfico ausentes" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Dados de preço ausentes devido ao volume de negociação recentemente baixo no Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat iframe na rampa" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay não está disponível em algumas regiões. Clique para aprender mais." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mais" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Meus NFTs" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Cobranças NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nome não encontrado" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "botão de navegação" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Aviso de Rede" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Taxa de rede" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nunca" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nova Posição" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Ainda não há NFTs" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Nenhuma liquidez V2 encontrada." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Nenhuma atividade ainda" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "sem dados" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Sem descrição." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Nenhum item para exibir" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Nenhuma liquidez encontrada." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Nenhum lote encontrado." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ainda não há piscinas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nenhuma proposta encontrada." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nenhum resultado encontrado." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Nenhuma informação de token disponível" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nenhum token encontrado" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nenhum token encontrado." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ainda não há fichas" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Não disponível" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Não disponível na sua região" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "não criado" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Não listado" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Ofertas" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Quando estiver satisfeito com a taxa, clique em fornecimento para analisar." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Um NFT está listado {0}%" - -#: 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 "Somente votos de UNI autodelegados ou delegados para outro endereço antes do bloqueio {0} serão aprovados para votação." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ops, leve-me de volta para Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Abra uma nova posição ou crie um pool para começar." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Roteamento de pedidos" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Fora da faixa" - -#: 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 "Os resultados são estimativas. Se o preço for alterado em de {0}%, sua operação será revertida." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Os resultados são estimativas. Você receberá pelo menos <0>{0} {1} ou a operação será revertida." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Proprietário" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Página não encontrada!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Pagar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Pagar de qualquer maneira" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Pagar com" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Pendente" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "A permissão é necessária para que o Uniswap troque cada token. Isso expirará após um mês para sua segurança." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permit2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Por favor, conecte-se à Camada 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Lote" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Lote encontrado!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Tokens em lotes no lote de recompensas:" - -#: 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 "Em lote {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "piscinas" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Coleções NFT populares" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "tokens populares" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posição indisponível" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferências" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Visualização" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Preço" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Diferença de Preço:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impacto do preço" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Impacto do preço muito alto" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impacto do preço" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Aviso de impacto de preço" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Intervalo de preço" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Preço atualizado" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Preço:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Compartilhamento de preços e lotes" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "política de Privacidade" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Política de Privacidade." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Continuar na carteira" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Produto se vendido" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Proposta" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Proposta enviada" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Título da proposta" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propostas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Propostas apresentadas por membros da comunidade serão exibidas aqui." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Ação proposta" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Proponente" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Resolvedor público" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Quantidade" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Fila" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Proposta de Fila {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Falha na fila" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Proposta de fila {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Enfileiradas" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Fila" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Fila" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Cru" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Raridade" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Taxas" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Ler mais sobre governança no Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Ler mais sobre geração de liquidez" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Ler mais sobre ativos incompatíveis" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Receber" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Falha ao receber" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Recebido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "recebendo" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Pesquisas recentes" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Destinatário" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Reembolsos para itens indisponíveis serão dados em ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "rejeitado" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Recarregue o aplicativo" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Remover" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Remover <0/> e <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Remover Valor" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Remover Delegado" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Remover Liquidez" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Retire da bolsa" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Remover item" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Falha ao remover liquidez" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquidez Removida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquidez removida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Removendo liquidez" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Removendo {0} {1} e {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Removendo {0} {1} e{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Reembolsado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Falha no reembolso" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Reembolsando" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Resolver {issues} problemas" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Tentar novamente" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Voltar" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Retornar para Meus NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "registrador reverso" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Revisão de troca" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Aprovação revogada" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Mesmo preço" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Digitalize com carteira Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Procurar" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Pesquise o nome ou cole o endereço" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Pesquise tokens e coleções NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Selecione Par" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Selecione um token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Selecione um token para calcular sua liquidez V2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Selecione uma ação" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Selecionar token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Faixa selecionada" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Auto" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Autodelegação" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vender" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vender NFTs" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Vendedor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "O envio falhou" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Enviando" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Enviado" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Definir faixa de preços" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Definir preço inicial" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Definir preços para continuar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Configurações" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Compartilhamento de Lotes" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Compartilhamento do Lote:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Compartilhar no Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Compartilhar no Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Mostrar" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Show cancelado" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Mostrar posições fechadas" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Mostre mais" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Mostrar recursos" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Sinal" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simples" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Slippage abaixo de {0}% pode resultar em uma falha na transação" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Vendido" - -#: 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 "Alguns ativos não estão disponíveis nesta interface, porque não funcionam bem com os contrato inteligentes, ou não foi possível permitir as negociações por motivos legais." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Ocorreu um erro" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Algo deu errado. Por favor, tente novamente." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Desculpe, ocorreu um erro ao processar sua solicitação. Se você solicitar suporte, certifique-se de copiar os detalhes desse erro." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Desculpe, ocorreu um erro ao processar sua solicitação. Se você solicitar suporte, certifique-se de fornecer seu ID de erro." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Iniciar listagem" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Estatísticas" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Enviar nova proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Falha ao enviar proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Proposta enviada" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Enviando proposta" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Enviando Voto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Enviando proposta" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Sucesso" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Sucesso" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "listado com sucesso" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Fornecimento" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Fornecendo {0} {1} e {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Conversão" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Troque <0/> por exatamente <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Converter assim mesmo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Troque exatamente <0/> por <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Falha na troca" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "trocado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Trocando" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Convertendo {0} {1} para {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Varrer" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Alternar redes" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Mudar para {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Símbolo não encontrado" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Termos de serviço" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Obrigado por fazer parte da comunidade Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "A % que você ganhará em taxas." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "A invariante x*y=k do Uniswap não foi observada na conversão. Isto geralmente significa que um dos tokens que você está convertendo tem um comportamento de transferência personalizado." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "O valor que você espera receber ao preço de mercado atual. Você pode receber menos ou mais se o preço de mercado mudar enquanto sua transação estiver pendente." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "O aplicativo busca dados blockchain do serviço hospedado do The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "O aplicativo busca dados na cadeia e constrói chamadas de contrato com uma API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "O aplicativo busca a rota comercial ideal de um servidor Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "O aplicativo registra estatísticas de uso anônimas para melhorar com o tempo." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "O aplicativo coleta com segurança o endereço da sua carteira e o compartilha com a TRM Labs Inc. por motivos de risco e conformidade." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "A tentativa de conexão falhou. Por favor, clique em tentar novamente e siga as etapas para se conectar em sua carteira." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "A diferença estimada entre os valores em USD dos valores de entrada e saída." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "A taxa paga aos mineradores que processam sua transação. Isso deve ser pago em ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "A taxa paga aos mineradores que processam sua transação. Isso deve ser pago em {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "O impacto que sua negociação tem no preço de mercado deste pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "O token lançado não pode ser transferido. Pode haver um problema com o token lançado." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "O preço de mercado está fora da faixa de preço especificada. Somente para depósito de um único ativo." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "O valor máximo que você tem garantia de gastar. Se o preço cair ainda mais, sua transação será revertida." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "O valor mínimo que você tem a garantia de receber. Se o preço cair ainda mais, sua transação será revertida." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "O número de bloco mais recente nesta rede. Os preços são atualizados a cada bloco." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "O token resultante não pode ser transferido. Pode haver um problema com o token resultante." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "O token de saída não pode ser transferido. Pode haver um problema com o token de saída. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3." - -#: 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 "O preço desse lote está fora da faixa selecionada. Sua posição atual não está recebendo taxas." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "O preço deste lote está dento da faixa selecionada. Sua posição atual está recebendo taxas." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "A proporção de tokens que você adicionar determina o preço deste lote." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Não há dados de liquidez." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Este endereço está bloqueado na interface do Uniswap Labs porque está associado a um ou mais" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Este aplicativo usa as seguintes APIs de terceiros:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Este mês" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Este pool deve ser inicializado antes que você possa adicionar liquidez. Para inicializar, selecione um preço inicial para o pool. Em seguida, insira sua faixa de preço de liquidez e o valor do depósito. As taxas de gás serão mais altas do que o normal devido à transação de inicialização." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Esta proposta pode ser executada após {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Essa rota otimiza sua produção total considerando rotas divididas, vários saltos e o custo de combustível de cada etapa." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Esta tabela contém os principais tokens por volume Uniswap, classificados com base em sua entrada." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Este símbolo não existe" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Este token não existe em {0}" - -#: 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 "Esta ferramenta fará a migração da sua liquidez {0} em segurança para V3. O processo não é inteiramente confiável, devido ao" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Esta transação não pôde ser enviada porque o prazo expirou. Por favor, verifique se o prazo da sua transação não é muito baixo." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Esta transação não terá sucesso devido ao movimento do preço. Tente aumentar sua tolerância ao deslizamento. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Esta operação não será realizada, devido às alterações nos preços ou à taxa de transferência. Tente aumentar sua tolerância a discrepâncias." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Essa semana" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Este ano" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tempo" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Para" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Para (pelo menos)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Para usar o Uniswap em {0}, troque a rede nas configurações da sua carteira." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Para visualizar uma posição, você deve estar conectado à rede à qual ela pertence." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Hoje" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nome do token" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token não encontrado" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Estatísticas e gráficos de token para {label} estão disponíveis em <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Característica Principal" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Lotes superiores" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Principais tokens no Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "O valor total bloqueado (TVL) é o valor agregado do ativo disponível em todos os pools de liquidez Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Negocie criptomoedas e NFTs com confiança" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Negocie criptomoedas com confiança" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Característica" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Trait Floor" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Características" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Configurações das operações" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Operação enviada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transação concluída em" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Data-limite da operação" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transação pendente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transação rejeitada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transação enviada" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token de transferência" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Tente novamente" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Governança da UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "A UNI chegou" - -#: src/pages/Vote/Landing.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 "Os tokens de UNI representam capital votante na governança do Uniswap. Você mesmo pode votar em cada proposta ou pode delegar seu voto a terceiros." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} queimados" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Indisponível" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Indisponível para listagem" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Taxas não resgatadas" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Indeterminado" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Governança do Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Termos de serviço da Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocolo Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "O Uniswap V2 não está disponível nesta rede." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponível em: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "cliente Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "A governança Uniswap está disponível apenas na Camada 1. Mude sua rede para Ethereum Mainnet para ver propostas e votação." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "A Uniswap atendeu seu desejo!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap no seu bolso" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Contrato de migração no Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Desconhecido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Aprovação Desconhecida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Casa da Moeda Desconhecida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Envio desconhecido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Troca Desconhecida" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Desbloquear votos" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Desbloquear votação" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Desbloqueando votos" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Ativo incompatível" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Ativos incompatíveis" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Não suportado pela sua carteira" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Sem título" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Desacobertar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Desempacotar <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Falha ao desempacotar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Desembrulhado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Desembrulhando" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Atualizar Delegação" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Use a API do Uniswap Labs para obter cotações mais rápidas." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Liquidez V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Preço V3 {0}:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versão:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Muito comum" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Muito raro" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Visualizar análises e taxas acumuladas<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Ver e vender NFTs" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Ver mais análises" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Ver no Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Visualizar no Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Ver em {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Visualizar a operação no Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volume é o valor do ativo que foi negociado no Uniswap v3 durante o período de tempo selecionado." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Votar contra" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Votar a favor" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Vote contra a proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Votar contra proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Vote contra a proposta {proposalKey} com razão \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Voto falhou" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Votar na proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Votar na proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Vote na proposta {proposalKey} com o motivo \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Votar na governança" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Votar pela abstenção na proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Votar pela abstenção na proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Vote pela abstenção na proposta {proposalKey} com razão \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "votado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Votação" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Votação encerrada {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "A votação se encerra aproximadamente às {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "A votação começa aproximadamente {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Aguardando confirmação" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Endereço da carteira ou nome ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Aviso" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Seja bem-vindo à equipe Unicórnio :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Por que uma transação é necessária?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Sacar liquidez depositada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Falha na retirada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Retirada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "retirou" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Cobrir" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Enrole <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Enrolamento falhou" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Envolto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Invólucro" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "rede errada" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Você já tem uma proposta ativa ou pendente" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Você está abrindo um novo lote" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Você não é o proprietário desta posição de LP. Você não poderá retirar a liquidez desta posição, a menos que possua o seguinte endereço: {ownerAddress}" - -#: 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 "Você é o primeiro fornecedor com liquidez neste lote do Uniswap V3. Sua liquidez será migrada ao preço atual de {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Você é o primeiro fornecedor com liquidez." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Você mesmo pode votar em cada proposta ou delegar seu voto para um terceiro." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Você não tem votos suficientes para enviar uma proposta" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Você ainda não tem liquidez neste lote." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Você pode ter perdido sua conexão de rede." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "É preciso conectar-se a uma conta." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Você deve ter {formattedProposalThreshold} votos para enviar uma proposta" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Você paga" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Tu recebes" - -#: 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 "A liquidez deve ser depositada apenas no Uniswap V3 ao preço que você julgar correto. <0/>Se o preço parecer incorreto, você pode fazer uma conversão para alterar o preço ou aguardar até que outra pessoa o faça." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Você também receberá as taxas auferidas nessa posição." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Você receberá" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Sua liquidez V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Suas posições de liquidez V3 ativas aparecerão aqui." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Seu saldo em {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Sua rede conectada não é suportada." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Suas transações onchain e compras criptográficas aparecerão aqui." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Seu compartilhamento de lotes:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Sua posição" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Sua posição tem 0 de liquidez e não está recebendo taxas." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Sua posição aparecerá aqui." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Sua posição será 100% composta de {0} com esse preço" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Sua posição será 100% de {0} com esse preço." - -#: 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 "Sua posição não receberá taxas nem será utilizada em negociações até que o preço de mercado mude na sua faixa." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Suas posições" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Espera-se que sua troca falhe." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Seu swap foi modificado através de sua carteira. Se isso foi um erro, cancele imediatamente ou corre o risco de perder seus fundos." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Seu total de tokens em lote:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "O custo da sua operação será muito mais alto porque inclui os insumos para criação do lote." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Sua transação pode ser antecipada e resultar em uma negociação desfavorável." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Sua operação será revertida se estiver pendente há mais tempo do que o previsto." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Sua operação será revertida se o preço sofrer alteração desfavorável acima deste percentual." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "A rede atual da sua carteira não é suportada." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Seu saldo {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "e" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "e consentir com a sua" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "disponível ainda" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "preço abaixo do piso." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "abaixo do preço mínimo da coleção. Você tem certeza que quer continuar?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "atividades bloqueadas" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "taxa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "para" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "para {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "de" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "aqui." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "Minutos" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "meses" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "recompensa" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "algo deu errado!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "para" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Resolva o problema} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Este token não é negociado nas principais bolsas centralizadas dos EUA ou frequentemente trocado no Uniswap.} other {Esses tokens não são negociados nas principais bolsas centralizadas dos EUA ou frequentemente trocados no Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Este token não é negociado nas principais bolsas centralizadas dos EUA.} other {Esses tokens não são negociados nas principais bolsas centralizadas dos EUA.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Você não pode trocar este token usando o aplicativo Uniswap.} other {Você não pode trocar esses tokens usando o aplicativo Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listagem} other {listas}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Depositados" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Taxas Auferidas:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFTs são listados significativamente" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Pendentes" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Tente aumentar sua tolerância ao deslizamento.\n" -"Observação: tokens de taxa na transferência e rebase são incompatíveis com Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} votos" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} por {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Preço de {0} {1}:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "nível de taxa de {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "piscina {0}%" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% selecionar" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% de deslizamento" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "LP NFT de {0}/{1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "Tokens LP de {0}/{1}" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dia} other {dias}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {hora} other {horas}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mês} other {meses}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {semana} other {semanas}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} e {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dia} other {dias}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {hora} other {horas}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuto} other {minutos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mês} other {meses}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {segundo} other {segundos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {semana} other {semanas}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} pode estar desativado agora ou você pode ter perdido sua conexão de rede." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token ponte" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} por {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {coleção} other {coleções}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Voltar para Piscinas" - diff --git a/src/locales/pt-PT.po b/src/locales/pt-PT.po deleted file mode 100644 index b57b04866a..0000000000 --- a/src/locales/pt-PT.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: pt\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Portuguese\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: pt-PT\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% máx." - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Veja no Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(editar)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nova posição" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Remover destinatário" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "volume 24h" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "O volume 24H é a quantidade do ativo que foi negociado no Uniswap v3 durante as últimas 24 horas." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W de altura" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W baixo" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Todas as propostas" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Votos" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Análise da conta e comissões acumuladas<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Preço atual:<1><2/><3>{0} por {1}" - -#: 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>Dica: Remover tokens de pool converte a sua posição em tokens subjacentes à taxa atual, proporcional à sua participação na pool. As comissões acumuladas estão incluídas no valor que recebe." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Dica: Selecione uma ação e descreva sua proposta para a comunidade. A proposta não pode ser modificada após o envio, portanto, verifique todas as informações antes de enviar. O período de votação começará imediatamente e durará 7 dias. Para propor uma ação personalizada, <1>leia os documentos." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Dica: Use esta ferramenta para encontrar pools v2 que não aparecem automaticamente na 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>Dica: Quando adicionar liquidez, receberá tokens de pool que representam a sua posição. Estes tokens ganham automaticamente comissões proporcionais à sua parcela da pool, e podem ser resgatados a qualquer momento." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Desbloqueie a votação para se preparar para a próxima proposta." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> por <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Um limite mínimo de 0,25% do fornecimento total de UNI é necessário para enviar propostas" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Um swap desse tamanho pode ter um alto impacto no preço, dada a atual liquidez do pool. Pode haver uma grande diferença entre o valor do seu token de entrada e o que você receberá no token de saída" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Sobre" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Aceitar" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Ativo" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Atividade" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Adicionar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Adicione <0/> e <1/> ao Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Adicionar Delegado +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Adicionar Liquidez" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Adicionar Liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Falha ao adicionar liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Falha ao adicionar liquidez" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Adicione liquidez." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Adicionar mais liquidez" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Adicionar ao Saco" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Adicionar ao saco" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Adicionar {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Adicionar {0}/{1} de liquidez V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Liquidez Adicionada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Liquidez V2 adicionada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Liquidez adicionada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Adicionado {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Adicionando liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Adicionando liquidez" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Adicionar esta proposta à fila permitirá que ela seja executada, após um atraso." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "O endereço não tem reivindicação disponível" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Contra" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Permitir migração de token LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Permitido" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Já listado em" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Sempre conduza sua própria pesquisa antes de negociar." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Quantia" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "É necessária uma aprovação para usar este token." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Ocorreu um erro ao carregar os tokens. Por favor, tente novamente." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ocorreu um erro ao tentar executar esta troca. Pode ser necessário aumentar sua tolerância ao deslizamento. Se isso não funcionar, pode haver uma incompatibilidade com o token que você está negociando. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Falha na aprovação" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Aprovação pendente" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Aprovar" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Aprovar token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "aprovar na carteira" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Aprove em sua carteira" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Aprovar o uso de {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Aprovar {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Aprovado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "A aprovar" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "A aprovar {0}" - -#: 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 "Pelo menos {0} {1} e {2} {3} serão reembolsados para a sua carteira devido à faixa de preço selecionada." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automático" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API do roteador automático" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Voltar para Piscinas" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Voltar para a seleção da carteira" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Bolsa" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Melhor para pares exóticos." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Melhor para a maioria dos pares." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Melhor para pares estáveis." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Melhor para pares muito estáveis." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "A rota com melhor preço custa ~{gasPrice} em gasolina." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "endereço bloqueado" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bloqueado no OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Empréstimo falhou" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Emprestado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Empréstimo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Comprado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Falha na gravação" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "queimado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "queimando" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Comprar" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Comprar criptomoeda" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Falha na compra" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Compre ou transfira NFTs para esta carteira para começar." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Compre ou transfira tokens para esta carteira para começar." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Compre, venda e explore tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Compre, venda e explore tokens e NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Comprando" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Por" - -#: 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 "Ao adicionar liquidez, você ganhará 0,3% de todas as negociações neste par proporcional à sua participação na pool. As comissões são adicionadas à pool, acumulam em tempo real e podem ser reivindicadas retirando a sua liquidez." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Ao conectar uma carteira, você concorda com Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Falha ao cancelar" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Cancelado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Cancelado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Cancelando" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Cuidado" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Verifique o estado da rede" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Consulte os nossos guias passo-a-passo v3 LP e guias de migração." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Reivindicar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Reivindicar <0/> por {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Reivindicar UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Reivindicar token UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Reivindicar recompensa UNI por {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Reivindicar Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Reivindicação falhou" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Reivindicar comissões" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Reivindicar os seus tokens UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Reivindicado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "A reivindicar" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Limpar Tudo" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Limpar tudo" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Fechar" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Fechado" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Posições fechadas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Recolher" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Coletar como {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Recolher comissões" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Falha na coleta de taxas" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Coletar taxas {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Recolhido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Taxas coletadas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "A recolher" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "A recolher comissões" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "A recolha de comissões irá retirar para si as comissões disponíveis atualmente." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Em breve: pesquise e explore tokens na BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Comum" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Completo!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Confirmar" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Confirmar fornecimento" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Confirmar esta transação na sua carteira" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Confirme a transação na carteira" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Conectar" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Ligar Carteira" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Ligar uma carteira" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Ligar a uma carteira para encontrar pools" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Ligar a uma carteira para ver a sua liquidez V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Ligar a uma carteira para ver sua liquidez." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Ligar carteira" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "conteúdo não" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continuar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interação Contratual" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Endereço do contrato" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Copiado!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Link de cópia" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Criar Pool e Oferta" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Criar proposta" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Criar um par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Criar pool e adicionar {0}/{1} liquidez V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Falha ao criar pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Criar pool." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Criar pool{1} {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Piscina criada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Criando piscina" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "As compras de criptomoedas não estão disponíveis em sua região." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Preço atual" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Preço atual {0}:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Personalizado" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registrador de DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Derrotado" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegar votos" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Falha ao delegar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegar poder de voto a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "delegado" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegado a" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "delegar" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "A delegar votos" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Falha na implantação" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "implantado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Implantando" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Depositar montantes" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Falha no depósito" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Depositar liquidez" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Deposite tokens na rede {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Depositado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Depositando" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Descrição" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detalhada" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detalhes" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Descartar" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentação" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Não tem Carteira Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Não vê uma das suas posições v2? <0>Importar." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Download" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Baixar Carteira Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Baixar aplicativo" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Baixe na App Store para armazenar com segurança seus tokens e NFTs, trocar tokens e conectar-se a aplicativos criptográficos." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Controlador de registro ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Os tokens UNI ganhos representam ações de voto na governação da Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Editar" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Editar listagens" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Insira uma percentagem" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Insira um destinatário" - -#: 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 "Insira um endereço para acionar uma reivindicação UNI. Se o endereço tiver alguma UNI reivindicável, esta será enviada aos mesmos aquando do envio." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Inserir um montante" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Digite {0} valor" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Erro" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Identificação do erro: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Erro ao ligar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Serviço de nome Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Evento" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Taxa de câmbio" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Executar" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Executar Proposta {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Falha na execução" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Executar proposta {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Executado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Executando" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "A execução desta proposta ativará o calldata on-chain." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Execução enviada" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Saída esperada" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Expirado" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Expira em" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Explorar NFTs" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Explore o Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Explorar fichas" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extremamente raro" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Fracassado" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Falha ao mudar de rede" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Sinalizadores de recursos" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Escalão gratuíto" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Nível de taxa" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Opinião" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Tarifas" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Buscando rota" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Buscando o melhor preço..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Buscando preço..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrar tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Encontre a melhor rota no Protocolo Uniswap através do seu navegador. Pode resultar em alta latência e preços." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Localiza a melhor rota no protocolo Uniswap usando a API de roteamento do Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Chão" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "preço mínimo" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Para" - -#: 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 "Para cada pool apresentada abaixo, clique em migrar para remover a sua liquidez do Uniswap V2 e depositá-la no Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "De" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "De (no máximo)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Gama completa" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "iniciar" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Obter suporte" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centro de ajuda" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Escondido" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Esconder" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Ocultar posições fechadas" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ocultar recursos" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Ocultar pequenos saldos" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Eu compreendo" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Se você acredita que isso é um erro, envie um e-mail incluindo seu endereço para" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importar Pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importar pool V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Dentro do alcance" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Dentro do intervalo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Aumentar Liquidez" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Preços iniciais e parcela da pool" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "O valor inserido é estimado. Irá vender no máximo <0>{0} {1} ou a transação será revertida." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fundos insuficientes" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Liquidez insuficiente" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Liquidez insuficiente para esta troca." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Liquidez insuficiente do pool para concluir a transação" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Saldo {0} insuficiente" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Par inválido" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Par inválido." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Entrada de preço inválida" - -#: 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 "Intervalo selecionado inválido. O preço mínimo deve ser inferior ao preço máximo." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Destinatário inválido" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Linguagem" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Durar" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Último preço" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Ultima atualização" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Aprender" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Saiba mais sobre como fornecer liquidez" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Saber mais" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Jurídico e Privacidade" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "links" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Liquidez" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Dados de liquidez não disponíveis." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Recompensas do fornecedor de liquidez" - -#: 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 "Os fornecedores de liquidez ganham uma taxa de 0,3% em todas as trocas, proporcional à sua participação na pool. As comissões são adicionadas à pool, acumulam em tempo real e podem ser reivindicadas retirando a sua liquidez." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Listar NFTs" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista para venda" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Listar um NFT requer uma aprovação de mercado única para cada coleção de NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Listagens" - -#: 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 -msgid "Loading" -msgstr "A carregar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Permissão de Carregamento" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Preço de listagem baixo" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Fazer uma oferta" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gerir" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gerir Liquidez na Pool de Recompensas" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Gerir esta pool." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Máximo" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Preço Máximo" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Máximo de royalties do criador" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Taxas máximas" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Preço máximo" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Deslizamento máximo" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Máx:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "entrada máxima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Máximo enviado" - -#: 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 "Migrar" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrar Liquidez para V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrar Liquidez V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Falha ao migrar a liquidez" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migre os seus tokens de liquidez do Uniswap V2 para Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrar{1} {0}para V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Liquidez migrada" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "A migrar" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrando liquidez" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Preço Mínimo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Preço mínimo" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Mín:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Saída mínima" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Mínimo recebido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint falhou" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Cunhado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "cunhagem" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Dados do gráfico ausentes" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Dados de preços ausentes devido ao volume de negociação recentemente baixo no Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat iframe na rampa" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay não está disponível em algumas regiões. Clique para aprender mais." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mais" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Meus NFTs" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Cobranças NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Nome não encontrado" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "botão de navegação" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Aviso de Rede" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Taxa de rede" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nunca" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nova Posição" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Ainda não há NFTs" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Nenhuma liquidez V2 encontrada." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Nenhuma atividade ainda" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "sem dados" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Sem descrição." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Nenhum item para exibir" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Nenhuma liquidez encontrada." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Nenhuma pool encontrada." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ainda não há piscinas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nenhuma proposta encontrada." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nenhum resultado encontrado." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Nenhuma informação de token disponível" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nenhum token encontrado" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nenhum token encontrado." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ainda não há fichas" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Não disponível" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Não disponível na sua região" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "não criado" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Não listado" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Ofertas" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Quando estiver satisfeito com a taxa, clique em fornecer para rever." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Um NFT está listado {0}%" - -#: 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 "Apenas os votos UNI que foram auto delegados ou delegados em outro endereço antes do bloco {0} são elegíveis para votação." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ops, leve-me de volta para Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Abra uma nova posição ou crie um pool para começar." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Roteamento de pedidos" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Fora do intervalo" - -#: 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 "A saída é estimada. Se o preço mudar em mais de {0}% a sua transação será revertida." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "A saída é estimada. Irá receber pelo menos <0>{0} {1} ou a transação será revertida." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Proprietário" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Página não encontrada!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Pagar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Pagar de qualquer maneira" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Pagar com" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Pendente" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "A permissão é necessária para que o Uniswap troque cada token. Isso expirará após um mês para sua segurança." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permit2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Por favor, conecte-se à Camada 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool encontrada!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Tokens da pool na pool de recompensas:" - -#: 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 "Na pool {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "piscinas" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Coleções NFT populares" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "tokens populares" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Posição indisponível" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferências" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Visualização" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Preço" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Diferença de Preço:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impacto de preço" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Impacto nos preços muito alto" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impacto do preço" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Aviso de impacto de preço" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Intervalo de preço" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Preço atualizado" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Preço:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Preços e participação na pool" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "política de Privacidade" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Política de Privacidade." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Continuar na carteira" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Produto se vendido" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Proposta" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Proposta enviada" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Título da proposta" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propostas" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "As propostas apresentadas por membros da comunidade aparecerão aqui." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Ação proposta" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Propositor" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Resolvedor público" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Quantidade" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Fila" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Proposta de Fila {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Falha na fila" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Proposta de fila {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Enfileiradas" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Fila" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Fila" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Cru" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Raridade" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Taxas" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Leia mais sobre a governança Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Leia mais sobre o fornecimento de liquidez" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Leia mais sobre ativos não suportados" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Receber" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Falha ao receber" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Recebido" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "recebendo" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Pesquisas recentes" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Destinatário" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Reembolsos para itens indisponíveis serão dados em ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "rejeitado" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Recarregue o aplicativo" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Remover" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Remover <0/> e <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Remover Quantia" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Remover Delegar" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Remover Liquidez" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Retire da bolsa" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Remover item" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Falha ao remover liquidez" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Liquidez Removida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Liquidez removida" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Removendo liquidez" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "A remover {0} {1} e {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Removendo {0} {1} e{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Reembolsado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Falha no reembolso" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Reembolsando" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Resolver {issues} problemas" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Tentar novamente" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Voltar" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Retornar para Meus NFTs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "registrador reverso" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Revisão de troca" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Aprovação revogada" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Mesmo preço" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Digitalize com carteira Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Procurar" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Pesquisar nome ou colar endereço" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Pesquise tokens e coleções NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Selecione Par" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Selecione um token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Selecione um token para encontrar sua liquidez v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Selecione uma ação" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Selecionar token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Intervalo Selecionado" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Auto" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Auto Delegar" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vender" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vender NFTs" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Vendedor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "O envio falhou" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Enviando" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Enviado" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Definir Intervalo de Preço" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Definir Preço Inicial" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Definir preços para continuar" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Configurações" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Parcela da Pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Parcela da Pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Compartilhar no Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Compartilhar no Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Mostrar" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Show cancelado" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Mostrar posições fechadas" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Mostre mais" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Mostrar recursos" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Sinal" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simples" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Slippage abaixo de {0}% pode resultar em uma falha na transação" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Vendido" - -#: 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 "Alguns ativos não estão disponíveis através desta interface porque podem não funcionar bem com os contratos inteligentes ou não podemos permitir a transação por razões legais." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Ocorreu um problema" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Algo deu errado. Por favor, tente novamente." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Desculpe, ocorreu um erro ao processar sua solicitação. Se você solicitar suporte, certifique-se de copiar os detalhes desse erro." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Desculpe, ocorreu um erro ao processar sua solicitação. Se você solicitar suporte, certifique-se de fornecer seu ID de erro." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Iniciar listagem" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Estatísticas" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Enviar nova proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Falha ao enviar proposta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Proposta enviada" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Enviando proposta" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "A Enviar Voto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Enviando proposta" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Sucesso" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Sucesso" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "listado com sucesso" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Fornecer" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "A fornecer {0} {1} e {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Trocar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Troque <0/> por exatamente <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Trocar mesmo assim" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Troque exatamente <0/> por <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Falha na troca" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "trocado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Trocando" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "A Trocar {0} {1} por {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Varrer" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Alternar redes" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Mudar para {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Símbolo não encontrado" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Termos de serviço" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Obrigado por fazer parte da comunidade Uniswap <0 />" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "A % que você ganhará em taxas." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "O invariante Uniswap x * y = k não foi satisfeito pela troca. Isso geralmente significa que um dos tokens que está a trocar incorpora um comportamento personalizado aquando da transferência." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "O valor que você espera receber ao preço de mercado atual. Você pode receber menos ou mais se o preço de mercado mudar enquanto sua transação estiver pendente." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "O aplicativo busca dados blockchain do serviço hospedado do The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "O aplicativo busca dados na cadeia e constrói chamadas de contrato com uma API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "O aplicativo busca a rota comercial ideal de um servidor Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "O aplicativo registra estatísticas de uso anônimas para melhorar com o tempo." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "O aplicativo coleta com segurança o endereço da sua carteira e o compartilha com a TRM Labs Inc. por motivos de risco e conformidade." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "A tentativa de conexão falhou. Por favor, clique em tentar novamente e siga as etapas para se conectar em sua carteira." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "A diferença estimada entre os valores em USD dos valores de entrada e saída." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "A taxa paga aos mineradores que processam sua transação. Isso deve ser pago em ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "A taxa paga aos mineradores que processam sua transação. Isso deve ser pago em {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "O impacto que sua negociação tem no preço de mercado deste pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "O token de entrada não pode ser transferido. Pode haver um problema com o token de entrada." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "O preço de mercado está fora do seu intervalo de preços especificado. Apenas depósito de ativo único." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "O valor máximo que você tem garantia de gastar. Se o preço cair ainda mais, sua transação será revertida." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "O valor mínimo que você tem a garantia de receber. Se o preço cair ainda mais, sua transação será revertida." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "O número de bloco mais recente nesta rede. Os preços são atualizados a cada bloco." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "O token de saída não pode ser transferido. Pode haver um problema com o token de saída." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "O token de saída não pode ser transferido. Pode haver um problema com o token de saída. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3." - -#: 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 "O preço desta pool está fora do intervalo selecionado. A sua posição não está atualmente a ganhar comissões." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "O preço desta pool está dentro do seu intervalo selecionado. A sua posição está a ganhar comissões." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "A proporção de tokens que adicionar irá definir o preço desta pool." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Não há dados de liquidez." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Este endereço está bloqueado na interface do Uniswap Labs porque está associado a um ou mais" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Este aplicativo usa as seguintes APIs de terceiros:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Este mês" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Este pool deve ser inicializado antes que você possa adicionar liquidez. Para inicializar, selecione um preço inicial para o pool. Em seguida, insira sua faixa de preço de liquidez e o valor do depósito. As taxas de gás serão mais altas do que o normal devido à transação de inicialização." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Esta proposta pode ser executada após {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Essa rota otimiza sua produção total considerando rotas divididas, vários saltos e o custo de combustível de cada etapa." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Esta tabela contém os principais tokens por volume Uniswap, classificados com base em sua entrada." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Este símbolo não existe" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Este token não existe em {0}" - -#: 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 "Esta ferramenta migrará com segurança a sua liquidez {0} para V3. O processo é completamente autónomo graças à" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Esta transação não pôde ser enviada porque o prazo expirou. Por favor, verifique se o prazo da sua transação não é muito baixo." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Esta transação não terá sucesso devido ao movimento do preço. Tente aumentar sua tolerância ao deslizamento. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Esta transação não terá sucesso devido ao movimento do preço ou à comissão sobre transferência. Tente aumentar a sua tolerância ao deslizamento." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Essa semana" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Este ano" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tempo" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Para" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Para (no mínimo)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Para usar o Uniswap em {0}, troque a rede nas configurações da sua carteira." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Para visualizar uma posição, você deve estar conectado à rede à qual ela pertence." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Hoje" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nome do token" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token não encontrado" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Estatísticas e gráficos de token para {label} estão disponíveis em <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Característica Principal" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Melhores pools" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Principais tokens no Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "O valor total bloqueado (TVL) é o valor agregado do ativo disponível em todos os pools de liquidez Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Negocie criptomoedas e NFTs com confiança" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Negocie criptomoedas com confiança" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Característica" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Trait Floor" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Características" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Configurações de transação" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transação Enviada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transação concluída em" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Prazo de transação" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transação pendente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transação rejeitada" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transação enviada" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token de transferência" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Tente novamente" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Governança da UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI chegou" - -#: src/pages/Vote/Landing.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 "Os tokens da UNI representam participações de voto na governança da Uniswap. Pode votar em cada proposta você mesmo ou delegar os seus votos a um terceiro." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Queimado" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Indisponível" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Indisponível para listagem" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Comissões não reivindicadas" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Indeterminado" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Governança" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Termos de serviço da Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocolo Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "O Uniswap V2 não está disponível nesta rede." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponível em: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "cliente Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "A governança Uniswap está disponível apenas na Camada 1. Mude sua rede para Ethereum Mainnet para ver propostas e votação." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "A Uniswap atendeu seu desejo!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap no seu bolso" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap contrato de migração↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Desconhecido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Aprovação Desconhecida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Casa da Moeda Desconhecida" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Envio desconhecido" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Troca Desconhecida" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Desbloquear votos" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Desbloquear Votação" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "A desbloquear votos" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Ativo não suportado" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Ativos não suportados" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Não suportado pela sua carteira" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Sem título" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Desembrulhar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Desempacotar <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Falha ao desempacotar" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Desembrulhado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Desembrulhando" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Atualizar Delegação" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Use a API do Uniswap Labs para obter cotações mais rápidas." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Liquidez V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Preço:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versão:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Muito comum" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Muito raro" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Ver comissões acumuladas e análises<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Ver e vender NFTs" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Ver mais análises" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Ver no Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Ver no Explorador" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Ver em {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Ver transação no Explorador" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volume é o valor do ativo que foi negociado no Uniswap v3 durante o período de tempo selecionado." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Votar contra" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Vote a favor" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Votar contra a proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Votar contra proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Vote contra a proposta {proposalKey} com razão \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Voto falhou" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Votar a favor da proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Votar na proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Vote na proposta {proposalKey} com o motivo \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Votar na governança" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Votar pela abstenção na proposta {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Votar pela abstenção na proposta {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Vote pela abstenção na proposta {proposalKey} com razão \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "votado" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Votação" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Votação terminada {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "A votação termina aproximadamente em {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "A votação começa aproximadamente {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Aguardando confirmação" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Endereço da carteira ou nome ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Aviso" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Bem-vindo à equipa Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Por que uma transação é necessária?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Levantar liquidez depositada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Falha na retirada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Retirada" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "retirou" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Embrulhar" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Enrole <0/> a {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Enrolamento falhou" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Envolto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Invólucro" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "rede errada" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Você já tem uma proposta ativa ou pendente" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Está a criar uma pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Você não é o proprietário desta posição de LP. Você não poderá retirar a liquidez desta posição, a menos que possua o seguinte endereço: {ownerAddress}" - -#: 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 "É o primeiro fornecedor de liquidez desta pool Uniswap V3. A sua liquidez irá migrar ao preço atual {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "É o primeiro fornecedor de liquidez." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Pode votar em cada uma das propostas ou delegar os seus votos num terceiro." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Você não tem votos suficientes para enviar uma proposta" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Ainda não tem liquidez nesta pool." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Você pode ter perdido sua conexão de rede." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Deve ligar uma conta." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Você deve ter {formattedProposalThreshold} votos para enviar uma proposta" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Você paga" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Tu recebes" - -#: 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 "Só deve depositar liquidez no Uniswap V3 por um preço que acredite estar correto. <0/>Se o preço parecer incorreto, pode fazer uma troca para mover o preço ou esperar que outra pessoa o faça." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Também irá cobrar comissões obtidas nesta posição." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Irá receber" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "A sua liquidez V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Suas posições de liquidez V3 ativas aparecerão aqui." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Seu saldo em {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Sua rede conectada não é suportada." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Suas transações onchain e compras criptográficas aparecerão aqui." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "A sua parcela na pool:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "A sua posição" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "A sua posição tem 0 liquidez, e não está a ganhar comissões." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Sua posição aparecerá aqui." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "A sua posição será 100% composta por {0} a este preço" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "A sua posição será de 100% {0} a este preço." - -#: 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 "A sua posição não receberá comissões ou será usada em negociações até que o preço do mercado se mova para o seu intervalo." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "As suas posições" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Espera-se que sua troca falhe." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Seu swap foi modificado através de sua carteira. Se isso foi um erro, cancele imediatamente ou corre o risco de perder seus fundos." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "O seu total de tokens da pool:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "O seu custo de transação será muito mais elevado, já que inclui o combustível para criar a pool." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Sua transação pode ser antecipada e resultar em uma negociação desfavorável." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "A sua transação será revertida se estiver pendente por mais do que este período de tempo." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "A sua transação será revertida se o preço mudar desfavoravelmente, mais do que esta percentagem." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "A rede atual da sua carteira não é suportada." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Seu saldo {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "e" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "e consentir com a sua" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "disponível ainda" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "preço abaixo do piso." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "abaixo do preço mínimo da coleção. Você tem certeza que quer continuar?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "atividades bloqueadas" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "taxa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "para" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "para {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "de" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "aqui." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minutos" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "meses" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "recompensa" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "algo deu errado!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "para" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Resolva o problema} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Este token não é negociado nas principais bolsas centralizadas dos EUA ou frequentemente trocado no Uniswap.} other {Esses tokens não são negociados nas principais bolsas centralizadas dos EUA ou frequentemente trocados no Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Este token não é negociado nas principais bolsas centralizadas dos EUA.} other {Esses tokens não são negociados nas principais bolsas centralizadas dos EUA.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Você não pode trocar este token usando o aplicativo Uniswap.} other {Você não pode trocar esses tokens usando o aplicativo Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listagem} other {listas}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Depositado" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Comissões Ganhas:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFTs são listados significativamente" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Pendente" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Tente aumentar sua tolerância ao deslizamento.\n" -"Nota: tokens de taxa na transferência e rebase são incompatíveis com Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} votos" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} por {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Preço:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "nível de taxa de {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "piscina {0}%" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% selecionar" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% de deslizamento" - -#: 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} Tokens LP" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dia} other {dias}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {hora} other {horas}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mês} other {meses}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {semana} other {semanas}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} e {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dia} other {dias}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {hora} other {horas}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuto} other {minutos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mês} other {meses}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {segundo} other {segundos}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {semana} other {semanas}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} pode estar desativado agora ou você pode ter perdido sua conexão de rede." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token ponte" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} por {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {coleção} other {coleções}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Voltar para Piscinas" - diff --git a/src/locales/ro-RO.po b/src/locales/ro-RO.po deleted file mode 100644 index 02cb81688b..0000000000 --- a/src/locales/ro-RO.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: ro\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Romanian\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: ro\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Vizualizare pe Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(editează)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Poziție nouă" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Eliminați destinatarul" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "Volum 24 ore" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Volumul 24 de ore este valoarea activului care a fost tranzacționat pe Uniswap v3 în ultimele 24 de ore." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W înălțime" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W scăzut" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Toate propunerile" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "Voturi <0/>" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Statisticile contului și comisioane acumulate<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Preț curent:<1><2/><3>{0} pe {1}" - -#: 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>Sfat: Eliminarea tokenurilor de rezervă convertește poziția ta înapoi în token-uri de bază, la rata actuală, proporțională cu cota ta din rezervă. Taxele acumulate sunt incluse în sumele pe care le primești." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Sfat: Selectați o acțiune și descrieți propunerea dvs. pentru comunitate. Propunerea nu poate fi modificată după trimitere, așa că vă rugăm să verificați toate informațiile înainte de a o trimite. Perioada de vot va începe imediat și va dura 7 zile. Pentru a propune o acțiune personalizată, <1>citiți documentele." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Sfat: Utilizați acest instrument pentru a găsi pool-uri v2 care nu apar automat în interfață." - -#: 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>Sfat: Când adaugi lichiditate, vei primi tokeni de rezervă care reprezintă poziția ta. Aceste jetoane câștigă automat taxe proporțional cu cota ta din pool, și pot fi răscumpărate oricând." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Deblochează votul pentru a se pregăti pentru următoarea propunere." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> la <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Pentru depunerea propunerilor este necesar un prag minim de 0,25% din totalul aprovizionării UNI" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Un swap de această dimensiune poate avea un impact ridicat asupra prețului, având în vedere lichiditatea actuală din pool. Poate exista o mare diferență între cantitatea de jeton de intrare și ceea ce veți primi în jetonul de ieșire" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Despre" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Acceptă" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Activ" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Activitate" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Adăugare" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Adăugați <0/> și <1/> la Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Adaugă Delegat +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Adaugă lichiditate" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Adaugă lichiditate V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Adăugarea lichidității V2 a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Adăugarea lichidității a eșuat" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Adaugă lichiditate." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Adăugați mai multă lichiditate" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Adăugați în coș" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Adăugați în coș" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Adăugați {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Adaugă {0}/{1} lichiditate V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Lichiditate adăugată" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "S-a adăugat lichiditate V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Lichiditate adăugată" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Adăugat {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Adăugarea lichidității V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Adăugarea lichidității" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Adăugarea acestei propuneri la coadă va permite să fie executată, după o întârziere." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adresa nu are nici o cerere disponibilă" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Împotrivă" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Permite migrarea token-ului LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Permis" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Deja listat la" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Efectuați întotdeauna propria cercetare înainte de a tranzacționa." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Sumă" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Este necesară o aprobare pentru a utiliza acest simbol." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "A apărut o eroare la încărcarea jetoanelor. Vă rugăm să încercați din nou." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "A apărut o eroare la încercarea de a executa acest swap. Este posibil să fie nevoie să vă măriți toleranța la alunecare. Dacă acest lucru nu funcționează, poate exista o incompatibilitate cu jetonul pe care îl tranzacționați. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Aprobarea nu a reușit" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "În curs de aprobare" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Aprobă" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Aprobați Token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Aprobați în portofel" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Aprobați în portofel" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Aprobați utilizarea lui {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Aprobă {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Aprobat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Aprobare" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Aprobare {0}" - -#: 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 "Cel puțin {0} {1} și {2} {3} vor fi rambursați în portofelul tău datorită intervalului de preț selectat." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automat" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Înapoi la piscine" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Înapoi la selecția portofelului" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Sac" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Sold: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Cel mai bun pentru perechi exotice." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Cel mai bun pentru majoritatea perechilor." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Cel mai bun pentru perechi stabile." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Cel mai bun pentru perechi foarte stabile." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Ruta cu cel mai bun preț costă ~{gasPrice} în benzină." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Adresă blocată" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Blocat pe OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Împrumutul a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Împrumutat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Împrumutarea" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Cumparat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Arderea a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Ars" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Ardere" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Cumpără" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Cumpărați cripto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Cumpărarea a eșuat" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Cumpărați sau transferați NFT-uri în acest portofel pentru a începe." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Cumpărați sau transferați jetoane în acest portofel pentru a începe." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Cumpărați, vindeți și explorați jetoane" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Cumpărați, vindeți și explorați jetoane și NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Cumpărare" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "De" - -#: 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 "Prin adăugarea de lichidități vei câștiga 0.3% din toate tranzacțiile din această pereche proporțional cu cota ta de grup. Taxele sunt adăugate în rezervă, se acumulează în timp real şi pot fi revendicate prin retragerea lichidităţii." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Conectând un portofel, sunteți de acord cu Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Anularea a eșuat" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Anulat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Anulat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Anulare" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Prudență" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Verificați starea rețelei" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Vezi ghicurile noastre v3 LP de utilizare și migrare." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Solicitare" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Revendicați <0/> pentru {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Revendică UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Revendicați jetonul UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Solicitați recompensa UNI pentru {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Revendicați Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Revendicarea a eșuat" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Revendică taxe" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Revendică-ți jetoanele UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Revendicat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Revendicare" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Șterge tot" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Șterge tot" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Închide" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Închis" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Poziții închise" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Colectează" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Colectați ca {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Colectează taxe" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Colectarea taxelor nu a reușit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Colectați {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Colectat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Taxe colectate" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Colectare" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Colectarea taxelor" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Colectarea taxelor va retrage taxele disponibile în prezent pentru tine." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "În curând: căutați și explorați jetoane pe BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Uzual" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Complet!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Confirmare" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Confirmă Aprovizionarea" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Confirmă această tranzacție în portofelul tău" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Confirmați tranzacția în portofel" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Conectați" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Conectează Portofelul" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Conectează un portofel" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Conectează-te la un portofel pentru a găsi rezerve" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Conectează-te la un portofel pentru a vizualiza lichiditatea V2 a ta." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Conectează-te la un portofel pentru a vizualiza lichiditatea ta." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Conectare la portofel" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Conținut nu" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Continua" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Interacțiunea contractului" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Adresa contractului" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Copiat!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Copiază legătură" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Crează Rezervă & Aprovizionare" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Creați o propunere" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Creează o pereche" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Creează rezervă și adaugă {0}/{1} V3 lichiditate" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Crearea grupului nu a reușit" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Creează grup." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Creați{1} pool V3 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Piscina creată" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Crearea piscinei" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Achizițiile cripto nu sunt disponibile în regiunea dvs." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Prețul actual" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Prețul actual {0}:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Personalizat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Registrul DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Învins" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Voturi delegate" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegatul a eșuat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegați puterea de vot la {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegat" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegat către:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegarea" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Voturi delegate" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Implementarea a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Desfăşurat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Desfășurare" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Sume de depozit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Depunerea nu a reușit" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Lichiditate de depozit" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Depuneți jetoane în rețeaua {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Depus" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Depozitare" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Descriere" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detaliat" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detalii" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Respinge" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Documentație" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Nu aveți portofel Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Nu vezi una dintre pozițiile tale v2? <0>Import-o." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Descarca" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Descărcați Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Descărcați aplicația" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Descărcați în App Store pentru a vă stoca în siguranță jetoanele și NFT-urile, pentru a schimba jetoanele și pentru a vă conecta la aplicații cripto." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Controller al registratorului ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Jetoanele UNI câștigate reprezintă acțiunile cu drept de vot în guvernarea Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Editați | ×" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Editați listele" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Introdu un procent" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Introdu un destinatar" - -#: 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 "Introdu o adresă pentru a declanșa o revendicare UNI. Dacă adresa are o UNI revendicabilă, aceasta va fi trimisă la depunerea ei." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Introdu o sumă" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Introduceți {0} sumă" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Eroare" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID eroare: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Eroare de conectare" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Serviciul de nume Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Eveniment" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Rata de schimb" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "A executa" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Executați propunerea {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Executarea a eșuat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Execută propunerea {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Executat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Executarea" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Executarea acestei propuneri va pune în aplicare calldata în lanț." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Execuție depusă" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Rezultat așteptat" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Expirat" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Expira in" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Explorați NFT-urile" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Explorați Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Explorați jetoanele" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extrem de rar" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "A eșuat" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Schimbarea rețelelor a eșuat" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Caracteristici Steaguri" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Nivelul Taxei" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Nivelul taxei" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Părere" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Taxe" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Preluare traseu" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Se aduc cel mai bun preț..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Se aduc prețul..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Jetoane de filtrare" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Găsește cea mai bună rută pe protocolul Uniswap prin browser. Poate duce la o latență și prețuri ridicate." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Găsește cea mai bună rută pe protocolul Uniswap utilizând API-ul Uniswap Labs Routing." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Podea" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Preț la etaj" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Pentru" - -#: 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 "Pentru fiecare grup indicat mai jos, dă clic pe migrare pentru a elimina lichiditatea de la Uniswap V2 și depune-l în Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "De la" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "De la (cel mult)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Gamă completă" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Incepe" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Obțineți sprijin" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Centru de ajutor" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Ascuns" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Ascunde" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Ascunde pozițiile închise" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ascunde resursele" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Ascunde soldurile mici" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Înţeleg" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Dacă credeți că aceasta este o eroare, vă rugăm să trimiteți un e-mail cu adresa dvs. la" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importă Grupul" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importă Grupul V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "În rază" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "În interval" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Crește Lichiditatea" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Prețurile inițiale și cota din grup" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Intrarea este estimată. Vei vinde cel mult <0>{0} {1} sau tranzacția se va relua." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Fonduri insuficiente" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Lichiditate insuficientă" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Lichiditate insuficientă pentru această tranzacție." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Lichiditatea pool-ului insuficientă pentru a finaliza tranzacția" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Sold {0} insuficient" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Pereche nevalidă" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Pereche nevalidă." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Introducere de preț nevalidă" - -#: 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 "Interval invalid selectat. Prețul minim trebuie să fie mai mic decât prețul maxim." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Destinatar nevalid" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Limba" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Ultimul" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Ultimul pret" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Ultima actualizare" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Învață" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Aflați despre furnizarea de lichiditate" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Află mai multe" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Legal și confidențialitate" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Legături" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Lichiditate" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Datele de lichiditate nu sunt disponibile." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Recompense furnizor de lichidități" - -#: 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 "Furnizorii de lichidități câștigă o taxă de 0,3 % pentru toate tranzacțiile proporționale cu cota lor din grup. Taxele sunt adăugate în grup, se acumulează în timp real şi pot fi revendicate prin retragerea lichidităţii." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Listați NFT-urile" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista de vanzare" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Listarea unui NFT necesită o aprobare unică a pieței pentru fiecare colecție NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Listări" - -#: 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 -msgid "Loading" -msgstr "Se încarcă" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Indemnizație de încărcare" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Preț de listare scăzut" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Face o ofertă" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Gestionează" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Gestionează Lichiditatea în Grupul de Recompense" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Gestionează acest grup." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maxim" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Preț Maxim" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Redevențe maxime pentru creatori" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Taxe maxime" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Preț maxim" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Alunecare maximă" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Max:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Intrare maximă" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximum trimis" - -#: 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 "Migrare" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrare Lichiditate la V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrare Lichiditate V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrarea lichidității a eșuat" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrează jetoanele tale de lichiditate de la Uniswap V2 la Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "{1} {0}lichiditate la V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Lichiditate migrată" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrare" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrarea lichidității" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Preț minim" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Preț minim" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Min:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Ieșire minimă" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum primit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Bateriat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Mint" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Lipsesc date din diagramă" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Lipsesc date de preț din cauza volumului recent scăzut de tranzacționare pe Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat Iframe pe rampă" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay nu este disponibil în unele regiuni. Faceți clic pentru a afla mai multe." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mai mult" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFT-urile mele" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Colecții NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT-uri" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Numele nu a fost găsit" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Buton de navigare" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Avertisment de rețea" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Taxa de retea" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nu" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Poziție nouă" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Nu există încă NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Nu s-a găsit nicio Lichiditate V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Nicio activitate încă" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Nu există date" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Fără descriere." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Nu există elemente de afișat" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Nu a fost găsită nicio lichiditate." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Nu a fost găsit niciun grup." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Încă nu există piscine" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Nicio propunere găsită." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Nici un rezultat găsit." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Nu există informații despre simboluri disponibile" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Nu s-au găsit jetoane" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Nu s-au găsit jetoane." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Nu există încă jetoane" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Nu este disponibil" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Nu este disponibil în regiunea dvs" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Nu este creat" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Nu e in lista" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "promoții" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Odată ce ești mulțumit de rata de schimb fă clic pe ofertă pentru a o examina." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Un NFT este listat {0}%" - -#: 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 "Doar voturile UNI care au fost auto-delegate sau delegate la o altă adresă înainte ca blocul {0} sunt eligibile pentru vot." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Hopa, du-mă înapoi la Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Deschideți o poziție nouă sau creați un grup pentru a începe." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Dirijarea comenzilor" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Prea departe" - -#: 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 "Ieșirea este estimată. Dacă prețul se schimbă cu mai mult de {0}% tranzacția ta se va anula." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Ieșirea este estimată. Vei primi cel puțin <0>{0} {1} sau tranzacția va reveni." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Proprietar" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Pagina nu a fost gasita!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "A plati" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Plătește oricum" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Plateste cu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "In asteptarea" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Este necesară permisiunea pentru ca Uniswap să schimbe fiecare token. Acesta va expira după o lună pentru securitatea dvs." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Permisul 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Vă rugăm să vă conectați la Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Grup" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Grup Găsit!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Jetoane de grup în recompense de grup:" - -#: 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 "Grupat {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Piscine" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Colecții populare NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Jetoane populare" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Poziție indisponibilă" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Preferințe" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "previzualizare" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Preț" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Diferență de Preț:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Impactul Prețului" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Impact de Preț este Prea Mare" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Impactul prețului" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Avertisment de impact asupra prețului" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Interval de preț" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Preț actualizat" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Preț:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Prețuri și partajare grup" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Politica de confidențialitate" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Politica de confidențialitate." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Continuați în portofel" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Încasări dacă sunt vândute" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Propunere" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Propunere depusă" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Titlul propunerii" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Propuneri" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Propunerile depuse de membrii comunității vor apărea aici." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Acțiunea propusă" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Propunător" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Rezolvant public" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Cantitate" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Coadă" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Propunerea de coadă {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Coada a eșuat" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Propunerea de coadă {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "În așteptare" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "La coadă" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "La coadă" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Rar" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Raritate" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tarife" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Citește mai multe despre guvernarea Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Citește mai multe despre furnizarea de lichidități" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Citește mai multe despre activele neacceptate" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "A primi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Primirea a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Primit" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Primirea" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Căutări recente" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Destinatar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Rambursările pentru articolele indisponibile vor fi acordate în ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Respins" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Reîncărcați aplicația" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Elimină" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Eliminați <0/> și <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Elimină Suma" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Elimină Delegatul" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Elimină Lichiditatea" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Scoateți din sac" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Eliminați elementul" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Eliminarea lichidității a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Lichiditatea eliminată" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Lichiditatea eliminată" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Eliminarea lichidității" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Se elimină {0} {1} și {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Eliminarea {0} {1} și{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Rambursat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Rambursarea eșuată" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Rambursare" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Rezolvați {issues} probleme" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Reîncercați" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Întoarcere" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Reveniți la NFT-urile mele" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Registrator invers" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Schimb de recenzii" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Aprobare revocată" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Același preț" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Scanați cu Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Căutare" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Caută nume sau lipește adresa" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Căutați jetoane și colecții NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Selectați Pereche" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Selectează un grup/jeton" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Selectează un grup/jeton pentru a-ți găsi lichiditatea v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Selectați o acțiune" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Selectați jetonul" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Gama Selectată" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Sine" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Auto Delegare" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Vinde" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Vinde NFT-uri" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Vânzător" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Trimiterea a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Trimiterea" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Trimis" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Setează Intervalul de Preț" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Setează Prețul de Început" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Setați prețurile pentru a continua" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Setări" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Cota de Grup" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Cota de Grup:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Distribuie pe Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Distribuie pe Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Spectacol" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Show Anulat" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Afișează pozițiile închise" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Afișați mai multe" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Afișați resurse" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Semn" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Simplu" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Alunecarea sub {0}% poate duce la o tranzacție eșuată" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Vândut" - -#: 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 "Unele active nu sunt disponibile prin intermediul acestei interfețe deoarece este posibil să nu funcționeze bine cu contractele inteligente sau nu putem permite tranzacționarea din motive legale." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Ceva nu a funcţionat corect" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Ceva n-a mers bine. Vă rugăm să încercați din nou." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Ne pare rău, a apărut o eroare la procesarea solicitării dvs. Dacă solicitați asistență, asigurați-vă că copiați detaliile acestei erori." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Ne pare rău, a apărut o eroare la procesarea solicitării dvs. Dacă solicitați asistență, asigurați-vă că furnizați ID-ul dvs. de eroare." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Începeți listarea" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistici" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Trimiteți o nouă propunere" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Trimiterea propunerii a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Propunerea depusă" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Trimiterea propunerii" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Se trimite votul" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Depunerea propunerii" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Reușit" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Succes" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Listat cu succes" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Furnizare" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Se furnizează {0} {1} și {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Schimbă" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Schimbați <0/> cu exact <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Schimbă Oricum" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Schimbați exact <0/> cu <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Schimbarea a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Schimbat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Schimbarea" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Se schimbă {0} {1} cu {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Mătura" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Schimbați rețele" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Comutați la {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Simbolul nu a fost găsit" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Termenii serviciului" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Îți mulțumim că faci parte din comunitatea Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Procentul pe care îl veți câștiga în comisioane." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Invariantul Uniswap x*y=k nu a fost satisfăcut de schimbare. Acest lucru înseamnă, de obicei, că unul dintre jetoanele pe care le schimbi încorporează un comportament personalizat la transfer." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Suma pe care vă așteptați să o primiți la prețul curent al pieței. Este posibil să primiți mai puțin sau mai mult dacă prețul pieței se modifică în timp ce tranzacția dvs. este în așteptare." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Aplicația preia date blockchain de la serviciul găzduit The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Aplicația preia date în lanț și construiește apeluri contractuale cu un API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Aplicația preia ruta comercială optimă de pe un server Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Aplicația înregistrează statistici de utilizare anonimizate pentru a se îmbunătăți în timp." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Aplicația vă colectează în siguranță adresa portofelului și o partajează cu TRM Labs Inc. din motive de risc și de conformitate." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Încercarea de conectare a eșuat. Dați clic pe Încercați din nou și urmați pașii pentru a vă conecta în portofel." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Diferența estimată între valorile USD ale sumelor de intrare și de ieșire." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Taxa plătită minerilor care vă procesează tranzacția. Aceasta trebuie plătită în ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Taxa plătită minerilor care vă procesează tranzacția. Aceasta trebuie plătită în {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Impactul pe care îl are tranzacția dvs. asupra prețului de piață al acestui pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Jetonul de intrare nu poate fi transferat. Este posibil să existe o problemă cu jetonul de intrare." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Prețul de piață este în afara intervalului de preț specificat. Doar depozitul de active unice." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Suma maximă pe care sunteți garantat să o cheltuiți. Dacă prețul scade și mai mult, tranzacția dvs. va reveni." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Suma minimă pe care sunteți garantat să o primiți. Dacă prețul scade și mai mult, tranzacția dvs. va reveni." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Cel mai recent număr de bloc din această rețea. Prețurile se actualizează la fiecare bloc." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Jetonul de ieșire nu poate fi transferat. S-ar putea să existe o problemă cu simbolul de ieșire." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Jetonul de ieșire nu poate fi transferat. S-ar putea să existe o problemă cu simbolul de ieșire. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3." - -#: 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 "Prețul acestui jeton este în afara intervalului selectat. Poziția ta nu câștigă taxe/onorarii în prezent." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Prețul acestui pool se încadrează în intervalul selectat. Poziția dvs. câștigă în prezent." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Raportul dintre jetoanele adăugate va stabili prețul acestui grup." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Temă" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Nu există date de lichiditate." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Această adresă este blocată în interfața Uniswap Labs deoarece este asociată cu unul sau mai multe" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Această aplicație folosește următoarele API-uri terță parte:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Luna aceasta" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Acest pool trebuie inițializat înainte de a putea adăuga lichiditate. Pentru a inițializa, selectați un preț de pornire pentru piscină. Apoi, introduceți intervalul de preț al lichidității și suma depozitului. Taxele de gaz vor fi mai mari decât de obicei din cauza tranzacției de inițializare." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Această propunere poate fi executată după {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Această rută vă optimizează producția totală, luând în considerare rutele împărțite, mai multe salturi și costul gazului pentru fiecare pas." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Acest tabel conține jetoanele de top în funcție de volumul Uniswap, sortate în funcție de intrarea dvs." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Acest simbol nu există" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Acest token nu există pe {0}" - -#: 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 "Acest instrument va migra în siguranță lichiditatea ta {0} în V3. Procesul este complet lipsit de încredere datorită" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Această tranzacție nu a putut fi trimisă deoarece termenul limită a depășit. Vă rugăm să verificați dacă termenul limită pentru tranzacție nu este prea mic." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Această tranzacție nu va reuși din cauza mișcării prețurilor. Încercați să vă măriți toleranța la alunecare. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Această tranzacție nu va reuși nici din cauza mișcării prețului, nici a comisioanelor la transfer. Încearcă să îți sporești toleranța la alunecare." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "În această săptămână" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Anul acesta" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Timp" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "La" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "La (cel puțin)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Pentru a utiliza Uniswap pe {0}, comutați rețeaua în setările portofelului." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Pentru a vizualiza o poziție, trebuie să fiți conectat la rețeaua căreia îi aparține." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Astăzi" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Nume simbol" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Tokenul nu a fost găsit" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Statisticile și graficele pentru token pentru {label} sunt disponibile pe <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Jetoane" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Trăsătură de top" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Grupuri de top" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Top tokens pe Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Valoarea totală blocată (TVL) este valoarea totală a activului disponibil în toate fondurile de lichiditate Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Faceți comerț cu cripto și NFT cu încredere" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Tranzacționează cu criptomonede cu încredere" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Trăsătură" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Trait Floor" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Trăsături" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Setări Tranzacție" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Tranzacție Trimisă" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Tranzacție finalizată în" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Termen limită tranzacție" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Tranzacție în așteptare" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Tranzacție respinsă" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Tranzacție trimisă" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Token de transfer" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Încearcă din nou" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Guvernarea UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI a sosit" - -#: src/pages/Vote/Landing.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 "Jetoanele UNI reprezintă acțiunile cu drept de vot în guvernarea Uniswap. Poți vota pentru fiecare propunere sau poți să delegi voturile unui terț." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Ars(e)" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Indisponibil" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Indisponibil pentru listare" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Taxe nesolicitate" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Nedeterminat" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Guvernare Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Termenii și condițiile Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protocolul Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 nu este disponibil în această rețea." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap disponibil în: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Client Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Guvernarea Uniswap este disponibilă numai pe Nivelul 1. Comutați rețeaua la Ethereum Mainnet pentru a vedea Propuneri și Vot." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap ți-a îndeplinit dorința!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap în buzunar" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Contract de migrare Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Necunoscut" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Aprobare necunoscută" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Monetărie necunoscută" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Trimitere necunoscută" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Schimb necunoscut" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Deblochează Voturi" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Deblochează Votarea" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Se deblochează Voturile" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Activ Nesusținut" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Active Nesusținute" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Nesuportat de portofel" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Fără titlu" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Despachetează" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Desfaceți <0/> la {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Desfacerea eșuată" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Desfăcut" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Desfacerea" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Actualizează Delegarea" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Utilizați API-ul Uniswap Labs pentru a obține cotații mai rapide." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Lichiditate V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Preț V3 {0}:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Versiune:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Foarte comun" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Foarte rar" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Vizualizează taxele acumulate și statisticile<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Vizualizați și vindeți NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Vedeți mai multe analize" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Vizualizare pe Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Vizualizează pe Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Vizualizare pe {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Vizualizează tranzacția în Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volumul este valoarea activului care a fost tranzacționat pe Uniswap v3 în intervalul de timp selectat." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Votează Împotrivă" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Vot pentru" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Votează împotriva propunerii {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Votează împotriva propunerii {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Votează împotriva propunerii {proposalKey} cu motivul „{0}”" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Votul nu a reușit" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Votează pentru propunerea {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Votează propunerea {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Votați propunerea {proposalKey} cu motivul „{0}”" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Votează în guvernare" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Votează pentru abținerea la propunerea {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Votează pentru abținerea la propunerea {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Votează pentru abținerea la propunerea {proposalKey} cu motivul „{0}”" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Votat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Vot" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Votarea s-a încheiat {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Votarea se termină aproximativ {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Votarea începe cu aproximativ {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Se așteaptă confirmarea" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Adresa portofel sau numele ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Avertizare" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Bine ai venit la echipa Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "De ce este necesară o tranzacție?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Retrage lichiditatea depozitată" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Retragerea a eșuat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Retragerea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "S-a retras" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Împachetează" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Înfășurați <0/> la {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Încheierea eșuată" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Înfășurat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Ambalaj" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Rețea greșită" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Aveți deja o propunere activă sau în așteptare" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Creezi o rezervă" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Nu sunteți proprietarul acestei poziții LP. Nu veți putea retrage lichiditatea din această poziție decât dacă dețineți următoarea adresă: {ownerAddress}" - -#: 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 "Ești primul furnizor de lichidități pentru această rezervă Uniswap V3. Lichiditatea ta va migra la prețul actual de {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Ești primul furnizor de lichidități." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Poți fie să votezi pentru fiecare propunere personală sau să delegi voturile către un terț." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Nu aveți suficiente voturi pentru a trimite o propunere" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Încă nu ai lichidități în această rezervă." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Este posibil să fi pierdut conexiunea la rețea." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Trebuie să conectezi un cont." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Trebuie să aveți {formattedProposalThreshold} voturi pentru a trimite o propunere" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Plătiți" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Primesti" - -#: 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 "Ar trebui să depozitați doar lichiditatea în Uniswap V3 la un preț pe care îl crezi corect. <0/>Dacă prețul pare incorect, poți fie să faci un schimb pentru a muta prețul, fie să aștepți ca altcineva să facă acest lucru." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "De asemenea, vei colecta taxele câștigate din această poziție." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Vei primi" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Lichiditatea ta V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Pozițiile dvs. active de lichiditate V3 vor apărea aici." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Soldul tău pe {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Rețeaua dvs. conectată nu este acceptată." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Tranzacțiile dvs. onchain și achizițiile cripto vor apărea aici." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Partajarea rezervorului tău:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Poziţia ta" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Poziţia ta are 0 lichidităţi şi nu dobândește onorarii." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Poziția ta va apărea aici." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Poziţia ta va fi 100% compusă din {0} la acest preţ" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Poziţia ta va fi de 100% {0} la acest preţ." - -#: 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 "Poziția dvs. nu va câștiga taxe sau nu va fi utilizată în tranzacții până când prețul de piață nu se va muta în intervalul tău." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Pozițiile tale" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Se așteaptă ca schimbul dvs. să eșueze." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Schimbul dvs. a fost modificat prin portofel. Dacă aceasta a fost o greșeală, vă rugăm să anulați imediat sau riscați să vă pierdeți fondurile." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Totalul jetoanelor grupului tău:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Costul tranzacției tale va fi mult mai mare deoarece include gazul necesar creării rezervorului." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Tranzacția dvs. poate fi în avans și poate duce la o tranzacție nefavorabilă." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Tranzacția ta va fi reluată dacă este în așteptare mai mult de această perioadă de timp." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Tranzacția dvs. va fi reluată dacă prețul se modifică nefavorabil cu mai mult de acest procent." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Rețeaua actuală a portofelului dvs. nu este acceptată." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Soldul tău {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "și" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "și consimțământul acesteia" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "disponibil încă" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "pret sub etaj." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "sub prețul minim al colecției. Esti sigur ca vrei sa continui?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "activități blocate" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "taxa" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "pentru" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "pentru {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "din" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "Aici." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minute" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "luni" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "Răsplată" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "ceva n-a mers bine!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "la" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Rezolvați problema} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Acest token nu este tranzacționat pe principalele burse centralizate din SUA sau schimbat frecvent pe Uniswap.} other {Aceste jetoane nu sunt tranzacționate pe principalele burse centralizate din SUA sau schimbate frecvent pe Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Acest token nu este tranzacționat pe principalele burse centralizate din SUA.} other {Aceste jetoane nu sunt tranzacționate pe principalele burse centralizate din SUA.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Nu puteți tranzacționa acest token folosind aplicația Uniswap.} other {Nu puteți tranzacționa aceste jetoane folosind aplicația Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listare} other {listări}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Depozitate" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Taxe Câștigate:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT sunt listate semnificativ" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} În așteptare" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Încercați să vă creșteți toleranța la alunecare.\n" -"Notă: jetoanele cu taxă la transfer și rebase sunt incompatibile cu Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Voturi" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} pe {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Preț:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Nivelul taxei {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% bazin" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% selectați" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% alunecare" - -#: 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} Jetoane LP" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {zi} other {zile}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {ora} other {ore}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {luna} other {luni}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {saptamana} other {săptămâni}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} și {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {zi} other {zile}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {ora} other {ore}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minut} other {minute}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {luna} other {luni}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {al doilea} other {secunde}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {saptamana} other {săptămâni}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "Este posibil ca {label} să fie întrerupt în acest moment sau este posibil să fi pierdut conexiunea la rețea." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token bridge" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {Colectie} other {colectii}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Înapoi la Piscine" - diff --git a/src/locales/ru-RU.po b/src/locales/ru-RU.po deleted file mode 100644 index 2913c16e18..0000000000 --- a/src/locales/ru-RU.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: ru\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Russian\n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: ru\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% Макс" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Просмотреть в обозревателе)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(изменить)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Новая позиция" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Удалить получателя" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24-часовая громкость" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24-часовой объем — это объем актива, который был продан на Uniswap v3 за последние 24 часа." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52 Вт высокая" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 Вт низкий" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Все предложения" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Голоса" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Аналитика по аккаунту и начисленные комиссии<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0> Текущая цена: <1> <2/> <3>{0} за {1}" - -#: 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>Подсказка: Погашение токенов пула преобразует вашу позицию обратно в исходные токены по текущему курсу пропорционально вашей доле в пуле. Начисленные комиссии включаются в суммы, которые вы получите." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0> Подсказка: выберите действие и опишите свое предложение для сообщества. Предложение невозможно изменить после подачи, поэтому, пожалуйста, проверьте всю информацию перед отправкой. Период голосования начнется немедленно и продлится 7 дней. Чтобы предложить собственное действие, <1> прочтите документацию." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Подсказка: Используйте этот инструмент для поиска пулов в V2, которые не отображаются автоматически в интерфейсе." - -#: 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>Подсказка: При добавлении ликвидности вы получите токены пула, представляющие вашу позицию. Эти токены автоматически зарабатывают комиссию пропорционально вашей доле в пуле и могут быть погашены в любое время." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Разблокируйте голосование, чтобы подготовиться к следующему предложению." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> на <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Для внесения предложений требуется минимальный порог в 0,25% от общего предложения UNI" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Обмен на такую большую сумму может сильно повлиять на цену, учитывая текущую ликвидность в пуле. Может быть большая разница между стоимостью продаваемых токенов и стоимостью токенов, которые вы получите" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "О протоколе" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Принять" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Активный" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Активность" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Добавить" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Добавить <0/> и <1/> в Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Добавить делегата +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Добавить ликвидность" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Добавить ликвидность в V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Не удалось добавить ликвидность V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Не удалось добавить ликвидность" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Добавить ликвидность." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Добавить ещё ликвидность" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Добавить в корзину" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Добавить в корзину" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Добавить {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Добавить ликвидность {0}/{1} в V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Добавленная ликвидность" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Добавлена ликвидность V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Добавленная ликвидность" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} добавлен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Добавление ликвидности V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Добавление ликвидности" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "Разрешить перенос LP-токенов" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Разрешено" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Уже перечислены на" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Всегда проводите собственное исследование перед торговлей." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Сумма" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Для использования этого токена необходимо разрешение." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Произошла ошибка при загрузке токенов. Пожалуйста, попробуйте еще раз." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Произошла ошибка при попытке произвести этот обмен. Возможно, нужно увеличить допустимое проскальзывание. Если это не сработает, возможно, имеет место несовместимость с токеном, которым вы торгуете. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Ошибка одобрения" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Одобрение подтверждается" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Одобрить" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Одобрить токен" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Подтвердить в кошельке" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Одобрите в своём кошельке" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Одобрить использование {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Одобрить {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Одобрено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Идёт одобрение" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Идёт одобрение {0}" - -#: 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 "Не менее {0} {1} и {2} {3} будут возвращены на ваш кошелёк из-за выбранного диапазона цен." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Авто" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API автомаршрутизатора" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Назад к бассейны" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Назад к выбору кошелька" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Сумка" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Баланс: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Подходит для экзотических пар." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Подходит для большинства пар." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Подходит для стабильных пар." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Подходит для очень стабильных пар." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Маршрут по лучшей цене стоит ~{gasPrice} в газе." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Заблокированный адрес" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Заблокировано в OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Занять не удалось" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "заимствовано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Заимствование" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Купил" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Не удалось записать" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Сгорел" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Сжигание" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Купить" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Купить крипто" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Купить не удалось" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Купите или переведите NFT на этот кошелек, чтобы начать." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Купите или переведите токены на этот кошелек, чтобы начать." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Покупайте, продавайте и исследуйте токены" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Покупайте, продавайте и исследуйте токены и NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Покупка" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "Добавив ликвидность, вы будете зарабатывать 0,3% от всех сделок на этой паре пропорционально вашей доле в пуле. Комиссии добавляются в пул, начисляются в режиме реального времени и могут быть востребованы путём вывода вашей ликвидности." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Подключая кошелек, вы соглашаетесь с Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Отмена не удалась" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Отменено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Отменено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Отмена" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Осторожно" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Проверьте состояние сети" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Ознакомьтесь с нашими руководствами по предоставлению и переносу ликвидности в V3." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Востребовать" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Востребовать <0/> за {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Востребовать UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Claim UNI Token" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Востребовать награду в UNI за {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Заявка на раздачу Uniswap NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Претензия отклонена" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Востребовать комиссии" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Востребуйте свои токены UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Востребовано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Востребование" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Очистить всё" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Очистить всё" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Закрыть" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Закрыто" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Закрытые позиции" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Получить" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Получить в виде {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Получить комиссии" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Не удалось собрать сборы" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Получить комиссии {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Получено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Сборы" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Получение" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Скоро: ищите и исследуйте токены в цепочке BNB" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Общий" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Подтвердите эту транзакцию в своём кошельке" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Подтвердите транзакцию в кошельке" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Подключить" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Подключить кошелёк" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "Подключите кошелёк, чтобы просмотреть вашу ликвидность в V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Подключите кошелёк, чтобы просмотреть вашу ликвидность." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Подключить кошелёк" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Содержание не" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Продолжать" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Контрактное взаимодействие" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Адрес контракта" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Скопировано!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Копировать ссылку" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Создать пул и внести" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Создать предложение" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Создать пару" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Создать пул и добавить ликвидность {0}/{1} в V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Не удалось создать пул" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Создать пул." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Создать пул {0}/{1} в V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Созданный пул" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Создание пула" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "Текущая цена {0}:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Настроить" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-регистратор" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Отклонено" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Делегировать голоса" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Ошибка делегата" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Делегировать право голоса {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Делегированный" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Делегировано кому:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "делегирование" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Делегирование голосов" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Не удалось развернуть" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Развернуто" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Развертывание" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Внесите суммы" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Депозит не выполнен" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Внести ликвидность" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Внесите токены в сеть {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Депонированный" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Депонирование" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Описание" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Подробно" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Подробности" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Закрыть" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Документация" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "У вас нет кошелька Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Не видите какую-то из ваших позиций в V2? <0>Импортируйте её." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Скачать" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Скачать кошелек Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Скачать приложение" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Загрузите приложение в App Store, чтобы безопасно хранить свои токены и NFT, обменивать токены и подключаться к криптографическим приложениям." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Контроллер регистратора ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Заработанные токены UNI представляют собой права голоса в управлении Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Изменить" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Изменить списки" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Введите процент" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Введите получателя" - -#: 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 "Введите адрес, чтобы востребовать UNI. Если у адреса есть права требования на UNI, они будут высланы на него при отправке транзакции." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Введите сумму" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Введите сумму в {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Ошибка" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Идентификатор ошибки: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Ошибка подключения" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Служба имён Эфириума" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Событие" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Обменный курс" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Выполнять" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Исполнить предложение {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Выполнить не удалось" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Исполнить предложение {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Исполнено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Исполнение" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Исполнение этого предложения отправит calldata в блокчейн." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Исполнение отправлено" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Ожидаемый результат" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Истёк срок" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Истекает" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Исследуйте NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Изучите Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Исследуйте токены" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Невероятно редкий" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Неуспешный" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Не удалось переключить сети" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Флаги функций" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Уровень комиссии" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Уровень комиссий" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Обратная связь" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Сборы" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Получение маршрута" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Получение лучшей цены..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Получение цены..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Фильтровать токены" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Находит лучший маршрут по протоколу Uniswap через ваш браузер. Может привести к высокой задержке и цене." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Находит лучший маршрут по протоколу Uniswap с помощью API маршрутизации Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Пол" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Минимальная цена" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "Для каждого указанного ниже пула нажмите «Перенести», чтобы удалить ликвидность из Uniswap V2 и внести её в Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Обменять токены" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Обменять токены (максимум)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Полный диапазон" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Начать" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Получать поддержку" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Центр помощи" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Скрытый" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Скрыть" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Скрыть закрытые позиции" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Скрыть ресурсы" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Скрыть небольшие остатки" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Я понимаю" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Если вы считаете, что это ошибка, отправьте электронное письмо с указанием вашего адреса на" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Импортировать пул" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Импортировать пул из V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "В диапазоне" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "В диапазоне" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Увеличить ликвидность" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Начальные цены и доля в пуле" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Сумма к продаже — оценочная. Вы продадите максимум <0>{0} {1}, или транзакция откатится." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Недостаточно средств" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Недостаточная ликвидность" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Недостаточно ликвидности для этой сделки." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Недостаточная ликвидность пула для завершения транзакции" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Баланс {0} недостаточен" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Неверная пара" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Неверная пара." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Неверный получатель" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Язык" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Последний" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Последняя цена" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Последнее обновление" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Узнать больше" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Узнать подробнее о предоставлении ликвидности" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Узнать больше" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Юридическая информация и политика конфиденциальности" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Ссылки" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Ликвидность" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "Поставщики ликвидности зарабатывают 0,3% от всех сделок пропорционально своей доле в пуле. Комиссии добавляются в пул, начисляются в режиме реального времени и могут быть востребованы путём вывода ликвидности." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Список NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Список для продажи" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Для листинга NFT требуется однократное одобрение торговой площадки для каждой коллекции NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "Загрузка" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Допустимая нагрузка" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Низкая цена листинга" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "МАКС." - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Сделай предложение" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Управление" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Управление ликвидностью в пуле вознаграждений" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Управление этим пулом." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Максимум" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Макс. цена" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Максимальные авторские гонорары" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Максимальная комиссия" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Макс. цена" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Максимальное проскальзывание" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Макс.:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Максимальный ввод" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Перенести ликвидность в V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Перенести ликвидность из V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Не удалось перенести ликвидность" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Перенесите ваши токены ликвидности из Uniswap V2 в Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Перенести ликвидность {0}/{1} в V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Мигрирующая ликвидность" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Перенос" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Миграция ликвидности" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Мин. цена" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Мин. цена" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Мин.:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Минимальный выход" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Минимум к получению" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Монетный двор не удалось" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Отчеканено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Чеканка" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Отсутствуют данные диаграммы" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Отсутствуют данные о ценах из-за недавнего низкого объема торгов на Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat iframe на рампе" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay недоступен в некоторых регионах. Нажмите, чтобы узнать больше." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Ещё" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Мои NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Коллекции NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Имя не найдено" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Кнопка навигации" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Предупреждение о сети" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Плата за сеть" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Никогда" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Новая позиция" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "NFT еще нет" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Ликвидность в V2 не обнаружена." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Пока нет активности" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Нет данных" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Нет описания." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Нет элементов для отображения" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Ликвидность не найдена." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Пулы не найдены." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "бассейнов пока нет" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Предложений не найдено." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Ничего не найдено." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Нет информации о токене" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Токены не найдены" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Токены не найдены." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Токенов пока нет" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Недоступно" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Недоступно в вашем регионе" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Не создано" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Нет в списке" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Предложения" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Как только вы будете довольны курсом, нажмите «Внести», чтобы перейти к подтверждению." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Один NFT указан {0}%" - -#: 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 "Проголосовать могут только те голоса UNI, которые делегированы себе или на другой адрес до блока {0}." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Упс, верни меня в Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Откройте новую позицию или создайте пул, чтобы начать." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Маршрутизация заказов" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "Сумма к получению — оценочная. Если цена изменится более, чем на {0}%, ваша транзакция откатится." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Сумма к получению — оценочная. Вы получите как минимум <0>{0} {1}, или транзакция откатится." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Владелец" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Страница не найдена!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Платить" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Плати в любом случае" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Оплатить с" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Ожидает" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Для обмена каждым токеном Uniswap требуется разрешение. Это истечет через месяц для вашей безопасности." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Разрешение2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Пожалуйста, подключитесь к Уровню 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Пулы" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "{0} в пуле:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Бассейны" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Популярные коллекции NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Популярные токены" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Позиция недоступна" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Настройки" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Предпросмотр" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Цена" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Разница в цене:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Влияние на цену" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Слишком высокое влияние на цену" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Влияние на цену" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Предупреждение о влиянии на цену" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Диапазон цен" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Цена обновлена" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Цена:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Цены и доля в пуле" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "политика конфиденциальности" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Политика конфиденциальности." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Перейти в кошелек" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Выручка в случае продажи" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Предложение" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Предложение отправлено" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Название предложения" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Предложения" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Предложения, вносимые членами сообщества, будут появляться здесь." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Предлагаемое действие" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Автор предложения" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Публичный преобразователь" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Количество" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Очередь" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Поставить предложение {proposalId} в очередь" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Ошибка очереди" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Поставить предложение {proposalKey} в очередь." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "В очереди" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Постановка в очередь" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "очередь" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Редкий" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "редкость" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Тарифы" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Подробнее об управлении Uniswap" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Получать" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Не удалось получить" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Полученный" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Получение" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Вы ранее искали" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Получатель" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Возврат средств за недоступные предметы будет осуществляться в ETH." - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Отклоненный" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Перезагрузите приложение" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Удалить" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Удалить <0/> и <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Удалить из сумки" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Убрать предмет" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Не удалось удалить ликвидность" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Удалена ликвидность" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Удалена ликвидность" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Удаление ликвидности" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Удаление {0} {1} и {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Удаление {0} {1} и{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Погашенный" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Погасить не удалось" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "погашение" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Решить {issues} проблем" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Повторить попытку" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Назад" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Вернуться к моим NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Обратный регистратор" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Обмен отзывами" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Отзыв одобрения" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "По той же цене" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Сканировать с помощью кошелька Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Поиск" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Найдите по имени или вставьте адрес" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Поиск токенов и коллекций NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Выберите пару" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Выберите токен" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Выберите токен, чтобы найти свою ликвидность в V2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Выберите действие" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Выберите токен" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Выбранный диапазон" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Себе" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Делегировать себе" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Продавать" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Продать NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Продавец" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Отправить не удалось" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Отправка" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Отправил" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Установите цены, чтобы продолжить" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Настройки" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Доля в пуле" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Доля в пуле:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Поделиться в Твиттере" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Поделиться в Твиттере" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Показать" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Показать отменённые" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Показать закрытые позиции" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Показать больше" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Показать ресурсы" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Знак" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Простой" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Проскальзывание ниже {0} % может привести к неудачной сделке." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Продал" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Что-то пошло не так" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Что-то пошло не так. Пожалуйста, попробуйте еще раз." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "К сожалению, при обработке вашего запроса произошла ошибка. Если вы запрашиваете поддержку, обязательно скопируйте сведения об этой ошибке." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "К сожалению, при обработке вашего запроса произошла ошибка. Если вы запрашиваете поддержку, обязательно укажите свой идентификатор ошибки." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Начать листинг" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Статистика" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Подать новое предложение" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Не удалось отправить предложение" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Представленное предложение" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Отправка предложения" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Отправка голоса" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Отправка предложения" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Успешно" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Успешно" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Успешно добавлено" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Внести" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Внесение {0} {1} и {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Обменять" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Обменять <0/> на ровно <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Всё равно обменять" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Обменять ровно <0/> на <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Обмен не выполнен" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Выполнен обмен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Идёт обмен" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Обмен {0} {1} на {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Мести" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Переключатель сетей" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Переключиться на {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Символ не найден" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "ТВЛ" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Условия использования" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Спасибо, что присоединились к сообществу Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "%, который вы заработаете в виде комиссий." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Инвариант Uniswap x * y = k не соблюдается при обмене. Обычно это означает, что один из токенов, которые вы обмениваете, имеет особенности поведения при его передаче." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Сумма, которую вы ожидаете получить по текущей рыночной цене. Вы можете получить меньше или больше, если рыночная цена изменится, пока ваша транзакция подтверждается." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Приложение получает данные блокчейна из сервиса The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Приложение получает данные, хранящиеся в блокчейне, и конструирует вызовы контрактов при помощи API от Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Приложение получает оптимальный маршрут для сделки с сервера Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Приложение собирает анонимную статистику использования, чтобы улучшаться со временем." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Приложение безопасно получает адрес вашего кошелька и передает его TRM Labs Inc. в целях управления рисками и соблюдения требований законодательства." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Попытка подключения не удалась. Нажмите «Повторить попытку» и следуйте инструкциям по подключению в своем кошельке." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Приблизительная разница между стоимостью токенов к продаже и к получению в долларах США." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Комиссия, выплачиваемая майнерам, обрабатывающим вашу транзакцию. Это должно быть оплачено в ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Комиссия, уплачиваемая майнерам, обрабатывающим вашу транзакцию. Она оплачивается в {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Влияние вашей сделки на рыночную цену этого пула." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Невозможно перевести токен к продаже. Возможно, имеется проблема с этим токеном." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Рыночная цена находится вне указанного вами диапазона. Вы можете внести только один актив." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Максимальная сумма, которую вы гарантированно потратите. Если цена еще больше упадет, ваша транзакция будет отменена." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Минимальная сумма, которую вы гарантированно получите. Если цена упадёт ниже, ваша транзакция откатится." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Номер последнего блока в этой сети. Цены обновляются на каждом блоке." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Невозможно перевести токен к получению. Возможно, имеется проблема с токеном к получению." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Невозможно перевести токен к получению. Возможно, имеется проблема с токеном к получению. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Тема" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Нет данных о ликвидности." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Этот адрес заблокирован в интерфейсе Uniswap Labs, поскольку он связан с одним или несколькими" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Это приложение использует следующие сторонние API:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Этот месяц" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Этот пул необходимо инициализировать, прежде чем вы сможете добавить ликвидность. Для инициализации выберите начальную цену для пула. Затем введите диапазон цен для ликвидности и сумму депозита. Плата за газ будет выше, чем обычно, из-за инициализирующей транзакции." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Это предложение может быть выполнено после {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Этот маршрут оптимизирует количество токенов к получению с учётом разбивки маршрутов, сложных маршрутов и стоимости газа на каждом шаге." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Эта таблица содержит лучшие токены по объему Uniswap, отсортированные на основе вашего ввода." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Этот токен не существует" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Этот токен не существует на {0}" - -#: 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 "При помощи этого инструмент вы можете безопасно перенести свою ликвидность {0} в V3. Процесс не требует доверия благодаря" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Эта транзакция не может быть отправлена, так как крайний срок истек. Пожалуйста, убедитесь, что крайний срок вашей транзакции не слишком мал." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Эта транзакция не будет успешной из-за движения цены. Попробуйте увеличить допустимое проскальзывание. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Эта транзакция не будет успешной из-за движения цены или комиссии за перевод. Попробуйте увеличить допустимое проскальзывание." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "На этой неделе" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "В этом году" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Время" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "На токены" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "На токены (минимум)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Чтобы использовать Uniswap на {0}, переключите сеть в настройках вашего кошелька." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Чтобы просмотреть позицию, вы должны быть подключены к сети, к которой она принадлежит." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Сегодня" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Имя токена" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Токен не найден" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Статистика и графики токенов для {label} доступны на <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Токены" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Лучшая черта" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Топ пулов" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Лучшие токены на Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Общий" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Общая заблокированная стоимость (TVL) — это совокупная сумма актива, доступного во всех пулах ликвидности Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Торгуйте криптовалютой и NFT с уверенностью" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Торгуйте криптовалютой с уверенностью" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Черта" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Этаж черты" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Черты" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Настройки транзакций" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Транзакция отправлена" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Транзакция завершена за" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Cрок действия транзакции" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Транзакция подтверждается" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Транзакция отклонена" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Транзакция отправлена" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Перевести токен" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Попробовать ещё раз" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI здесь" - -#: src/pages/Vote/Landing.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 представляют собой права голоса в управлении Uniswap. Вы можете проголосовать по каждому предложению самостоятельно или делегировать свои голоса третьей стороне." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} сожжено" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Недоступен" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Недоступно для перечисления" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Невостребованные комиссии" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Не определено" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Управление Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Условия предоставления услуг Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-протокол" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 недоступен в этой сети." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap доступен на языке <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap клиент" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Управление Uniswap доступно только на 1-м уровне. Переключитесь на основную сеть Ethereum, чтобы просматривать предложения и голосовать." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap исполнил ваше желание!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap в вашем кармане" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Контракт переноса Uniswap ↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Неизвестный" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Неизвестное одобрение" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Неизвестный монетный двор" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Неизвестный Отправить" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Неизвестный обмен" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Разблокировать голоса" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Не поддерживается вашим кошельком" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Без названия" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Развернуть" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Развернуть <0/> в {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Не удалось развернуть" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Развернутый" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Развертывание" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Обновить делегирование" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Использовать API от Uniswap Labs, чтобы быстрее получать котировки." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Ликвидность в V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Цена {0} в V3:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Версия:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Очень распространен" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Очень редкий" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Просмотреть начисленные комиссии и аналитику<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Просмотр и продажа NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Посмотреть больше аналитики" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Посмотреть на Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Просмотреть в обозревателе" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Посмотреть на {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Просмотреть транзакцию в обозревателе" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Объем — это количество актива, которым торговали на Uniswap v3 в течение выбранного периода времени." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Проголосовать «против»" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Проголосовать «за»" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Проголосовать против предложения {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Проголосовать против предложения {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Проголосовать против предложения {proposalKey} по причине \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Голосовать не удалось" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Проголосовать за предложение {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Проголосовать за предложение {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Проголосовать за предложение {proposalKey} по причине \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Голосовать в управлении" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Воздержаться при голосовании по предложению {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Воздержаться от голосования по предложению {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Воздержаться от голосования по предложению {proposalKey} по причине \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Проголосовали" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Голосование" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Голосование закончилось {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Голосование заканчивается примерно {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Голосование начнется примерно {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Ожидание подтверждения" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Адрес кошелька или ENS-имя" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Предупреждение" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Добро пожаловать в команду единорогов :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Зачем нужна транзакция?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Вывести внесённую ликвидность" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Вывод средств не выполнен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Отзыв" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "отозвал" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Обернуть" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Обернуть <0/> в {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Ошибка переноса" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "завернутый" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Оберточная бумага" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Неверная сеть" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "У вас уже есть активное или ожидающее рассмотрения предложение" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Вы создаете пул" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Вы не являетесь владельцем этой позиции LP. Вы не сможете вывести ликвидность из этой позиции, если у вас нет следующего адреса: {ownerAddress}" - -#: 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 "Вы первый поставщик ликвидности в этом пуле Uniswap V3. Ваша ликвидность будет перенесена по текущей цене {0}." - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "У вас недостаточно голосов для внесения предложения" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "У вас пока нет ликвидности в этом пуле." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Возможно, у вас отсутствует соединение с интернетом." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Вы должны подключить аккаунт." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "У вас должно быть {formattedProposalThreshold} голосов, чтобы вносить предложения" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Ты платишь" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "Вносить ликвидность в Uniswap V3 следует только по той цене, которую вы считаете правильной. <0/>Если цена кажется неправильной, вы можете либо произвести обмен, чтобы сдвинуть её, либо дождаться, чтобы это сделал кто-то другой." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Ваша ликвидность в V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Здесь появятся ваши активные позиции ликвидности в V3." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Ваш баланс на {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Ваша подключенная сеть не поддерживается." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Ваша позиция появится здесь." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Ваша позиция будет полностью состоять из {0} при этой цене" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Ваша позиция будет равна 100% {0} по этой цене." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Ожидается, что ваш обмен завершится ошибкой." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Ваша транзакция может быть проведена с опережением и привести к невыгодной сделке." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Ваша транзакция откатится, если её подтверждение займёт больше указанного времени." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Ваша транзакция откатится, если цена изменится не в вашу пользу более, чем на этот процент." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Текущая сеть вашего кошелька не поддерживается." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Ваш {0} баланс" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "и" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "и согласие на его" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "доступно еще" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "ниже минимальной цены." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "ниже минимальной цены коллекции. Вы уверены что хотите продолжить?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "заблокированными действиями" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "платеж" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "для" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "за {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "от" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "здесь." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "минут(-ы)" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "месяцы" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "награда" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "что-то пошло не так!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "к" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Решить вопрос} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Этот токен не торгуется на ведущих централизованных биржах США и часто не обменивается на Uniswap.} other {Эти токены не торгуются на ведущих централизованных биржах США и часто не обмениваются на Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Этот токен не торгуется на ведущих централизованных биржах США.} other {Эти токены не торгуются на ведущих централизованных биржах США.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Вы не можете обменять этот токен с помощью приложения Uniswap.} other {Вы не можете торговать этими токенами с помощью приложения Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {список} other {списки}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} внесено" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "Заработано комиссий {0}:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT перечислены значительно" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} подтверждается" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Попробуйте увеличить допуск на проскальзывание.\n" -"Примечание. Токены с оплатой при переводе и перебазированием несовместимы с Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} голосов" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} за {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Цена {0} {1}:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Уровень комиссии {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "Пул {0}%" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "Выбирают {0}%" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% проскальзывание" - -#: 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 "LP-токены {0}/{1}" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}м" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {день} other {дни}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {час} other {часы}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {месяц} other {месяцы}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {неделя} other {недели}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} и {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {день} other {дни}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {час} other {часы}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {минута} other {минут}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {месяц} other {месяцы}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {второй} other {секунды}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {неделя} other {недели}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} может быть недоступен прямо сейчас, или вы потеряли подключение к сети." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "Мост токена {label}" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} за {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {коллекция} other {коллекции}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Назад к Бассейны" - diff --git a/src/locales/sl-SI.po b/src/locales/sl-SI.po deleted file mode 100644 index 902a0d6125..0000000000 --- a/src/locales/sl-SI.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: sl\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Slovenian\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: sl\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "- $" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "{0} $" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maks" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Ogled v Raziskovalcu)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(uredi)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Nov položaj" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Odstrani prejemnika" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H prostornina" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H obseg je znesek sredstva, s katerim se je trgovalo na Uniswap v3 v zadnjih 24 urah." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25 %" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W visoka" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 W nizka" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Vse pobude" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> glasov" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0> Analitika računa in zbrane provizije <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Trenutna cena: <1> <2/> <3>{0} na {1}" - -#: 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>Komentar: Odstranitev žetonov iz sklada pretvori vaša sredstva nazaj v osnovne žetone po trenutnem tečaju, sorazmerno z vašim deležem v skladu. Obračunane pristojbine so vključene v zneske, ki jih prejmete." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Komentar: Izberite dejanje in za skupnost opišite svojo pobudo. Po oddaji pobude ni mogoče več spreminjati, zato pred oddajo preverite vse podatke. Glasovalno obdobje se začne takoj in traja 7 dni. Če želite predlagati dejanje po meri, <1>preberite dokumentacijo ." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Komentar: S tem orodjem poiščite sklade V2, ki se v vmesniku ne prikažejo samodejno." - -#: 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> Komentar: Ko dodate likvidnost, boste prejeli žetone sklada, ki predstavljajo vaša sredstva v skladu. Ti žetoni samodejno služijo pristojbine sorazmerno z vašim deležem v skladu. Kadar koli jih lahko pretvorite nazaj v izvorna sredstva." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Odklenite glasovanje, če se želite pripraviti na naslednjo pobudo." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> na <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Za predložitev predlogov potrebujete vsaj 0,25 % celotne zaloge UNI." - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Menjava te velikosti ima lahko velik vpliv na ceno glede na trenutno likvidnost v skladu. Med vrednostjo vašega vhodnega žetona in vrednostjo, ki jo boste prejeli v izhodnem žetonu, je lahko velika razlika." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "O Uniswapu" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Sprejmi" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktiven" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "dejavnost" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Dodaj" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Dodaj <0/> in <1/> v Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Dodaj zastopnika +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Dodaj likvidnost" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Dodaj likvidnost V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Dodajanje likvidnosti V2 ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Dodajanje likvidnosti ni uspelo" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Dodaj likvidnost." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Dodaj dodatno likvidnost" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Dodaj v torbo" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Dodaj v torbo" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Dodaj {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Dodaj V3-likvidnost {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Dodana likvidnost" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Dodana likvidnost V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Dodana likvidnost" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Dodano v {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Dodajanje likvidnosti V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Dodajanje likvidnosti" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Pobudo je potrebno dodati v čakalno vrsto, da se potem po določenem času lahko izvrši." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Ta naslov nima terjatve" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Proti" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Dovoli migracijo likvidnostnih (LP) žetonov" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Dovoljeno" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Že na seznamu" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Pred trgovanjem vedno opravite lastno raziskavo." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Znesek" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Za uporabo tega žetona je potrebna odobritev." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Pri nalaganju žetonov je prišlo do napake. Prosim poskusite ponovno." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Pri poskusu izvedbe te zamenjave je prišlo do napake. Morda boste morali povečati toleranco do zdrsa. Če to ne deluje, je morda težava v nezdružljivosti z žetonom, s katerim trgujete. Pozor: žetoni s provizijami ob prenosu in uravnavani (rebase) žetoni niso združljivi z Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Odobritev ni uspela" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Odobritev je v teku" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Odobri" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Odobri žeton" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Odobri v denarnici" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Odobrite v svoji denarnici" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Odobri uporabo {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Odobri {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Odobreno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Odobritev v teku" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Odobritev {0} v teku" - -#: 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 "V vašo denarnico bo zaradi izbranega cenovnega razpona vrnjeno vsaj {0} {1} in {2} {3}." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Samodejno" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API samodejnega iskalnika poti" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Nazaj na bazene" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Nazaj na izbiro denarnice" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Torba" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Dobroimetje: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Primerno za redko uporabljane pare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Primerno za večino parov." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Primerno za stabilne pare." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Primerno za zelo stabilne pare." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Pot po najboljši ceni stane ~{gasPrice} goriva." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Blokiran naslov" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Blokirano na OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Izposoja ni uspela" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Izposojeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Izposoja" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "kupljeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Zapis ni uspel" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Zažgano" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "goreče" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Nakup" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Kupi kripto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Nakup ni uspel" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Za začetek kupite ali prenesite NFT v to denarnico." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Če želite začeti, kupite ali prenesite žetone v to denarnico." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Kupujte, prodajajte in raziskujte žetone" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Kupujte, prodajajte in raziskujte žetone in NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Nakupovanje" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Avtor:" - -#: 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 "Ko dodate likvidnost, boste služili provizijo 0,3 % od vseh poslov na tem paru sorazmerno z vašim deležem v skladu. Provozije se dodajajo v sklad v realnem času. Prevzamete jih, ko umaknete svojo likvidnost iz sklada." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "S povezavo denarnice se strinjate z Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Preklic ni uspel" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Preklicana" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Prekinjeno" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Preklic" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Pozor" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Stanje omrežja preverite" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Oglejte si naše vodnike za V3-likvidnost in navodila za migracijo." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Prevzemi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Prevzemi <0/> za {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Prevzemi UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Prevzemi žetone UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Prevzemi nagrado UNI za {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Zahtevajte Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Zahtevek ni uspel" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Prevzemi provizije" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Prevzemite svoje žetone UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Prevzeto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Prevzem v teku" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Počisti vse" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Počisti vse" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Zapri" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Zaprto" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Zaprte pozicije" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Prevzemi" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Zberi kot {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Prevzemi provizije" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Zbiranje pristojbin ni uspelo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Prevzemi provizije {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Prevzeto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Pobrane pristojbine" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Prevzem v teku" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Prevzem provizij v teku" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "S prevzemom provizij dvignete provizije, ki so vam trenutno na voljo." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Kmalu na voljo: iščite in raziščite žetone v verigi BNB" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Običajni" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Dokončano!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Potrdi" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Potrdi polog" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Odobrite to transakcijo in svoji denarnici" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "V denarnici potrdite transakcijo" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Povežite se" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Poveži denarnico" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Poveži denarnico" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Če želite poiskati sklade, povežite denarnico" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Če si želite ogledati svojo likvidnost V2, povežite denarnico." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Če si želite ogledati svojo likvidnost, povežite denarnico." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Poveži denarnico" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Vsebina ne" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Nadaljuj" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Pogodbena interakcija" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Naslov pogodbe" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Skopirano!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopiraj povezavo" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Ustvari sklad & položi likvidnost" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Ustvari pobudo" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Ustvarite par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Ustvari sklad in dodaj V3-likvidnost za {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Ustvarjanje bazena ni uspelo" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Ustvari sklad." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Ustvari V3-sklad {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Ustvarjen bazen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Ustvarjanje bazena" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Kripto nakupi niso na voljo v vaši regiji." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Trenutna cena" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Trenutna cena {0}:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Po meri" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS Registrar" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Zavrnjena" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Glasovni zastopnikov" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegiranje ni uspelo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Prenesi pravico glasovanja na zastopnika {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Pooblaščeno" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Zastopnik:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegiranje" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Pooblaščanje zastopnika" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Razmestitev ni uspela" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Razporejen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Uvajanje" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Zneska pologa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Nakazilo ni uspelo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Položi likvidnost" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Položite žetone v omrežje {label}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Deponiran" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Deponiranje" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Opis" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Podrobnosti" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Podrobnosti" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Opusti" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentacija" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Nimate denarnice Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Ne vidite katerega od svojih pologov V2? <0>Uvozite ga." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Prenesi" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Prenesite denarnico Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Prenesite aplikacijo" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Prenesite v App Store, da varno shranite svoje žetone in NFT-je, zamenjate žetone in se povežete s kripto aplikacijami." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Nadzornik registra ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Žetoni UNI predstavljajo delež glasovalnih pravic pri upravljanju sistema Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Uredi" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Uredite sezname" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Vnesite odstotek" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Vnesite prejemnika" - -#: 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 "Vnesite naslov za prevzem UNI. Če ima naslov pravico do prevzema žetonov UNI, mu bodo le-ti ob sprožitvi poslani." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Vnesite znesek" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Vnesite znesek {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Napaka" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID napake: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Napaka pri povezovanju" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Imenska storitev Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Dogodek" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Menjalni tečaj" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Izvršitev" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Izrši pobudo {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Izvedba ni uspela" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Ivrši pobudo {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Izvršena" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Izvrševanje" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Izvršitev te pobude bo uveljavila klicne podatke (calldata) v verigi." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Izvedba predložena" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Pričakovani rezultat" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Potekla" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Poteče čez" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Raziščite NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Raziščite Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Raziščite žetone" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Izjemno redko" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Ni uspelo" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Preklop omrežij ni uspel" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Zastavice funkcij" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Stopnja provizije" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Stopnja provizije" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Povratne informacije" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Pristojbine" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Pridobivanje poti" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Pridobivam najboljšo ceno ..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Pridobivanje cene ..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrirajte žetone" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Poišče najboljšo pot na protokolu Uniswap prek vašega brskalnika. Lahko povzroči visoke zakasnitve in cene." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Poišče najboljšo pot na protokolu Uniswap z API-jem za usmerjanje Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Nadstropje" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Spodnja cena" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Za" - -#: 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 "Za vsak spodaj prikazani sklad s klikom na Migriraj odstranite svojo likvidnost iz Uniswap V2 in jo vložite v Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Od" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Od (največ)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Poln razpon" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Začeti" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Pridobite podporo" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Center pomoči" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Skrito" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Skrij" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Skrij zaprte pozicije" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Skrij vire" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Skrij majhna stanja" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Razumem" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Če menite, da je to napaka, pošljite e-poštno sporočilo s svojim naslovom na" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Uvozi sklad" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Uvozi V2-sklad" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "V dosegu" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Znotraj razpona" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Povečaj likvidnost" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Začetne cene in delež v skladu" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Vhodni znesek je ocenjen. Prodali boste največ <0>{0} {1} ali pa bo transakcija stornirana." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Nezadostna sredstva" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Nezadostna likvidnost" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Za ta posel je likvidnost prenizka." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Nezadostna likvidnost sklada za dokončanje transakcije" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Prenizko dobroimetje {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Neveljaven par" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Neveljaven par." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Neveljaven vnos cene" - -#: 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 "Razpon ni veljaven. Najnižja cena mora biti nižja od najvišje." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Neveljaven prejemnik" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Jezik" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Zadnji" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Zadnja cena" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Zadnja posodobitev" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Informacije" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Naučite se vse o polaganju likvidnosti" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Več o tem" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Pravna obvestila in zasebnost" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Povezave" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likvidnost" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Podatki o likvidnosti niso na voljo." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Nagrade ponudnikom likvidnosti" - -#: 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 "Ponudniki likvidnosti služijo provizijo 0,3 % od vseh poslov, sorazmerno s svojim deležem v skladu. Provozije se dodajajo v sklad in se nabirajo v realnem času, prevzamete pa jih, ko dvignete svojo likvidnost iz sklada." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Seznam NFT-jev" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Seznam za prodajo" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Za uvrstitev NFT na seznam je potrebna enkratna odobritev tržnice za vsako zbirko NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Oglasi" - -#: 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 -msgid "Loading" -msgstr "Nalagam" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Dodatek za nakladanje" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Nizka kotacijska cena" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Daj ponudbo" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Upravljaj" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Upravljanje likvidnosti v skladu nagrad" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Upravljaj s tem skladom." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Največ" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Najvišja cena" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Največji avtorski honorar" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Največje pristojbine" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Najvišja cena" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Največji zdrs" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Največ:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Največji vnos" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Največ poslano" - -#: 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 "Migriraj" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migriraj likvidnost v V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migriraj likvidnost iz V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Selitev likvidnosti ni uspela" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrirajte svojo likvidnostne žetone iz Uniswapa V2 v Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migriraj likvidnost {0}/{1} v V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Preseljena likvidnost" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migacija" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Selitev likvidnosti" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Najnižja cena" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Najnižja cena" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Najmanj:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimalna proizvodnja" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Prejmete najmanj" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Kovnica ni uspela" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Kovano" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Kovanje" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Manjkajo podatki grafikona" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Manjkajo podatki o cenah zaradi nedavnega nizkega obsega trgovanja na Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay ni na voljo v nekaterih regijah. Kliknite, če želite izvedeti več." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Več" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Moji NFT-ji" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Zbirke NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT-ji" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Ime ni bilo mogoče najti" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigacijski gumb" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Opozorilo glede omrežja" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Omrežnina" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Nikoli" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nova pozicija" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "NFT še ni" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Ne najdem nobene likvidnosti V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Ni aktivnosti še" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Ni podatkov" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Brez opisa" - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Ni predmetov za prikaz" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Ni likvidnosti." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Ne najdem sklada." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Ni še bazenov" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Ni predlogov." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Ni rezultatov." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Informacije o žetonu niso na voljo" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Ni najdenih žetonov" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Ni najdenih žetonov." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Ni še žetonov" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Ni na voljo" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Ni na voljo v vaši regiji" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Ni ustvarjeno" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Ni navedeno" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Ponudbe" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Ko ste zadovoljni s tečajem, kliknite Položi za pregled." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "En NFT je naveden {0}%" - -#: 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 "Do glasovanja so upravičeni samo glasovi UNI, ki so bili samozastopani ali so pooblastili drugega zastopnika pred blokom {0}." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ups, pelji me nazaj v Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Za začetek odprite nov položaj ali ustvarite skupino." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Usmerjanje naročil" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Zunaj razpona" - -#: 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 "Izhodni znesek je ocenjen. Če se cena spremeni za več kot {0} %, bo transakcija stornirana." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Izhodni znesek je ocenjen. Prejeli boste vsaj <0>{0} {1} ali pa bo transakcija stornirana." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Lastnik" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Stran ni najdena!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "plačaj" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Vseeno plačaj" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Plačajte z" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "V teku" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap potrebuje dovoljenje za zamenjavo vsakega žetona. To zaradi vaše varnosti poteče po enem mesecu." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Dovoljenje2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Prosimo, povežite se z Ethereumom prvega sloja (layer 1)" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Skladi" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Sklad najden!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Žetoni sklada v skladu nagrad:" - -#: 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 "{0} v skladu:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Bazeni" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Priljubljene zbirke NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Priljubljeni žetoni" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Položaj ni na voljo" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Nastavitve" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Predogled" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Cena" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Razlika v ceni:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Vpliv na ceno" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Vpliv na ceno previsok" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Vpliv na ceno" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Opozorilo o vplivu na ceno" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Cenovni razpon" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Cena posodobljena" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Cena:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Cene in delež v skladu" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Politika zasebnosti" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Politika zasebnosti." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Nadaljuj v denarnici" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Izkupiček, če je prodan" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Pobuda" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Pobuda predložena" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Naslov pobude" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Pobude" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Pobude članov skupnosti bodo prikazane tukaj." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Predlagani ukrep" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Pobudnik" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Javni razreševalec" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Količina" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Čakalna vrsta" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Oddaj pobudo {proposalId} v čakalno vrsto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Čakalna vrsta ni uspela" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Oddaj pobudo {proposalKey} v čakalno vrsto." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "V čakalni vrsti" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Čakalna vrsta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Čakalna vrsta" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Redko" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Redkost" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tečaji" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Preberite več o Uniswapovem upravljanju" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Preberite več o zagotavljanju likvidnosti" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Preberite več o nepodprtih sredstvih" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Prejeti" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Prejemanje ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Prejeto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Prejemanje" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Nedavna iskanja" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Prejemnik" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Povračila za nerazpoložljive izdelke bodo izplačana v ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Zavrnjeno" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Ponovno naložite aplikacijo" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Odstrani" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Odstrani <0/> in <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Odstrani znesek" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Odstrani zastopnika" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Odstrani likvidnost" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Odstranite iz vrečke" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Odstrani predmet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Odstranjevanje likvidnosti ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Odstranjena likvidnost" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Odstranjena likvidnost" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Odstranjevanje likvidnosti" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Odstranitev {0} {1} in {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Odstranitev {0} {1} in{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Poplačano" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Povračilo ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Povračilo" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Rešite {issues} težav" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Poskusite znova" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Nazaj" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Nazaj na Moje NFT-je" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Povratni registrar" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Pregled Zamenjaj" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Preklicana odobritev" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Enaka cena" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skenirajte z denarnico Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Iskanje" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Poiščite ime ali prilepite naslov" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Iskanje žetonov in zbirk NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Izberite par" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Izberite žeton" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Za iskanje svoje likvidnosti V2 izberite žeton." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Izberite dejanje" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Izberite žeton" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Izbrani razpon" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Sebi" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Samozastopanje" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Prodaja" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Prodaja NFT-jev" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Prodajalec" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Pošiljanje ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Pošiljanje" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Poslano" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Nastavi razpon cene" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Nastavi začetno ceno" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Nastavite cene za nadaljevanje" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Nastavitve" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Delež v skladu" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Delež sklada:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Delite na Twitterju" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Delite na Twitterju" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Prikaži" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Prikaz preklican" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Pokaži zaprte položaje" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Pokaži več" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Prikaži vire" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Podpis" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Enostavno" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Zdrs pod {0}% lahko povzroči neuspešno transakcijo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "prodano" - -#: 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 "Nekatera sredstva v tem vmesniku niso na voljo, ker morda ne delujejo dobro s pametnimi pogodbami ali pa iz pravnih razlogov ne moremo dovoliti trgovanja z njimi." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Nekaj je šlo narobe" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Nekaj je šlo narobe. Prosim poskusite ponovno." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Žal je med obdelavo vaše zahteve prišlo do napake. Če zahtevate podporo, ne pozabite kopirati podrobnosti te napake." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Žal je med obdelavo vaše zahteve prišlo do napake. Če zahtevate podporo, navedite svoj ID napake." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Začnite navajati" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistika" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Predloži novo pobudo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Oddaja predloga ni uspela" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Oddan predlog" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Predložitev pobude" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Oddaja glasu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Oddaja predloga" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Uspelo" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Uspelo" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Uspešno uvrščen na seznam" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Položi" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Polog {0} {1} in {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Menjava" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Menjaj <0/> za natanko <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Vseeno zamenjaj" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Menjaj natanko <0/> za <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Zamenjava ni uspela" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Zamenjal" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Zamenjava" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Menjava {0} {1} za {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Pometanje" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Preklopite omrežja" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Preklopite na {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Simbola ni mogoče najti" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Pogoji storitve" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Hvala, ker ste del skupnosti Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Odstotek, ki ga boste služili s provizijami." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Pri tej menjavi ni bilo zadoščeno Uniswapovi stalnici x*y = k. To običajno pomeni, da ima eden od žetonov, ki jih menjate, pri prenosih vgrajeno posebno obnašanje." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Znesek, ki ga pričakujete po trenutni tržni ceni. Morda boste prejeli manj ali več, če se tržna cena spremeni, medtem ko je vaša transakcija v teku." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Aplikacija pridobi podatke verige blokov iz gostujoče storitve The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Aplikacija pridobi podatke in verige in zgradi pogodbene klice z API-jem Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Aplikacija pridobi optimalno pot trgovanja s strežnika Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Aplikacija z namenom prihodnjih izboljšav beleži anonimizirano statistiko uporabe." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Aplikacija na varen način prebere naslov vaše denarnice in ga deli s TRM Labs Inc. zaradi ocene tveganja in skladnosti z zakoni." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Poskus povezave ni uspel. Kliknite Poskusi znova in sledite navodilom za povezavo v svoji denarnici." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Ocenjena razlika med vrednostmi (v USD) vhodnih in izhodnih zneskov." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Pristojbina, plačana rudarjem, ki obdelujejo vašo transakcijo. To je treba plačati v ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Pristojbina, plačana rudarjem, ki obdelujejo vašo transakcijo. To je treba plačati v {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Vpliv, ki ga ima vaše trgovanje na tržno ceno tega bazena." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Vhodnega žetona ni mogoče prenesti. Morda je gre za težavo z vhodnim žetonom." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Tržna cena je izven območja, ki ste ga izbrali. Položite lahko le eno od obeh sredstev." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Največji znesek, ki ga boste zagotovo porabili. Če cena še naprej pade, se bo vaša transakcija razveljavila." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Najmanjši znesek, ki ga boste prejeli. Če cena še naprej pade, se bo vaša transakcija razveljavila." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Zadnja številka bloka v tem omrežju. Cene se z vsakim blokom posodobijo." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Izhodnega žetona ni mogoče prenesti. Morda gre za težavo z izhodnim žetonom." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Izhodnega žetona ni mogoče prenesti. Morda gre za težavo z izhodnim žetonom. Pozor: žetoni s provizijami ob prenosu in uravnavani (rebase) žetoni niso združljivi z Uniswapom V3." - -#: 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 "Cena v tem skladu je izven območja, ki ste ga izbrali. Vaš vložek vam trenutno ne služi provizij." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Cena v tem skladu je trenutno znotraj območja, ki ste ga izbrali. Vaš vložek vam trenutno služi provizije. " - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Razmerje med žetoni, ki jih boste vložili, bo določilo začetno ceno v tem skladu." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Podatkov o likvidnosti ni." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Ta naslov je blokiran v vmesniku Uniswap Labs, ker je povezan z" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Ta aplikacija uporablja naslednje API-je tretjih oseb:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Ta mesec" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Ta sklad je treba inicializirati, preden lahko dodate likvidnost. Za inicializacijo izberite začetno ceno za sklad. Nato vnesite svoj cenovni razpon likvidnosti in znesek depozita. Provizije za plin (gas) bodo zaradi inicializacijske transakcije višje kot običajno." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Ta pobuda se lahko izvrši po {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "To je pot, po kateri iz menjave dobite največ ob upoštevanju razcepljenih poti, zaporednih menjav in stroškov plina na vsakem koraku." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Ta tabela vsebuje najvišje žetone glede na količino Uniswap, razvrščene glede na vaš vnos." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Ta žeton ne obstaja" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Ta žeton ne obstaja na {0}" - -#: 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 "To orodje poskrbi za varno migracijo vaših likvidnostnih žetonov {0} v Uniswap V3. Ta postopek ne zahteva nikakršnega zaupanja drugi osebi zaradi " - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Te transakcije ni bilo mogoče poslati, ker je rok potekel. Prosimo, preverite, ali vaš rok transakcije ni prekratek." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ta transakcija ne bo uspela zaradi premika cene. Poskusite povečati toleranco do zdrsa. Pozor: žetoni s provizijami ob prenosu in uravnavani (rebase) žetoni niso združljivi z Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Ta transakcija ne bo uspela zaradi gibanja cene ali provizije za prenos. Poskusite povečati toleranco do zdrsa." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Ta teden" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "To leto" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Čas" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Za" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Za (vsaj)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Če želite uporabljati Uniswap na {0}, preklopite omrežje v nastavitvah denarnice." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Za ogled položaja morate biti povezani v omrežje, ki mu pripada." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Danes" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Ime žetona" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Žetona ni bilo mogoče najti" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Statistika žetonov in grafikoni za {label} so na voljo na <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Žetoni" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Vrhunska lastnost" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Glavni skladi" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Najboljši žetoni na Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Skupaj" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Skupna zaklenjena vrednost (TVL) je skupni znesek sredstva, ki je na voljo v vseh likvidnostnih skladih Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Samozavestno trgujte s kripto in NFT" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Trgujte s kripto z zaupanjem" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Lastnost" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Trait Floor" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Lastnosti" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Nastavitve transakcije" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transakcija oddana" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transakcija je bila zaključena v " - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Rok za transakcijo" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transakcija v teku" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transakcija zavrnjena" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transakcija oddana" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Prenos žetona" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Poskusi ponovno" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Upravljanje UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI je dospel" - -#: src/pages/Vote/Landing.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 "Žetoni UNI predstavljajo delež glasovalnih pravic pri upravljanju sistema Uniswap. Za vsak predlog lahko glasujete sami ali pa svoje glasove prenesete na izbranega zastopnika." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "Uničenih {0}/{1} UNI" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Ni na voljo" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Ni na voljo za vnos" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Neprevzete provizije" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Nedoločeno" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswapovo upravljanje" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Pogoji storitve Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Protokol Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 ni na voljo v tem omrežju." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap je na voljo v teh jezikih: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Odjemalec Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Upravljanje Uniswapa je za na voljo samo na sloju 1. Če želite videti pobude in glasovati, preklopite na omrežje Ethereum Mainnet." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap je izpolnil vašo željo!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap v žepu" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswapova pogodba za migracijo↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Neznano" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Neznana odobritev" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Neznana kovnica" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Neznano pošiljanje" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Neznana zamenjava" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Odkleni glasove" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Odkleni glasovanje" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Odklepanje glasov" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Nepodprto sredstvo" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Nepodprta sredstva" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Ni podprto v vaši denarnici" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Brez naslova" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Odvij" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Odvijte <0/> v {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Odvijanje ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Odvito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Odvijanje" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Posodobi pooblastilo" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Z uporabo API-ja Uniswap Labs lahko ponudbe pridobite hitreje." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Likvidnost V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Cena V3 {0}:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Različica:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Zelo pogosto" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Zelo redek" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Oglejte si natečene pristojbine in analitiko <0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Ogled in prodaja NFT-jev" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Oglejte si več analitike" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Prikaži na Etherscanu" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Prikaži v raziskovalcu" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Poglej na {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Prikaži transakcijo v raziskovalcu" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Obseg je znesek sredstva, s katerim se je trgovalo na Uniswap v3 v izbranem časovnem okviru." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Glasuj PROTI" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Glasuj ZA" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Glasuj proti pobudi {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Glasuj proti pobudi {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Glasujte proti pobudi {proposalKey} z razlogom \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Glasovanje ni uspelo" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Glasuj za pobudo {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Glasuj za pobudo {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Glasuj za pobudo {proposalKey} z razlogom \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Glasujte pri upravljanju" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Vzdrži se glasovanja o pobudi {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Vzdrži se glasovanja o pobudi {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Vzdrži se glasovanja o pobudi {proposalKey} z razlogom \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Glasoval" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Glasovanje" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Glasovanje se je končalo {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Glasovanje se konča okrog {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Glasovanje se začne okrog {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Čakam na potrditev" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Naslov denarnice ali ENS-ime" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Opozorilo" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Dobrodošli v ekipi Samorog :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Zakaj je potrebna transakcija?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Dvignite položeno likvidnost" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Umik ni uspel" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Umik" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "umaknil" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Ovij" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Ovijte <0/> v {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Ovijanje ni uspelo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Zavito" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Zavijanje" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Napačno omrežje" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Imate že eno aktivno ali čakajočo pobudo." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Ustvarjate sklad" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Niste lastnik tega položaja LP. S te pozicije ne boste mogli dvigniti likvidnosti, razen če ste lastnik naslednjega naslova: {ownerAddress}" - -#: 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 "V tem skladu Uniswapa V3 ste prvi ponudnik likvidnosti. Vaša likvidnost bo migrirana po trenutni ceni {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Ste prvi ponudnik likvidnosti." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "O vsaki pobudi lahko glasujete sami ali pa svoje glasove prenesete na izbranega zastopnika." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Nimate dovolj glasov za predložitev pobude." - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "V tem skladu še nimate likvidnosti." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Morda ste izgubili omrežno povezavo." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Povezati morate račun." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Za predložitev pobude potrebujete {formattedProposalThreshold} glasov." - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Ti plačaš" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Ti prejmeš" - -#: 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 "V Uniswap V3 položite likvidnost le po ceni, za katero menite, da je pravilna. <0/>Če se zdi cena napačna, lahko izvedete menjavo, s čimer premaknete ceno, ali pa počakajte, da to stori nekdo drug." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Ta pozicija vam bo tudi služila provizije." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Prejeli boste" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Vaša likvidnost V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Tukaj bodo prikazane vaše aktivne likvidnostne pozicije na V3." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Vaše stanje na {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Omrežje, s katerim ste povezani, ni podprto." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Tukaj bodo prikazane vaše onchain transakcije in kripto nakupi." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Vaš delež v skladu:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Vaša pozicija" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Vaša pozicija nima likvidnosti in ne služi provizij." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Vaša pozicija bo prikazana tu." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Pri tej ceni bo vaša pozicija 100 % v {0}" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Pri tej ceni bo vaš položaj 100% {0}." - -#: 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 "Ta polog vam ne bo prinašal provizij ali se uporabljal za trgovanje, dokler se tržna cena ne premakne v notranjost izbranega razpona." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Vaše pozicije" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Pričakuje se, da vaša zamenjava ne bo uspela." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Vaša zamenjava je bila spremenjena prek vaše denarnice. Če je bila to napaka, takoj prekličite ali tvegate izgubo sredstev." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Količina vaših žetonov sklada:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Cena vaše transakcije bo precej višja, ker vsebuje plin (gas) za ustvarjenje sklada." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Vaša transakcija je lahko prva in povzroči neugodno trgovanje." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Vaša transakcija bo stornirana, če se v tem časovnem obdobju ne izvrši." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Vaša transakcija bo stornirana, če se cena spremeni za več kot ta odstotek v neugodni smeri." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Trenutno omrežje vaše denarnice ni podprto." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Vaše stanje {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "in" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "in privolite v njeno" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "še na voljo" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "pod spodnjo ceno." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "pod najnižjo ceno zbirke. Ste prepričani, da želite nadaljevati?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "blokiranimi dejanji." - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "pristojbina" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "za" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "za {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "od" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "tukaj." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minut" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "mesecih" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "nagrada" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "nekaj je šlo narobe!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "do" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Rešite težavo} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {S tem žetonom se ne trguje na vodilnih centraliziranih borzah v ZDA ali pogosto zamenja na Uniswap.} other {S temi žetoni se ne trguje na vodilnih centraliziranih borzah v ZDA ali se pogosto menjajo na Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {S tem žetonom se ne trguje na vodilnih centraliziranih borzah v ZDA.} other {S temi žetoni se ne trguje na vodilnih centraliziranih borzah v ZDA.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {S tem žetonom ne morete trgovati v aplikaciji Uniswap.} 2 {S tema žetonoma ne morete trgovati v aplikaciji Uniswap.} other {S temi žetoni ne morete trgovati v aplikaciji Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {seznam} other {oglasi}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "Položeno {0}" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "Prislužene provizije pri {0}:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT-jev je pomembno navedenih" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} v teku" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Poskusite povečati toleranco proti zdrsu.\n" -"Opomba: žetoni za plačilo ob prenosu in rebase niso združljivi z Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} glasov" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} na {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Cena {0} {1}:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Nivo provizij {0} %" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% sklad" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% izberi" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% zdrs" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "LP NFT {0}/{1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "Likvidnostni žetoni {0}/{1}" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dan} other {dnevi}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {ura} other {ure}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {mesec} other {meseci}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {teden} other {tednov}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} in {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dan} other {dnevi}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {ura} other {ure}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minuto} other {minut}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {mesec} other {meseci}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {drugič} other {sekund}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {teden} other {tednov}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} morda trenutno ne deluje ali pa ste izgubili omrežno povezavo." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "Most za žetone {label}" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider} %" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} na {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {zbirka} other {zbirke}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Nazaj na Bazeni" - diff --git a/src/locales/sr-SP.po b/src/locales/sr-SP.po deleted file mode 100644 index b9c61047c7..0000000000 --- a/src/locales/sr-SP.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: sr\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Serbian (Cyrillic)\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: sr\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$ -" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% мак" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Поглед у Екплореру)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(уреди)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Нова позиција" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Уклони примаоца" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24Х волуме" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24Х обим је износ имовине којом се трговало на Унисвап в3 током протекла 24 сата." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52В хигх" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52В лов" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Сви предлози" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Гласови" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0> Аналитика рачуна и обрачунате накнаде <1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0> Тренутна цена: <1> <2 /> <3>{0} по {1}" - -#: 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> Савет: Уклањање групе токена конвертује вашу позицију назад у основне токене по тренутној стопи, пропорционалној вашем уделу у фонду. Наплаћене накнаде су укључене у износе које примите." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0> Савет: Изаберите акцију и опишите свој предлог за заједницу. Предлог се не може изменити након подношења, зато вас молимо да верификујете све информације пре подношења. Период гласања започиње одмах и трајаће 7 дана. Да бисте предложили прилагођену радњу, <1> прочитајте документе ." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Савет: Користите ову алатку за проналажење в2 група које се не појављују аутоматски у интерфејсу." - -#: 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> Савет: Када додате ликвидност, добићете групу токене која представљаја вашу позицију. Ови токени аутоматски зарађују накнаде пропорционалне вашем уделу у фонду и могу се искористити у било ком тренутку." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0> Откључајте гласање да се припреми за следећи предлог." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> по <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "За подношење предлога потребан је минимални праг од 0,25% укупне УНИ понуде" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Замена ове величине може имати велики утицај на цену, с обзиром на тренутну ликвидност у фонду. Може постојати велика разлика између количине вашег улазног токена и онога што ћете добити у излазном токену" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "О" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Прихвати" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Активно" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Активност" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Додати" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Додајте <0/> и <1/> у Унисвап В2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Додајте делегата +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Додајте ликвидност" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Додајте В2 ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Додавање В2 ликвидности није успело" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Додавање ликвидности није успело" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Додајте ликвидност." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Додајте више ликвидности" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Додати у торбу" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Додати у торбу" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Додајте {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Додај {0}/{1} В3 ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Додата ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Додата В2 ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Додата ликвидност" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Додато {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Додавање В2 ликвидности" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Додавање ликвидности" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Дозвољен" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Већ наведено на" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Увек спроведите сопствено истраживање пре трговања." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Износ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "За коришћење овог токена потребно је одобрење." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Дошло је до грешке при учитавању токена. Молим вас, покушајте поново." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Дошло је до грешке приликом покушаја извршења ове замене. Можда ћете морати повећати толеранцију клизања. Ако то не успе, можда постоји некомпатибилност са токеном којим тргујете. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Одобрење није успело" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Одобрење чекању" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Одобри" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Одобри токен" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Одобри у новчанику" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Одобрите у свом новчанику" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Одобре употребу {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Одобри {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Одобрено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Одобравање" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Одобравање {0}" - -#: 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 "Најмање {0} {1} и {2} {3} ће бити враћени у ваш новчаник због изабраног распона цена." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Аutomatski" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Ауто Роутер АПИ" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Назад на базене" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Назад на избор новчаника" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Кеса" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Стање: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Најбоље за егзотичне парове." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Најбоље за већину парова." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Најбоље за стабилне парове." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Најбоље за веома стабилне парове." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Најповољнија рута кошта ~{gasPrice} у гасу." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Блокирана адреса" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Блокирано на ОпенСеа" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Позајмљивање није успело" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "позајмљено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Позајмљивање" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Купљено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Спаљивање није успело" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Спаљена" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Бурнинг" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Купи" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Купите криптовалуте" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Куповина није успела" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Купите или пренесите НФТ у овај новчаник да бисте започели." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Купите или пренесите токене у овај новчаник да бисте започели." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Купујте, продајте и истражујте токене" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Купујте, продајте и истражујте токене и НФТ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Куповина" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "Додавањем ликвидности зарадићете 0,3% свих трговина на овом пару пропорционално вашем уделу у фонду. Накнаде се додају у фонд, прикупљају се у реалном времену и могу се захтевати повлачењем ваше ликвидности." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Повезивањем новчаника прихватате Унисвап Лабс'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Отказивање није успело" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Отказано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Отказано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Отказивање" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Опрез" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Проверите статус мреже" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Погледајте наше водиче за v3 LP и водиче за миграцију." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Потраживање" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Тврдите <0/> за {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Преузми УНИ" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Преузми УНИ токен" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Затражите УНИ награду за {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Захтевајте Унисвап НФТ Аирдроп" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Захтев није успео" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Преузми накнаде" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Преузми своје УНИ токене" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Преузето" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Преузимање" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Обриши све" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Обриши све" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Затвори" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Затворено" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Затворене позиције" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Сакупи" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Сакупи као {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Сакупи накнаде" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Прикупљање накнада није успело" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Сакупите {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Сакупљено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Прикупљене накнаде" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Сакупљање" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Ускоро: претражите и истражите токене на БНБ ланцу" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Заједнички" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Потврдите ову трансакцију у новчанику" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Потврдите трансакцију у новчанику" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Повежите се" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Повежите новчаник" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "Повежите се са новчаником да бисте видели своју V2 ликвидност." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Повежите се са новчаником да бисте видели своју ликвидност." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Повежите новчаник" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Садржај не" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Настави" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Уговорна интеракција" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Адреса уговора" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Копирано!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Копирај везу" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Направите Фонд & Снабдевање" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Цреате Пропосал" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Направите пар" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Направите фонд и додајте {0}/{1} V3 ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Креирање базена није успело" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Направите фонд." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Направите {0}/{1} В3 базен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Креиран базен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Креирање базена" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "Тренутна {0} цена:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Обичај" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "ДНС Регистрар" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Поражен" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Делегирајте гласове" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Делегат није успео" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Делегирајте моћ гласања на {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Делегирано" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Делегирано за:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Делегирање" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Делегирање гласова" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Примена није успела" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Распоређено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Деплоиинг" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Износи депозита" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Депозит није успео" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Ликвидност депозита" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Депонујте токене на мрежу {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Депоновано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Депоновање" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Опис" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Детаљно" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Детаљи" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Одбаци" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Документација" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Немате Унисвап новчаник?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Не видите ниједну од ваших V2 позиција? <0> Увезите их." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Преузимање" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Преузмите Унисвап новчаник" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Преузмите апликацију" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Преузмите у Апп Сторе-у да безбедно складиштите своје токене и НФТ-ове, замените токене и повежете се са крипто апликацијама." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ЕТХ регистратор контролер" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Зарађени UNI токени представљају акције са правом гласа у управљању Uniswap-ом." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Уредити" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Уредите листе" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Унесите проценат" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Унесите примаоца" - -#: 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/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Унесите износ" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Унесите {0} износ" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Грешка" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ИД грешке: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Грешка при повезивању" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Етхереум Наме Сервице" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Догађај" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Курс" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Извршити" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Изврши предлог {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Извршење није успело" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Изврши предлог {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Погубљен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Извршавање" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Извршавање овог предлога ће активирати податке о позивима у ланцу." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Екецутион Субмиттед" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Очекивани излаз" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Истекао" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Истиче" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Истражите НФТ" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Истражите Унисвап Аналитицс." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Истражите токене" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Изузетно ретко" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Није успео" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Промена мреже није успела" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Феатуре Флагс" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Ниво накнаде" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Ниво накнаде" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Повратна информација" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Накнаде" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Преузимање руте" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Добијање најбоље цене..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Преузимање цене..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Филтрирајте токене" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Проналази најбољу руту на Унисвап протоколу преко вашег претраживача. Може резултирати високим кашњењем и ценама." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Проналази најбољу руту на Унисвап протоколу користећи Унисвап Лабс Роутинг АПИ." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Под" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Флоор прице" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "За сваки фонд приказан у наставку кликните на мигрирај да бисте уклонили своју ликвидност из Uniswap V2 и депоновали је у Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Од" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Од (највише)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Пун Опсег" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Почети" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Добити подршку" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Центар за помоћ" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Сакривен" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Сакрити" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Сакриј затворене позиције" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Сакриј ресурсе" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Сакријте мале биланце" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "разумем" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Ако сматрате да је ово грешка, пошаљите е-поруку укључујући своју адресу на" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Увоз фонда" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Увоз V2 фонда" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "У распону" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "У распону" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Повећајте ликвидност" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Почетне цене и удео у базену" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Улаз се процењује. Продаћете највише <0>{0} {1} или ће се трансакција вратити." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Недовољно средстава" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Недовољна ликвидност" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Недовољна ликвидност за ову трговину." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Недовољна ликвидност фонда за завршетак трансакције" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Недовољно {0} на стању" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Неважећи пар" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Неважећи пар." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Неважећи прималац" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Језик" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Ласт" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Последња цена" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Последње измене" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Научи" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Сазнајте више о обезбеђивању ликвидности" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Сазнајте више" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Право и приватност" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Линкови" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Ликвидност" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "Даваоци ликвидности зарађују провизију од 0,3% на свим пословима пропорционално њиховом уделу у фонду. Накнаде се додају у фонд, прикупљају се у реалном времену и могу се захтевати повлачењем ваше ликвидности." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Листа НФТ-ова" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Листа за продају" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Уврштавање НФТ-а на листу захтева једнократно одобрење тржишта за сваку НФТ колекцију." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "Учитавање" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Дозвола за учитавање" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Ниска цена на листи" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "МАКС" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Направити понуду" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Управљати" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Управљање ликвидношћу у наградном фонду" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Управљајте овим фондом." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Макс" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Максимална цена" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Максимални ауторски хонорари" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Максималне накнаде" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Максимална цена" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Максимално клизање" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Макс:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Максимални унос" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Пребаците ликвидност на V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Миграција V2 ликвидности" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Миграција ликвидности није успела" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Пребаците своје токене ликвидности са Uniswap V2 на Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Пренесите {0}{1} на В3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Мигрирана ликвидност" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Миграција" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Миграција ликвидности" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Мин. Цена" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Мин. Цена" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Мин:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Минимални излаз" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Минимално примљено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Минт није успео" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Кован" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Ковање" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Недостају подаци графикона" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Недостају подаци о ценама због недавно малог обима трговине на Унисвап в3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Моонпаи Фиат ифраме на рампи" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Моонпаи није доступан у неким регионима. Кликните да сазнате више." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Више" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Моји НФТ" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "НФТ" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "НФТ Цоллецтионс" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "НФТс" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Име није пронађено" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Дугме за навигацију" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Мрежно упозорење" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Мрежна накнада" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Никада" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Нова позиција" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Још нема НФТ-а" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Није пронађена ликвидност V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Још нема активности" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Нема података" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Нема описа." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Нема ставки за приказ" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Није пронађена ликвидност." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Није пронађен ниједан фонд." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Још нема базена" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Није пронађен ниједан предлог." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Нема резултата." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Нема доступних информација о токену" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Нису пронађени токени" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Нису пронађени токени." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Још нема токена" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Није доступно" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Није доступно у вашем региону" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Није креирано" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Није на листи" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Понуде" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Једном када сте задовољни курсом, кликните снабдевање како бисте прегледали." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Један НФТ је на листи {0}%" - -#: 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 "Само УНИ гласови који су самостално или делегирани на другу адресу пре блока {0} испуњавају услове за гласање." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Упс, врати ме у Свап" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Отворите нову позицију или креирајте групу да бисте започели." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Рутирање налога" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "Излаз се процењује. Ако се цена промени за више од {0}%, ваша трансакција ће се вратити." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Излаз се процењује. Добићете најмање <0>{0} {1} или ће се трансакција вратити." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Власник" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Страница није пронађена!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Плати" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Паи Аниваи" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Платити" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "нерешен" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Потребна је дозвола да Унисвап замени сваки токен. Ово ће истећи након месец дана због ваше безбедности." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Дозвола2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Повежите се на Лаиер 1 Етхереум" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Фонд" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "Сакупљено {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Базени" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Популарне НФТ колекције" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Популарни токени" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Позиција није доступна" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Преференцес" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Преглед" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Цена" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Разлика у цени:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Утицај на цену" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Учинак на цену је превисок" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Утицај на цену" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Упозорење о утицају на цену" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Распон цена" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Цена је ажурирана" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Цена:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Цене и удео у фонду" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Правила о приватности" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Правила о приватности." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Наставите у новчанику" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Приход ако се прода" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Предлог" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Предлог је достављен" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Наслов предлога" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Предлози" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Овде ће се појавити предлози које су поднели чланови заједнице." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Предложена радња" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Предлагач" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Публиц Ресолвер" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Количина" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Куеуе" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Предлог реда {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Ред није успео" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Предлог за ред чекања {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "У реду чекања" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Стати у ред" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Стати у ред" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Ретко" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Реткост" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Стопе" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Прочитајте више о управљању Uniswap-ом" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Примите" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Пријем није успео" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Примљен" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Примање" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Недавне претраге" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Прималац" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Поврат новца за недоступне артикле биће дат у ЕТХ" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Одбијен" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Поново учитајте апликацију" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Уклоните" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Уклоните <0/> и <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Извадите из торбе" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Обриши предмет" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Уклањање ликвидности није успело" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Уклоњена ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Уклоњена ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Уклањање ликвидности" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Уклањање {0} {1} и {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Уклањање {0} {1} и{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Отплаћено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Отплата није успела" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Отплата" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Реши {issues} проблема" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Покушај поново" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Повратак" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Вратите се на Моје НФТ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Реверсе Регистрар" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Ревиев Свап" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Опозвано одобрење" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Иста цена" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Скенирајте помоћу Унисвап новчаника" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Претрага" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Претражите име или налепите адресу" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Претражите токене и НФТ колекције" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Изаберите Паир" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Изаберите жетон" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Изаберите жетон да бисте пронашли вашу V2 ликвидност." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Изаберите радњу" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Изаберите токен" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Изабрани опсег" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Сопствени" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Сопствени делегат" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Селл" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Продај НФТ" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "продавац" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Слање није успело" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Слање" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Послано" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Подесите цене да бисте наставили" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Подешавања" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Удео фонда" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Удео фонда:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Делите на Твитеру" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Делите на Твитеру" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Прикажи" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Схов Цанцеллед" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Прикажи затворене позиције" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Прикажи више" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Прикажи ресурсе" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Сигн" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Једноставно" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Проклизавање испод {0}% може довести до неуспешне трансакције" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Продат" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Нешто није у реду" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Нешто није у реду. Молим вас, покушајте поново." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Жао нам је, дошло је до грешке при обради вашег захтева. Ако затражите подршку, обавезно копирајте детаље ове грешке." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Жао нам је, дошло је до грешке при обради вашег захтева. Ако затражите подршку, обавезно наведите свој ИД грешке." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Почните са листингом" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Статс" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Поднесите нови предлог" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Подношење предлога није успело" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Предат предлог" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Подношење предлога" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Слање гласа" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Подношење предлога" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Успео" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Успех" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Успешно на листи" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Снабдевање" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Снабдевање {0} {1} и {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Размени" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Замените <0/> за тачно <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Замени свеједно" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Замените тачно <0/> за <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Замена није успела" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Замењено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Замена" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Замена {0} {1} за {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Свееп" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Пребаците мреже" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Пребаците се на {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Симбол није пронађен" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "ТВЛ" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Услови коришћења" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Хвала вам што сте део заједнице Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% који ћете зарадити у накнадама." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap непроменљива x*y=k није испоштована разменом. То обично значи да један од токена које замењујете укључује прилагођено понашање приликом преноса." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Износ који очекујете да добијете по тренутној тржишној цени. Можете добити мање или више ако се тржишна цена промени док је ваша трансакција на чекању." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Апликација преузима податке блокчејна са хостоване услуге Тхе Грапх." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Апликација преузима податке на ланцу и конструише уговорне позиве помоћу Инфура АПИ-ја." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Апликација преузима оптимални трговачки пут са сервера Унисвап Лабс." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Апликација бележи анонимну статистику коришћења како би се временом побољшала." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Апликација безбедно прикупља адресу вашег новчаника и дели је са ТРМ Лабс Инц. из разлога ризика и усклађености." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Покушај повезивања није успео. Кликните на дугме Пробај поново и пратите кораке за повезивање у новчанику." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Процењена разлика између вредности улазних и излазних вредности у УСД." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Накнада плаћена рударима који обрађују вашу трансакцију. Ово се мора платити у ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Накнада плаћена рударима који обрађују вашу трансакцију. Ово се мора платити у {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Утицај ваше трговине на тржишну цену овог базена." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Токен за унос није могуће пренети. Можда постоји проблем са улазним токеном." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Тржишна цена је изван наведеног распона цена. Само депозит за једно средство." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Максимални износ који ћете гарантовано потрошити. Ако цена још више падне, ваша трансакција ће се вратити." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Минимални износ који ћете гарантовано добити. Ако цена још више падне, ваша трансакција ће се вратити." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Најновији број блока на овој мрежи. Цене се ажурирају за сваки блок." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Излазни токен се не може пренети. Можда постоји проблем са излазним токеном." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Излазни токен се не може пренети. Можда постоји проблем са излазним токеном. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Тема" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Нема података о ликвидности." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Ова адреса је блокирана на интерфејсу Унисвап Лабс јер је повезана са једном или више њих" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Ова апликација користи следеће АПИ-је треће стране:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Овог месеца" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Овај базен мора бити иницијализован пре него што можете да додате ликвидност. Да бисте иницијализовали, изаберите почетну цену за базен. Затим унесите распон цена ликвидности и износ депозита. Накнаде за гас ће бити веће него иначе због трансакције иницијализације." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Овај предлог се може извршити након {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Ова рута оптимизује ваш укупни учинак узимајући у обзир подељене руте, вишеструке скокове и цену гаса за сваки корак." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Ова табела садржи највише токене према обиму Унисвап-а, сортиране на основу вашег уноса." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Овај токен не постоји" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Овај токен не постоји на {0}" - -#: 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 "Овај алат ће безбедно пребацити вашу {0} ликвидност на V3. Процес је потпуно неповерљив захваљујући" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Ова трансакција није могла бити послата јер је рок прошао. Проверите да рок ваше трансакције није пренизак." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ова трансакција неће успети због кретања цена. Покушајте да повећате толеранцију на клизање. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Ова трансакција неће успети или због кретања цена или због накнаде за пренос. Покушајте да повећате клизну толеранцију." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Ове недеље" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Ове године" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "време" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "До" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "До (најмање)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Да бисте користили Унисвап на {0}, промените мрежу у подешавањима новчаника." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Да бисте видели позицију, морате бити повезани на мрежу којој припада." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Данас" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Име токена" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Токен није пронађен" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Статистика токена и графикони за {label} доступни су на <0>инфо.унисвап.орг" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Жетони" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Топ Траит" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Врхунски фондови" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Најбољи токени на Унисвап-у" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Укупно" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Укупна закључана вредност (ТВЛ) је збирни износ средстава који је доступан у свим Унисвап в3 ликвидним фондовима." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Тргујте криптовалутама и НФТ-овима са поверењем" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Тргујте криптовалутама са поверењем" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Особина" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Траит Флоор" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Особине" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Поставке трансакције" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Трансакција је предата" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Трансакција је завршена у" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Крајњи рок за трансакцију" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Трансакција је на чекању" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Трансакција је одбијена" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Трансакција је послата" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Трансфер Токен" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Покушајте поново" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "УНИ Говернанце" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI је стигао" - -#: src/pages/Vote/Landing.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 токени представљају акције са правом гласа у управљању Uniswap-ом. Можете сами гласати за сваки предлог или пренети своје гласове трећој страни." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} спаљен" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Недоступно" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Недоступно за листинг" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Ненаплаћене накнаде" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Неодређено" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Унисвап АПИ" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap управљање" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Услови коришћења услуге Унисвап Лабс" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Унисвап Протоцол" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Унисвап В2 није доступан на овој мрежи." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap доступан у: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Унисвап клијент" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Унисвап управљање је доступно само на нивоу 1. Пребаците своју мрежу на Етхереум Маиннет да бисте видели предлоге и гласали." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Унисвап је испунио вашу жељу!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Унисвап у џепу" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap уговор о миграцији↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Непознат" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Непознато одобрење" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Непозната ковница" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Непознато Пошаљи" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Ункновн Свап" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Откључај гласове" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Не подржава ваш новчаник" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Унтитлед" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Одмотај" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Одмотајте <0/> до {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Одмотавање није успело" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Унвраппед" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Унвраппинг" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Ажурирање делегације" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Користите Унисвап Лабс АПИ да бисте добили брже понуде." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 ликвидност" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Цена:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "верзија:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Веома честа" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Веома редак" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Погледајте обрачунате накнаде и аналитику <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Прегледајте и продајте НФТ" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Погледајте још аналитике" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Поглед на Етхерсцан-у" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Поглед на Екплореру" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Погледај на {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Погледајте трансакцију у Екплореру" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Обим је износ средства којим се трговало на Унисвап в3 током изабраног временског оквира." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Гласајте против" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Гласајте за" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Гласајте против предлога {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Глас против предлога {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Гласајте против предлога {proposalKey} са разлогом \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Гласање није успело" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Гласајте за предлог {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Гласајте за предлог {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Гласајте за предлог {proposalKey} са разлогом \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Гласајте у управи" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Гласајте за уздржан предлог {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Гласајте за уздржан предлог {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Гласајте за уздржан предлог {proposalKey} са разлогом \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Гласао" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Гласање" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Гласање се завршило {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Гласање се завршава приближно {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Гласање почиње отприлике {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Чека се потврда" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Адреса новчаника или ЕНС име" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Упозорење" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Добродошли у тим Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Зашто је потребна трансакција?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Повући депоновану ликвидност" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Повлачење није успело" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Повлачење" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Повукао се" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Упакујте" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Замотајте <0/> у {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Премотавање није успело" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Умотано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Враппинг" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Погрешна мрежа" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Већ имате активан или предлог на чекању" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Стварате фонд" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Нисте власник ове ЛП позиције. Нећете моћи да повучете ликвидност са ове позиције осим ако немате следећу адресу: {ownerAddress}" - -#: 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 "Ви сте први пружалац ликвидности за овај Uniswap V3 фонд. Ваша ликвидност ће се мигрирати по тренутној цени {0}." - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Немате довољно гласова да поднесете предлог" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Још увек немате ликвидност у овом фонду." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Можда сте изгубили мрежну везу." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Морате повезати налог." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Морате имати {formattedProposalThreshold} гласова да бисте послали предлог" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Плаћате" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "Ликвидност треба да депонујете у Uniswap V3 само по цени за коју сматрате да је тачна. <0/> Ако се цена чини нетачном, можете извршити замену да бисте преместили цену или сачекајте да то учини неко други." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Ваша V2 ликвидност" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Овде ће се појавити ваше активне В3 позиције ликвидности." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Ваше стање на {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Ваша повезана мрежа није подржана." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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 "Ваша позиција има 0 ликвидности и не зарађује провизије." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Овде ће се појавити ваша позиција." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Ваша позиција ће се 100% састојати од {0} по овој цени" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Ваша позиција ће бити 100% {0} по овој цени." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Очекује се да ваша замена не успе." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Ваша трансакција може бити напредна и резултирати неповољном трговином." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Ваша трансакција ће се вратити ако је на чекању дуже од овог временског периода." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Ваша трансакција ће се вратити ако се цена неповољно промени за више од овог процента." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Тренутна мрежа вашег новчаника није подржана." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Ваш баланс {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "и" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "и сагласност на своје" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "доступно још" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "испод прага цене." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "испод минималне цене колекције. Да ли сте сигурни да желите да наставите?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "блокиране активности" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "надокнада" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "за" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "за {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "из" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "овде." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "минута" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "месеци" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "награда" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "нешто није у реду!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "до" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Решите проблем} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Овим токеном се не тргује на водећим америчким централизованим берзама нити се често мења на Унисвап-у.} other {Овим токенима се не тргује на водећим америчким централизованим берзама нити се често мењају на Унисвап-у.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Овим токеном се не тргује на водећим америчким централизованим берзама.} other {Овим токенима се не тргује на водећим америчким централизованим берзама.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Не можете трговати овим токеном користећи Унисвап апликацију.} other {Не можете трговати овим токенима користећи Унисвап апликацију.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {листинг} other {листингс}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Депоновано" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} зарађених накнада:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} НФТ-ова је значајно наведено" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} чекању" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Покушајте да повећате толеранцију клизања.\n" -"Напомена: токени са накнадом за трансфер и ребасе нису компатибилни са Унисвап В3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Гласова" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} по {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Цена:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Ниво накнаде од {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% базен" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% изаберите" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% проклизавања" - -#: 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 Токени" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}м" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {дан} other {дана}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {сат} other {сати}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {месец дана} other {месеци}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {Недеља} other {недеље}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} и {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {дан} other {дана}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {сат} other {сати}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {минут} other {минута}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {месец дана} other {месеци}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {друго} other {секунди}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {Недеља} other {недеље}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} можда тренутно не ради или сте можда изгубили мрежну везу." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} токен бридге" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} по {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {збирка} other {колекције}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Назад на Базени" - diff --git a/src/locales/sv-SE.po b/src/locales/sv-SE.po deleted file mode 100644 index 3439dd3046..0000000000 --- a/src/locales/sv-SE.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: sv\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Swedish\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% max" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Se på Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(redigera)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Ny position" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Ta bort mottagaren" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H volym" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H volym är beloppet av tillgången som har handlats på Uniswap v3 under de senaste 24 timmarna." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25 %" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50 %" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W hög" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W låg" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75 %" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Alla förslag" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Röster" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Kontoanalys och upplupna avgifter<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Aktuellt pris:<1><2/><3>{0} per {1}" - -#: 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>Tips: Att ta bort tokens från poolen konverterar din position tillbaka till underliggande tokens enligt gällande kurs, proportionellt mot din andel av poolen. Upplupna avgifter ingår i de belopp du får." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Tips: Välj en åtgärd och beskriv ditt förslag för gemenskapen. Förslaget kan inte ändras efter inlämning, så verifiera all information innan du skickar in. Omröstningsperioden börjar omedelbart och pågår i 7 dagar. För att föreslå en anpassad åtgärd <1>läs dokumenten." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Tips: Använd det här verktyget för att hitta v2-pooler som inte automatiskt visas i gränssnittet." - -#: 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>Tips: När du lägger till likviditet får du pooltokens som representerar din position. Dessa tokens genererar automatiskt avgifter proportionellt mot din andel av poolen och kan lösas in när som helst." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Öppna upp för röstning för att förbereda för nästa förslag." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> per <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Ett lägsta tröskelvärde på 0,25 % av UNIs totala utbud krävs för att lämna in förslag" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "En swap av denna storlek kan ha en hög prispåverkan, givet den nuvarande likviditeten i poolen. Det kan vara en stor skillnad mellan mängden av din inmatningstoken och vad du kommer att få i utdatatoken" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Omkring" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Acceptera" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktivt" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivitet" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Lägg till" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Lägg till <0/> och <1/> till Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Lägg till delegat +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Fyll på likviditet" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Fyll på V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Lägg till V2-likviditet misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Det gick inte att lägga till likviditet" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Fyll på likviditet." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Lägg till mer likviditet" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Lägg i varukorg" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Lägg i varukorg" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Lägg till {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Lägg {0}/{1} V3-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Tillsatt likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Tillsatt V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Tillförd likviditet" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Tillagt {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Lägger till V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Tillför likviditet" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Om du lägger till detta förslag i kön kommer det att kunna köras efter en fördröjning." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adressen har inget tillgängligt krav" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Mot" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Tillåt migrering av LP-token" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Tillåten" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Redan listad på" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Gör alltid din egen forskning innan du handlar." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Belopp" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Ett godkännande krävs för att använda denna token." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Ett fel uppstod när tokens skulle laddas. Var god försök igen." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ett fel uppstod när det här försöket skulle genomföras. Du kan behöva öka din glidningstolerans. Om det inte fungerar kan det finnas en inkompatibilitet med det token du handlar. Obs: avgift för överföring och rebase-tokens är oförenliga med Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Godkännandet misslyckades" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Godkännande väntar" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Godkänn" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Godkänn token" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Godkänn i plånbok" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Godkänn i din plånbok" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Godkänn användning av {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Godkänn {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Godkänd" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Godkänner" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Godkänner {0}" - -#: 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 "Minst {0} {1} och {2} {3} kommer att återbetalas till din plånbok på grund av det valda prisintervallet." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Automatiskt" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Auto Router API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Tillbaka till Pools" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Tillbaka till val av plånbok" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Väska" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Saldo: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Bäst för exotiska par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Bäst för de flesta par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Bäst för stabila par." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Bäst för mycket stabila par." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Bästa prisväg kostar ~{gasPrice} i gas." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Blockerad adress" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Blockerad på OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Lånet misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Lånad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Upplåning" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Köpt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Bränning misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Bränt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Brinnande" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "köpa" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Köp krypto" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Köp misslyckades" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Köp eller överför NFT till den här plånboken för att komma igång." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Köp eller överför tokens till den här plånboken för att komma igång." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Köp, sälj och utforska tokens" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Köp, sälj och utforska tokens och NFT:er" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Uppköp" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Förbi" - -#: 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 "Genom att fylla på likviditet kommer du att tjäna 0,3 procent av alla affärer med detta par proportionellt mot din andel av poolen. Avgifter läggs till poolen, samlas in i realtid och kan krävas vid likviditetsutflöde." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Genom att ansluta en plånbok godkänner du Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Det gick inte att avbryta" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Inställt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Inställt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Inställande" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Varning" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Kontrollera nätverksstatus" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Kolla in våra v3 LP-genomgångs och migrationsguider." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Krav" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Gör anspråk på <0/> för {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Gör krav på UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Gör krav på UNI-token" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Hämta UNI-belöning för {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Gör anspråk på Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Anspråket misslyckades" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Begär avgifter" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Gör anspråk på dina UNI-tokens" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Begärda" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Kräver" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Rensa alla" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Rensa alla" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Stäng" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Stängd" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Stängda positioner" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Samla" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Samla som {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Samla in avgifter" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Det gick inte att samla in avgifter" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Samla {0}{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Insamlad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Insamlade avgifter" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Samlar" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Insamlingsavgifter" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Insamlingsavgifterna kommer att dra av för närvarande tillgängliga avgifter för dig." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Kommer snart: sök och utforska tokens på BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Allmänning" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Komplett!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Bekräfta" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Bekräfta tillförsel" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Bekräfta transaktionen i din plånbok" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Bekräfta transaktionen i plånboken" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Ansluta" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Anslut plånbok" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Anslut en plånbok" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Anslut till en plånbok för att hitta pooler" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Anslut till en plånbok för att visa din V2-likviditet." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Anslut till en plånbok för att visa din likviditet." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Anslut plånbok" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Innehåll inte" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Fortsätta" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Kontraktsinteraktion" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Avtalsadress" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Kopierade!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Kopiera länk" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Skapa pool & tillgång" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Skapa förslag" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Skapa ett par" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Skapa en pool och lägg till {0}/{1} V3-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Det gick inte att skapa pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Skapa en pool." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Skapa {0}V3{1} pool" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Skapade pool" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Skapar pool" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Kryptoköp är inte tillgängliga i din region." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Nuvarande pris" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Nuvarande {0} pris:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Beställnings" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS-registrator" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Besegrade" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Delegera röster" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Delegat misslyckades" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Delegera rösträtt till {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Delegerad" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Delegerat till:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegera" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Delegerar röster" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Implementeringen misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Utplacerad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Utplacering" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Insättningsbelopp" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Insättning misslyckades" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Insättningslikviditet" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Sätt in tokens till {label} -nätverket." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Deponerad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Insättning" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Beskrivning" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detaljerad" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Information" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Avfärda" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Dokumentation" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Har du inte Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Ser du inte en av dina v2-positioner? <0>Importera den." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Ladda ner" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Ladda ner Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Ladda ner app" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Ladda ner i App Store för att säkert lagra dina tokens och NFT:er, byta ut tokens och ansluta till kryptoappar." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH Registrar Controller" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Intjänade UNI-tokens representerar röstandelar i Uniswap-styrning." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Redigera" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Redigera listor" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Ange en procentandel" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Ange en mottagare" - -#: 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 "Ange en adress för att utlösa ett UNI-krav. Om adressen har några UNI tillgängliga kommer de att skickas till dem vid inlämning." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Ange ett belopp" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Ange {0} belopp" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Fel" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Fel-ID: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Fel vid anslutning" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereums namntjänst" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Händelse" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Växlingskurs" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Kör" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Utför förslag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Utförande misslyckades" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Utför förslag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Avrättade" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Utför" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Genom att genomföra detta förslag kommer samtalsdata att införas i kedjan." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Utförande inlämnat" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Förväntad utgång" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Utgånget" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Går ut om" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Utforska NFT:er" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Utforska Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Utforska tokens" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Extremt sällsynt" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Misslyckades" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Det gick inte att byta nätverk" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Funktionsflaggor" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Avgiftsnivå" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Avgiftsnivå" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Respons" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Avgifter" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Hämtningsrutt" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Får bästa pris..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Hämtar pris..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Filtrera tokens" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Hittar den bästa rutten på Uniswap-protokollet genom din webbläsare. Kan resultera i hög latens och priser." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Hittar den bästa rutten på Uniswap Protocol med hjälp av Uniswap Labs Routing API." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Golv" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Golvpris" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "För" - -#: 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 "För varje pool som visas nedan, klicka på migrera för att ta bort din likviditet från Uniswap V2 och deponera den i Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Från" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Från (som mest)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Komplett utbud" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Komma igång" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Få stöd" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Hjälpcenter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Dold" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Dölj" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Dölj stängda positioner" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Dölj resurser" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Dölj små saldon" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Jag förstår" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Om du tror att detta är ett fel, skicka ett e-postmeddelande med din adress till" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Importera pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Importera V2-pool" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Inom räckhåll" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Inom intervallet" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Öka likviditeten" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Inledande priser och poolandel" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Inmatningen uppskattas. Du kommer att sälja högst <0>{0} {1} annars kommer transaktionen att återställas." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Otillräckliga medel" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Otillräcklig likviditet" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Otillräcklig likviditet för denna handel." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Otillräcklig poollikviditet för att slutföra transaktionen" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Otillräckligt {0} saldo" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Ogiltigt par" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Ogiltigt par." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ogiltig prisinmatning" - -#: 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 "Ogiltigt intervall valt. Minimipriset måste vara lägre än maxpriset." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Ogiltig mottagare" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Språk" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Sista" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Sista priset" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Senast uppdaterad" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Lär dig" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Lär dig att tillhandahålla likviditet" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Läs mer" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Juridik och integritet" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Länkar" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likviditet" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likviditetsdata saknas." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Belöningar för likviditetsleverantör" - -#: 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 "Likviditetsleverantörer tjänar en avgift på 0,3 procent på alla affärer i proportion till sin andel av poolen. Avgifter läggs till poolen, samlas in i realtid och kan krävas vid likviditetsutflöde." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Lista NFT:er" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Lista till salu" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Att lista en NFT kräver ett engångsgodkännande från marknadsplatsen för varje NFT-samling." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "Listor" - -#: 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 -msgid "Loading" -msgstr "Laddar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Laddningsbidrag" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Lågt noteringspris" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAX" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Göra ett erbjudande" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Hantera" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Hantera likviditet i belöningspoolen" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Hantera den här poolen." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Högst" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maximalt pris" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Max royalties för skapare" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Max avgifter" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maximalt pris" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Max glidning" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Högst:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maximal input" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maximalt skickat" - -#: 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 "Migrera" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Migrera likviditet till V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Migrera V2-likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrera likviditet misslyckades" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Migrera dina likviditetstoken från Uniswap V2 till Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Migrera {0}likviditet{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Migrerad likviditet" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Migrerar" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Migrerar likviditet" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Minimipris" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimipris" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Minimum:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minsta effekt" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum mottaget" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Mint misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Präglat" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Minting" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Sjökortsdata saknas" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Saknade prisdata på grund av nyligen låg handelsvolym på Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat På-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay är inte tillgängligt i vissa regioner. Klicka för att lära mer." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Mer" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Mina NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT-samlingar" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Namnet hittades inte" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Navigeringsknapp" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Nätverksvarning" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Nätverksavgift" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Aldrig" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Ny position" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Inga NFTs än" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Ingen V2-likviditet hittades." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Ingen aktivitet ännu" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Inga data" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Ingen beskrivning." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Inga objekt att visa" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Ingen likviditet hittades." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Ingen pool hittades." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Inga pooler än" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Inga förslag hittades." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Inga resultat hittades." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Ingen tokeninformation tillgänglig" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Inga tokens hittades" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Inga tokens hittades." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Inga tokens ännu" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Inte tillgänglig" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Ej tillgängligt i din region" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Inte skapad" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Inte listad" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Erbjudanden" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "När du är nöjd med kursen klicka leverans för att granska." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "En NFT är listad {0}%" - -#: 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 "Endast UNI-röster som var självdelegerade eller delegerade till en annan adress innan block {0} har rätt att rösta." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Hoppsan, ta mig tillbaka till Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Öppna en ny position eller skapa en pool för att komma igång." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Beställningsdirigering" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Utanför intervallet" - -#: 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 "Beräknad utdata. Om priset ändras med mer än {0} procent återställs din transaktion." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Utmatningen är uppskattad. Du kommer att få minst <0>{0} {1} annars kommer transaktionen att återställas." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Ägare" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Sidan hittas inte!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Betala" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Betala ändå" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Betala med" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "I väntan på" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Tillstånd krävs för att Uniswap ska kunna byta varje token. Detta kommer att upphöra efter en månad för din säkerhet." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Tillstånd 2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Vänligen anslut till Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Pool hittad!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Pool tokens i belöningspoolen:" - -#: 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 "Poolad {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Pooler" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Populära NFT-samlingar" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Populära tokens" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Positionen är inte tillgänglig" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Inställningar" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Förhandsvisning" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Pris" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Prisskillnad:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Prispåverkan" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Prispåverkan för hög" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Prispåverkan" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Varning för prispåverkan" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Prisintervall" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Pris uppdaterat" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Pris:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Priser och poolandel" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Integritetspolicy" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Integritetspolicy." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Fortsätt i plånboken" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Intäkt om sålt" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Förslag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Förslag inlämnat" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Förslagets titel" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Förslag" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Förslag som lämnats in av medlemmar i gemenskapen kommer att visas här." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Föreslagen åtgärd" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Förslagsgivare" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Public Resolver" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Kvantitet" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Kö" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Köförslag {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Kön misslyckades" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Köförslag {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "I kö" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Köa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Köa" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Sällsynt" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Sällsynthet" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Kurser" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Läs mer om Uniswap-styrning" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Läs mer om att tillhandahålla likviditet" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Läs mer om tillgångar som inte stöds" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Motta" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Mottagning misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Mottagen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Tar emot" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Senaste sökningar" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Mottagare" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Återbetalningar för ej tillgängliga artiklar kommer att ges i ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "avvisade" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Ladda om appen" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Ta bort" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Ta bort <0/> och <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Ta bort belopp" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Ta bort delegering" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Ta bort likviditet" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Ta bort från påsen" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Ta bort sak" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Det gick inte att ta bort likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Borttagen likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Borttagen likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Ta bort likviditet" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Tar bort {0} {1} och {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Ta bort {0} {1} och{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Återbetalas" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Återbetalning misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Återbetalar" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Lös {issues} problem" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Försök igen" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Återgå" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Återgå till Mina NFT:er" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Omvänd registrator" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Recension Swap" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Återkallat godkännande" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Samma pris" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Skanna med Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Sök" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Sök namn eller klistra in adress" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Sök tokens och NFT-samlingar" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Välj Para" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Välj en token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Välj en token för att hitta din v2-likviditet." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Välj en åtgärd" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Välj token" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Valt intervall" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Själv" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Självdelegering" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Sälja" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Sälj NFT:er" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Säljare" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Skicka misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Sändning" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Skickat" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Ange prisintervall" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Ställ in startpris" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Ställ in priser för att fortsätta" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "inställningar" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Andel av poolen" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Andel av Pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Dela på Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Dela på Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Show" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Visa inställd" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Visa stängda positioner" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Visa mer" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Visa resurser" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Skylt" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Enkel" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "En glidning under {0}% kan resultera i en misslyckad transaktion" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Såld" - -#: 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 "Vissa tillgångar är inte tillgängliga via detta gränssnitt eftersom de kanske inte fungerar bra med smarta kontrakt eller vi inte kan tillåta handel av juridiska skäl." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Något gick snett" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Något gick fel. Var god försök igen." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Tyvärr uppstod ett fel när din begäran bearbetades. Om du begär support, se till att kopiera informationen om detta fel." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Tyvärr uppstod ett fel när din begäran bearbetades. Om du begär support, se till att ange ditt fel-ID." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Börja lista" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "Statistik" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Lämna nytt förslag" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Det gick inte att skicka in förslaget" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Inlämnat förslag" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Skickar in förslag" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Skickar röstning" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Skickar in förslag" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Lyckades" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Framgång" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Listas framgångsrikt" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Tillgång" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Levererar {0} {1} och {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Byt" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Byt <0/> mot exakt <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Byt ändå" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Byt exakt <0/> mot <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Byte misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Bytt" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Byte" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Byter ut {0} {1} mot {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Sopa" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Byt nätverk" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Byt till {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Symbolen hittades inte" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Användarvillkor" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Tack för att du deltar i Uniswap-gemenskapen<0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% du kommer att tjäna i avgifter." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap-invarianten x * y = k var inte nöjd med bytet. Detta innebär vanligtvis att ett av de token du byter innehåller anpassat beteende vid överföring." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Det belopp du förväntar dig att få till det aktuella marknadspriset. Du kan få mindre eller mer om marknadspriset ändras medan din transaktion pågår." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Appen hämtar blockchain-data från The Graphs värdtjänst." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Appen hämtar data i kedjan och konstruerar kontraktsanrop med ett Infura API." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Appen hämtar den optimala handelsvägen från en Uniswap Labs-server." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Appen loggar anonymiserad användningsstatistik för att förbättras över tid." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Appen samlar säkert in din plånboksadress och delar den med TRM Labs Inc. av risk- och efterlevnadsskäl." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Anslutningsförsöket misslyckades. Klicka på försök igen och följ stegen för att ansluta i din plånbok." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Den uppskattade skillnaden mellan USD-värdena för ingående och utgående belopp." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Avgiften som betalas till gruvarbetare som behandlar din transaktion. Detta måste betalas med ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Avgiften som betalas till gruvarbetare som behandlar din transaktion. Detta måste betalas med {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Inverkan din handel har på marknadspriset för denna pool." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Inmatningstoken kan inte överföras. Det kan finnas ett problem med inmatningtoken." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Marknadspriset ligger utanför ditt angivna prisintervall. Endast insättning för enstaka tillgång." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Det maximala beloppet du garanterat kommer att spendera. Om priset sjunker ytterligare kommer din transaktion att återgå." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Det lägsta beloppet du garanterat får. Om priset sjunker ytterligare kommer din transaktion att återgå." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Det senaste blocknumret på detta nätverk. Priserna uppdateras på varje block." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Utmatningstoken kan inte överföras. Det kan finnas ett problem med utmatningtoken." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Utmatningstoken kan inte överföras. Det kan finnas ett problem med utmatningtoken. Obs att avgifter för överföring och rebase-tokens är oförenliga med Uniswap V3." - -#: 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 "Priset för denna pool ligger utanför ditt valda intervall. Din position tjänar för närvarande inte avgifter." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Priset för denna pool ligger inom ditt valda intervall. För närvarande tjänar din position avgifter." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Förhållandet mellan tokens du lägger till kommer att bestämma priset på denna pool." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Det finns inga likviditetsdata." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Den här adressen är blockerad på Uniswap Labs-gränssnittet eftersom den är associerad med en eller flera" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Den här appen använder följande API:er från tredje part:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Den här månaden" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Denna pool måste initieras innan du kan lägga till likviditet. För att initiera, välj ett startpris för poolen. Ange sedan ditt likviditetsprisintervall och insättningsbelopp. Gasavgifterna kommer att vara högre än vanligt på grund av initialiseringstransaktionen." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Detta förslag kan verkställas efter {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Denna rutt optimerar din totala produktion genom att överväga delade rutter, flera hopp och gaskostnaden för varje steg." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Den här tabellen innehåller de bästa tokens efter Uniswap-volym, sorterade baserat på din inmatning." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Denna token finns inte" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Denna token finns inte på {0}" - -#: 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 "Detta verktyg migrerar säkert din {0} likviditet till V3. Processen är helt pålitlig tack vare" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Den här transaktionen kunde inte skickas eftersom tidsfristen har passerat. Kontrollera att din transaktionstid inte är för låg." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Denna transaktion kommer inte att lyckas på grund av prisrörelser. Försök öka din toleransmarginal. Obs att avgifter vid överföring och rebase-tokens är oförenliga med Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Denna transaktion kommer inte att lyckas antingen på grund av prisrörelser eller avgift vid överföring. Försök att öka din toleransmarginal." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Denna vecka" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Det här året" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Tid" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Till" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Till (minst)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "För att använda Uniswap på {0}byter du nätverk i plånbokens inställningar." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "För att se en position måste du vara ansluten till nätverket den tillhör." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "I dag" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Tokennamn" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Token hittades inte" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Tokenstatistik och diagram för {label} är tillgängliga på <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Tokens" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Toppdrag" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "De bästa poolerna" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Bästa tokens på Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Total" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Totalt värde låst (TVL) är det sammanlagda beloppet av tillgången som är tillgänglig för alla Uniswap v3-likviditetspooler." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Handla krypto och NFT med förtroende" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Handla krypto med förtroende" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Drag" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Egenskap Golv" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Egenskaper" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Transaktionsinställningar" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Transaktion skickad" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Transaktionen genomförd i" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Tidsfrist för transaktion" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Transaktion väntar" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Transaktionen avvisad" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Transaktionen har skickats" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Överför Token" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Försök igen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNIs styrning" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI har anlänt" - -#: src/pages/Vote/Landing.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 representerar röstandelar i Uniswap-styrning. Du kan själv rösta på varje förslag eller delegera dina röstningar till en tredje part." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} bränd" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Inte tillgänglig" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Ej tillgänglig för listning" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Ej krävda avgifter" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Obestämd" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap-styrning" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs användarvillkor" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap-protokoll" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 är inte tillgängligt på detta nätverk." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap tillgänglig på: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap klient" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap-styrning är endast tillgänglig på Layer 1. Byt nätverk till Ethereum Mainnet för att se förslag och rösta." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap har uppfyllt din önskan!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap i fickan" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap migrationskontrakt↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Okänd" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Okänt godkännande" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Okänd mynta" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Okänd sändning" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Okänd byte" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Lås upp röster" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Lås upp röstning" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Låser upp röster" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Tillgång som inte stöds" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Tillgångar som inte stöds" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Stöds inte av din plånbok" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Ofrälse" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Packa upp" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Packa upp <0/> till {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Uppackning misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Oinpackad" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Packar upp" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Uppdatera delegering" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Använd Uniswap Labs API för att få snabbare offerter." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2-likviditet" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} pris:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Version:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Väldigt vanligt" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Mycket sällsynt" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Visa upplupna avgifter och analyser <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Se och sälj NFT:er" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Visa mer analys" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Visa på Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Visa i Utforskare" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Visa på {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Visa transaktion i Utforskaren" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Volym är summan av tillgången som har handlats på Uniswap v3 under den valda tidsramen." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Rösta mot" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Rösta för" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Rösta emot förslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Rösta mot förslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Rösta emot förslag {proposalKey} med skäl \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Omröstningen misslyckades" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Rösta för förslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Rösta på förslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Rösta på förslag {proposalKey} med skäl \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Rösta i styrelseskick" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Rösta för att avstå från förslag {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Rösta för att avstå från förslag {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Rösta för att avstå från förslag {proposalKey} med skäl \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Röstade" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Röstning" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Röstningen avslutades {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Röstningen slutar ungefär {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Omröstningen börjar cirka {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Väntar på bekräftelse" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Plånboksadress eller ENS-namn" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Varning" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Välkommen till teamet Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Varför krävs en transaktion?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Ta ut insatt likviditet" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Återtaget misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Uttag" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Dra sig tillbaka" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Slå in" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Radera <0/> till {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Wrap misslyckades" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Inslagna" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Omslag" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Fel nätverk" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Du har redan ett aktivt eller väntande förslag" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Du skapar en pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Du är inte ägare till denna LP-position. Du kommer inte att kunna ta ut likviditeten från denna position om du inte äger följande adress: {ownerAddress}" - -#: 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 "Du är den första likviditetsleverantören för denna Uniswap V3-pool. Din likviditet kommer att migrera till nuvarande {0} pris." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Du är den första likviditetsleverantören." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Du kan antingen själv rösta på varje förslag eller delegera dina röstningar till en tredje part." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Du har inte tillräckligt med röster för att lämna in ett förslag" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Du har inte likviditet i denna pool ännu." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Du kan ha tappat nätverksanslutningen." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Du måste ansluta ett konto." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Du måste ha {formattedProposalThreshold} röster för att lämna ett förslag" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Du betalar" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Du får" - -#: 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 "Du bör endast sätta in likviditet i Uniswap V3 till ett pris som du anser är korrekt. <0/>Om priset verkar felaktigt, kan du antingen göra ett byte för att ändra priset eller vänta på att någon annan gör det." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Du kommer också att samla in avgifter som tjänats in från den här positionen." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Du kommer att få" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Din V2-likviditet" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Dina aktiva V3-likviditetspositioner kommer att visas här." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Ditt saldo på {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Ditt anslutna nätverk stöds inte." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Dina onchain-transaktioner och kryptoköp kommer att visas här." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Din poolandel:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Din position" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Din position har 0 likviditet och tjänar inga avgifter." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Din position kommer att visas här." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Din position kommer att vara sammansatt till 100 procent av {0} till detta pris" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Din position kommer att vara till 100 procent {0} till detta pris." - -#: 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 "Din position kommer inte att tjäna avgifter eller användas i affärer tills marknadspriset kommer in i ditt intervall." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Dina positioner" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Ditt byte förväntas misslyckas." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Ditt byte har ändrats via din plånbok. Om detta var ett misstag, vänligen avbryt omedelbart eller riskera att förlora dina pengar." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Dina totala pooltoken:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Din transaktionskostnad kommer att bli mycket högre eftersom den inkluderar gasen för att skapa poolen." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Din transaktion kan vara frontrun och resultera i en ogynnsam handel." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Din transaktion återställs om den väntar längre än denna tidsperiod." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Din transaktion kommer att återgå om priset ändras ogynnsamt med mer än denna procentsats." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Plånbokens nuvarande nätverk stöds inte." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Ditt {0} saldo" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "och" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "och samtycke till dess" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "tillgänglig ännu" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "under golvpriset." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "under samlingens golvpris. Är du säker på att du vill fortsätta?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "blockerade aktiviteter" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "avgift" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "för" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "för {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "från" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "här." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "minuter" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "månader" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "pris" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "något gick fel!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "till" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Lös problemet} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Denna token handlas inte på ledande amerikanska centraliserade börser eller byts ofta på Uniswap.} other {Dessa tokens handlas inte på ledande amerikanska centraliserade börser eller bytas ofta på Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Denna token handlas inte på ledande amerikanska centraliserade börser.} other {Dessa tokens handlas inte på ledande amerikanska centraliserade börser.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Du kan inte byta denna token med Uniswap-appen.} other {Du kan inte byta dessa tokens med Uniswap-appen.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listning} other {listor}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} insatta" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} injänade avgifter:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT:er listas betydligt" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} väntande" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Försök att öka din glidtolerans.\n" -"Obs: avgift-vid-överföring och rebase-tokens är inkompatibla med Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} röster" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} per {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} pris:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% avgiftsnivå" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% pool" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% välj" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% glidning" - -#: 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/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {dag} other {dagar}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {timme} other {timmar}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {månad} other {månader}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {vecka} other {Veckor}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} och {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {dag} other {dagar}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {timme} other {timmar}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {minut} other {minuter}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {månad} other {månader}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {andra} other {sekunder}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {vecka} other {Veckor}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} kan vara nere just nu, eller så kan du ha tappat nätverksanslutningen." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} token bridge" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} per {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {samling} other {samlingar}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Tillbaka till Pooler" - diff --git a/src/locales/sw-TZ.po b/src/locales/sw-TZ.po deleted file mode 100644 index da2f5a477c..0000000000 --- a/src/locales/sw-TZ.po +++ /dev/null @@ -1,3367 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: sw_TZ\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Swahili, Tanzania\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: sw-TZ\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$ -" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Fungua kwa uchunguzi zaidi)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(rekebisha)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Ondoa mpokeaji" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Mapendekezo Yote" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Kura" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Uchanganuzi wa akaunti na makato iliyokusanywa<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Bei ya Sasa:<1><2/><3>{0} kwa {1}" - -#: 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>Kidokezo: Kuondoa tokeni za share hubadilisha msimamo wako kuwa ishara za msingi kwa kiwango cha sasa, sawia na sehemu yako ya share. Makato yaliyokusanywa imejumuishwa katika kiasi unachopokea." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Kidokezo: Chagua kitendo na ueleze pendekezo lako kwa jamii. Pendekezo haliwezi kubadilishwa baada ya kuwasilisha, kwa hivyo tafadhali thibitisha habari zote kabla ya kuwasilisha. Kipindi cha kupiga kura kitaanza mara moja na kitadumu kwa siku 7. Kupendekeza kitendo maalum cha kwako, <1>soma maelezo." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Kidokezo: Tumia zana hii kupata shares ya v2 ambayo hayaonekani kiotomatiki kwenye muonekano wa nje." - -#: 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>Kidokezo: Unapoongeza mtaji, utapokea ishara za share zinazowakilisha msimamo wako. Hizi ishara moja kwa moja hupata ada kulingana na sehemu yako ya share, na inaweza kubadilika kwa matumisi kwa wakati wowote." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Kufungua upigaji kura kujiandaa kwa pendekezo linalofuata." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Kiwangu cha chini cha 0.25% ya jumla ya usambazaji wa UNI inahitajika kuwasilisha mapendekezo" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Kuhusu" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Kubali" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Inatumika" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Ongeza" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Ongeza <0/> na <1/> kwenye Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Ongeza Mjumbe +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Ongeza Mtaji" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Ongeza Mtaji wa V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Ongeza Mtaji." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Ongeza Mtaji zaidi" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Kuongeza {0}/{1} V3 mtaji" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Imeongezwa {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Anwani haina dai linalopatikana" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Kupinga" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Ruhusu uhamiaji wa ishara za LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Ruhusu" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Kiasi" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Hitilafu ilitokea wakati wa kujaribu kutekeleza ubadilishaji huu. Unaweza kuhitaji kuongeza uvumilivu wako wa kuteleza. Ikiwa hiyo haifanyi kazi, kunaweza kuwa na kutokubaliana na ishara unayofanya biashara. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Idhini inasubiri" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Sibitisha" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Sibitisha Tokeni" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Idhinisha kwenye mkoba wako" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Sibitisha {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Imesibitishwa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Kusibitisha" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Kusibitisha {0}" - -#: 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 "Angalau {0} {1} na {2} {3} zitarejeshwa kwa mkoba wako kwa sababu ya bei iliyochaguliwa." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Otomatiki" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Bora kwa pair maalum." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Bora kwa pair nyingi." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Bora kwa pair thabiti." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "" - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "Kwa kuongeza ukwasi utapata 0.3% ya biashara zote kwenye jozi hii sawia na sehemu yako ya dimbwi. Ada zinaongezwa kwenye dimbwi, zinapatikana kwa wakati halisi na zinaweza kudaiwa kwa kuondoa ukwasi wako." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Imeghairishwa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Angalia hali ya mtandao" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Angalia mwongozo wetu wa v3 LP na mwongozo wa uhamiaji." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Chukua" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Chukua UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Chukua UNI tokeni" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Chukua makato" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Chukua UNI tokeni yako" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Ushachukua" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Inachukuliwa" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Futa Yote" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Futa yote" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Funga" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Imefungwa" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Kusanya" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Kusanya makato" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Kukusanya {0}/{1} makato" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Imekusanywa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Kusanya" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Kukusanya makato" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Kukusanya ada kutaondoa ada zinazopatikana sasa kwako." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Kubali" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Thibitisha Ugavi" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Thibitisha shughuli hii kwenye mkoba wako" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Thibitisha shughuli kwenye mkoba" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Unganisha Mkoba" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Unganisha mkoba" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Unganisha kwenye mkoba kupata mabwawa" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Unganisha kwenye mkoba ili uone ukwasi wako wa V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Unganisha kwenye mkoba ili uone ukwasi wako." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Unganisha mkoba" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Endelea" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Unda Dimbwi na Ugavi" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Unda Pendekezo" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Unda jozi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Kujenga bwawa na kuongeza {0}/{1} V3 ukwasi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Unda bwawa." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Kujenga {0}/{1} V3 pool" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "" - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Bei ya sasa" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Bei ya sasa ya {0}" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Imeshindwa" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Shiriki Kura" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Imekabidhiwa kwa:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Kukabidhi kura" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Kiasi cha Amana" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Amana ukwasi" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Maelezo" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Kina kina" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Maelezo" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Ondoa" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Je! Huoni moja ya nafasi zako za v2? <0> Ingiza." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Ishara zilizopatikana za UNI zinawakilisha hisa za kupiga kura katika utawala wa Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Hariri" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Ingiza asilimia" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Ingiza mpokeaji" - -#: 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 "Ingiza anwani ili kuchochea dai la UNI. Ikiwa anwani ina UNI yoyote inayodaiwa itatumwa kwao kwa kuwasilisha." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Ingiza kiasi" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Kosa" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Hitilafu wakati wa kuunganisha" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Kiwango cha ubadilishaji" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Wanyongwa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Pato linalotarajiwa" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Imeisha muda" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Kiwango cha ada" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Kiwango cha ada" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "" - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Kwa maana" - -#: 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 "Kwa kila dimbwi lililoonyeshwa hapa chini, bonyeza hamisha ili kuondoa ukwasi wako kutoka kwa Uniswap V2 na uweke kwenye Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Kutoka" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Kutoka (zaidi)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Kamili Kamili" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Pata usaidizi" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Ficha" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Naelewa" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Bwawa la kuagiza" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Ingiza Bwawa la V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Katika anuwai" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Ongeza Liquidity" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Bei za awali na sehemu ya dimbwi" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Ingizo inakadiriwa. Utauza zaidi <0>{0} {1} au shughuli itarejea." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Ukwasi wa kutosha" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Ukosefu wa kutosha wa biashara hii." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Usawa wa kutosha {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Jozi batili" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Jozi batili." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Ingizo batili la bei" - -#: 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 "Masafa batili yamechaguliwa. Bei ya min lazima iwe chini kuliko bei ya juu." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Mpokeaji si sahihi" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Lugha" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Jifunze" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Jifunze juu ya kutoa ukwasi" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Jifunze zaidi" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Kioevu" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Data ya kioevu haipatikani." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Tuzo ya mtoaji wa kioevu" - -#: 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 "Watoaji wa kioevu hupata ada ya 0.3% kwa biashara zote sawia na sehemu yao ya dimbwi. Ada zinaongezwa kwenye dimbwi, zinapatikana kwa wakati halisi na zinaweza kudaiwa kwa kuondoa ukwasi wako." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "Inapakia" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Simamia" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Dhibiti Liquidity katika Dimbwi la Tuzo" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Simamia dimbwi hili." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Upeo" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Bei ya Juu" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Bei ya juu" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Utelezi mkubwa zaidi" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Upeo:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Upeo umetumwa" - -#: 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 "Hamia" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Hamisha Liquidity hadi V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Hamisha Kioevu cha V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Hamisha ishara zako za ukwasi kutoka kwa Uniswap V2 hadi Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Kuhamia" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Bei ndogo" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Bei ndogo" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Dak:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Kiwango cha chini kimepokelewa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Zaidi" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Onyo la Mtandao" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Ada ya mtandao" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Nafasi mpya" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Hakuna V2 Liquidity iliyopatikana." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Hakuna maelezo." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Hakuna ukwasi uliopatikana." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Hakuna dimbwi lililopatikana." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Hakuna mapendekezo yaliyopatikana." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Hakuna matokeo yaliyopatikana." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Haijaundwa" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Mara tu unapofurahi na usambazaji wa kiwango cha bonyeza kukagua." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -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 "Kura tu za UNI ambazo zilikabidhiwa kibinafsi au kupelekwa kwa anwani nyingine kabla ya kizuizi {0} zinastahili kupiga kura." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Uelekezaji wa agizo" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Kati ya masafa" - -#: 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 "Pato inakadiriwa. Ikiwa bei itabadilika kwa zaidi ya {0}% shughuli yako itarejea." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Pato inakadiriwa. Utapokea angalau <0>{0} {1} au shughuli itarejea." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Mmiliki" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Inasubiri" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Tafadhali unganisha kwenye Tabaka 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Dimbwi" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Dimbwi Lilipatikana!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Ishara za dimbwi kwenye dimbwi la tuzo:" - -#: 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 "Iliyounganishwa {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Hakiki" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Bei" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Tofauti ya Bei:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Athari ya Bei" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Athari za Bei Juu sana" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Athari ya bei" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Kiwango cha bei" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Bei imesasishwa" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Bei:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Bei na sehemu ya dimbwi" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Pendekezo" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Pendekezo limewasilishwa" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Kichwa cha Pendekezo" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Mapendekezo" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Mapendekezo yaliyowasilishwa na wanajamii yataonekana hapa." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Hatua Iliyopendekezwa" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Mtangazaji" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "Imewekwa foleni" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Viwango" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Soma zaidi kuhusu Uniswap utawala" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Soma zaidi juu ya kutoa ukwasi" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Soma zaidi kuhusu mali zisizoungwa mkono" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Mpokeaji" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Ondoa" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Ondoa Kiasi" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Ondoa Mjumbe" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Ondoa Liquidity" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Kuondoa {0} {1} na {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Kurudi" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Tafuta jina au ubandike anwani" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Chagua Jozi" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Chagua ishara" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Chagua ishara ili kupata v2 yako ukwasi." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Chagua kitendo" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Chagua tokeni" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Masafa yaliyochaguliwa" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Binafsi" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Ujumbe wa Kujitegemea" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Weka Kiwango cha Bei" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Weka Bei ya Kuanzia" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Sehemu ya Dimbwi" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Shiriki la Dimbwi:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Onyesha nafasi zilizofungwa" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Onyesha zaidi" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Rahisi" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "" - -#: 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 "Mali zingine hazipatikani kupitia kiolesura hiki kwa sababu zinaweza kufanya kazi vizuri na mikataba mizuri au hatuwezi kuruhusu biashara kwa sababu za kisheria." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Hitilafu imetokea" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Kuwasilisha Pendekezo" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Kuwasilisha Kura" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Imefanikiwa" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Mafanikio" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Ugavi" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Kusambaza {0} {1} na {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Badilishana" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Badili Vyovyote vile" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Kubadilisha {0} {1} kwa {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Asante kwa kuwa sehemu ya jamii ya Uniswap <0 />" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% Utakayopata katika ada." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Kiasi kisichobadilika x * y = k hakiridhika na ubadilishaji. Hii kawaida inamaanisha moja ya ishara unazobadilisha zinajumuisha tabia ya kawaida kwenye uhamishaji." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Ishara ya kuingiza haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara ya kuingiza." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Bei ya soko iko nje ya kiwango chako cha bei maalum. Amana ya mali moja tu." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "" - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Ishara ya pato haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara ya pato." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ishara ya pato haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara ya pato. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3." - -#: 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 "Bei ya dimbwi hili iko nje ya masafa yako uliyochagua. Msimamo wako kwa sasa hautoi ada." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Bei ya dimbwi hili iko katika anuwai uliyochagua. Msimamo wako kwa sasa unapata ada." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Uwiano wa ishara unazoongeza zitaweka bei ya dimbwi hili." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Hakuna data ya ukwasi." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Bwawa hili lazima lianzishwe kabla ya kuongeza ukwasi. Ili kuanzisha, chagua bei ya kuanzia ya bwawa. Kisha, ingiza anuwai ya bei ya ukwasi na kiwango cha amana. Ada ya gesi itakuwa kubwa kuliko kawaida kwa sababu ya shughuli za uanzishaji." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "" - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "" - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -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 "Chombo hiki kitahamisha {0} kwa V3. Mchakato huo hauna shukrani kabisa kwa" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Muamala huu haukuweza kutumwa kwa sababu tarehe ya mwisho imepita. Tafadhali hakikisha kwamba tarehe ya mwisho ya muamala wako si ya chini sana." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Uuzaji huu hautafaulu kwa sababu ya harakati za bei. Jaribu kuongeza uvumilivu wako wa kuteleza. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Ununuzi huu hautafanikiwa ama kwa sababu ya kusonga kwa bei au ada kwenye uhamishaji. Jaribu kuongeza uvumilivu wako wa kuteleza." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Kwa" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Kwa (angalau)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Ishara" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Mabwawa ya juu" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Mipangilio ya shughuli" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Uwasilishaji Uwasilishaji" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Ununuzi umekamilika katika" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Mwisho wa shughuli" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Muamala umekataliwa" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Muamala umewasilishwa" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Hati ya Kuhamisha" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Jaribu tena" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI imefika" - -#: src/pages/Vote/Landing.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 "Ishara za UNI zinawakilisha hisa za kupiga kura katika utawala wa Uniswap. Unaweza kupiga kura kwa kila pendekezo mwenyewe au kupeana kura zako kwa mtu wa tatu." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} kuchomwa" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Makato ambayo ayajachukuliwa" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Haijakadiriwa" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Utawala usiobadilika" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "" - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Kubadilisha kunapatikana katika: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Utawala usiobadilishwa unapatikana tu kwenye Tabaka la 1. Badilisha mtandao wako uwe Ethereum Mainnet ili uone Mapendekezo na Kura." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Mkataba wa uhamiaji usiobadilika↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Fungua Kura" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Fungua Upigaji Kura" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Kufungua Kura" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Sifa isiyotumika" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Mali zisizoungwa mkono" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Haina Jina" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Sasisha Ujumbe" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 ukwasi" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Bei ya V3 {0}" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Angalia ada na uchanganuzi ulioongezeka <0> ↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Angalia kwenye Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Angalia kwenye Kichunguzi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Angalia shughuli kwenye Kivinjari" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Kura Dhidi ya" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Pigia Kura" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Piga kura dhidi ya pendekezo {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Piga kura ya pendekezo {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Kura ya kuacha pendekezo {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Upigaji kura uliisha {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Upigaji kura unaisha takriban {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Anwani ya Mkoba au jina la ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Onyo" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Karibu kwenye timu ya Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Ondoa ukwasi uliowekwa" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Funga" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Tayari una pendekezo linalotumika au linalosubiri" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Unaunda dimbwi" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -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 "Wewe ndiye mtoaji wa kwanza wa ukwasi wa dimbwi hili la V3 lisilobadilishwa. Ukwasi wako kuhamia kwa bei {0}" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Wewe ndiye mtoaji wa kwanza wa ukwasi." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Unaweza kupiga kura juu ya kila pendekezo mwenyewe au upe kura zako kwa mtu wa tatu." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Huna kura za kutosha kuwasilisha pendekezo" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Bado huna ukwasi katika dimbwi hili." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Labda umepoteza muunganisho wako wa mtandao." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Lazima uunganishe akaunti." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Lazima uwe na {formattedProposalThreshold} ili kuwasilisha pendekezo" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Unalipa" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Unapokea" - -#: 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 "Unapaswa kuweka tu ukwasi kwenye Uniswap V3 kwa bei unayoamini ni sahihi. <0 /> Ikiwa bei inaonekana si sahihi, unaweza kubadilisha kwa kuhamisha bei au subiri mtu mwingine afanye hivyo." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Pia utakusanya ada inayopatikana kutoka kwa nafasi hii." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Utapokea" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Ukiritimba wako wa V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "" - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Sehemu yako ya dimbwi:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Msimamo wako" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Nafasi yako ina ukwasi 0, na hailipi ada." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Msimamo wako utaonekana hapa." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Nafasi yako itakuwa 100% iliyo na {0} kwa bei hii" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Nafasi yako itakuwa 100% {0} kwa bei hii." - -#: 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 "Msimamo wako hautapata ada au kutumiwa katika biashara hadi bei ya soko iingie katika anuwai yako." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Nafasi zako" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Ubadilishanaji wako ulirekebishwa kupitia pochi yako. Ikiwa hili lilikuwa kosa, tafadhali ghairi mara moja au ujihatarishe kupoteza pesa zako." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Ishara zako za jumla za dimbwi:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Gharama yako ya ununuzi itakuwa kubwa zaidi kwani inajumuisha gesi kuunda dimbwi." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Shughuli yako itarejeshwa ikiwa inasubiri kwa zaidi ya kipindi hiki cha wakati." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Muamala wako utarejeshwa ikiwa bei itabadilika vibaya na zaidi ya asilimia hii." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "" - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "kwa {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "hapa." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "dakika" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Iliyowekwa" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} zimepatikana:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Inasubiri" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "" - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Kura" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} kwa {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Bei {0} {1}" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Kiwango cha ada ya {0}" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "Chagua {0}" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "{0}/{1} LP Shuhuda" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} kwa {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "" - diff --git a/src/locales/th-TH.po b/src/locales/th-TH.po deleted file mode 100644 index 6f54ed915c..0000000000 --- a/src/locales/th-TH.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: th\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Thai\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: th\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% สูงสุด" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(ดูบน Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(แก้ไข)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ ตำแหน่งใหม่" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- ลบผู้รับ" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "ปริมาณ 24H" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "ปริมาณ 24H คือจำนวนของสินทรัพย์ที่มีการซื้อขายบน Uniswap v3 ในช่วง 24 ชั่วโมงที่ผ่านมา" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "สูง 52W" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "ต่ำ 52W" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> ข้อเสนอทั้งหมด" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> โหวต" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>การวิเคราะห์บัญชีและค่าธรรมเนียมค้างจ่าย<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>ราคาปัจจุบัน:<1><2/><3>{0} ต่อ {1}" - -#: 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>เคล็ดลับ: การลบโทเค็นของพูลจะแปลงสถานะของคุณกลับเป็นโทเค็นพื้นฐานที่อัตราปัจจุบัน ตามสัดส่วนของส่วนแบ่งของพูล ค่าธรรมเนียมค้างจ่ายรวมอยู่ในจำนวนเงินที่คุณได้รับ" - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>เคล็ดลับ: เลือกการดำเนินการและอธิบายข้อเสนอของคุณสำหรับชุมชน ข้อเสนอไม่สามารถแก้ไขได้หลังจากส่ง ดังนั้นโปรดตรวจสอบข้อมูลทั้งหมดก่อนส่ง ระยะเวลาการลงคะแนนจะเริ่มทันทีและกินเวลา 7 วัน หากต้องการเสนอการดำเนินการแบบกำหนดเอง <1>อ่านเอกสาร" - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>เคล็ดลับ: ใช้เครื่องมือนี้เพื่อค้นหาพูล v2 ที่ไม่ปรากฏในอินเทอร์เฟซโดยอัตโนมัติ" - -#: 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>เคล็ดลับ: เมื่อคุณเพิ่มสภาพคล่อง คุณจะได้รับโทเค็นพูลที่แสดงถึงสถานะของคุณ โทเค็นเหล่านี้จะได้รับค่าธรรมเนียมโดยอัตโนมัติตามสัดส่วนของส่วนแบ่งของพูล และสามารถแลกได้ตลอดเวลา" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>ปลดล็อกโหวต เตรียมเสนอต่อไป" - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> ต่อ <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "ต้องมีเกณฑ์ขั้นต่ำ 0.25% ของอุปทาน UNI ทั้งหมดในการส่งข้อเสนอ" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "การแลกเปลี่ยนขนาดนี้อาจมีผลกระทบด้านราคาสูง เนื่องจากสภาพคล่องในปัจจุบันอยู่ในกลุ่ม ปริมาณของโทเค็นอินพุตของคุณกับสิ่งที่คุณจะได้รับในโทเค็นเอาต์พุตอาจแตกต่างกันมาก" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "เกี่ยวกับ" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "ยอมรับ" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "คล่องแคล่ว" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "กิจกรรม" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "เพิ่ม" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "เพิ่ม <0/> และ <1/> ใน Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "เพิ่มผู้รับมอบสิทธิ์ +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "เพิ่มสภาพคล่อง" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "เพิ่มสภาพคล่อง V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "เพิ่มสภาพคล่อง V2 ล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "เพิ่มสภาพคล่องล้มเหลว" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "เพิ่มสภาพคล่อง" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "เพิ่มสภาพคล่องมากขึ้น" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "เพิ่มในกระเป๋า" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "เพิ่มในกระเป๋า" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "เพิ่ม {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "เพิ่มสภาพคล่อง {0}/{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "เพิ่มสภาพคล่อง" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "เพิ่มสภาพคล่อง V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "เสริมสภาพคล่อง" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "เพิ่ม {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "เพิ่มสภาพคล่อง V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "เสริมสภาพคล่อง" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "อนุญาตการย้ายโทเค็น LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "อนุญาต" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "ลงไว้แล้วที่" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "ทำการวิจัยของคุณเองก่อนทำการซื้อขายเสมอ" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "จำนวน" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "จำเป็นต้องมีการอนุมัติเพื่อใช้โทเค็นนี้" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "เกิดข้อผิดพลาดในการโหลดโทเค็น กรุณาลองอีกครั้ง." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "เกิดข้อผิดพลาดขณะพยายามดำเนินการสลับนี้ คุณอาจต้องเพิ่มความทนทานต่อการเลื่อนหลุด หากไม่ได้ผล อาจมีความไม่เข้ากันกับโทเค็นที่คุณกำลังซื้อขาย หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "การอนุมัติล้มเหลว" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "รอการอนุมัติ" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "อนุมัติ" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "อนุมัติโทเค็น" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "อนุมัติในกระเป๋าเงิน" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "อนุมัติในกระเป๋าเงินของคุณ" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "อนุมัติการใช้ {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "อนุมัติ {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "ที่ได้รับการอนุมัติ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "กำลังอนุมัติ" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "อนุมัติ {0}" - -#: 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 "อย่างน้อย {0} {1} และ {2} {3} จะถูกส่งคืนไปยังกระเป๋าเงินของคุณตามช่วงราคาที่เลือก" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "รถยนต์" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API เราเตอร์อัตโนมัติ" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "กลับไปที่สระว่ายน้ำ" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "กลับไปที่การเลือกกระเป๋าเงิน" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "ถุง" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "ยอดคงเหลือ: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "ดีที่สุดสำหรับคู่ที่แปลกใหม่" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "ดีที่สุดสำหรับคู่มากที่สุด" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "ดีที่สุดสำหรับคู่ที่มั่นคง" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "ดีที่สุดสำหรับคู่ที่มั่นคงมาก" - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "เส้นทางราคาที่ดีที่สุดต้นทุน ~{gasPrice} ในก๊าซ" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "ที่อยู่ที่ถูกบล็อก" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "ถูกบล็อกบน OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "การยืมล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "ยืม" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "การยืม" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "ซื้อแล้ว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "การเผาไหม้ล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "เผาไหม้" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "การเผาไหม้" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "ซื้อ" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "ซื้อคริปโต" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "การซื้อล้มเหลว" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "ซื้อหรือโอน NFT ไปยังกระเป๋าเงินนี้เพื่อเริ่มต้น" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "ซื้อหรือโอนโทเค็นไปยังกระเป๋าเงินนี้เพื่อเริ่มต้น" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "ซื้อ ขาย และสำรวจโทเค็น" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "ซื้อ ขาย และสำรวจโทเค็นและ NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "การซื้อ" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "ด้วยการเพิ่มสภาพคล่อง คุณจะได้รับ 0.3% ของการซื้อขายทั้งหมดในคู่นี้ตามสัดส่วนส่วนแบ่งของพูลของคุณ ค่าธรรมเนียมจะถูกเพิ่มเข้าในพูล เกิดขึ้นตามเวลาจริงและสามารถอ้างสิทธิ์ได้โดยการถอนสภาพคล่องของคุณ" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "การเชื่อมต่อกระเป๋าเงินแสดงว่าคุณยอมรับ Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "ยกเลิกไม่สำเร็จ" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "ยกเลิก" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "ยกเลิก" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "กำลังยกเลิก" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "คำเตือน" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "ตรวจสอบสถานะเครือข่าย" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "ตรวจสอบ v3 LP คำแนะนำแบบทีละขั้นตอนและคำแนะนำในการย้ายข้อมูล" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "เรียกร้อง" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "เคลม <0/> ต่อ {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "อ้างสิทธิ์ UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "รับโทเค็น UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "รับรางวัล UNI เป็น {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "รับ Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "การอ้างสิทธิ์ล้มเหลว" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "เรียกร้องค่าธรรมเนียม" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "รับโทเค็น UNI ของคุณ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "อ้างสิทธิ์" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "การอ้างสิทธิ์" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "ลบทั้งหมด" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "ลบทั้งหมด" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "ปิด I" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "ปิด" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "ปิดตำแหน่ง" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "เก็บรวบรวม" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "เก็บเป็น {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "เก็บค่าธรรมเนียม" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "การเก็บค่าธรรมเนียมล้มเหลว" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "เก็บค่าธรรมเนียม {0}/{1}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "รวบรวม" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "ค่าธรรมเนียมที่เรียกเก็บ" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "การสะสม" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "เร็วๆ นี้: ค้นหาและสำรวจโทเค็นบน BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "ทั่วไป" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "ยืนยันธุรกรรมนี้ในกระเป๋าเงินของคุณ" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "ยืนยันการทำธุรกรรมในกระเป๋าเงิน" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "เชื่อมต่อ" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "เชื่อมต่อ Wallet" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "เชื่อมต่อกับกระเป๋าเงินเพื่อดูสภาพคล่อง V2 ของคุณ" - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "เชื่อมต่อกับกระเป๋าเงินเพื่อดูสภาพคล่องของคุณ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "เชื่อมต่อกระเป๋าสตางค์" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "เนื้อหาไม่" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "ดำเนินการต่อ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "การโต้ตอบสัญญา" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "ที่อยู่ตามสัญญา" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "คัดลอก!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "คัดลอกลิงค์" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "สร้างพูลและซัพพลาย" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "สร้างข้อเสนอ" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "สร้างคู่" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "สร้างพูลและเพิ่มสภาพคล่อง {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "สร้างพูลไม่สำเร็จ" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "สร้างพูล" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "สร้างพูล {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "สระว่ายน้ำที่สร้างขึ้น" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "กำลังสร้างพูล" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "การซื้อ Crypto ไม่สามารถใช้ได้ในภูมิภาคของคุณ" - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "ราคาปัจจุบัน" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "ปัจจุบัน {0} ราคา:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "กำหนดเอง" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "ผู้รับจดทะเบียน DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "พ่ายแพ้" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "ตัวแทนลงคะแนนเสียง" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "ผู้รับมอบสิทธิ์ล้มเหลว" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "มอบอำนาจการลงคะแนนเป็น {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "ได้รับมอบหมาย" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "มอบหมายให้:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "มอบอำนาจ" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "การลงคะแนนเสียง" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "ปรับใช้ล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "ปรับใช้" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "กำลังปรับใช้" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "จำนวนเงินฝาก" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "การฝากเงินล้มเหลว" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "สภาพคล่องของเงินฝาก" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "ฝากโทเค็นไปยังเครือข่าย {label}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "ฝาก" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "ฝาก" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "คำอธิบาย" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "รายละเอียด" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "รายละเอียด" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "อนุญาตให้ออกไป" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "เอกสาร" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "ไม่มี Uniswap Wallet?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "ไม่เห็นตำแหน่ง v2 ของคุณใช่ไหม <0>นำเข้า" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "ดาวน์โหลด" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "ดาวน์โหลด Uniswap Wallet" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "ดาวน์โหลดแอพ" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "ดาวน์โหลดใน App Store เพื่อจัดเก็บโทเค็นและ NFT ของคุณอย่างปลอดภัย สลับโทเค็น และเชื่อมต่อกับแอปเข้ารหัสลับ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ผู้ควบคุมนายทะเบียน ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "โทเค็น UNI ที่ได้รับเป็นตัวแทนของหุ้นที่มีสิทธิออกเสียงในการกำกับดูแล Uniswap" - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "แก้ไข" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "แก้ไขรายชื่อ" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "ป้อนเปอร์เซ็นต์" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "ป้อนผู้รับ" - -#: 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 "ป้อนที่อยู่เพื่อเรียกการอ้างสิทธิ์ UNI หากที่อยู่มี UNI ใด ๆ ที่สามารถอ้างสิทธิ์ได้ ที่อยู่นั้นจะถูกส่งไปให้เมื่อส่ง" - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "ใส่จำนวนเงิน" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "ใส่ {0} จำนวนเงิน" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "ข้อผิดพลาด" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "รหัสข้อผิดพลาด: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "เกิดข้อผิดพลาดในการเชื่อมต่อ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "บริการชื่อ Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "เหตุการณ์" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "อัตราแลกเปลี่ยน" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "ดำเนินการ" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "ดำเนินการข้อเสนอ {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "การดำเนินการล้มเหลว" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "ดำเนินการตามข้อเสนอ {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "ดำเนินการ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "กำลังดำเนินการ" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "การดำเนินการตามข้อเสนอนี้จะเป็นการเปิดใช้งาน calldata on-chain" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "ส่งการดำเนินการแล้ว" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "ผลลัพธ์ที่คาดหวัง" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "หมดอายุ" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "หมดอายุใน" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "สำรวจ NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "สำรวจ Uniswap Analytics" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "สำรวจโทเค็น" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "หายากมาก" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "ล้มเหลว" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "สลับเครือข่ายไม่สำเร็จ" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "แฟล็กคุณสมบัติ" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "ระดับค่าธรรมเนียม" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "ระดับค่าธรรมเนียม" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "ข้อเสนอแนะ" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "ค่าธรรมเนียม" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "กำลังดึงข้อมูลเส้นทาง" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "กำลังเรียกราคาที่ดีที่สุด..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "กำลังเรียกราคา..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "โทเค็นตัวกรอง" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "ค้นหาเส้นทางที่ดีที่สุดบน Uniswap Protocol ผ่านเบราว์เซอร์ของคุณ อาจส่งผลให้มีเวลาแฝงและราคาสูง" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "ค้นหาเส้นทางที่ดีที่สุดบน Uniswap Protocol โดยใช้ Uniswap Labs Routing API" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "พื้น" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "ราคาพื้น" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "สำหรับแต่ละพูลที่แสดงด้านล่าง คลิกโยกย้ายเพื่อลบสภาพคล่องของคุณออกจาก Uniswap V2 และฝากลงใน Uniswap V3" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "จาก" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "จาก (มากที่สุด)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "เต็มช่วง" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "เริ่ม" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "ได้รับการสนับสนุน" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "ศูนย์ช่วยเหลือ" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "ที่ซ่อนอยู่" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "ซ่อน" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "ซ่อนสถานะปิด" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "ซ่อนทรัพยากร" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "ซ่อนยอดคงเหลือเล็กน้อย" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "ฉันเข้าใจ" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "หากคุณเชื่อว่านี่เป็นข้อผิดพลาด โปรดส่งอีเมลพร้อมที่อยู่ของคุณไปที่" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "พูลนำเข้า" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "นำเข้าพูล V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "ในช่วง" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "อยู่ในช่วง" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "เพิ่มสภาพคล่อง" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "ราคาเริ่มต้นและส่วนแบ่งสระว่ายน้ำ" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "อินพุตเป็นค่าประมาณ คุณจะขายสูงสุด <0>{0} {1} มิฉะนั้นธุรกรรมจะเปลี่ยนกลับ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "เงินทุนไม่เพียงพอ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "สภาพคล่องไม่เพียงพอ" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "สภาพคล่องไม่เพียงพอสำหรับการซื้อขายนี้" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "สภาพคล่องของพูลไม่เพียงพอในการทำธุรกรรมให้เสร็จสมบูรณ์" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "ไม่เพียงพอ {0} ยอดคงเหลือ" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "คู่ไม่ถูกต้อง" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "คู่ไม่ถูกต้อง" - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "ผู้รับไม่ถูกต้อง" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "ภาษา" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "ล่าสุด" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "ราคาสุดท้าย" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "ปรับปรุงล่าสุด" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "เรียนรู้" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "เรียนรู้เกี่ยวกับการจัดหาสภาพคล่อง" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "เรียนรู้เพิ่มเติม" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "กฎหมายและความเป็นส่วนตัว" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "ลิงค์" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "สภาพคล่อง" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "ผู้ให้บริการด้านสภาพคล่องจะได้รับค่าธรรมเนียม 0.3% สำหรับการซื้อขายทั้งหมดตามสัดส่วนของส่วนแบ่งของพูล ค่าธรรมเนียมจะถูกเพิ่มเข้าในพูล เกิดขึ้นตามเวลาจริงและสามารถอ้างสิทธิ์ได้โดยการถอนสภาพคล่องของคุณ" - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "แสดงรายการ NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "รายการสำหรับขาย" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "การแสดงรายการ NFT ต้องได้รับการอนุมัติจากตลาดกลางเพียงครั้งเดียวสำหรับการรวบรวม NFT แต่ละรายการ" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "กำลังโหลด" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "ค่าเผื่อการโหลด" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "ราคารายการต่ำ" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "สูงสุด" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "ทำข้อเสนอ" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "จัดการ" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "จัดการสภาพคล่องใน Rewards Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "จัดการพูลนี้" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "แม็กซ์" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "ราคาสูงสุด" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "ค่าสิทธิผู้สร้างสูงสุด" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "ค่าธรรมเนียมสูงสุด" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "ราคาสูงสุด" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "การเลื่อนหลุดสูงสุด" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "สูงสุด:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "อินพุตสูงสุด" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "โอนย้ายสภาพคล่องไปยัง V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "โยกย้ายสภาพคล่อง V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "การโอนย้ายสภาพคล่องล้มเหลว" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "โอนย้ายโทเค็นสภาพคล่องของคุณจาก Uniswap V2 ไปยัง Uniswap V3" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "โอนย้ายสภาพคล่อง {0}ไป{1} V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "สภาพคล่องที่โยกย้าย" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "กำลังย้ายข้อมูล" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "โยกย้ายสภาพคล่อง" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "ราคาขั้นต่ำ" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "ราคาขั้นต่ำ" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "นาที:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "เอาต์พุตขั้นต่ำ" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "รับขั้นต่ำ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "มิ้นท์ล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "มิ้นต์" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "โรงกษาปณ์" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "ไม่มีข้อมูลแผนภูมิ" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "ข้อมูลราคาขาดหายไปเนื่องจากปริมาณการซื้อขายต่ำเมื่อเร็วๆ นี้บน Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat บนทางลาด iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay ไม่มีให้บริการในบางภูมิภาค คลิกเพื่อเรียนรู้เพิ่มเติม" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "มากกว่า" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFT ของฉัน" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "เอ็นเอฟที" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT คอลเลกชัน" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "ไม่พบชื่อ" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "ปุ่มนำทาง" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "คำเตือนเครือข่าย" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "ค่าธรรมเนียมเครือข่าย" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "ไม่เคย" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "ตำแหน่งใหม่" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "ยังไม่มี NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "ไม่พบสภาพคล่อง V2" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "ยังไม่มีกิจกรรม" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "ไม่มีข้อมูล" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "ไม่มีคำอธิบาย." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "ไม่มีรายการที่จะแสดง" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "ไม่พบสภาพคล่อง" - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "ไม่พบสระว่ายน้ำ" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "ยังไม่มีสระว่ายน้ำ" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "ไม่พบข้อเสนอ" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "ไม่พบผลลัพธ์." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "ไม่มีข้อมูลโทเค็น" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "ไม่พบโทเค็น" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "ไม่พบโทเค็น" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "ยังไม่มีโทเค็น" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "ไม่สามารถใช้ได้" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "ไม่มีให้บริการในภูมิภาคของคุณ" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "ไม่ได้สร้างขึ้น" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "ไม่ได้อยู่ในรายการ" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "ข้อเสนอ" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "เมื่อคุณพอใจกับอัตราการคลิกเพื่อตรวจทาน" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "NFT หนึ่งรายการอยู่ในรายการ {0}%" - -#: 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 "เฉพาะการโหวตของ UNI ที่มอบสิทธิ์ด้วยตนเองหรือมอบสิทธิ์ไปยังที่อยู่อื่นก่อนบล็อก {0} เท่านั้นที่มีสิทธิ์ลงคะแนน" - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "อ๊ะ พาฉันกลับไปที่ Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "เปิดตำแหน่งใหม่หรือสร้างกลุ่มเพื่อเริ่มต้น" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "เส้นทางการสั่งซื้อ" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "ผลผลิตโดยประมาณ หากราคาเปลี่ยนแปลงมากกว่า {0}% ธุรกรรมของคุณจะเปลี่ยนกลับ" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "ผลผลิตโดยประมาณ คุณจะได้รับอย่างน้อย <0>{0} {1} มิฉะนั้นธุรกรรมจะคืนค่า" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "เจ้าของ" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "ไม่พบหน้านี้!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "จ่าย" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "จ่ายยังไงก็ได้" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "ชำระเงินด้วย" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "รอดำเนินการ" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "ต้องได้รับอนุญาตสำหรับ Uniswap เพื่อแลกเปลี่ยนแต่ละโทเค็น สิ่งนี้จะหมดอายุหลังจากหนึ่งเดือนเพื่อความปลอดภัยของคุณ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "ใบอนุญาต2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "โปรดเชื่อมต่อกับ Layer 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "สระน้ำ" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "พูล {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "สระว่ายน้ำ" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "คอลเลกชัน NFT ยอดนิยม" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "โทเค็นยอดนิยม" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "ไม่มีตำแหน่ง" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "การตั้งค่า" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "ดูตัวอย่าง" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "ราคา" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "ความแตกต่างของราคา:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "ผลกระทบด้านราคา" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "ผลกระทบด้านราคาสูงเกินไป" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "ผลกระทบของราคา" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "คำเตือนผลกระทบต่อราคา" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "ช่วงราคา" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "ราคาอัพเดท" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "ราคา:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "ราคาและส่วนแบ่งสระว่ายน้ำ" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "นโยบายความเป็นส่วนตัว" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "นโยบายความเป็นส่วนตัว." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "ดำเนินการในกระเป๋าสตางค์" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "รายได้หากขายได้" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "ข้อเสนอ" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "ส่งข้อเสนอแล้ว" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "ชื่อเรื่อง" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "ข้อเสนอ" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "ข้อเสนอที่ส่งโดยสมาชิกชุมชนจะปรากฏที่นี่" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "การดำเนินการที่เสนอ" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "ผู้เสนอ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "ตัวแก้ไขสาธารณะ" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "ปริมาณ" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "คิว" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "ข้อเสนอคิว {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "คิวล้มเหลว" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "ข้อเสนอคิว {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "เข้าคิว" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "เข้าคิว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "เข้าคิว" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "หายาก" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "หายาก" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "ราคา" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "อ่านเพิ่มเติมเกี่ยวกับการกำกับดูแล Uniswap" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "รับ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "การรับล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "ได้รับ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "รับ" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "การค้นหาล่าสุด" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "ผู้รับ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "การคืนเงินสำหรับรายการที่ไม่พร้อมใช้งานจะได้รับเป็น ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "ถูกปฏิเสธ" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "โหลดแอปซ้ำ" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "ลบ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "ลบ <0/> และ <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "นำออกจากถุง" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "ลบรายการ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "ลบสภาพคล่องล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "ลบสภาพคล่อง" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "ลบสภาพคล่อง" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "ขจัดสภาพคล่อง" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "การลบ {0} {1} และ {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "การลบ {0} {1} และ{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "จ่ายคืน" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "การชำระคืนล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "การชำระคืน" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "แก้ไขปัญหา {issues} รายการ" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "ลองอีกครั้ง" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "กลับ" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "กลับไปที่ NFT ของฉัน" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "ย้อนกลับนายทะเบียน" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "ตรวจสอบการแลกเปลี่ยน" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "เพิกถอนการอนุมัติ" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "ราคาเดียวกัน" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "สแกนด้วย Uniswap Wallet" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "ค้นหา" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "ค้นหาชื่อหรือวางที่อยู่" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "ค้นหาโทเค็นและคอลเลกชัน NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "เลือกคู่" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "เลือกโทเค็น" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "เลือกโทเค็นเพื่อค้นหาสภาพคล่อง v2 ของคุณ" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "เลือกการดำเนินการ" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "เลือกโทเค็น" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "ช่วงที่เลือก" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "ตัวเอง" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "ผู้แทนตนเอง" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "ขาย" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "ขาย NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "ผู้ขาย" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "การส่งล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "การส่ง" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "ส่งแล้ว" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "กำหนดราคาเพื่อดำเนินการต่อ" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "การตั้งค่า" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "ส่วนแบ่งของพูล" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "ส่วนแบ่งของพูล:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "แบ่งปันบน Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "แบ่งปันไปที่ Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "แสดง" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "แสดงการยกเลิก" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "แสดงสถานะปิด" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "แสดงมากขึ้น" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "แสดงทรัพยากร" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "เข้าสู่ระบบ" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "เรียบง่าย" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Slippage ต่ำกว่า {0}% อาจส่งผลให้การทำธุรกรรมล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "ขายแล้ว" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "บางอย่างผิดพลาด" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "บางอย่างผิดพลาด. กรุณาลองอีกครั้ง." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "ขออภัย เกิดข้อผิดพลาดขณะดำเนินการตามคำขอของคุณ หากคุณขอรับการสนับสนุน อย่าลืมคัดลอกรายละเอียดของข้อผิดพลาดนี้" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "ขออภัย เกิดข้อผิดพลาดขณะดำเนินการตามคำขอของคุณ หากคุณขอรับการสนับสนุน โปรดระบุ ID ข้อผิดพลาดของคุณ" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "เริ่มรายการ" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "สถิติ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "ส่งข้อเสนอใหม่" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "ส่งข้อเสนอล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "ส่งข้อเสนอแล้ว" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "การส่งข้อเสนอ" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "กำลังส่งคะแนนเสียง" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "กำลังส่งข้อเสนอ" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "ที่ประสบความสำเร็จ" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "ความสำเร็จ" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "ลงรายการเรียบร้อยแล้ว" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "จัดหา" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "จัดหา {0} {1} และ {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "แลกเปลี่ยน" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "เปลี่ยน <0/> เป็น <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "เปลี่ยนยังไงก็ได้" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "สลับ <0/> ต่อ <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "การสลับล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "เปลี่ยน" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "การแลกเปลี่ยน" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "เปลี่ยน {0} {1} เป็น {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "กวาด" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "สลับเครือข่าย" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "เปลี่ยนเป็น {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "ไม่พบสัญลักษณ์" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "ทีวีแอล" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "เงื่อนไขการให้บริการ" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "ขอบคุณที่เป็นส่วนหนึ่งของชุมชน Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% ที่คุณจะได้รับเป็นค่าธรรมเนียม" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "ค่าคงที่ Uniswap x*y=k ไม่พอใจโดยการแลกเปลี่ยน ซึ่งมักจะหมายถึงหนึ่งในโทเค็นที่คุณกำลังแลกเปลี่ยนรวมลักษณะการทำงานที่กำหนดเองในการโอน" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "จำนวนเงินที่คุณคาดว่าจะได้รับในราคาตลาดปัจจุบัน คุณอาจได้รับน้อยกว่าหรือมากกว่าหากราคาตลาดเปลี่ยนแปลงในขณะที่ธุรกรรมของคุณอยู่ระหว่างดำเนินการ" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "แอปดึงข้อมูล blockchain จากบริการโฮสต์ของ The Graph" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "แอปดึงข้อมูลบนเครือข่ายและสร้างการเรียกสัญญาด้วย Infura API" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "แอพดึงเส้นทางการค้าที่ดีที่สุดจากเซิร์ฟเวอร์ Uniswap Labs" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "แอปจะบันทึกสถิติการใช้งานที่ไม่ระบุตัวตนเพื่อปรับปรุงเมื่อเวลาผ่านไป" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "แอปรวบรวมที่อยู่กระเป๋าเงินของคุณอย่างปลอดภัยและแชร์กับ TRM Labs Inc. เพื่อเหตุผลด้านความเสี่ยงและการปฏิบัติตามข้อกำหนด" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "ความพยายามในการเชื่อมต่อล้มเหลว โปรดคลิกลองอีกครั้งและทำตามขั้นตอนเพื่อเชื่อมต่อกับกระเป๋าเงินของคุณ" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "ความแตกต่างโดยประมาณระหว่างค่า USD ของจำนวนอินพุตและเอาต์พุต" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "ค่าธรรมเนียมที่จ่ายให้กับนักขุดที่ดำเนินการธุรกรรมของคุณ สิ่งนี้จะต้องชำระเป็น ${0}" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "ค่าธรรมเนียมที่จ่ายให้กับนักขุดที่ดำเนินการธุรกรรมของคุณ สิ่งนี้จะต้องชำระเป็น {0}" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "ผลกระทบที่การเทรดของคุณมีต่อราคาตลาดของพูลนี้" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "ไม่สามารถโอนโทเค็นอินพุตได้ อาจมีปัญหากับโทเค็นอินพุต" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "ราคาตลาดอยู่นอกช่วงราคาที่คุณกำหนด เงินฝากสินทรัพย์เดียวเท่านั้น" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "จำนวนเงินสูงสุดที่คุณรับประกันว่าจะใช้จ่าย หากราคาลดลงอีก ธุรกรรมของคุณจะเปลี่ยนกลับ" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "จำนวนเงินขั้นต่ำที่คุณรับประกันว่าจะได้รับ หากราคาลดลงอีก ธุรกรรมของคุณจะเปลี่ยนกลับ" - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "หมายเลขบล็อกล่าสุดในเครือข่ายนี้ ราคาอัพเดททุกบล็อก" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "ไม่สามารถโอนโทเค็นเอาต์พุตได้ อาจมีปัญหากับโทเค็นเอาต์พุต" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "ไม่สามารถโอนโทเค็นเอาต์พุตได้ อาจมีปัญหากับโทเค็นเอาต์พุต หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3" - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "ธีม" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "ไม่มีข้อมูลสภาพคล่อง" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "ที่อยู่นี้ถูกบล็อกบนอินเทอร์เฟซ Uniswap Labs เนื่องจากเชื่อมโยงกับหนึ่งรายการขึ้นไป" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "แอพนี้ใช้ API ของบุคคลที่สามต่อไปนี้:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "เดือนนี้" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "ต้องเตรียมใช้งานพูลนี้ก่อนจึงจะสามารถเพิ่มสภาพคล่องได้ ในการเริ่มต้น ให้เลือกราคาเริ่มต้นสำหรับพูล จากนั้นป้อนช่วงราคาสภาพคล่องและจำนวนเงินฝากของคุณ ค่าน้ำมันจะสูงกว่าปกติเนื่องจากการทำธุรกรรมเริ่มต้น" - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "ข้อเสนอนี้อาจดำเนินการหลังจาก {0}" - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "เส้นทางนี้ปรับเอาต์พุตทั้งหมดของคุณให้เหมาะสมโดยพิจารณาเส้นทางแยก การกระโดดหลายครั้ง และต้นทุนก๊าซของแต่ละขั้นตอน" - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "ตารางนี้ประกอบด้วยโทเค็นสูงสุดตามปริมาณ Uniswap ซึ่งจัดเรียงตามข้อมูลที่คุณป้อน" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "ไม่มีโทเค็นนี้" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "โทเค็นนี้ไม่มีอยู่บน {0}" - -#: 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 "เครื่องมือนี้จะย้ายสภาพคล่อง {0} ของคุณไปยัง V3 อย่างปลอดภัย กระบวนการนี้ไร้ความน่าเชื่อถือโดยสิ้นเชิง ต้องขอบคุณ" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "ไม่สามารถส่งธุรกรรมนี้ได้เนื่องจากเลยกำหนดเวลาไปแล้ว โปรดตรวจสอบว่ากำหนดเวลาในการทำธุรกรรมของคุณไม่ต่ำเกินไป" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "ธุรกรรมนี้จะไม่สำเร็จเนื่องจากการเคลื่อนไหวของราคา ลองเพิ่มความทนทานต่อการเลื่อนหลุด หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "ธุรกรรมนี้จะไม่สำเร็จเนื่องจากการเคลื่อนไหวของราคาหรือค่าธรรมเนียมในการโอน ลองเพิ่มความทนทานต่อการเลื่อนหลุด" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "ในสัปดาห์นี้" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "ปีนี้" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "เวลา" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "ถึง" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "ถึง (อย่างน้อย)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "หากต้องการใช้ Uniswap บน {0}ให้เปลี่ยนเครือข่ายในการตั้งค่ากระเป๋าเงินของคุณ" - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "หากต้องการดูตำแหน่ง คุณต้องเชื่อมต่อกับเครือข่ายที่ตำแหน่งนั้นอยู่" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "วันนี้" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "ชื่อโทเค็น" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "ไม่พบโทเค็น" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "สถิติโทเค็นและแผนภูมิสำหรับ {label} มีอยู่ใน <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "โทเค็น" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "ลักษณะเด่น" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "สระว่ายน้ำยอดนิยม" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "โทเค็นยอดนิยมบน Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "ทั้งหมด" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Total Value Lock (TVL) คือจำนวนรวมของสินทรัพย์ที่มีอยู่ในกลุ่มสภาพคล่องของ Uniswap v3 ทั้งหมด" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "ซื้อขาย crypto และ NFT ด้วยความมั่นใจ" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "ซื้อขาย crypto ด้วยความมั่นใจ" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "ลักษณะ" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "ลักษณะชั้น" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "ลักษณะ" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "การตั้งค่าการทำธุรกรรม" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "ส่งธุรกรรมแล้ว" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "ทำธุรกรรมเสร็จสิ้นใน" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "กำหนดเวลาการทำธุรกรรม" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "การทำธุรกรรมที่รอดำเนินการ" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "ธุรกรรมถูกปฏิเสธ" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "ส่งธุรกรรมแล้ว" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "โอนโทเค็น" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "ลองอีกครั้ง" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "ธรรมาภิบาลของยูนิ" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "ยูเนี่ยนมาแล้ว" - -#: src/pages/Vote/Landing.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 เป็นตัวแทนของหุ้นที่มีสิทธิออกเสียงในการกำกับดูแล Uniswap คุณสามารถลงคะแนนในแต่ละข้อเสนอด้วยตัวคุณเองหรือมอบสิทธิ์การลงคะแนนของคุณให้กับบุคคลที่สาม" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "ยูนิ {0}/{1} เผา" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "ไม่พร้อมใช้งาน" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "ไม่พร้อมใช้งานสำหรับรายการ" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "ค่าธรรมเนียมที่ไม่มีการเรียกร้อง" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "บึกบึน" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "การกำกับดูแล Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "ข้อกำหนดในการให้บริการของ Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "โปรโตคอล Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 ไม่พร้อมใช้งานบนเครือข่ายนี้" - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap มีอยู่ใน: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "ไคลเอนต์ Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "การกำกับดูแล Uniswap ใช้ได้เฉพาะในเลเยอร์ 1 เปลี่ยนเครือข่ายของคุณเป็น Ethereum Mainnet เพื่อดูข้อเสนอและโหวต" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap ได้ให้ความปรารถนาของคุณ!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap ในกระเป๋าของคุณ" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "สัญญาการย้าย Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "ไม่ทราบ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "การอนุมัติที่ไม่รู้จัก" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "มิ้นท์ที่ไม่รู้จัก" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "ไม่รู้จักส่ง" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "การแลกเปลี่ยนที่ไม่รู้จัก" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "ปลดล็อกการโหวต" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "ไม่รองรับโดยกระเป๋าเงินของคุณ" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "ไม่มีชื่อ" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "แกะ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "แกะ <0/> ต่อ {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "แกะไม่สำเร็จ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "ยังไม่ได้แกะ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "แกะ" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "อัปเดตการมอบหมาย" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "ใช้ Uniswap Labs API เพื่อรับใบเสนอราคาที่เร็วขึ้น" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 สภาพคล่อง" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} ราคา:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "รุ่น:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "ธรรมดามาก" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "หายากมาก" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "ดูค่าธรรมเนียมค้างจ่ายและการวิเคราะห์<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "ดูและขาย NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "ดูการวิเคราะห์เพิ่มเติม" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "ดูบน Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "ดูบน Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "ดูเมื่อ {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "ดูธุรกรรมใน Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "ปริมาณคือจำนวนของสินทรัพย์ที่มีการซื้อขายบน Uniswap v3 ระหว่างกรอบเวลาที่เลือก" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "โหวตไม่เห็นด้วย" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "โหวตให้" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "โหวตไม่เห็นด้วยกับข้อเสนอ {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "โหวตไม่เห็นด้วยกับข้อเสนอ {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "ลงคะแนนไม่เห็นด้วยกับข้อเสนอ {proposalKey} พร้อมเหตุผล \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "การลงคะแนนล้มเหลว" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "โหวตข้อเสนอ {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "โหวตข้อเสนอ {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "ลงคะแนนให้ข้อเสนอ {proposalKey} พร้อมเหตุผล \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "ลงคะแนนเสียงในการปกครอง" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "งดออกเสียงข้อเสนอ {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "งดออกเสียงข้อเสนอ {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "งดออกเสียงข้อเสนอ {proposalKey} พร้อมเหตุผล \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "โหวตแล้ว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "โหวต" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "การลงคะแนนสิ้นสุดลง {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "การลงคะแนนสิ้นสุดลงประมาณ {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "การลงคะแนนเริ่มต้นประมาณ {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "รอการยืนยัน" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "ที่อยู่ Wallet หรือชื่อ ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "คำเตือน" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "ยินดีต้อนรับสู่ทีมยูนิคอร์น :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "ทำไมจึงต้องทำธุรกรรม?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "ถอนสภาพคล่องที่ฝากไว้" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "การถอนล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "การถอน" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "ถอนตัว" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "ห่อ" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "ห่อ <0/> ต่อ {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "การแรปล้มเหลว" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "ห่อ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "ห่อ" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "ผิดเครือข่าย" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "คุณมีข้อเสนอที่ใช้งานอยู่หรือรอดำเนินการอยู่แล้ว" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "คุณกำลังสร้างพูล" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "คุณไม่ใช่เจ้าของตำแหน่ง LP นี้ คุณจะไม่สามารถถอนสภาพคล่องออกจากตำแหน่งนี้ได้เว้นแต่คุณจะเป็นเจ้าของที่อยู่ต่อไปนี้: {ownerAddress}" - -#: 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 "คุณเป็นผู้ให้บริการสภาพคล่องรายแรกสำหรับกลุ่ม Uniswap V3 นี้ สภาพคล่องของคุณจะย้ายไปที่ราคา {0} ปัจจุบัน" - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "คุณไม่มีคะแนนเสียงเพียงพอที่จะส่งข้อเสนอ" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "คุณยังไม่มีสภาพคล่องในพูลนี้" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "คุณอาจสูญเสียการเชื่อมต่อเครือข่ายของคุณ" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "คุณต้องเชื่อมต่อบัญชี" - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "คุณต้องมี {formattedProposalThreshold} คะแนนในการส่งข้อเสนอ" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "คุณจ่าย" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "คุณควรฝากสภาพคล่องไว้ใน Uniswap V3 ในราคาที่คุณเชื่อว่าถูกต้องเท่านั้น <0/>หากราคาดูเหมือนว่าไม่ถูกต้อง คุณสามารถทำการแลกเปลี่ยนเพื่อย้ายราคาหรือรอให้คนอื่นดำเนินการแทน" - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "สภาพคล่อง V2 ของคุณ" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "ตำแหน่งสภาพคล่อง V3 ที่ใช้งานอยู่ของคุณจะปรากฏที่นี่" - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "ยอดเงินของคุณเป็น {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "ไม่รองรับเครือข่ายที่เชื่อมต่อของคุณ" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "ธุรกรรมบนเครือข่ายและการซื้อ crypto ของคุณจะปรากฏที่นี่" - -#: 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 "ตำแหน่งของคุณมีสภาพคล่องเป็น 0 และไม่ได้รับค่าธรรมเนียม" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "ตำแหน่งของคุณจะปรากฏที่นี่" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "ตำแหน่งของคุณจะประกอบด้วย {0} 100% ที่ราคานี้" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "ตำแหน่งของคุณจะเป็น 100% {0} ที่ราคานี้" - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "การแลกเปลี่ยนของคุณคาดว่าจะล้มเหลว" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "ธุรกรรมของคุณอาจเป็นผู้นำและส่งผลให้เกิดการค้าที่ไม่เอื้ออำนวย" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "ธุรกรรมของคุณจะเปลี่ยนกลับหากค้างอยู่นานกว่าช่วงเวลานี้" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "ธุรกรรมของคุณจะกลับคืนมาหากราคาเปลี่ยนแปลงไปในทางไม่ดีเกินกว่าเปอร์เซ็นต์นี้" - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "ไม่รองรับเครือข่ายปัจจุบันของกระเป๋าเงินของคุณ" - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "ยอดคงเหลือ {0} ของคุณ" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "และ" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "และยินยอมตามนั้น" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "ใช้ได้ยัง" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "ต่ำกว่าราคาพื้น" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "ต่ำกว่าราคาพื้นของคอลเลกชัน คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "กิจกรรมที่ถูกบล็อก" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "ค่าธรรมเนียม" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "สำหรับ" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "สำหรับ {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "จาก" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "ที่นี่." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "นาที" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "เดือน" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "รางวัล" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "บางอย่างผิดพลาด!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "ถึง" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {แก้ปัญหา} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {โทเค็นนี้ไม่ได้ซื้อขายบนการแลกเปลี่ยนแบบรวมศูนย์ชั้นนำของสหรัฐฯ หรือแลกเปลี่ยนบ่อยๆ บน Uniswap} other {โทเค็นเหล่านี้ไม่ได้ซื้อขายบนการแลกเปลี่ยนแบบรวมศูนย์ชั้นนำของสหรัฐฯ หรือแลกเปลี่ยนบน Uniswap บ่อยครั้ง}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {โทเค็นนี้ไม่มีการแลกเปลี่ยนบนการแลกเปลี่ยนแบบรวมศูนย์ชั้นนำของสหรัฐอเมริกา} other {โทเค็นเหล่านี้ไม่ได้ซื้อขายบนการแลกเปลี่ยนแบบรวมศูนย์ชั้นนำของสหรัฐอเมริกา}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {คุณไม่สามารถแลกเปลี่ยนโทเค็นนี้โดยใช้แอป Uniswap} other {คุณไม่สามารถแลกเปลี่ยนโทเค็นเหล่านี้โดยใช้แอป Uniswap}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {รายการ} other {รายการ}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} ฝาก" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} ค่าธรรมเนียมที่ได้รับ:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFTs อยู่ในรายการที่มีนัยสำคัญ" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} รอดำเนินการ" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} ลองเพิ่มความทนทานต่อการลื่นไถลของคุณ\n" -"หมายเหตุ: โทเค็นค่าธรรมเนียมในการโอนและรีเบสเข้ากันไม่ได้กับ Uniswap V3" - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} ยูนิ" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} โหวต" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} ต่อ {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} ราคา:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "ระดับค่าธรรมเนียม {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "สระว่ายน้ำ {0}%" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "เลือก {0}%" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "การเลื่อนหลุด {0}%" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "{0}/{1} แผ่นเสียง NFT" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "โทเค็น LP {0}/{1}" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}ม" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {วัน} other {วัน}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {ชั่วโมง} other {ชั่วโมง}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {เดือน} other {เดือน}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {สัปดาห์} other {สัปดาห์}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} และ {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {วัน} other {วัน}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {ชั่วโมง} other {ชั่วโมง}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {นาที} other {นาที}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {เดือน} other {เดือน}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {ที่สอง} other {วินาที}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {สัปดาห์} other {สัปดาห์}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} อาจหยุดทำงานในขณะนี้ หรือคุณอาจสูญเสียการเชื่อมต่อเครือข่ายของคุณ" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} โทเค็นบริดจ์" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} ต่อ {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {ของสะสม} other {ของสะสม}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← กลับไปที่สระว่ายน้ำ" - diff --git a/src/locales/tr-TR.po b/src/locales/tr-TR.po deleted file mode 100644 index 5ad6c3eb28..0000000000 --- a/src/locales/tr-TR.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: tr\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Turkish\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: tr\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% maks." - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Explorer'da Görüntüle)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(düzenle)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Yeni pozisyon" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Alıcıyı kaldır" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24 saat hacim" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24H hacmi, son 24 saat içinde Uniswap v3'te işlem gören varlığın miktarıdır." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "%25" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "%50" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W yüksek" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 W düşük" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "%75" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Tüm Teklifler" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Oylar" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Hesap analizi ve tahakkuk eden ücretler<1> ↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Mevcut Fiyat: <1><2/> <3>{0} başına {1}" - -#: 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> İpucu: Havuz jetonlarını kaldırmak, konumunuzu havuzdaki payınızla orantılı olarak geçerli oran üzerinden temel jetonlara dönüştürür. Tahakkuk eden ücretler, aldığınız tutarlara dahildir." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>İpucu: Bir eylem seçin ve topluluk için teklifinizi açıklayın. Teklif, gönderildikten sonra değiştirilemez, bu nedenle lütfen göndermeden önce tüm bilgileri doğrulayın. Oy verme süreci hemen başlayacak ve 7 gün sürecektir. Özel bir eylem önermek için <1>dokümanları okuyun ." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>İpucu: Arayüzde otomatik olarak görünmeyen v2 havuzlarını bulmak için bu aracı kullanın." - -#: 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> İpucu: Likidite eklediğinizde, pozisyonunuzu temsil eden havuz jetonları alacaksınız. Bu jetonlar otomatik olarak havuzdaki payınızla orantılı ücretler kazanır ve herhangi bir zamanda kullanılabilir." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "Bir sonraki teklife hazırlanmak için <0>Oylamanın kilidini açın." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<2/><0>{0} <1/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Teklifleri sunmak için toplam UNI arzının minimum %0,25'i gereklidir" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Havuzdaki mevcut likidite göz önüne alındığında, bu büyüklükteki bir takasın fiyat etkisi yüksek olabilir. Giriş jetonunuzun miktarı ile çıkış jetonunda alacağınız miktar arasında büyük bir fark olabilir." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Hakkında" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Kabul et" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Aktif" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Aktivite" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Ekle" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Uniswap V2'ye <0/> ve <1/> ekleyin" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Temsilci Ekle +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Likidite Ekle" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "V2 Likidite Ekle" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "V2 likiditesi eklenemedi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Likidite eklenemedi" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Likidite ekleyin." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Daha fazla likidite ekleyin" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Sepete ekle" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Sepete ekle" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "{0}ekle" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "{0}/{1} V3 likidite ekle" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Ek Likidite" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "V2 likiditesi eklendi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Likidite eklendi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "{0} eklendi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "V2 likiditesi ekleme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Likidite ekleme" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Bu teklifin kuyruğa eklenmesi, bir gecikmeden sonra yürütülmesine izin verecektir." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Adreste herhangi bir hak talebi yok" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Karşısında" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "LP jeton geçişine izin ver" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "İzin veriliyor" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Zaten listelenen" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "İşlem yapmadan önce daima kendi araştırmanızı yapın." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Miktar" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Bu belirteci kullanmak için onay gerekiyor." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Belirteçler yüklenirken bir hata oluştu. Lütfen tekrar deneyin." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Bu takas yürütülmeye çalışılırken bir hata oluştu. Kayma toleransınızı artırmanız gerekebilir. Bu işe yaramazsa, işlem yaptığınız token ile uyumsuzluk olabilir. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Onay başarısız oldu" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Onay Bekliyor" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Onayla" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Onay Simgesi" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Cüzdanda onayla" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Cüzdanınızda onaylayın" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "{0}kullanımını onayla" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Onayla {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Onaylandı" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Onaylanıyor" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Onaylanıyor {0}" - -#: 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 "Seçilen fiyat aralığından en az {0} {1} ve {2} {3} cüzdanınıza iade edilecektir." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Otomatik" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "Otomatik Yönlendirici API'sı" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Havuzlara Geri Dön" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "M-cüzdan seçimine geri dön" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Çanta" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Bakiye: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Egzotik çiftler için en iyisi." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Çoğu çift için en iyisi." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Kararlı çiftler için en iyisi." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Çok kararlı çiftler için en iyisi." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "En iyi fiyat rota maliyeti ~{gasPrice} gazda." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Engellenen Adres" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "OpenSea'de engellendi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Ödünç alma başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Ödünç" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Borçlanma" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Satın alınmış" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Yazma başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "yanmış" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Yanan" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Satın almak" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "kripto satın al" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Satın alma başarısız oldu" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Başlamak için NFT satın alın veya bu cüzdana aktarın." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Başlamak için jeton satın alın veya bu cüzdana aktarın." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Belirteçleri satın alın, satın ve keşfedin" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Jetonları ve NFT'leri satın alın, satın ve keşfedin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Alış" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "İle" - -#: 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 "Likidite ekleyerek, havuzdaki payınızla orantılı olarak bu çiftteki tüm işlemlerin %0,3'ünü kazanacaksınız. Ücretler havuza eklenir, gerçek zamanlı olarak tahakkuk eder ve likidite çekilerek talep edilebilir." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Bir cüzdan bağlayarak Uniswap Labs'ı kabul etmiş olursunuz." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "İptal başarısız oldu" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "İptal edildi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "İptal edildi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "İptal" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Dikkat" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Ağ durumunu kontrol edin" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "V3 LP adım adım açıklamalı kılavuzumuza ve geçiş kılavuzlarımıza göz atın." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Talep" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "{0}için <0/> talep et" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "UNI talep et" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "UNI Jetonu talep et" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "{0}için UNI ödülünü talep edin" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Uniswap NFT Airdrop'u talep edin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Talep başarısız oldu" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Ücretleri talep et" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "UNI jetonlarınızı talep edin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Talep Edilen" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Talep ediliyor" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Tümünü Temizle" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Tümünü temizle" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Kapat" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Kapalı" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Kapalı Pozisyonlar" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Topla" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "{nativeWrappedSymbol}olarak topla" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Ücretleri topla" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Ücret tahsil edilemedi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "{0}/{1} ücret toplayın" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Toplandı" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "tahsil edilen ücretler" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Toplama" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Ücretler toplanıyor" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Ücretleri toplama işlemi, sizin için şu anda mevcut olan ücretleri çekecektir." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Çok yakında: BNB Zincirinde jeton arayın ve keşfedin" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Yaygın" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Tamamlamak!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Onayla" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Kaynağı Onayla" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Cüzdanınızda bu işlemi onaylayın" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Cüzdandaki işlemi onayla" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Bağlamak" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Cüzdanı Bağlayın" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Cüzdan bağlayın" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Havuzları bulmak için bir cüzdana bağlanın" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "V2 likiditenizi görüntülemek için bir cüzdana bağlanın." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Likiditenizi görüntülemek için bir cüzdana bağlanın." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Cüzdan bağlayın" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "içerik değil" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Devam etmek" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Sözleşme Etkileşimi" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Sözleşme adresi" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Kopyalandı!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Bağlantıyı kopyala" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Havuz ve Kaynak Oluştur" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Teklif Oluştur" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Bir çift oluştur" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Havuz oluşturun ve {0}/{1} V3 likidite ekleyin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Havuz oluşturulamadı" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Havuz oluşturun." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "{0}/{1} V3 havuzu oluştur" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Oluşturulan havuz" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "havuz oluşturuluyor" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Kripto satın alımları bölgenizde kullanılamıyor." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Güncel fiyat" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Güncel {0} Fiyatı:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Gelenek" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS Kayıt Şirketi" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Mağlup" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Oylar Devret" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Temsilci başarısız oldu" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Oylama gücünü {0}devret" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "yetki verilmiş" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Yetki verildi:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Delegasyon" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Oylar devrediliyor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Dağıtım başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "dağıtıldı" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "dağıtma" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Mevduat Tutarları" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Para yatırma başarısız oldu" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Mevduat likiditesi" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Jetonları {label} ağına yatırın." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Yatırıldı" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "para yatırma" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Açıklama" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Detaylı" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Detaylar" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Reddet" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Belgeler" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Uniswap Cüzdanınız yok mu?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "V2 konumlarınızdan birini görmüyor musunuz? <0>İçe aktarın." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "İndirmek" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Uniswap Cüzdanını İndirin" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "İndir uygulaması" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Jetonlarınızı ve NFT'lerinizi güvenli bir şekilde saklamak, jetonları takas etmek ve kripto uygulamalarına bağlanmak için App Store'dan indirin." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH Kayıt Denetleyicisi" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Kazanılan UNI jetonları, Uniswap yönetiminde oy hakkına sahip hisseleri temsil eder." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Düzenle" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Listeleri düzenle" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Yüzde girin" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Bir alıcı girin" - -#: 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 "Bir UNI talebini tetiklemek için bir adres girin. Adreste talep edilebilir bir UNI varsa, teslim edildiğinde onlara gönderilecektir." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Bir tutar girin" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "{0} miktar girin" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Hata" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Hata Kimliği: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Bağlantı hatası" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Ethereum Ad Hizmeti" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Etkinlik" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Döviz kuru" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Uygulamak" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Teklifi Yürüt {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Yürütme başarısız oldu" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Teklif {proposalKey}yürütün." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Uygulanmış" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "yürütme" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Bu teklifin yürütülmesi, çağrı verilerini zincir üzerinde yürürlüğe sokacaktır." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Yürütme Gönderildi" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Beklenen çıktı" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Günü geçmiş" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "İçinde sona eriyor" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "NFT'leri keşfedin" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Uniswap Analytics'i keşfedin." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Belirteçleri keşfedin" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Son derece nadir" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Arızalı" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Ağlar değiştirilemedi" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Özellik Bayrakları" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Ücret Katmanı" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Ücret katmanı" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Geri bildirim" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "ücretler" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Rota getiriliyor" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "En iyi fiyat getiriliyor..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Fiyat getiriliyor..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Jetonları filtrele" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Tarayıcınız aracılığıyla Uniswap Protokolü üzerindeki en iyi rotayı bulur. Yüksek gecikme ve fiyatlara neden olabilir." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Uniswap Labs Yönlendirme API'sini kullanarak Uniswap Protokolündeki en iyi rotayı bulur." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Zemin" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Taban fiyat" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Şunun için" - -#: 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 "Aşağıda gösterilen her bir havuz için, likiditenizi Uniswap V2'den kaldırmak ve Uniswap V3'e yatırmak için Geçir'e tıklayın." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Kaynak" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Gönderen (en fazla)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Tam aralık" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Başlamak" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Destek almak" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Yardım Merkezi" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Gizlenmiş" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Saklamak" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Kapalı pozisyonları gizle" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "kaynakları gizle" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Küçük bakiyeleri gizle" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Anladım" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Bunun bir hata olduğunu düşünüyorsanız, lütfen adresinizi içeren bir e-posta gönderin." - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Havuzu İçe Aktar" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "V2 Havuzunu İçe Aktar" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Menzilde" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Aralıkta" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Likiditeyi Artırın" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "İlk fiyatlar ve havuz payı" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Giriş tahminidir. En çok <0>{0} {1} satabilirsiniz. Aksi takdirde işlem geri döner." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Yetersiz bakiye" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "yetersiz likidite" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Bu işlem için yetersiz likidite." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "İşlemi tamamlamak için yetersiz havuz likiditesi" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Yetersiz {0} bakiye" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Geçersiz çift" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Geçersiz çift." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Geçersiz fiyat girişi" - -#: 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 "Geçersiz aralık seçildi. Minimum fiyat, maksimum fiyattan düşük olmalıdır." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Geçersiz alıcı" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Dil" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Son" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Son fiyat" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Son güncelleme" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Öğren" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Likidite sağlama hakkında bilgi edinin" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Daha fazla bilgi edin" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Yasal ve Gizlilik" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Bağlantılar" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Likidite" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Likidite verileri mevcut değil." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Likidite sağlayıcı ödülleri" - -#: 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 "Likidite sağlayıcıları, havuzdaki paylarıyla orantılı olarak tüm işlemlerden %0,3 ücret alırlar. Ücretler havuza eklenir, gerçek zamanlı olarak tahakkuk eder ve likidite çekilerek talep edilebilir." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "NFT'leri Listeleme" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "satılık liste" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Bir NFT'nin listelenmesi, her NFT koleksiyonu için tek seferlik bir pazar yeri onayı gerektirir." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "İlanlar" - -#: 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 -msgid "Loading" -msgstr "Yükleniyor" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Yükleme Ödeneği" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Düşük liste fiyatı" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "MAKS." - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Bir teklif yapmak" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Yönet" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Ödül Havuzunda Likiditeyi Yönetin" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Bu havuzu yönetin." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Maksimum" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Maksimum Fiyat" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Maksimum içerik oluşturucu telif ücreti" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Maksimum ücretler" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Maksimum fiyat" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Maksimum kayma" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Maksimum:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Maksimum giriş" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Maksimum gönderme" - -#: 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 "Geçir" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Likiditeyi V3'e Geçirin" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "V2 Likiditesini Geçirin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Migrate likidite başarısız oldu" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Likidite jetonlarınızı Uniswap V2'den Uniswap V3'e geçirin." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "{0}/{1} likiditeyi V3'e taşıyın" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Taşınan likidite" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Geçiriliyor" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Likidite taşıma" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Minimum Fiyat" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Minimum fiyat" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Minimum:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Minimum çıktı" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Minimum alınan" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Darphane başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "basılmış" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Darphane" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Eksik grafik verileri" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Uniswap v3'te son zamanlarda düşük işlem hacmi nedeniyle fiyat verileri eksik" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-rampa iframe'i" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay bazı bölgelerde mevcut değildir. Daha fazlasını öğrenmek için tıklayın." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Daha fazla" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFT'lerim" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT Koleksiyonları" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT'ler" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "İsim bulunamadı" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Gezinme düğmesi" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Ağ Uyarısı" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Ağ ücreti" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Asla" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Yeni Pozisyon" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Henüz NFT yok" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "V2 Likiditesi bulunamadı." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Henüz etkinlik yok" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Veri yok" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Açıklama yok." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Görüntülenecek öğe yok" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Likidite bulunamadı." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Havuz bulunamadı." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Henüz havuz yok" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Teklif bulunamadı." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Sonuç bulunamadı." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Belirteç bilgisi yok" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Belirteç bulunamadı" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Belirteç bulunamadı." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Henüz jeton yok" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Müsait değil" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "bölgenizde mevcut değil" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "oluşturulmadı" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Listelenmemiş" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Teklifler" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Fiyattan memnun olduğunuzda, incelemek için kaynağa tıklayın." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Bir NFT listelenir {0}%" - -#: 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 "Yalnızca {0} bloğundan önce kendi kendine verilen veya başka bir adrese devredilen UNI oyları oylama için uygundur." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Hata, beni Swap'a geri götür" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Başlamak için yeni bir pozisyon açın veya bir havuz oluşturun." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "sipariş yönlendirme" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Aralık dışında" - -#: 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 "Çıktı tahminidir. Fiyat %{0} oranından fazla değişirse işleminiz geri alınır." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Giriş tahminidir. En az <0>{0} {1} alabilirsiniz. Aksi takdirde işlem geri döner." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Sahip" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Sayfa bulunamadı!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Ödemek" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Yine de Öde" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "İle ödemek" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Askıda olması" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap'in her jetonu takas etmesi için izin gereklidir. Bu, güvenliğiniz için bir ay sonra sona erecektir." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "izin2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Lütfen Katman 1 Ethereum'a bağlanın" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Havuz" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Havuz Bulundu!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Ödül havuzundaki havuz jetonları:" - -#: 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 "Havuza alınmış {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Havuzlar" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Popüler NFT koleksiyonları" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Popüler jetonlar" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Pozisyon mevcut değil" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Tercihler" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Ön izleme" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Fiyat" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Fiyat Farkı:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Fiyat Etkisi" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Fiyat Etkisi Çok Yüksek" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Fiyat etkisi" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Fiyat etkisi uyarısı" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Fiyat aralığı" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Fiyat güncellendi" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Fiyat:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Fiyatlar ve havuz payı" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Gizlilik Politikası" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Gizlilik Politikası." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Cüzdanda devam et" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "satılırsa gelir" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Teklif" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Teklif Gönderildi" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Teklif Başlığı" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Teklifler" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Topluluk üyeleri tarafından gönderilen teklifler burada görünecektir." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Önerilen hareket" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Teklif veren" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Genel Çözümleyici" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Miktar" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Sıra" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Kuyruk Önerisi {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Kuyruk başarısız oldu" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Sıra önerisi {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "sıraya alındı" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "kuyruk" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "kuyruk" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Nadir" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Nadirlik" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Oranlar" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Uniswap yönetişimi hakkında daha fazla bilgi edinin" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Likidite sağlama hakkında daha fazla bilgi edinin" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Desteklenmeyen varlıklar hakkında daha fazla bilgi edinin" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Almak" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Alma başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Kabul edilmiş" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "alma" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Son aramalar" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "alıcı" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Mevcut olmayan öğeler için geri ödemeler ETH olarak verilecektir." - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Reddedilmiş" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "uygulamayı yeniden yükle" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Kaldır" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "<0/> ve <1/>kaldır" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Tutarı Kaldır" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Temsilciyi Kaldır" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Likiditeyi Kaldır" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "çantadan çıkar" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Öğeyi kaldırmak" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Likidite kaldırılamadı" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Kaldırılan Likidite" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Kaldırılan likidite" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Likiditeyi kaldırmak" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "{0} {1} ve {2} {3} kaldırılıyor" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "{0} {1} ve{2} {3}kaldırma" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "geri ödenmiş" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Geri ödeme başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "geri ödeme" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "{issues} sorunu çöz" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "yeniden dene" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Geri Dön" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "NFT'lerime Dön" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Ters Kayıt Şirketi" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Takas İncele" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "İptal Edilen Onay" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Aynı fiyat" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Uniswap Wallet ile tarayın" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Aramak" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Adı arayın veya adresi yapıştırın" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Jetonları ve NFT koleksiyonlarını arayın" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Eşleştir'i seçin" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Bir jeton seçin" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "v2 likiditenizi bulmak için bir jeton seçin." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Bir eylem seçin" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Belirteç seçin" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Seçilen Aralık" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Kendisi" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Kendinden Temsilci" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Satmak" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "NFT sat" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Satıcı" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Gönderilemedi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "gönderme" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Gönderilmiş" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Fiyat Aralığını Ayarla" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Başlangıç Fiyatını Belirleyin" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Devam etmek için fiyatları belirleyin" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Ayarlar" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Havuz Payı" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Havuz Payı:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Twitter'da paylaş" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Twitter'da paylaş" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Göstermek" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Gösteri İptal Edildi" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Kapalı pozisyonları göster" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Daha fazla göster" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "kaynakları göster" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "İmza" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Basit" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "% {0}altındaki kayma işlemin başarısız olmasına neden olabilir" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Satılmış" - -#: 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 "Bazı varlıklar bu arayüz aracılığıyla kullanılamaz. Bunun nedeni akıllı sözleşmelerle iyi sonuç vermemeleri veya yasal nedenlerle ticarete izin veremememizdir." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Bir şeyler yanlış gitti" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Bir şeyler yanlış gitti. Lütfen tekrar deneyin." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Üzgünüz, isteğiniz işlenirken bir hata oluştu. Destek talep ederseniz, bu hatanın ayrıntılarını kopyaladığınızdan emin olun." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Üzgünüz, isteğiniz işlenirken bir hata oluştu. Destek talep ederseniz, hata kimliğinizi sağladığınızdan emin olun." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Listelemeye başla" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "İstatistikler" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "yeni teklif gönder" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Teklif gönderilemedi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "sunulan teklif" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Teklif Gönderme" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Oy Gönderme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "teklif gönderme" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "başarılı" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Başarı" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Başarıyla listelendi" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Kaynak" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "{0} {1} ve {2} {3} temini" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Swap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "<0/> tam olarak <1/>ile değiştirin" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Yine de Swap" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "<1/>ile tam olarak <0/> değiştirin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Değiştirme başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Değiştirildi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "değiş tokuş" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "{2} {3} yerine {0} {1} swap ediliyor" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "Süpürme" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Ağ değiştir" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "{0}geç" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Sembol bulunamadı" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Kullanım Şartları" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Uniswap topluluğunun bir parçası olduğunuz için teşekkürler <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "Ücretlerden kazanacağınız yüzde." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Uniswap değişmez değeri x*y=k, swap ile sağlanmadı. Bu genellikle, swap ettiğiniz jetonlardan birinin aktarım sırasında özel davranış içerdiği anlamına gelir." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Geçerli piyasa fiyatından almayı beklediğiniz tutar. İşleminiz beklemedeyken piyasa fiyatı değişirse daha az veya daha fazla alabilirsiniz." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Uygulama, The Graph'ın barındırılan hizmetinden blockchain verilerini alır." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Uygulama, zincir üzerindeki verileri alır ve bir Infura API ile sözleşme çağrıları oluşturur." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Uygulama, bir Uniswap Labs sunucusundan en uygun ticaret yolunu alır." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Uygulama, zaman içinde iyileştirmek için anonimleştirilmiş kullanım istatistiklerini günlüğe kaydeder." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Uygulama, cüzdan adresinizi güvenli bir şekilde toplar ve risk ve uyumluluk nedenleriyle TRM Labs Inc. ile paylaşır." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Bağlantı girişimi başarısız oldu. Lütfen tekrar dene'ye tıklayın ve cüzdanınıza bağlanmak için adımları izleyin." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Girdi ve çıktı tutarlarının USD değerleri arasındaki tahmini fark." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "İşleminizi gerçekleştiren madencilere ödenen ücret. Bu ${0}olarak ödenmelidir." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "İşleminizi gerçekleştiren madencilere ödenen ücret. Bu {0}olarak ödenmelidir." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "İşleminizin bu havuzun piyasa fiyatı üzerindeki etkisi." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Giriş jetonu aktarılamaz. Giriş jetonuyla ilgili bir sorun olabilir." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Piyasa fiyatı, belirttiğiniz fiyat aralığının dışında. Yalnızca tek varlıklı para yatırma yapılabilir." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Harcamanız garanti edilen maksimum tutar. Fiyat daha da düşerse, işleminiz geri döner." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Almayı garanti ettiğiniz minimum tutar. Fiyat daha da düşerse, işleminiz geri döner." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Bu ağdaki en son blok numarası. Fiyatlar her blokta güncellenir." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Çıkış jetonu aktarılamaz. Çıkış jetonuyla ilgili bir sorun olabilir." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Çıkış jetonu aktarılamaz. Çıkış belirteciyle ilgili bir sorun olabilir. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir." - -#: 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 "Bu havuzun fiyatı, seçtiğiniz aralığın dışında. Pozisyonunuz şu anda ücret kazanmıyor." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Bu havuzun fiyatı seçtiğiniz aralık dahilinde. Pozisyonunuz şu anda ücret kazanıyor." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Eklediğiniz jeton oranı, bu havuzun fiyatını belirleyecektir." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Tema" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Likidite verisi yok." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Bu adres, Uniswap Labs arayüzünde engellendi çünkü bir veya daha fazla adresle ilişkilendirildi." - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Bu uygulama, aşağıdaki üçüncü taraf API'lerini kullanır:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Bu ay" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Likidite ekleyebilmeniz için önce bu havuz başlatılmalıdır. Başlatmak için havuz için bir başlangıç fiyatı seçin. Ardından, likidite fiyat aralığınızı ve mevduat tutarınızı girin. Başlatma işlemi nedeniyle gaz ücretleri normalden daha yüksek olacaktır." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Bu teklif {0}sonra çalıştırılabilir." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Bu rota, bölünmüş rotaları, birden fazla sekmeyi ve her adımın yakıt maliyetini dikkate alarak toplam çıktınızı optimize eder." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Bu tablo, girişinize göre sıralanmış Uniswap hacmine göre en iyi belirteçleri içerir." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Bu belirteç mevcut değil" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Bu belirteç {0}mevcut değil" - -#: 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 "Bu araç, {0} likiditenizi güvenli bir şekilde V3'e geçirecektir. Bu süreç şunun sayesinde sayesinde tamamen güvensizdir:" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Son tarih geçtiği için bu işlem gönderilemedi. Lütfen işlem son tarihinizin çok düşük olmadığını kontrol edin." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Bu işlem, fiyat hareketi nedeniyle başarılı olamayacak. Kayma toleransınızı artırmayı deneyin. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Bu işlem, ya fiyat hareketinden dolayı ya da transfer ücretinden dolayı başarılı olmayacak. Kayma toleransınızı artırmayı deneyin." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Bu hafta" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Bu yıl" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Zaman" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Alıcı" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Alıcı (en az)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Uniswap'i {0}kullanmak için cüzdanınızın ayarlarında ağı değiştirin." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Bir pozisyonu görüntülemek için ait olduğu ağa bağlı olmanız gerekir." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Bugün" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Jeton adı" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Belirteç bulunamadı" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "{label} için belirteç istatistikleri ve çizelgeleri <0>info.uniswap.org adresinde mevcuttur" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Jetonlar" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "En İyi Özellik" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "En iyi havuzlar" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Uniswap'teki en iyi tokenler" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Toplam" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Kilitlenen toplam değer (TVL), tüm Uniswap v3 likidite havuzlarında bulunan varlığın toplam miktarıdır." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Güvenle kripto ve NFT ticareti yapın" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Güvenle kripto ticareti yapın" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Karakter" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Özel Kat" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Özellikler" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "İşlem Ayarları" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "İşlem Gönderildi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "İşlem tamamlandı" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "İşlem son tarihi" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "işlem beklemede" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "İşlem reddedildi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "İşlem gönderildi" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Jetonu Aktar" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Tekrar deneyin" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI Yönetişimi" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI geldi" - -#: src/pages/Vote/Landing.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 jetonları, Uniswap yönetiminde oy hakkına sahip hisseleri temsil eder. Her bir teklife kendiniz oy verebilir veya oylarınızı üçüncü bir tarafa devredebilirsiniz." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} Yandı" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Kullanım dışı" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Listeleme için uygun değil" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Talep edilmemiş ücretler" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Belirsiz" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API'sı" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap Yönetimi" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs'ın Hizmet Şartları" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap Protokolü" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 bu ağda mevcut değil." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap kullanılabilir: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap istemcisi" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap yönetişimi yalnızca Katman 1'de mevcuttur. Teklifleri ve Oylamayı görüntülemek için ağınızı Ethereum Mainnet'e geçirin." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap dileğinizi yerine getirdi!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Cebinizde unswap" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap geçiş sözleşmesi↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Bilinmeyen" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Bilinmeyen Onay" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Bilinmeyen Darphane" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Bilinmeyen Gönderme" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Bilinmeyen Takas" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Oyların Kilidini Aç" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Oylamanın Kilidini Açın" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Oyların Kilidi Açılıyor" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Desteklenmeyen Varlık" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Desteklenmeyen Varlıklar" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Cüzdanınız tarafından desteklenmiyor" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "İsimsiz" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Paketi Aç" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "<0/> {0}paketini aç" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Açma başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "paketlenmemiş" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Paketi açma" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Yetkilendirmeyi Güncelle" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Daha hızlı fiyat teklifi almak için Uniswap Labs API'sini kullanın." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 likiditesi" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Fiyat:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Sürüm:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Çok yaygın" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Çok nadir" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Tahakkuk eden ücretleri ve analizleri görüntüleyin<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "NFT'leri görüntüleyin ve satın" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Daha fazla analiz görüntüle" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Etherscan üzerinde görüntüle" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Explorer'da Görüntüle" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "{0}görüntüle" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "İşlemi Explorer'da görüntüle" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Hacim, seçilen zaman dilimi boyunca Uniswap v3'te işlem gören varlığın miktarıdır." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Karşı Oy Ver" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Destek Oyu Ver" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Teklife karşı oy {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Teklife karşı oy {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Öneri {proposalKey} \"{0}\" gerekçesi ile karşı oy verin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Oylama başarısız oldu" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Teklife destek oyu {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Teklif için oy verin {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "\"{0}\" nedeni ile teklif {proposalKey} oy verin" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "yönetimde oy" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Teklife çekimser oy verin {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Teklife çekimser oy verin {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "\"{0}\" gerekçesi ile {proposalKey} numaralı öneride çekimser oy kullanın" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "oylandı" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "oylama" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Oylama bitti {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Oylama yaklaşık şu zamanda bitecek: {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Oylama yaklaşık {0}başlar" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "onay bekliyor" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Cüzdan Adresi veya ENS adı" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Uyarı" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Unicorn takımına hoş geldiniz :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Bir işlem neden gereklidir?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Yatırılan likiditeyi çekin" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Para çekme başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "geri çekilme" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "çekildi" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Paketle" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "<0/> {0}kaydır" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Sarma başarısız oldu" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "sarılmış" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "Sarma" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "yanlış ağ" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Halihazırda etkin veya bekleyen bir teklifiniz var" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Bir havuz oluşturuyorsunuz" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Bu LP pozisyonunun sahibi siz değilsiniz. Aşağıdaki adrese sahip olmadığınız sürece bu pozisyondan likidite çekemezsiniz: {ownerAddress}" - -#: 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 "Bu Uniswap V3 havuzu için ilk likidite sağlayıcısısınız. Likiditeniz mevcut {0} fiyatından geçecek." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "İlk likidite sağlayıcısısınız." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Her bir teklife kendiniz oy verebilir veya oylarınızı üçüncü bir tarafa devredebilirsiniz." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Teklif göndermek için yeterli oyunuzu yok" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Bu havuzda henüz likiditeniz yok." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Ağ bağlantınızı kaybetmiş olabilirsiniz." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Bir hesap bağlamalısınız." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Teklif göndermek için {formattedProposalThreshold} oy kullanmalısınız" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Öde" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Aldığın" - -#: 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 "Uniswap V3'e yalnızca doğru olduğuna inandığınız bir fiyat üzerinden likidite yatırmalısınız. <0/>Fiyat yanlış görünüyorsa, fiyatı değiştirmek için bir swap yapabilir veya başka birinin yapmasını bekleyebilirsiniz." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Ayrıca bu pozisyondan kazanılan ücretleri de toplarsınız." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Alacağınız:" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "V2 likiditeniz" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Aktif V3 likidite pozisyonlarınız burada görünecektir." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Bakiyeniz {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Bağlı ağınız desteklenmiyor." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Zincir üstü işlemleriniz ve kripto satın alımlarınız burada görünecektir." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Havuz payınız:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Pozisyonunuz" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Pozisyonunuz 0 likiditeye sahip ve ücret kazanmıyor." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Pozisyonunuz burada görünecektir." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Bu fiyatta pozisyonunuz %100 şundan olacak: {0}" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Bu fiyatta pozisyonunuz %100 şundan olacak: {0}." - -#: 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 "Piyasa fiyatı, aralığınıza girene kadar pozisyonunuz ücret kazanmayacak veya işlemlerde kullanılmayacaktır." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Pozisyonlarınız" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Takas işleminizin başarısız olması bekleniyor." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Takas işleminiz, cüzdanınız aracılığıyla değiştirildi. Bu bir hataysa, lütfen hemen iptal edin veya paranızı kaybetme riskini alın." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Toplam havuz jetonlarınız:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Havuzu oluşturacak yakıtı içerdiği için işlem maliyetiniz çok daha yüksek olacaktır." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "İşleminiz önden yürütülebilir ve olumsuz bir ticaretle sonuçlanabilir." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "İşleminiz bu süreden daha uzun süredir beklemedeyse geri alınacaktır." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Fiyatın istenmeyen şekilde bu yüzdeden daha fazla değişmesi durumunda işleminiz geri döner." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Cüzdanınızın mevcut ağı desteklenmiyor." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "{0} bakiyeniz" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "Ve" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "ve onun rızası" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "henüz mevcut" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "taban fiyatın altında." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "koleksiyonun taban fiyatının altında. Devam etmek istediğine emin misin?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "engellenen etkinlikler" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "ücret" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "için" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "{0} için" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "itibaren" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "Burada." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "dakika" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "aylar" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "ödül" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "bir şeyler yanlış gitti!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "ile" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Sorunu çöz} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Bu jeton önde gelen ABD merkezi borsalarında alınıp satılmaz veya Uniswap'te sıklıkla takas edilmez.} other {Bu belirteçler önde gelen ABD merkezli borsalarda alınıp satılmaz veya Uniswap'te sıklıkla takas edilmez.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Bu belirteç, ABD'nin önde gelen merkezi borsalarında işlem görmez.} other {Bu belirteçler önde gelen ABD merkezi borsalarında alınıp satılmaz.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Uniswap Uygulamasını kullanarak bu jetonu alıp satamazsınız.} other {Uniswap Uygulamasını kullanarak bu jetonları takas edemezsiniz.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {listeleme} other {listeler}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "% {0}" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Yatırıldı" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Kazanılan Ücretler:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT'ler önemli ölçüde listelenir" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Beklemede" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Kayma toleransınızı artırmayı deneyin.\n" -"Not: transfer ücreti ve yeniden taban belirteçleri Uniswap V3 ile uyumsuzdur." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} Oylar" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} / {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Fiyat:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "% {0}ücret kademesi" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "% {0}havuz" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "% {0}seç" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "% {0}kayma" - -#: 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 Jetonları" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}m" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {gün} other {günler}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {saat} other {saat}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {ay} other {ay}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {hafta} other {haftalar}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} ve {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {gün} other {günler}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {saat} other {saat}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {dakika} other {dakika}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {ay} other {ay}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {ikinci} other {saniye}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {hafta} other {haftalar}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} şu anda kapalı olabilir veya ağ bağlantınızı kaybetmiş olabilirsiniz." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} jetonlu köprü" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "%{percentForSlider}" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} / {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {Toplamak} other {koleksiyonlar}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Havuzlar'e geri dön" - diff --git a/src/locales/uk-UA.po b/src/locales/uk-UA.po deleted file mode 100644 index 6dba9d3df2..0000000000 --- a/src/locales/uk-UA.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: uk\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Ukrainian\n" -"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: uk\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% макс" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Переглянути в Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(редагувати)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Нова посада" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Видалити одержувача" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24H обсяг" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Обсяг за 24 години — це кількість активу, який торгувався на Uniswap v3 протягом останніх 24 годин." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "Висота 52 Вт" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52 Вт низька" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Всі пропозиції" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> голосів" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Аналітика облікових записів та накопичена комісія<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Поточна ціна:<1><2/><3>{0} за {1}" - -#: 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>Порада: Видалення токенів пула переводить вашу позицію назад на базовий токен за поточним курсом, пропорційно вашій частці пула. Нараховані комісії включено в суми, які ви отримуєте." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Порада: Виберіть дію та опишіть свою пропозицію для спільноти. Пропозиція не може бути змінена після надсилання, тому перевірте всю інформацію перед надсиланням. Період голосування розпочнеться одразу і триватиме 7 днів. Щоб запропонувати спеціальну дію, <1>прочитайте документи." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>Порада: Використовуйте цей інструмент для пошуку пулів v2, які не відображаються автоматично в інтерфейсі." - -#: 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>Порада: При додаванні ліквідності ви отримаєте токени пула, що представляє вашу позицію. Ці токени автоматично заробляють комісію пропорційно вашій частці пула, і можуть бути викуплені в будь-який час." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Розблокуйте голосування для підготовки до наступної пропозиції." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> на <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Для подання пропозицій необхідний мінімальний поріг у 0,25% від загальної пропозиції UNI" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Своп такого розміру може мати значний вплив на ціну, враховуючи поточну ліквідність пулу. Може бути велика різниця між кількістю вашого вхідного маркера та тим, що ви отримаєте у вихідному маркері" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Загальна інформація" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Прийняти" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Активний" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "діяльність" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Додати" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Додайте <0/> і <1/> до Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Додати Delegate +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Додати ліквідність" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Додати ліквідність V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Не вдалося додати ліквідність V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Не вдалося додати ліквідність" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Додайте ліквідність." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Додайте більше ліквідності" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Додати в сумку" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Додати в сумку" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Додайте {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Додати ліквідність V3 {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Додана ліквідність" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Додана ліквідність V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Додана ліквідність" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Додано {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Додавання ліквідності V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Додавання ліквідності" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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 "Дозволити перенесення токенів LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Дозволено" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Вже внесено до списку" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Завжди проводите власні дослідження перед торгівлею." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Сума" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Для використання цього маркера потрібен дозвіл." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Під час завантаження токенів сталася помилка. Будь ласка спробуйте ще раз." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Під час спроби виконати цей обмін сталася помилка. Можливо, вам доведеться збільшити толерантність до ковзання. Якщо це не спрацює, можливо, існує несумісність з токеном, яким ви торгуєте. Примітка: плата за перенесення та перебазування токенів несумісні з Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Помилка схвалення" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Очікує схвалення" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Схвалити" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Схвалити маркер" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Підтвердити в гаманці" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Підтвердіть у своєму гаманці" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Схвалити використання {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Схвалити {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Схвалено" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Схвалення" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Схвалення {0}" - -#: 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 "Щонайменше {0} {1} і {2} {3} повертаються до вашого гаманця завдяки вибраному діапазону ціни." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Автоматично" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API автоматичного маршрутизатора" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Назад до басейнів" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Назад до вибору гаманця" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Сумка" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Баланс: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Найкраще для екзотичних пар." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Найкраще для більшості пар." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Найкраще для стабільних пар." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Найкраще підходить для дуже стабільних пар." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Маршрут за найкращою ціною коштує ~{gasPrice} за бензин." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Заблокована адреса" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Заблоковано на OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Позичити не вдалося" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Позичений" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "запозичення" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Купив" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Записати не вдалося" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "Спалений" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "горіння" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "купити" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Купуйте криптовалюту" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Купити не вдалося" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Купуйте або переказуйте NFT на цей гаманець, щоб почати." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Купуйте або переказуйте токени на цей гаманець, щоб почати." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Купуйте, продавайте та досліджуйте токени" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Купуйте, продавайте та досліджуйте токени та NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "Купівля" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "Додавши ліквідність, ви заробите 0,3% усієї торгівлі за цією парою пропорційно вашій частці пула. До пула додається комісія, що нараховується в режимі реального часу й може бути отримана шляхом зняття ліквідності." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Підключаючи гаманець, ви погоджуєтеся з Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Не вдалося скасувати" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Скасовано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Скасовано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "Скасування" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "Обережно" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Перевірте стан мережі" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Ознайомтесь з нашими посібниками з просування v3 LP та посібниками з перенесення." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Забрати" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Претензія <0/> за {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Забрати UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Забрати токени UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Вимагайте винагороду UNI за {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Отримайте Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Претензія не вдалася" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Забрати комісії" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Заберіть свої токени UNI" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Задоволений" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Відбувається збирання" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Очистити все" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Очистити все" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Закрити" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Закрито" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Закриті позиції" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Зібрати" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Збирати як {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Збирайте комісії" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Помилка збору" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Збирайте{1} {0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Зібрано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Зібрані збори" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Збирається" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Незабаром: шукайте та досліджуйте токени в BNB Chain" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Поширений" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Підтвердьте цю операцію у своєму гаманці" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Підтвердити транзакцію в гаманці" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Підключитися" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Підключити Гаманець" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "Підключіться до гаманця, щоб переглянути свою ліквідність V2." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Підключіться до гаманця, щоб переглянути свою ліквідність." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Підключити гаманець" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Зміст ні" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Продовжити" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Договірна взаємодія" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "Адреса договору" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Скопійовано!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Копіювати посилання" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Створити пул і пропозицію" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Створити пропозицію" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Створити пару" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Створіть пул і додайте ліквідність V3 {0}/{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Не вдалося створити пул" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Створіть пул." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Створіть пул {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "Створений пул" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Створення пулу" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "Поточна {0} ціна:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Custom" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Реєстратор DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "Переможений" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Делегувати голоси" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Помилка делегування" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Делегувати право голосу до {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "Делегований" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Делеговані до:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "Делегування" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Делегування голосів" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Не вдалося розгорнути" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "Розгорнуто" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "Розгортання" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Суми поповнення" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Помилка депозиту" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Ліквідність внеску" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Внесіть токени в мережу {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "Депонований" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "Депонування" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Опис" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Докладно" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Подробиці" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Відхилити" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Документація" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "У вас немає гаманця Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Не бачите жодної з ваших позицій v2? <0>Імпортуйте їх." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Завантажити" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Завантажте гаманець Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Завантажити програму" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Завантажуйте в App Store, щоб безпечно зберігати свої токени та NFT, обмінюватися токенами та підключатися до криптододатків." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Контролер реєстратора ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Зароблені токени UNI представляють акції з правом голосу в управлінні Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Редагувати" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "Редагувати списки" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Введіть відсоток" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Введіть одержувача" - -#: 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 "Введіть адресу для ініціювання збору UNI. Якщо адреса має UNI для збору, її буде надіслано їм після надсилання." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Введіть суму" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Введіть суму {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Помилка" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "Ідентифікатор помилки: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Помилка підключення" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Служба імен Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Подія" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Курс валюти" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Виконати" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Виконати пропозицію {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Не вдалося виконати" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Виконати пропозицію {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Виконано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "Виконується" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Виконання цієї пропозиції активує calldata у ланцюжку." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Виконання подано" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Очікуваний результат" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Термін дії минув" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "Термін дії закінчується через" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Досліджуйте NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Дослідіть Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Дослідіть жетони" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Надзвичайно рідко" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Не вдалося" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Не вдалося змінити мережу" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Прапори функцій" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Рівень комісій" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "Рівень гонорару" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Зворотній зв'язок" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "Збори" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Отримання маршруту" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Отримання найкращої ціни..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Отримання ціни..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Фільтр жетонів" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Знаходить найкращий маршрут за протоколом Uniswap через ваш браузер. Це може призвести до високої затримки та цін." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Знаходить найкращий маршрут за протоколом Uniswap за допомогою API маршрутизації Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Поверх" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Мінімальна ціна" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "Для кожного пула, показаного нижче, клацніть на перенесення, щоб видалити ліквідність з Uniswap V2 та внести її в Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Від" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Від (максимум)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Повний діапазон" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Почати" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Отримати підтримку" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Центр допомоги" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Прихований" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Сховати" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Приховати закриті позиції" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Приховати ресурси" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Приховайте невеликі залишки" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Я розумію" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Якщо ви вважаєте, що це помилка, надішліть електронний лист із вашою адресою на адресу" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Імпортувати пул" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Імпортувати пул V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "В діапазоні" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "В зоні покриття" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Збільшити ліквідність" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Початкові ціни й частка пулу" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Вхідні дані оцінюються. Ви продасте щонайбільше <0>{0} {1}, або операцію буде скасовано." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Недостатньо коштів" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Недостатня ліквідність" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Недостатня ліквідність для цієї угоди." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Недостатня ліквідність пулу для завершення транзакції" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Недостатній баланс {0}" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Недійсна пара" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Недійсна пара." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Недійсний одержувач" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Мова" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Останній" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "Остання ціна" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Останнє оновлення" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Ознайомитися" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Дізнайтеся про надання ліквідності" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Вивчайте більше" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Юридична інформація та конфіденційність" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "Посилання" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Ліквідність" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "Постачальники ліквідності заробляють комісію в розмірі 0,3% за всі продажі, пропорційно своїй частці в пулі. До пула додається комісія, що нараховується в режимі реального часу й може бути отримана шляхом зняття ліквідності." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Список NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Список для продажу" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Розміщення NFT вимагає одноразового схвалення на ринку для кожної колекції NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "Завантажується" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "Надбавка на завантаження" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Низька ціна в списку" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "МАКС" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Зробити пропозицію" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Управління" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Управління ліквідністю в пулі винагород" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Керуйте цим пулом." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Максимум" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Максимальна ціна" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Максимальний авторський гонорар" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Максимальна комісія" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Максимальна ціна" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Максимальне ковзання" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Максимум:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "Максимальний вхід" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Перенесення ліквідності до V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Перенесення ліквідності V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Не вдалося перенести ліквідність" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Перенесіть свої токени ліквідності з Uniswap V2 lj Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "Перенесіть{1} {0}на V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "Перенесена ліквідність" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Відбувається перенесення" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Мігруюча ліквідність" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Мінімальна ціна" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Мінімальна ціна" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Мінімум:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "Мінімальний вихід" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Мінімум отриманих" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "Монетний двір не вдався" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "Карбувати" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "Карбування" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Відсутні дані діаграми" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Відсутні дані про ціни через останній низький обсяг торгівлі на Uniswap v3" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat On-ramp iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay недоступний у деяких регіонах. Натисніть, щоб дізнатися більше." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Більше" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "Мої NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Колекції NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Ім'я не знайдено" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "Кнопка навігації" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Попередження мережі" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Плата за мережу" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Ніколи" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Нова позиція" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "NFT ще немає" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Не знайдено ліквідності V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Активності ще немає" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Немає даних" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Без опису." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "Немає елементів для відображення" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Ліквідності не знайдено." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Пул не знайдено." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Басейнів ще немає" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Пропозиції не знайдено." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Результатів не знайдено." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Інформація про маркери недоступна" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Токенів не знайдено" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Токенів не знайдено." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Жетонів ще немає" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Недоступний" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Недоступно у вашому регіоні" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Не створений" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Не вказано" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "Пропозиції" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Щойно ви будете задоволені ставкою, клацніть для перегляду." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Один NFT у списку {0}%" - -#: 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 "Участь у голосуванні можуть брати лише голоси UNI, які були самостійно делеговані або делеговані на іншу адресу до блоку {0}." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Ой, поверни мене до Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Щоб почати, відкрийте нову позицію або створіть пул." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Маршрутизація замовлень" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "Результат оцінюється. Якщо ціна зміниться більш ніж на {0}%, вашу транзакцію буде скасовано." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Результат оцінюється. Ви отримаєте щонайменше <0>{0} {1}, або операцію буде скасовано." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Власник" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Сторінку не знайдено!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "платити" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Все одно платіть" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Платити з" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "В очікуванні" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Для заміни кожного токена Uniswap потрібен дозвіл. З міркувань безпеки це дія закінчиться через один місяць." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "Дозвіл2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Підключіться до рівня 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Пул" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "Заведено в пул {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "Басейни" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Популярні колекції NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "Популярні токени" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Позиція недоступна" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Уподобання" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Попередній перегляд" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Ціна" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Різниця в ціні:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Вплив ціни" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Вплив ціни занадто високий" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Вплив на ціну" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Попередження про вплив ціни" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Діапазон цін" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Ціна оновлена" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Ціна:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Ціни та частка пулу" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Політика конфіденційності" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Політика конфіденційності." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Перейти в гаманець" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Виручка в разі продажу" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Пропозиція" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Пропозицію подано" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Назва пропозиції" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Пропозиції" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Пропозиції, подані членами спільноти, з’являться тут." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Пропонована дія" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Пропонувач" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Громадський розв'язувач" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Кількість" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Черга" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Пропозиція черги {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Помилка черги" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Пропозиція черги {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "У черзі" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "Постановка в чергу" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Постановка в чергу" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Рідкісний" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "Рідкість" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Ставки" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Докладніше про управління Uniswap" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Отримати" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "Не вдалося отримати" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Отримано" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "Отримання" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Останні пошуки" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "одержувач" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Відшкодування за недоступні товари буде надано в ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Відхилено" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Перезавантажте програму" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Видалити" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Видаліть <0/> і <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Вийняти з пакета" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Видалити товар" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Не вдалося видалити ліквідність" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "Вилучено ліквідність" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Вилучена ліквідність" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Зняття ліквідності" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Видалення {0} {1} та {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Видалення {0} {1} і{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "Погашений" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Повернути не вдалося" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "Погашення" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Вирішити {issues} питань" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Повторіть спробу" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Повернутись" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Повернутися до Моїх NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Зворотний реєстратор" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Перегляд обміну" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Відкликане схвалення" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Така ж ціна" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Сканування за допомогою гаманця Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Пошук" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Шукайте ім’я або введіть адресу" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Шукайте токени та колекції NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Виберіть «Пара»." - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Вибрати токен" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Виберіть токен, щоб знайти свою ліквідність v2." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Виберіть дію" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Виберіть маркер" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Обраний діапазон" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Самостійний аналіз" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Самостійно делеговано" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Продати" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Продавайте NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Продавець" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Не вдалося надіслати" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Відправка" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Надісланий" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Щоб продовжити, установіть ціни" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Налаштування" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Частка пулу" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Частка пулу:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Поділіться в Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Поділитися в Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Показати" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Показати скасовано" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Показати закриті позиції" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Показати більше" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Показати ресурси" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Знак" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Простий" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Пробуксовування нижче {0}% може призвести до невдалої транзакції" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Продано" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Сталася помилка" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Щось пішло не так. Будь ласка спробуйте ще раз." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "На жаль, під час обробки вашого запиту сталася помилка. Якщо ви запитуєте підтримку, обов’язково скопіюйте деталі цієї помилки." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "На жаль, під час обробки вашого запиту сталася помилка. Якщо ви запитуєте підтримку, обов’язково вкажіть свій ідентифікатор помилки." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "Почати список" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "статистика" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Надіслати нову пропозицію" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Не вдалося подати пропозицію" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "Подано пропозицію" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Подання пропозиції" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Відправка голосу" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Подання пропозиції" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "Вдався" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Успіху" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "Успішно внесено до списку" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Пропозиція" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Постачання {0} {1} та {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Обмін" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Поміняйте <0/> рівно на <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Обміняти в будь-якому випадку" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Поміняти точно <0/> на <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Помилка обміну" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "Поміняно місцями" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "Обмін" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Обмін {0} {1} на {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "підмітати" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Перемикання мереж" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Переключіться на {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Символ не знайдено" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Умови використання" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Дякуємо за участь у спільноті Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "%, який ви заробите на комісії." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Інваріант Uniswap x * y = k не був задоволений в обміні. Зазвичай це означає, що один із токенів, який ви міняєте, включає спеціальну поведінку при передачі." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Сума, яку ви очікуєте отримати за поточною ринковою ціною. Ви можете отримати менше або більше, якщо ринкова ціна зміниться, поки ваша транзакція очікує на розгляд." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Додаток отримує дані блокчейну з розміщеного сервісу The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Додаток отримує дані в мережі та створює контрактні виклики за допомогою API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Додаток отримує оптимальний торговий маршрут із сервера Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Додаток веде анонімну статистику використання, щоб з часом покращувати її." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Програма безпечно збирає адресу вашого гаманця та передає її TRM Labs Inc. з міркувань ризику та дотримання вимог." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Спроба підключення не вдалася. Натисніть «Спробувати ще раз» і виконайте вказівки, щоб підключитися у своєму гаманці." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Розрахункова різниця між значеннями вхідних і вихідних сум у доларах США." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Комісія, сплачена майнерам, які обробляють вашу транзакцію. Це потрібно сплатити в ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Комісія, сплачена майнерам, які обробляють вашу транзакцію. Це потрібно сплатити в {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Вплив вашої торгівлі на ринкову ціну цього пулу." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Вхідний токен неможливо передати. Можливо, виникла проблема з вхідним токеном." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Ринкова ціна виходить за межі вказаного діапазону цін. Можливі лише внески з одним активом." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Максимальна сума, яку ви гарантовано витратите. Якщо ціна знизиться далі, вашу транзакцію буде скасовано." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Мінімальна сума, яку ви гарантовано отримаєте. Якщо ціна знизиться далі, вашу транзакцію буде скасовано." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Останній номер блоку в цій мережі. Ціни оновлюються на кожному блоці." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Вихідний токен неможливо передати. Можливо, виникла проблема з вихідним токеном." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Вихідний токен результату неможливо передати. Можливо, виникла проблема з вихідним токеном результату. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3." - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "Тема" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Немає даних про ліквідність." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Цю адресу заблоковано в інтерфейсі Uniswap Labs, оскільки вона пов’язана з одним або кількома" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Ця програма використовує такі API сторонніх розробників:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Цього місяця" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Цей пул потрібно ініціалізувати, перш ніж ви зможете додати ліквідність. Для ініціалізації виберіть початкову ціну для пулу. Потім введіть ціновий діапазон ліквідності та суму депозиту. Плата за газ буде вищою, ніж зазвичай, через транзакцію ініціалізації." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Ця пропозиція може бути виконана після {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Цей маршрут оптимізує ваш загальний вихід, враховуючи розділені маршрути, кілька стрибків і вартість газу для кожного кроку." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Ця таблиця містить найпопулярніші токени за обсягом Uniswap, відсортовані на основі ваших даних." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Цей маркер не існує" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Цей маркер не існує на {0}" - -#: 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 "Цей інструмент безпечно перенесе вашу ліквідність {0} до V3. Цей процес абсолютно не вимагає надійності завдяки" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Цю транзакцію не вдалося надіслати, оскільки кінцевий термін минув. Будь ласка, переконайтеся, що кінцевий термін транзакції не надто короткий." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Ця операція не буде успішною через рух ціни. Спробуйте збільшити свою толерантність до проковзування. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Ця транзакція не буде успішною ані через рух ціни, ані через комісію за переказ. Спробуйте збільшити свою толерантність до проковзування." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Цього тижня" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Цього року" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "час" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Кому" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "До (не менше)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Щоб використовувати Uniswap на {0}, перемкніть мережу в налаштуваннях гаманця." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Щоб переглянути позицію, ви повинні бути підключені до мережі, до якої вона належить." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Сьогодні" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Назва токена" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Маркер не знайдено" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Статистика токенів і діаграми для {label} доступні на <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Токени" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "Головна риса" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Пули в топі" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Топ жетонів на Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Всього" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Загальна заблокована вартість (TVL) — це загальна сума активу, доступна для всіх пулів ліквідності Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Торгуйте криптовалютою та NFT з упевненістю" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Торгуйте криптовалютою з упевненістю" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "риса" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "Черта підлоги" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "Риси" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Налаштування транзакцій" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Транзакцію надіслано" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Трансакцію завершено в" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Кінцевий термін транзакції" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Трансакція очікує на розгляд" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Трансакцію відхилено" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Трансакцію подано" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Токен передачі" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Спробуйте ще раз" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Управління УНІ" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI щойно прибув" - -#: src/pages/Vote/Landing.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 представляють акції з правом голосу в управлінні Uniswap. Ви можете проголосувати за кожну пропозицію самостійно або делегувати свої голоси третій стороні." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} спалено" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Недоступний" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Недоступний для розміщення" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Незатребувані комісії" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "Невизначений" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Управління Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Умови використання Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Протокол Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 недоступний у цій мережі." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap доступно в: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Клієнт Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Управління Uniswap доступне лише на рівні 1. Перемкніть свою мережу на Ethereum Mainnet, щоб переглядати пропозиції та голосувати." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap виконав ваше бажання!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap у твоїй кишені" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Контракт Uniswap щодо перенесення↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "Невідомий" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Невідоме схвалення" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "Невідомий монетний двір" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Невідомий Надіслати" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Невідомий обмін" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Розблокувати голоси" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Не підтримується вашим гаманцем" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "Без назви" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Розгорнути" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Розгорніть <0/> до {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Не вдалося розгорнути" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "Розгорнутий" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "Розгортання" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Оновити делегацію" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Використовуйте API Uniswap Labs, щоб швидше отримувати пропозиції." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 ліквідність" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "Ціна V3 {0}:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Версія:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Дуже поширений" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Дуже рідкісний" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Переглянути нараховані комісії та аналітику <0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Переглядайте та продавайте NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Переглянути більше аналітики" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Переглянути на Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Переглянути на Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Переглянути на {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Переглянути транзакцію в Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Обсяг — це кількість активу, який торгувався на Uniswap v3 протягом вибраного періоду часу." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Проголосувати проти" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Голосувати за" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Голосувати проти пропозиції {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Голосувати проти пропозиції {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Голосуйте проти пропозиції {proposalKey} з причиною \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Голосування не вдалося" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Голосувати за пропозицію {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Голосуйте за пропозицію {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Голосуйте за пропозицію {proposalKey} з причиною \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Голосуйте в уряді" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Проголосуйте за те, щоб утриматися від пропозиції {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Проголосуйте за те, щоб утриматися від пропозиції {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Голосуйте за те, щоб утриматися від пропозиції {proposalKey} з причиною «{0}»" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "Проголосував" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "Голосування" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Голосування завершилось {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Голосування завершується приблизно {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Початок голосування приблизно о {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "Чекаю підтвердження" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Адреса гаманця або ім’я ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "УВАГА" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Ласкаво просимо до команди Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Чому потрібна транзакція?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Зняти вкладену ліквідність" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Вилучити не вдалося" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "Вилучення" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "Вилучено" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Перенос" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Обгортка <0/> до {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Помилка перегортання" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "Загорнутий" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "обгортання" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "Неправильна мережа" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "У вас уже є активна пропозиція або пропозиція, що очікує на розгляд" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Ви створюєте пул" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Ви не є власником цієї посади LP. Ви не зможете вивести ліквідність з цієї позиції, якщо у вас немає такої адреси: {ownerAddress}" - -#: 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 "Ви є першим постачальником ліквідності для цього пулу Uniswap V3. Ваша ліквідність перейде за поточною ціною {0}." - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "У вас недостатньо голосів, щоб подати пропозицію" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "У вас ще немає ліквідності в цьому пулі." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Можливо, ви втратили підключення до мережі." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Ви маєте підключити обліковий запис." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Ви повинні мати {formattedProposalThreshold} голосів, щоб подати пропозицію" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Ти платиш" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "Ви маєте вносити ліквідність у Uniswap V3 лише за ціною, яку ви вважаєте правильною. <0/> Якщо ціна здається неправильною, ви можете здійснити обмін, аби перемістити ціну, або дочекатися, поки цього зробить хтось інший." - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Ваша ліквідність V2" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Тут відображатимуться ваші активні позиції ліквідності V3." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Ваш баланс на {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Ваша підключена мережа не підтримується." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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 "Ваша позиція має ліквідність 0 і не заробляє комісії." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Тут з'явиться ваша посада." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Ваша позиція буде на 100% складатися з {0} за цією ціною" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Ваша позиція буде на 100% {0} за цією ціною." - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Очікується, що ваш обмін не вдасться." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Ваша трансакція може бути першою та призвести до несприятливої торгівлі." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Вашу транзакцію буде скасовано, якщо вона очікуватиме більше цього періоду часу." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Вашу транзакцію буде скасовано, якщо ціна зміниться більш ніж на цей відсоток." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Поточна мережа вашого гаманця не підтримується." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Ваш баланс {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "і" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "та згода на його" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "ще доступний" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "нижче мінімальної ціни." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "нижче мінімальної ціни колекції. Ви впевнені, що бажаєте продовжити?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "заблоковані дії" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "гонорар" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "для" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "для {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "від" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "тут." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "хвилин" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "місяців" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "нагорода" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "щось пішло не так!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "до" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Вирішіть проблему} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Цей токен не торгується на провідних централізованих біржах США або часто обмінюється на Uniswap.} other {Ці токени не торгуються на провідних централізованих біржах США або часто обмінюються на Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Цей токен не торгується на провідних централізованих біржах США.} other {Ці токени не торгуються на провідних централізованих біржах США.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Ви не можете торгувати цим токеном за допомогою програми Uniswap.} other {Ви не можете торгувати цими токенами за допомогою програми Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {лістинг} other {списки}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "Внесено {0}" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "Зароблено {0} комісій:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT перераховані значно" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} у черзі" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Спробуйте підвищити стійкість до ковзання.\n" -"Примітка: токени з платою за переказ і перебазування несумісні з Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} голосів" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} на {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "Ціна {0} {1}:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "Рівень комісії {0}%." - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% басейн" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% вибрати" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% прослизання" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "LP NFT {0}/{1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "Токени LP {0}/{1}" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}м" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {день} other {днів}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {годину} other {години}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {місяць} other {місяців}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {тиждень} other {тижнів}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} і {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {день} other {днів}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {годину} other {години}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {хвилина} other {хвилини}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {місяць} other {місяців}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {другий} other {секунди}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {тиждень} other {тижнів}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} може зараз не працювати, або ви втратили підключення до мережі." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} токенів міст" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} на {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {колекція} other {колекції}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Повернутися до Басейни" - diff --git a/src/locales/vi-VN.po b/src/locales/vi-VN.po deleted file mode 100644 index dad40e72f0..0000000000 --- a/src/locales/vi-VN.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: vi\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Vietnamese\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: vi\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% tối đa" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(Xem trên Explorer)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(chỉnh sửa)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ Vị trí mới" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- Xóa người nhận" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "âm lượng 24H" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "Khối lượng 24 giờ là số lượng tài sản đã được giao dịch trên Uniswap v3 trong 24 giờ qua." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "cao 52W" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W thấp" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> Tất cả các đề xuất" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> Phiếu bầu" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>Phân tích tài khoản và phí tích lũy<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>Giá hiện tại:<1><2/><3>{0} trên {1}" - -#: 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> Mẹo: Loại bỏ mã token chung sẽ chuyển vị trí của bạn trở lại thành các mã token cơ bản với tỷ lệ hiện tại, tỷ lệ thuận với thị phần của bạn trong nhóm. Phí tích lũy được bao gồm trong số tiền bạn nhận được." - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>Mẹo: Chọn một hành động và mô tả đề xuất của bạn cho cộng đồng. Không thể sửa đổi đề xuất sau khi gửi, vì vậy vui lòng xác minh tất cả thông tin trước khi gửi. Thời gian bỏ phiếu sẽ bắt đầu ngay lập tức và kéo dài trong 7 ngày. Để đề xuất một hành động tùy chỉnh, <1>hãy đọc tài liệu." - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0> Mẹo: Sử dụng công cụ này để tìm các nhóm v2 không tự động xuất hiện trong giao diện." - -#: 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> Mẹo: Khi bạn thêm thanh khoản, bạn sẽ nhận được mã token chung đại diện cho vị trí của bạn. Các mã token này tự động kiếm được phí tỷ lệ thuận với phần của bạn trong nhóm và có thể được đổi bất kỳ lúc nào." - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>Mở khóa biểu quyết để chuẩn bị cho đề xuất tiếp theo." - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> trên <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "Cần có ngưỡng tối thiểu 0,25% tổng nguồn cung UNI để gửi đề xuất" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "Một giao dịch hoán đổi ở quy mô này có thể có tác động giá cao, do tính thanh khoản hiện tại trong nhóm. Có thể có sự khác biệt lớn giữa số lượng mã thông báo đầu vào của bạn và những gì bạn sẽ nhận được trong mã thông báo đầu ra" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "Giới thiệu" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "Chấp nhận" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "Hoạt động" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "Hoạt động" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "Thêm vào" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "Thêm <0/> và <1/> vào Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "Thêm đại biểu +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "Thêm thanh khoản" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "Thêm thanh khoản V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "Thêm thanh khoản V2 không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "Thêm thanh khoản không thành công" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "Thêm thanh khoản." - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "Thêm thanh khoản" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "Thêm vào túi" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "Thêm vào túi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "Thêm {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "Thêm {0}/{1} thanh khoản V3" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "Đã thêm thanh khoản" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "Đã thêm thanh khoản V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "Đã thêm thanh khoản" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "Đã thêm {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "Thêm thanh khoản V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "Thêm thanh khoản" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -msgstr "Việc thêm đề xuất này vào hàng đợi sẽ cho phép nó được thực hiện sau một khoảng thời gian trễ." - -#: src/components/claim/AddressClaimModal.tsx -msgid "Address has no available claim" -msgstr "Địa chỉ không có yêu cầu" - -#: src/pages/Vote/VotePage.tsx -msgid "Against" -msgstr "Chống lại" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allow LP token migration" -msgstr "Cho phép di chuyển mã token LP" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "Được phép" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "Đã được niêm yết tại" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "Luôn tiến hành nghiên cứu của riêng bạn trước khi giao dịch." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "Số tiền" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "Cần có sự chấp thuận để sử dụng mã thông báo này." - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "Đã xảy ra lỗi khi tải mã thông báo. Vui lòng thử lại." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Đã xảy ra lỗi khi cố gắng thực hiện hoán đổi này. Bạn có thể cần phải tăng khả năng chịu trượt của mình. Nếu điều đó không hiệu quả, có thể có sự không tương thích với mã thông báo bạn đang giao dịch. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "Phê duyệt không thành công" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "Đang chờ phê duyệt" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "Phê duyệt" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "Phê duyệt mã thông báo" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "Phê duyệt trong ví" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "Phê duyệt trong ví của bạn" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "Phê duyệt sử dụng {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "Phê duyệt {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "Tán thành" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "Đang phê duyệt" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "Đang phê duyệt {0}" - -#: 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 "Ít nhất {0} {1} và {2} {3} sẽ được hoàn lại vào ví của bạn do phạm vi giá đã chọn." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "Tự động" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "API bộ định tuyến tự động" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "Quay lại hồ bơi" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "Quay lại lựa chọn ví" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "Cái túi" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "Số dư: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "Tốt nhất cho các cặp kỳ lạ." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "Tốt nhất cho hầu hết các cặp." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "Tốt nhất cho các cặp ổn định." - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "Tốt nhất cho các cặp rất ổn định." - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "Tuyến đường giá tốt nhất chi phí ~{gasPrice} tiền xăng." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "Địa chỉ bị chặn" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "Bị chặn trên OpenSea" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "Mượn không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "Mượn" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "Vay" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "Mua" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "Ghi không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "đốt cháy" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "Đốt cháy" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "Mua" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "Mua tiền điện tử" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "Mua không thành công" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "Mua hoặc chuyển NFT vào ví này để bắt đầu." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "Mua hoặc chuyển mã thông báo vào ví này để bắt đầu." - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "Mua, bán và khám phá mã thông báo" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "Mua, bán và khám phá mã thông báo và NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "mua" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -msgstr "Qua" - -#: 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 "Bằng cách thêm thanh khoản, bạn sẽ kiếm được 0,3% tất cả các giao dịch trên cặp tiền này tỷ lệ với phần của bạn trong nhóm. Phí được thêm vào nhóm, tích lũy trong thời gian thực và có thể được yêu cầu bằng cách rút tiền thanh khoản của bạn." - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "Bằng cách kết nối ví, bạn đồng ý với Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "Hủy không thành công" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "Đã hủy" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "Đã hủy" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "hủy bỏ" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "thận trọng" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "Kiểm tra trạng thái mạng" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "Xem hướng dẫn di chuyển và hướng dẫn v3 LP của chúng tôi." - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "Nhận" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "Yêu cầu <0/> cho {0}" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "Nhận UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "Yêu cầu mã token UNI" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "Yêu cầu phần thưởng UNI cho {0}" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "Yêu cầu Uniswap NFT Airdrop" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "Yêu cầu không thành công" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "Yêu cầu phí" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "Yêu cầu mã token UNI của bạn" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "Đã yêu cầu bồi thường" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "Đang yêu cầu" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "Xóa tất cả" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "Xóa tất cả" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "Đóng" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "Đã đóng cửa" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "Vị trí đã đóng" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "Sưu tầm" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "Thu thập là {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "Thu phí" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "Thu phí không thành công" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "Thu{1} {0}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "Đã thu thập" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "Phí đã thu" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "Sưu tập" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees" -msgstr "Thu phí" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting fees will withdraw currently available fees for you." -msgstr "Thu phí sẽ rút các khoản phí hiện có sẵn cho bạn." - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "Sắp ra mắt: tìm kiếm và khám phá mã thông báo trên Chuỗi BNB" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "Chung" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -msgstr "Hoàn thành!" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Confirm" -msgstr "Xác nhận" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Confirm Supply" -msgstr "Xác nhận cung cấp" - -#: src/components/ModalViews/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "Xác nhận giao dịch này trong ví của bạn" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "Xác nhận giao dịch trong ví" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "Kết nối" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "Kết nối ví" - -#: src/pages/Pool/index.tsx -msgid "Connect a wallet" -msgstr "Kết nối ví" - -#: src/pages/PoolFinder/index.tsx -msgid "Connect to a wallet to find pools" -msgstr "Kết nối với ví để tìm nhóm" - -#: src/pages/MigrateV2/index.tsx -msgid "Connect to a wallet to view your V2 liquidity." -msgstr "Kết nối với ví để xem tính thanh khoản V2 của bạn." - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "Kết nối với ví để xem tính thanh khoản của bạn." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "Kết nối ví" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "Nội dung không" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "Tiếp tục" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "Tương tác hợp đồng" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "địa chỉ hợp đồng" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "Đã sao chép!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "Sao chép đường dẫn" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "Tạo Nhóm & Nguồn cung" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "Tạo đề xuất" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "Tạo một cặp" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "Tạo nhóm và thêm {0}/{1} thanh khoản V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "Tạo nhóm không thành công" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "Tạo nhóm." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "Tạo nhóm {0}{1}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "nhóm đã tạo" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "Tạo hồ bơi" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -msgstr "Mua tiền điện tử không khả dụng trong khu vực của bạn." - -#: src/components/PositionPreview/index.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Current price" -msgstr "Giá hiện tại" - -#: src/pages/AddLiquidity/index.tsx -msgid "Current {0} Price:" -msgstr "Giá {0} hiện tại:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "Phong tục" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "Công ty đăng ký DNS" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "đánh bại" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "Phiếu bầu ủy quyền" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "Đại biểu không thành công" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "Ủy quyền biểu quyết cho {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "được ủy quyền" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "Giao cho:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "ủy quyền" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "Ủy quyền phiếu bầu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "Triển khai không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "đã triển khai" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "triển khai" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "Số tiền đặt cọc" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "Gửi tiền không thành công" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "Thanh khoản tiền gửi" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "Gửi mã thông báo vào mạng {label}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "ký gửi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "gửi tiền" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "Sự miêu tả" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "Chi tiết" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "Chi tiết" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "Bỏ qua" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "Tài liệu" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "Bạn chưa có Ví Uniswap?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "Bạn không thấy một trong các vị trí v2 của mình? <0> Nhập nó ngay." - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "Tải xuống" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "Tải xuống ví Uniswap" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "Tải ứng dụng" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "Tải xuống trong App Store để lưu trữ mã thông báo và NFT của bạn một cách an toàn, hoán đổi mã thông báo và kết nối với các ứng dụng tiền điện tử." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "Bộ điều khiển đăng ký ETH" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "Token UNI kiếm được đại diện cho cổ phần có quyền biểu quyết trong quản trị Uniswap." - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "Biên tập" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "chỉnh sửa danh sách" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "Nhập một phần trăm" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "Nhập người nhận" - -#: 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 "Nhập địa chỉ để kích hoạt khiếu nại UNI. Nếu địa chỉ có bất kỳ UNI nào có thể xác nhận quyền sở hữu, địa chỉ đó sẽ được gửi cho họ khi gửi." - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "Nhập số tiền" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "Nhập {0} số tiền" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "Lỗi" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "ID lỗi: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "Lỗi kết nối" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "Dịch vụ tên Ethereum" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "Sự kiện" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "Tỷ giá" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "Hành hình" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "Thực hiện đề xuất {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "Thực thi không thành công" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "Thực hiện đề xuất {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "Thực thi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "thi hành" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "Việc thực hiện đề xuất này sẽ kích hoạt calldata trên chuỗi." - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "Đã gửi lệnh thực thi" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "Sản lượng dự kiến" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "Hết hạn" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "hết hạn sau" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "Khám phá NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "Khám phá Uniswap Analytics." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "Khám phá mã thông báo" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "Cực kì hiếm" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "Thất bại" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "Chuyển đổi mạng không thành công" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "Cờ tính năng" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "Bậc phí" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "bậc phí" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "Nhận xét" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "lệ phí" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "Đang tìm nạp tuyến đường" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "Tìm nạp giá tốt nhất..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "Đang tìm nạp giá..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "Lọc mã thông báo" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "Tìm tuyến đường tốt nhất trên Giao thức Uniswap thông qua trình duyệt của bạn. Có thể dẫn đến độ trễ và giá cao." - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "Tìm tuyến đường tốt nhất trên Giao thức Uniswap bằng cách sử dụng API định tuyến của Uniswap Labs." - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "Sàn nhà" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "Giá sàn" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -msgstr "Đối với" - -#: 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 "Đối với mỗi pool được hiển thị bên dưới, hãy nhấp vào di chuyển để xóa thanh khoản của bạn khỏi Uniswap V2 và gửi nó vào Uniswap V3." - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "Từ" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "Từ (nhiều nhất)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "Phạm vi đầy đủ" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "Bắt đầu" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "Nhận hỗ trợ" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "Trung tâm trợ giúp" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "Ẩn giấu" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "Trốn" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "Ẩn các vị trí đã đóng" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "Ẩn tài nguyên" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "Ẩn số dư nhỏ" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "Tôi hiểu" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "Nếu bạn cho rằng đây là lỗi, vui lòng gửi email bao gồm địa chỉ của bạn tới" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "Nhập Pool" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "Nhập pool V2" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "Trong phạm vi" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "Trong phạm vi" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "Tăng tính thanh khoản" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "Giá ban đầu và tỷ trọng pool" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "Đầu vào được ước tính. Bạn sẽ bán nhiều nhất <0>{0} {1} hoặc giao dịch sẽ hoàn nguyên." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "Không đủ tiền" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "Thanh khoản không đủ" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "Không đủ thanh khoản cho giao dịch này." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "Không đủ thanh khoản nhóm để hoàn thành giao dịch" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "Số dư {0} không đủ" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "Cặp không hợp lệ" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "Cặp không hợp lệ." - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -msgstr "Giá đầu vào không hợp lệ" - -#: 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 "Đã chọn dải ô không hợp lệ. Giá tối thiểu phải thấp hơn giá tối đa." - -#: src/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "Người nhận không hợp lệ" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "Ngôn ngữ" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "Cuối cùng" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "giá cuối cùng" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "Cập nhật mới nhất" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "Học hỏi" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "Tìm hiểu về việc cung cấp thanh khoản" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "Tìm hiểu thêm" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "Pháp lý & Quyền riêng tư" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "liên kết" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "Thanh khoản" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -msgstr "Dữ liệu thanh khoản không có sẵn." - -#: src/pages/Pool/v2.tsx -msgid "Liquidity provider rewards" -msgstr "Phần thưởng của nhà cung cấp thanh khoản" - -#: 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 "Các nhà cung cấp thanh khoản kiếm được một khoản phí 0,3% cho tất cả các giao dịch tỷ lệ với phần của họ trong pool. Phí được thêm vào pool, tích lũy trong thời gian thực và có thể được yêu cầu bằng cách rút tiền thanh khoản của bạn." - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "Liệt kê NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "Danh sách bán" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "Việc liệt kê một NFT yêu cầu phê duyệt thị trường một lần cho mỗi bộ sưu tập NFT." - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -msgstr "danh sách" - -#: 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 -msgid "Loading" -msgstr "Đang tải" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "phụ cấp tải" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "Giá niêm yết thấp" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "TỐI ĐA" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "Thực hiện một đề nghị" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "Quản lý" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "Quản lý tính thanh khoản trong Nhóm phần thưởng" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "Quản lý pool này." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "Tối đa" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "Giá tối đa" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "Tiền bản quyền tối đa của người sáng tạo" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "Phí tối đa" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "Giá tối đa" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "Độ trượt tối đa" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "Tối đa:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "đầu vào tối đa" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -msgstr "Đã gửi tối đa" - -#: 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 "Di chuyển" - -#: src/pages/Pool/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "Di chuyển thanh khoản sang V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "Di chuyển Thanh khoản V2" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "Di chuyển thanh khoản không thành công" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "Di chuyển mã token thanh khoản của bạn từ Uniswap V2 sang Uniswap V3." - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "{1} chuyển thanh khoản {0}sang V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "thanh khoản di chuyển" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "Đang di chuyển" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "Di chuyển thanh khoản" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "Giá tối thiểu" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "Giá tối thiểu" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "Tối thiểu:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "đầu ra tối thiểu" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "Số tiền nhận được tối thiểu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "đúc thất bại" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "đúc" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "đúc tiền" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "Thiếu dữ liệu biểu đồ" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "Thiếu dữ liệu giá do khối lượng giao dịch gần đây trên Uniswap v3 thấp" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Khung nội tuyến trên đường nối Moonpay Fiat" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay không khả dụng ở một số vùng. Bấm để học nhiều hơn." - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "Thêm nữa" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "NFT của tôi" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "NFT" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "Bộ sưu tập NFT" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFT" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "Không tìm thấy tên" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "nút điều hướng" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "Cảnh báo mạng" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "Phí mạng" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "Không bao giờ" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "Vị trí mới" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "Chưa có NFT nào" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "Không tìm thấy Thanh khoản V2." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "Chưa có hoạt động nào" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "Không có dữ liệu" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "Không có mô tả." - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "không có gì để hiển thị" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "Không tìm thấy thanh khoản." - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "Không tìm thấy pool." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "Chưa có hồ bơi nào" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "Không tìm thấy đề xuất nào." - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "Không có kết quả nào được tìm thấy." - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "Không có thông tin về mã thông báo" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "Không tìm thấy mã thông báo nào" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "Không tìm thấy mã thông báo nào." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "Chưa có mã thông báo nào" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "Không có sẵn" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "Không có sẵn trong khu vực của bạn" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "Chưa tạo" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "Không được liệt kê" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "ưu đãi" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "Một khi bạn hài lòng với tỷ lệ, nhấp vào cung cấp để xem xét." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "Một NFT được niêm yết {0}%" - -#: 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 "Chỉ những phiếu bầu UNI đã được tự ủy quyền hoặc được ủy quyền cho một địa chỉ khác trước khối {0} đủ điều kiện để bỏ phiếu." - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "Rất tiếc, hãy đưa tôi trở lại Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "Mở một vị trí mới hoặc tạo một nhóm để bắt đầu." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "Định tuyến đơn hàng" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -msgid "Out of range" -msgstr "Ngoài phạm vi" - -#: 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 "Đầu ra được ước tính. Nếu giá thay đổi nhiều hơn {0}%, giao dịch của bạn sẽ hoàn nguyên." - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "Đầu ra được ước tính. Bạn sẽ nhận được ít nhất <0>{0} {1} hoặc giao dịch sẽ hoàn nguyên." - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "Chủ sở hữu" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "Không tìm thấy trang!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "Chi trả" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "Dù sao cũng phải trả tiền" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "Thanh toán bằng" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "Chưa giải quyết" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Cần có quyền để Uniswap hoán đổi từng mã thông báo. Điều này sẽ hết hạn sau một tháng để bảo mật cho bạn." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "giấy phép2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "Vui lòng kết nối với Lớp 1 Ethereum" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "Pool" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -msgstr "Đã tìm thấy pool!" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Pool tokens in rewards pool:" -msgstr "Nhóm mã token trong nhóm phần thưởng:" - -#: 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 "Pool {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "hồ bơi" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "Bộ sưu tập NFT phổ biến" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "mã thông báo phổ biến" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "Vị trí không có sẵn" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "Sở thích" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "Xem trước" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "Giá" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "Chênh lệch giá:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "Tác động giá" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "Tác động giá quá cao" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "Tác động giá" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "Cảnh báo tác động giá" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "Phạm vi giá" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "Đã cập nhật giá" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "Giá:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "Giá và pool chia sẻ" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "Chính sách bảo mật" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "Chính sách bảo mật." - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "Tiếp tục trong ví" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "Tiền thu được nếu bán" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "Đề xuất" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "Đã gửi đề xuất" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "Tiêu đề đề xuất" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "Đề xuất" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "Các đề xuất do các thành viên cộng đồng gửi sẽ xuất hiện ở đây." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "Đề xuất hành động" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "Người đề xuất" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "Người giải quyết công khai" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "Số lượng" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "Xếp hàng" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "Đề xuất hàng đợi {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "Hàng đợi không thành công" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "Đề xuất hàng đợi {proposalKey}." - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "xếp hàng" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "xếp hàng" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "Xếp hàng" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "Hiếm" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "việc hiếm có" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "Tỷ giá" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "Đọc thêm về quản trị Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Read more about providing liquidity" -msgstr "Đọc thêm về cung cấp thanh khoản" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Read more about unsupported assets" -msgstr "Đọc thêm về nội dung không được hỗ trợ" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "Nhận được" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "nhận không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "Đã nhận" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "nhận" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "Tìm kiếm gần đây" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "Người nhận" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "Hoàn lại tiền cho các mặt hàng không có sẵn sẽ được trao bằng ETH" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "Vật bị loại bỏ" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "Tải lại ứng dụng" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "Xóa" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "Xóa <0/> và <1/>" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove Amount" -msgstr "Xóa số tiền" - -#: src/components/vote/DelegateModal.tsx -msgid "Remove Delegate" -msgstr "Xóa ủy quyền" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Remove Liquidity" -msgstr "Loại bỏ thanh khoản" - -#: src/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "Lấy ra khỏi túi" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "Loại bỏ mục" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "Xóa thanh khoản không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "thanh khoản bị loại bỏ" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "Đã xóa thanh khoản" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "Loại bỏ thanh khoản" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "Loại bỏ {0} {1} và {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "Đang xóa {0} {1} và{2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "hoàn trả" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "Trả nợ không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "trả nợ" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "Giải quyết {issues} vấn đề" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "Thử lại" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "Trở về" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "Quay lại NFT của tôi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "Công ty đăng ký đảo ngược" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "Đánh giá Hoán đổi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "Thu hồi phê duyệt" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "Đồng giá" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "Quét bằng Ví Uniswap" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "Tìm kiếm" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "Tìm kiếm tên hoặc dán địa chỉ" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "Tìm kiếm mã thông báo và bộ sưu tập NFT" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "Chọn cặp" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "Chọn một mã token" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "Chọn một mã token để tìm thanh khoản v2 của bạn." - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "Chọn một hành động" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "Chọn mã thông báo" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "Phạm vi đã chọn" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "Bản thân" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "Tự ủy quyền" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "Bán" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "Bán NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "Người bán" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "Gửi thất bại" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "Gửi" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "Đã gửi" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Set Price Range" -msgstr "Đặt phạm vi giá" - -#: src/pages/AddLiquidity/index.tsx -msgid "Set Starting Price" -msgstr "Đặt giá khởi điểm" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "Đặt giá để tiếp tục" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "Cài đặt" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "Chia sẻ của Pool" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "Chia sẻ của Pool:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "Chia sẽ trên Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "Chia sẻ lên Twitter" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "Trình diễn" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "Hiển thị Đã hủy" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "Hiển thị các vị thế đã đóng" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "Cho xem nhiều hơn" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "Hiển thị tài nguyên" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "Dấu hiệu" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "Đơn giản" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "Trượt giá dưới {0}% có thể dẫn đến giao dịch thất bại" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "Đã bán" - -#: 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 "Một số tài sản không khả dụng thông qua giao diện này vì chúng không hoạt động tốt với các hợp đồng thông minh hoặc chúng tôi không thể cho phép giao dịch vì lý do pháp lý." - -#: src/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "Đã xảy ra sự cố" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "Đã xảy ra sự cố. Vui lòng thử lại." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "Rất tiếc, đã xảy ra lỗi khi xử lý yêu cầu của bạn. Nếu bạn yêu cầu hỗ trợ, hãy nhớ sao chép chi tiết về lỗi này." - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "Rất tiếc, đã xảy ra lỗi khi xử lý yêu cầu của bạn. Nếu bạn yêu cầu hỗ trợ, hãy đảm bảo cung cấp ID lỗi của bạn." - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "bắt đầu niêm yết" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "số liệu thống kê" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "Gửi đề xuất mới" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "Gửi đề xuất không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "đề xuất đã gửi" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "Gửi đề xuất" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "Gửi phiếu bầu" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "Gửi đề xuất" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "thành công" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "Sự thành công" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "niêm yết thành công" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "Cung cấp" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "Cung cấp {0} {1} và {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "Hoán đổi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "Hoán đổi <0/> lấy đúng <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "Vẫn hoán đổi" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "Hoán đổi chính xác <0/> cho <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "Hoán đổi không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "hoán đổi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "hoán đổi" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "Đổi {0} {1} lấy {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "quét" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "Chuyển đổi mạng" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "Chuyển sang {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "Không tìm thấy biểu tượng" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "Điều khoản dịch vụ" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "Cảm ơn bạn đã tham gia cộng đồng Uniswap <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "% bạn sẽ kiếm được trong các khoản phí." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "Bất biến Uniswap x * y = k không được thỏa mãn bởi hoán đổi. Điều này thường có nghĩa là một trong những mã token bạn đang hoán đổi kết hợp hành vi tùy chỉnh khi chuyển." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "Số tiền bạn mong muốn nhận được ở mức giá thị trường hiện tại. Bạn có thể nhận được ít hơn hoặc nhiều hơn nếu giá thị trường thay đổi trong khi giao dịch của bạn đang chờ xử lý." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "Ứng dụng lấy dữ liệu chuỗi khối từ dịch vụ lưu trữ của The Graph." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "Ứng dụng tìm nạp dữ liệu trên chuỗi và xây dựng các lệnh gọi hợp đồng bằng API Infura." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "Ứng dụng tìm nạp lộ trình giao dịch tối ưu từ máy chủ Uniswap Labs." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "Ứng dụng ghi lại số liệu thống kê sử dụng ẩn danh để cải thiện theo thời gian." - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "Ứng dụng thu thập địa chỉ ví của bạn một cách an toàn và chia sẻ nó với TRM Labs Inc. vì lý do tuân thủ và rủi ro." - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "Nỗ lực kết nối không thành công. Vui lòng nhấp vào thử lại và làm theo các bước để kết nối trong ví của bạn." - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "Chênh lệch ước tính giữa giá trị USD của số lượng đầu vào và đầu ra." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "Phí trả cho những người khai thác xử lý giao dịch của bạn. Điều này phải được thanh toán bằng ${0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "Phí trả cho những người khai thác xử lý giao dịch của bạn. Điều này phải được thanh toán bằng {0}." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "Tác động giao dịch của bạn đối với giá thị trường của nhóm này." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "Không thể chuyển mã token đầu vào. Có thể có sự cố với mã token đầu vào." - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "Giá thị trường nằm ngoài phạm vi giá đã chỉ định của bạn. Chỉ gửi một tài sản duy nhất." - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "Số tiền tối đa bạn được đảm bảo để chi tiêu. Nếu giá trượt hơn nữa, giao dịch của bạn sẽ hoàn nguyên." - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "Số tiền tối thiểu bạn được đảm bảo nhận được. Nếu giá trượt hơn nữa, giao dịch của bạn sẽ hoàn nguyên." - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "Số khối gần đây nhất trên mạng này. Giá cập nhật trên mỗi khối." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "Không thể chuyển mã token đầu ra. Có thể có sự cố với mã token đầu ra." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Không thể chuyển mã thông báo đầu ra. Có thể có sự cố với mã thông báo đầu ra. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3." - -#: 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 "Giá của pool này nằm ngoài phạm vi bạn đã chọn. Vị trí của bạn hiện không kiếm được phí." - -#: src/components/Badge/RangeBadge.tsx -msgid "The price of this pool is within your selected range. Your position is currently earning fees." -msgstr "Giá của pool này nằm trong phạm vi bạn đã chọn. Vị trí của bạn hiện đang thu phí." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "The ratio of tokens you add will set the price of this pool." -msgstr "Tỷ lệ mã token bạn thêm vào sẽ thiết lập giá của nhóm này." - -#: src/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "chủ đề" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "Không có dữ liệu thanh khoản." - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "Địa chỉ này bị chặn trên giao diện Uniswap Labs vì nó được liên kết với một hoặc nhiều" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "Ứng dụng này sử dụng các API của bên thứ ba sau:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "Tháng này" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "Nhóm này phải được khởi tạo trước khi bạn có thể thêm thanh khoản. Để khởi tạo, hãy chọn giá khởi điểm cho nhóm. Sau đó, nhập phạm vi giá thanh khoản và số tiền gửi của bạn. Phí gas sẽ cao hơn bình thường do giao dịch khởi tạo." - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "Đề xuất này có thể được thực hiện sau {0}." - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "Tuyến đường này tối ưu hóa tổng sản lượng của bạn bằng cách xem xét các tuyến đường được phân chia, nhiều bước nhảy và chi phí xăng của mỗi bước." - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "Bảng này chứa các mã thông báo hàng đầu theo khối lượng Uniswap, được sắp xếp dựa trên thông tin đầu vào của bạn." - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "Mã thông báo này không tồn tại" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "Mã thông báo này không tồn tại trên {0}" - -#: 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 "Công cụ này sẽ chuyển thanh khoản {0} sang V3. Quá trình này hoàn toàn không đáng tin cậy nhờ vào" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "Không thể gửi giao dịch này vì thời hạn đã qua. Vui lòng kiểm tra xem thời hạn giao dịch của bạn không quá thấp." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "Giao dịch này sẽ không thành công do biến động giá. Hãy thử tăng khả năng chịu trượt của bạn. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3." - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "Giao dịch này sẽ không thành công do biến động giá hoặc phí chuyển nhượng. Hãy thử tăng khả năng chịu trượt của bạn." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "Tuần này" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "Năm nay" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "Thời gian" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "Đến" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "Đến (Ít nhất)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "Để sử dụng Uniswap trên {0}, hãy chuyển đổi mạng trong cài đặt ví của bạn." - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "Để xem một vị trí, bạn phải kết nối với mạng của vị trí đó." - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "Hôm nay" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Tên mã thông báo" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "Không tìm thấy mã thông báo" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "Số liệu thống kê và biểu đồ mã thông báo cho {label} có sẵn trên <0>info.uniswap.org" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "Token" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "đặc điểm hàng đầu" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "Pool hàng đầu" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Các mã thông báo hàng đầu trên Uniswap" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "Tổng cộng" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "Tổng giá trị bị khóa (TVL) là tổng số lượng tài sản có sẵn trên tất cả các nhóm thanh khoản Uniswap v3." - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "Tự tin giao dịch tiền điện tử và NFT" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "Tự tin giao dịch tiền điện tử" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "Đặc điểm" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "tầng đặc điểm" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "đặc điểm" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "Cài đặt giao dịch" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "Giao dịch đã được gửi" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "Giao dịch hoàn tất trong" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "Thời hạn giao dịch" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "Giao dịch đang chờ xử lý" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "Giao dịch bị từ chối" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "Giao dịch đã được gửi" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "Chuyển mã thông báo" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "Thử lại" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "Quản trị UNI" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI đã đến" - -#: src/pages/Vote/Landing.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 "Mã token UNI đại diện cho cổ phần có quyền biểu quyết trong quản trị Uniswap. Bạn có thể tự bỏ phiếu cho từng đề xuất hoặc ủy thác phiếu bầu của mình cho bên thứ ba." - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} đã đốt" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "Không có sẵn" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "Không có sẵn cho danh sách" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "Phí chưa nhận" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "không xác định" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "API Uniswap" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Quản trị Uniswap" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Điều khoản dịch vụ của Uniswap Labs" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Giao thức Uniswap" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 không khả dụng trên mạng này." - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap có sẵn ở: <0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Ứng dụng khách Uniswap" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Quản trị Uniswap chỉ khả dụng trên Lớp 1. Chuyển mạng của bạn sang Ethereum Mainnet để xem Đề xuất và Bình chọn." - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap đã đáp ứng mong muốn của bạn!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "Uniswap trong túi của bạn" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Hợp đồng di chuyển Uniswap↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "không xác định" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "Phê duyệt không xác định" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "bạc hà không xác định" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "Gửi không xác định" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "Hoán đổi không xác định" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "Mở khóa phiếu bầu" - -#: src/pages/Vote/Landing.tsx -msgid "Unlock Voting" -msgstr "Mở khóa biểu quyết" - -#: src/components/vote/DelegateModal.tsx -msgid "Unlocking Votes" -msgstr "Mở khóa phiếu bầu" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/Swap/index.tsx -msgid "Unsupported Asset" -msgstr "Tài sản không được hỗ trợ" - -#: src/components/swap/UnsupportedCurrencyFooter.tsx -msgid "Unsupported Assets" -msgstr "Tài sản không được hỗ trợ" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "Không được ví của bạn hỗ trợ" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "không có tiêu đề" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "Tháo" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "Mở gói <0/> đến {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "Unwrap không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "chưa mở" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "mở gói" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "Cập nhật ủy quyền" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "Sử dụng API Uniswap Labs để nhận báo giá nhanh hơn." - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "Thanh khoản V2" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} Giá:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "Phiên bản:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "Rất phổ biến" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "Rất hiếm" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "Xem phí đã tích lũy và số liệu phân tích <0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "Xem và bán NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "Xem thêm phân tích" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "Xem trên Etherscan" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "Xem trên Explorer" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "Xem trên {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "Xem giao dịch trên Explorer" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "Khối lượng là số lượng tài sản đã được giao dịch trên Uniswap v3 trong khung thời gian đã chọn." - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "Bỏ phiếu chống lại" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "Bỏ phiếu cho" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "Bỏ phiếu chống lại đề xuất {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "Bỏ phiếu chống lại đề xuất {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "Bỏ phiếu chống lại đề xuất {proposalKey} với lý do \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "Bỏ phiếu không thành công" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "Bỏ phiếu cho đề xuất {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "Bỏ phiếu cho đề xuất {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "Bình chọn cho đề xuất {proposalKey} với lý do \"{0}\"" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "Bỏ phiếu trong quản trị" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "Bỏ phiếu trắng cho đề xuất {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "Bỏ phiếu trắng cho đề xuất {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "Bỏ phiếu trắng cho đề xuất {proposalKey} với lý do \"{0}\"" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "bình chọn" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "bỏ phiếu" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "Bỏ phiếu đã kết thúc {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "Bỏ phiếu kết thúc vào khoảng {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "Bỏ phiếu bắt đầu khoảng {0}" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "chờ đợi sự xác nhận" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "Địa chỉ ví hoặc tên ENS" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "Cảnh báo" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "Chào mừng đến với đội Unicorn :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "Tại sao phải giao dịch?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "Rút tiền thanh khoản đã ký gửi" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "Rút tiền không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "rút tiền" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "rút tiền" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "Bọc lại" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "Bọc <0/> đến {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "Gói không thành công" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "bọc" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "gói" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "mạng sai" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "Bạn đã có một đề xuất đang hoạt động hoặc đang chờ xử lý" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "Bạn đang tạo một pool" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "Bạn không phải là chủ sở hữu của vị trí LP này. Bạn sẽ không thể rút thanh khoản từ vị trí này trừ khi bạn sở hữu địa chỉ sau: {ownerAddress}" - -#: 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 "Bạn là nhà cung cấp thanh khoản đầu tiên cho pool Uniswap V3 này. Thanh khoản của bạn sẽ thay đổi ở mức giá {0}." - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are the first liquidity provider." -msgstr "Bạn là nhà cung cấp thanh khoản đầu tiên." - -#: src/components/vote/DelegateModal.tsx -msgid "You can either vote on each proposal yourself or delegate your votes to a third party." -msgstr "Bạn có thể tự bỏ phiếu cho từng đề xuất hoặc ủy thác phiếu bầu của mình cho bên thứ ba." - -#: src/pages/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "Bạn không có đủ phiếu bầu để gửi đề xuất" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "Bạn chưa có thanh khoản trong pool này." - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "Có thể bạn đã mất kết nối mạng." - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "Bạn phải kết nối một tài khoản." - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "Bạn phải có {formattedProposalThreshold} phiếu bầu để gửi đề xuất" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "Bạn trả" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -msgstr "Bạn nhận được" - -#: 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 "Bạn chỉ nên gửi thanh khoản vào Uniswap V3 ở mức giá mà bạn tin là chính xác. <0/> Nếu giá có vẻ không chính xác, bạn có thể hoán đổi để thay đổi giá hoặc đợi người khác thực hiện." - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "You will also collect fees earned from this position." -msgstr "Bạn cũng sẽ thu phí kiếm được từ vị trí này." - -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "You will receive" -msgstr "Bạn sẽ nhận" - -#: src/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "Thanh khoản V2 của bạn" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "Các vị trí thanh khoản V3 đang hoạt động của bạn sẽ xuất hiện ở đây." - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "Số dư của bạn về {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "Mạng được kết nối của bạn không được hỗ trợ." - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -msgstr "Các giao dịch onchain và giao dịch mua tiền điện tử của bạn sẽ xuất hiện tại đây." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Your pool share:" -msgstr "Chia sẻ pool của bạn:" - -#: src/components/PositionCard/index.tsx -msgid "Your position" -msgstr "Vị trí của bạn" - -#: src/components/Badge/RangeBadge.tsx -msgid "Your position has 0 liquidity, and is not earning fees." -msgstr "Vị thế của bạn có tính thanh khoản bằng 0 và không thu phí." - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "Vị trí của bạn sẽ xuất hiện ở đây." - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "Vị trí của bạn sẽ 100% bao gồm {0} ở mức giá này" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "Vị trí của bạn sẽ là 100% {0} ở mức giá này." - -#: 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 "Vị trí của bạn sẽ không kiếm được phí hoặc được sử dụng trong các giao dịch cho đến khi giá thị trường di chuyển vào phạm vi của bạn." - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Your positions" -msgstr "Vị trí của bạn" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "Trao đổi của bạn dự kiến sẽ không thành công." - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -msgstr "Trao đổi của bạn đã được sửa đổi thông qua ví của bạn. Nếu đây là một sai lầm, vui lòng hủy ngay lập tức hoặc có nguy cơ mất tiền của bạn." - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -msgid "Your total pool tokens:" -msgstr "Tổng số mã token chung của bạn:" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Your transaction cost will be much higher as it includes the gas to create the pool." -msgstr "Chi phí giao dịch của bạn sẽ cao hơn nhiều vì nó đã bao gồm khí để tạo pool." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "Giao dịch của bạn có thể bị xử lý trước và dẫn đến giao dịch không thuận lợi." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "Giao dịch của bạn sẽ hoàn nguyên nếu nó đang chờ xử lý trong hơn khoảng thời gian này." - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "Giao dịch của bạn sẽ hoàn nguyên nếu giá thay đổi bất lợi hơn tỷ lệ phần trăm này." - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "Mạng hiện tại của ví của bạn không được hỗ trợ." - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "Số dư {0} của bạn" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "Và" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "và đồng ý với nó" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "có sẵn chưa" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "dưới giá sàn." - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "thấp hơn giá sàn của bộ sưu tập. Bạn có chắc chắn muốn tiếp tục không?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "hoạt động bị chặn" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "phí" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "vì" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "cho {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "từ" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "đây." - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "phút" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "tháng" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "phần thưởng" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "đã xảy ra sự cố!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "ĐẾN" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {Giải quyết vấn đề} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {Mã thông báo này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Hoa Kỳ hoặc thường xuyên được hoán đổi trên Uniswap.} other {Các mã thông báo này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Hoa Kỳ hoặc thường xuyên được hoán đổi trên Uniswap.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {Mã thông báo này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Hoa Kỳ.} other {Những mã thông báo này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Hoa Kỳ.}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {Bạn không thể giao dịch mã thông báo này bằng Ứng dụng Uniswap.} other {Bạn không thể giao dịch các mã thông báo này bằng Ứng dụng Uniswap.}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {niêm yết} other {danh sách}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "{0} Đã gửi" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} Phí đã kiếm được:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT được liệt kê đáng kể" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} Đang chờ xử lý" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} Hãy thử tăng khả năng chịu trượt của bạn.\n" -"Lưu ý: token tính phí khi chuyển và rebase không tương thích với Uniswap V3." - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} phiếu bầu" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} trên {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} Giá:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "mức phí {0}%" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "nhóm {0}%" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "{0}% chọn" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "trượt giá {0}%" - -#: 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 Token" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}phút" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {ngày} other {ngày}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {giờ} other {giờ}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {tháng} other {tháng}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {tuần} other {tuần}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} và {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {ngày} other {ngày}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {giờ} other {giờ}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {phút} other {phút}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {tháng} other {tháng}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {thứ hai} other {giây}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {tuần} other {tuần}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} có thể không hoạt động ngay bây giờ hoặc bạn có thể đã mất kết nối mạng." - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "cầu {label} mã thông báo" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} trên {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {bộ sưu tập} other {bộ sưu tập}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← Quay lại Hồ bơi" - diff --git a/src/locales/zh-CN.po b/src/locales/zh-CN.po deleted file mode 100644 index c407a6dbba..0000000000 --- a/src/locales/zh-CN.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: zh\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Chinese Simplified\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% 最大限度" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(在以太坊资源浏览器上查看)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(编辑)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ 新职位" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- 删除接收人" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24小时成交量" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24 小时交易量是过去 24 小时内在 Uniswap v3 上交易的资产数量。" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W高" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W低" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> 所有提案" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> 票" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>账户分析和已累积的手续费<1> ↗ " - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>当前兑换率: <1><2/> <3>{0} 每 {1}" - -#: 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>提示:退出资金池,按照当前汇率将您的资金池份额转换回原本代币。您收到的代币数额中将包含已累计的手续费。" - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>提示:选择操作并描述您的提案。提案提交后不可修改,提交前请核对所有信息。投票期将立即开始,持续 7 天。若要提议自定义操作,请<1>阅读文档。" - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>提示:使用此工具可查找未自动出现在界面中的 v2 池。" - -#: 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>提示:当您注入流动资金时,您将收到代表您份额的流动池代币。这些代币将根据您在池中所占份额,自动赚取和累计相称的手续费,并且可以随时赎回流动池币对。" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>解锁投票,以准备下一个提案。" - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> 每 <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "提交提案所需的最低门槛为 UNI 总供应量的 0.25%" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "鉴于池中当前的流动性,这种规模的互换可能会对价格产生很大影响。您输入的令牌数量与您将在输出令牌中收到的数量之间可能存在很大差异" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "关于" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "接受" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "已激活" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "活动" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "添加" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "将 <0/> 和 <1/> 添加到 Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "添加委托 +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "添加流动性" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "添加 V2 流动性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "添加 V2 流动性失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "添加流动性失败" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "添加流动性。" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "增加更多流动性" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "添加至购物袋" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "添加至购物袋" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "加 {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "添加{0}/{1} V3流动性" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "增加流动性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "增加了 V2 流动性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "增加流动性" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "已添加 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "添加 V2 流动性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "增加流动性" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "已允许" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "已列于" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "交易前始终进行自己的研究。" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "数额" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "使用此令牌需要获得批准。" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "加载令牌时发生错误。请再试一次。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "尝试执行此兑换时发生错误。您可能需要增加滑点限制。如果还是不行,则可能是您正在交易的代币与Uniswap不兼容。注:Uniswap V3不兼容转账时带扣除费用(fee-on-transfer)的代币和弹性供应(rebase)代币。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "审批失败" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "等待批准" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "批准" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "批准代币" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "在钱包中批准" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "在您的钱包中批准" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "批准使用 {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "批准 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "已批准" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "批准中" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "正在批准 {0}" - -#: 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 "根据选定的兑换率范围,至少会有 {0} {1} 和 {2} {3} 将退还到您的钱包。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "自动" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "自动路由 API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "返回池" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "返回钱包选择" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "包" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "余额: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "适合低交易量的币对。" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "适合大多数币对。" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "适合稳定币币对。" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "适合非常稳定的币对。" - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "最佳价格路线成本 ~{gasPrice} 天然气。" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "封锁地址" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "在 OpenSea 上被封锁" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "借用失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "借来的" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "借款" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "买" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "刻录失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "被烧毁" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "燃烧" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "买" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "购买加密货币" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "购买失败" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "购买 NFT 或将 NFT 转移到此钱包即可开始使用。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "购买或转移代币到此钱包以开始使用。" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "购买、出售和探索代币" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "购买、出售和探索代币和 NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "购买" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "通过添加流动性,您将按您在流动池中所占比例赚取对应交易量的0.3%手续费。手续费将实时累加到流动池中,在您取回流动性时也将同时取回您赚取的手续费。" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "连接钱包即表示您同意 Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "取消失败" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "已取消" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "取消" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "取消" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "警告" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "检查网络状态" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "查看我们的v3流动池介绍和迁移指南。" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "领取" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "为 {0} 领取 <0/>" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "领取 UNI 代币" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "领取 UNI 代币" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "{0} 领取 UNI 奖励" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "领取 Uniswap NFT 空投" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "索赔失败" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "领取已累积的手续费" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "领取您的 UNI 代币" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "已领取" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "领取中" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "全部清除" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "全部清除" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "关闭" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "已关闭" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "平仓" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "收取" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "收藏为 {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "收取手续费" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "收费失败" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "收取 {0}/{1} 手续费" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "已收取" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "收取的费用" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "收取中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "即将推出:在 BNB Chain 上搜索和探索代币" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "常见的" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "在您的钱包中确认这笔交易" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "在钱包中确认交易" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "连接" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "连接钱包" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "连接到钱包以查看您的 V2 流动资金。" - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "连接到钱包以查看您的流动资金。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "连接钱包" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "内容不" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "继续" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "合约互动" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "合约地址" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "已复制!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "复制链接" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "创建流动池和供应流动资金" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "创建提案" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "创建币对" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "创建流动池并注入 {0}/{1} V3 流动资金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "创建池失败" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "创建流动池。" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "创建 {0}/{1} V3 池" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "创建池" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "创建池" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "当前 {0} 兑换率:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "自定义" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS 注册商" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "未通过" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "委托投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "委托失败" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "将投票权委托给 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "委派" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "委托给:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "委派" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "委托投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "部署失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "已部署" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "部署中" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "充值数额" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "入金失败" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "充入流动资金" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "将代币存入 {label} 网络。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "存入" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "存款" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "描述" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "详细信息" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "详细信息" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "关闭" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "文档" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "没有 Uniswap 钱包?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "看不到您的一些 v2 流动资金吗?<0>将它手动导入。" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "下载" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "下载 Uniswap 钱包" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "下载应用程序" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "在 App Store 下载以安全地存储您的代币和 NFT、交换代币并连接到加密应用程序。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH 注册控制器" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "已赚取的 UNI 代币代表了 Uniswap 治理中的投票份额。" - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "修改" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "编辑列表" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "输入百分比" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "输入接收者" - -#: 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 "输入地址来查看领取 UNI 代币的资质。如果地址有任何可领取的 UNI,代币将在提交领取申请后自动发送。" - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "输入数额" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "输入 {0} 数量" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "错误" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "错误编号: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "连接错误" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "以太坊名称服务" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "事件" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "汇率" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "执行" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "执行提案 {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "执行失败" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "执行提案 {proposalKey}。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "已执行" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "执行中" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "执行该提议将在链上执行调用数据。" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "执行已提交" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "预期产出" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "已过期" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "过期日期在" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "探索 NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "查看 Uniswap 分析。" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "探索代币" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "极为罕见" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "失败的" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "切换网络失败" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "特征标志" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "手续费级别" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "手续费级别" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "反馈" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "费用" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "获取路线" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "正在获取最优兑换率..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "正在获取价格..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "筛选标记" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "通过浏览器在 Uniswap 协议上找到最佳路线。可能会导致高延迟和价格。" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "使用 Uniswap 实验室路由 API 在 Uniswap 协议上找到最佳路由。" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "地面" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "底价" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "对于下面显示的每个流动池,单击“迁移”以从 Uniswap V2 赎回您的流动资金,并将其注入到 Uniswap V3。" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "源自" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "来源 (最多为)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "全范围" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "开始吧" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "得到支持" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "帮助中心" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "隐" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "隐藏" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "隐藏已关闭的仓位" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "隐藏资源" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "隐藏小额余额" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "我已知悉" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "如果您认为这是一个错误,请将包含您的地址的电子邮件发送至" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "导入流动池" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "导入 V2 流动池" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "在范围内" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "在范围内" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "增加流动资金" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "初始兑换率和流动池份额" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "输入数额仅为估值。您最多会售出<0>{0} {1} 否则将还原交易。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "不充足的资金" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "流动性不足" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "现有流动量不足以支持此交易。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "资金池流动性不足,无法完成交易" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "{0} 余额不足" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "无效的币对" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "无效的币对。" - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "无效的接收方" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "语言" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "最后的" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "最后价格" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "最近更新时间" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "学习" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "了解提供流动性的相关信息" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "了解更多" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "法律与隐私" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "链接" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "流动资金" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "流动资金提供者在所有交易中按其在流动池中的份额获得0.3%的手续费。手续费按实时累计方式添加到流动池中,可与流动资金一起赎回。" - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "列出 NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "待售清单" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "列出 NFT 需要对每个 NFT 集合进行一次性市场批准。" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "正在加载" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "装载津贴" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "上市价低" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "最大值" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "开个价" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "管理" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "在奖励池中管理流动资金" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "管理此流动池。" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "最大值" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "最高兑换率" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "最高创作者版税" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "最高费用" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "最高兑换率" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "最大滑点" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "最大值:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "最大输入" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "将流动资金迁移到V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "迁移V2 流动资金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "迁移流动性失败" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "将您的流动资金从 Uniswap V2 迁移到 Uniswap V3。" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "将 {0}/{1} 流动性迁移到 V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "迁移的流动性" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "迁移中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "转移流动性" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "最低兑换率" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "最低兑换率" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "最小值:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "最小输出" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "收到的最低数额" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "铸币失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "铸造的" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "铸造" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "缺少图表数据" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "由于最近 Uniswap v3 交易量低,价格数据缺失" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat 入口 iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay 在某些地区不可用。点击了解更多。" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "更多" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "我的 NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "非同质化代币" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT 系列" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "找不到名称" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "导航按钮" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "网络警告" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "网络费用" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "绝不" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "新仓位" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "还没有 NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "找不到V2流动资金。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "还没有活动" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "没有数据" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "没有说明。" - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "没有要显示的项目" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "未找到流动资金。" - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "未找到流动池。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "还没有游泳池" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "没有提案。" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "未找到结果。" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "没有可用的代币信息" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "未找到令牌" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "找不到标记。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "还没有代币" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "无法使用" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "在您所在的地区不可用" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "未创建" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "不在名单中" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "优惠" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "对费率感到满意的话,请点击“供应”键,到审查步骤。" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "列出一个 NFT {0}%" - -#: 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 "只有在 {0} 区块编号之前已自行委托或委托给另一个区块链地址的 UNI 代币才有资格投票。" - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "糟糕,带我回到 Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "打开一个新位置或创建一个池以开始使用。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "订单路由" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "输出数额仅为估值。如果兑换率变化超过 {0}%,您的交易将会还原。" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "输出数额仅为估值。您将收到至少 <0>{0} {1} 代币,否则将还原交易。" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "拥有者" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "找不到网页!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "支付" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "无论如何支付" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "使用。。。支付" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "待办" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap 交换每个代币需要获得许可。为了您的安全,这将在一个月后过期。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "许可证2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "请连接到以太坊 Layer 1" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "流动池" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "流动池汇集 {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "流动池" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "流行的 NFT 系列" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "热门代币" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "职位空缺" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "优先" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "预览" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "兑换率" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "兑换率差异:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "兑换率影响" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "太过影响兑换率" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "兑换率影响" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "价格影响预警" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "兑换率范围" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "兑换率已更新" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "兑换率:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "兑换率和流动池份额" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "隐私政策" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "隐私政策。" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "进入钱包" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "出售后的收益" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "提案" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "已提交提案" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "提案标题" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "提案" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "社区成员提交的提案将在此显示。" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "提议操作" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "提案者" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "公共解析器" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "数量" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "队列" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "队列提议 {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "排队失败" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "队列提案 {proposalKey}。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "待执行" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "排队" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "排队" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "稀有的" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "稀有度" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "费率" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "阅读有关Uniswap治理的更多信息" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "收到" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "接收失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "已收到" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "接收" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "最近搜索" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "接收方" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "不可用物品的退款将以 ETH 形式提供" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "拒绝" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "重新加载应用" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "去除" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "移除 <0/> 和 <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "从包中取出" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "除去项目" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "移除流动性失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "移除的流动性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "去除流动性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "去除流动性" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "正在去除 {0} {1} 和 {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "移除 {0} {1} 和 {2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "已偿还" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "还款失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "回报中" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "解决 {issues} 问题" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "重试" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "返回" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "返回我的 NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "反向注册商" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "审查交换" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "撤销批准" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "同样的价格" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "使用 Uniswap 钱包扫描" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "搜索" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "搜索名称或粘贴地址" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "搜索代币和 NFT 收藏" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "选择币对" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "选择代币" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "选择代币以查找您的 v2 流动资金。" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "选择一个操作。" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "选择代币" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "选定范围" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "自我" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "自我委托" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "卖" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "出售 NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "卖方" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "发送失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "发送中" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "发送" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "继续定价" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "设置" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "流动池份额" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "流动池份额:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "分享到Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "分享到推特" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "显示" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "显示已取消的" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "显示已关闭的仓位" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "展示更多" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "显示资源" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "符号" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "简单型" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "滑点低于 {0}% 可能会导致交易失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "卖" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "出错了" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "出了些问题。请再试一次。" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "抱歉,处理您的请求时出错。如果您请求支持,请务必复制此错误的详细信息。" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "抱歉,处理您的请求时出错。如果您请求支持,请务必提供您的错误 ID。" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "开始上市" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "统计数据" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "提交新提案" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "提交提案失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "提交提案" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "正提交提案" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "提交投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "提交提案" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "投票通过" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "成功" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "成功上市" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "供应" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "提供 {0} {1} 和 {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "兑换" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "将约 <0/> 兑换成 <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "仍要兑换" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "将恰好 <0/> 兑换成 <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "交换失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "交换" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "交换" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "将 {0} {1} 兑换为 {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "扫" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "切换网络" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "切换到 {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "找不到符号" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "服务条款" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "感谢您加入 Uniswap 社区 <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "您将赚取的手续费百分比。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "兑换交易不满足 Uniswap 不变量 X × Y = K 的要求。这通常意味着您要兑换的代币之一在代币转账过程中带有一些自定义代币合约特性。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "您希望以当前市场价格收到的金额。如果在您的交易待定期间市场价格发生变化,您可能会收到更少或更多的款项。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "该应用程序从 The Graph 的托管服务中获取区块链数据。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "该应用程序获取链上数据并使用 Infura API 构建合约调用。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "该应用程序从 Uniswap Labs 服务器获取最佳交易路径。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "该应用程序会匿名记录使用情况统计信息,以便不断改进。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "出于风险和合规性原因,该应用程序会安全地收集您的钱包地址并与 TRM Labs Inc. 共享。" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "连接尝试失败。请点击重试并按照步骤在您的钱包中进行连接。" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "输入和输出金额的美元价值之间的估计差异。" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "支付给处理您交易的矿工的费用。这必须在 ${0}中支付。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "支付给处理您交易的矿工的费用。这必须在 {0}中支付。" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "您的交易对该池的市场价格的影响。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "输入代币无法进行转账。输入代币可能有些问题。" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "市场兑换率超出您指定的范围。将只注入单项代币。" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "您保证花费的最高金额。如果价格进一步下滑,您的交易将恢复。" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "您保证收到的最低金额。如果价格进一步下滑,您的交易将恢复。" - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "此网络上的最新区块编号。兑换率会每区块都更新。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "输出代币无法进行转账。输出代币可能有些问题。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "无法对输出代币进行转账。输出代币可能有些问题。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。" - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "主题" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "没有流动性数据。" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "该地址在 Uniswap Labs 界面上被屏蔽,因为它与一个或多个关联" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "此应用程序使用以下第三方 API:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "这个月" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "需要先初始化,然后再添加流动性。初始化时,请先选择起始价格,然后输入您的流动性价格范围和存款金额。因需进行初始化相关操作,Gas 费将比平时高一些。" - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "该提案可能会在 {0}之后执行。" - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "此路线通过考虑拆分路线、多跳和每一步的 gas 成本来优化您的总输出额。" - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "此表包含 Uniswap 交易量排名靠前的代币,并根据您的输入进行排序。" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "此令牌不存在" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "此标记在 {0}上不存在" - -#: 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 "该工具将安全地将您的 {0} 流动资金迁移到 V3。该过程完全不依赖任何信任需求" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "由于截止日期已过,无法发送此交易。请检查您的交易截止日期是否太短。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "由于兑换率变动,此交易将不会成功。尝试增加您的滑点容差。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "由于兑换率变动或代币带有转账时的扣除费用(fee-on-transfer),该交易将不会成功。请尝试增加滑点容差。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "本星期" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "今年" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "时间" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "兑换到" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "兑换到(至少数额)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "要在 {0}上使用 Uniswap,请在钱包设置中切换网络。" - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "要查看职位,您必须连接到它所属的网络。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "今天" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "代币名称" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "未找到令牌" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "{label} 的代币统计数据和图表可在 <0>info.uniswap.org上获得" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "代币" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "顶级特质" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "顶级流动池" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Uniswap 上的顶级代币" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "全部的" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "锁定总价值 (TVL) 是所有 Uniswap v3 流动性池中可用资产的总量。" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "自信地交易加密货币和 NFT" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "自信地交易加密货币" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "特征" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "特征楼层" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "特质" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "交易设置" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "已提交交易" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "交易完成于" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "交易截止期限" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "交易等待中" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "交易被拒绝" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "已提交交易" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "代币转账" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "再试一次" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI治理" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI 代币已到账" - -#: src/pages/Vote/Landing.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代币代表了Uniswap治理中的投票份额。您可以自行为提案进行投票,或将您的投票权委托给第三方。" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} 被摧毁" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "不可用" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "不可上市" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "未领取的手续费" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "未定" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap治理" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs 的服务条款" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap 协议" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 在此网络上不可用。" - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap可用:<0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap 客户端" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap 治理仅在 Layer 1 可用。将您的网络切换到以太坊主网以查看提案和投票。" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap 满足了你的愿望!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "口袋里的 Uniswap" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap 迁移合约↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "未知" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "未知批准" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "未知薄荷" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "未知发送" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "未知交换" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "解锁投票" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "你的钱包不支持" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "无标题" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "展开" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "将 <0/> 换回为 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "解包失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "展开" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "展开" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "更新投票权委托" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "使用 Uniswap Labs API 获得更快的报价。" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 流动资金" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} 兑换率:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "版本:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "很常见" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "很稀少" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "查看已累积手续费和数据分析<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "查看和出售 NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "查看更多分析" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "在 Etherscan 上查看" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "在以太坊资源浏览器上查看" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "查看 {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "在以太坊资源浏览器上查看交易" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "交易量是在选定时间范围内在 Uniswap v3 上交易的资产数量。" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "投票反对" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "投票赞成" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "投票反对提案 {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "投票反对提案 {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "以“{0}”为由反对提案 {proposalKey}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "投票失败" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "投票赞成提案 {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "投票赞成提案 {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "以“{0}”为由赞成提案 {proposalKey}" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "治理投票" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "针对提案 {proposalId} 投弃权票" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "为提案 {proposalKey} 投弃权票" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "以“{0}”为由为提案 {proposalKey} 投弃权票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "已投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "表决" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "投票结束 {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "投票大约结束于 {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "投票大约于 {0} 开始" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "等待确认中" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "钱包地址或 ENS 名" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "警告" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "欢迎来到 Unicorn (独角兽)团队 :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "为什么需要交易?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "赎回注入的流动资金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "提现失败" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "提现" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "退出" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "兑换" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "将 <0/> 换为 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "包装失败" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "包裹" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "包装" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "错误的网络" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "您已经有一个现有或待处理的提案" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "您正在创建一个流动池" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "您不是此 LP 职位的所有者。除非您拥有以下地址,否则您将无法从此头寸提取流动性: {ownerAddress}" - -#: 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 "您是此 Uniswap V3 流动池的第一个流动资金提供者。您的流动资金将以当前的 {0} 兑换率迁移。" - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "您没有足够的票数来提交提案" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "您在此流动池中还未有流动资金。" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "您的网络连接可能断了。" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "您必须连接帐户。" - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "您必须有 {formattedProposalThreshold} 票才能提交提案" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "你付钱" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "请确保以您认为是正确的兑换率来将流动资金注入到 Uniswap V3。 <0/>如果兑换率看起来不正确,您可以进行兑换交易以移动兑换率,或者等待别人进行此操作。" - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "您的V2流动资金" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "您的 V3 流动性仓位将在此显示。" - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "您的余额为 {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "您连接的网络不受支持。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "您的仓位将在此显示。" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "在达到此兑换率时,您的仓位流动资金将 100% 由 {0} 代币所组成。" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "在达到此兑换率时,您的仓位流动资金将 100% 由 {0} 代币所组成。" - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "您的交换预计会失败。" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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 "由于需包含创建流动池的 gas 费用,您的此交易成本将高出许多。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "您的交易可能会抢先交易并导致不利的交易。" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "如果您的交易待处理超过此时间期限,则将还原该交易。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "如果兑换率变动超过此百分比,则将还原该交易。" - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "您钱包的当前网络不受支持。" - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "您的 {0} 余额" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "和" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "并同意其" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "可用" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "低于底价。" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "低于该系列的底价。你确定你要继续吗?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "被阻止的活动" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "费用" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "为了" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "为 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "从" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "这里。" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "分钟" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "几个月" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "报酬" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "出了些问题!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "到" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {解决问题} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {该代币不在美国领先的中心化交易所交易,也不经常在 Uniswap 上交换。} other {这些代币不在美国领先的中心化交易所交易,也不经常在 Uniswap 上交换。}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {该代币不在美国领先的中心化交易所交易。} other {这些代币不在美国领先的中心化交易所交易。}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {您不能使用 Uniswap 应用程序交易此代币。} other {您不能使用 Uniswap 应用程序交易这些代币。}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {清单} other {房源}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "注入 {0}" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} 已赚取手续费:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT 显着上架" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} 待处理" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} 尝试增加滑点容忍度。\n" -"注意:转账费用和变基代币与 Uniswap V3 不兼容。" - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} 票" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} 每 {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} 兑换率:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% 手续费级别" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% 池" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "选择 {0}%" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% 滑点" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "{0}/{1} 流动池NFT" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "{0}/{1} 流动池代币" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}米" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {天} other {天}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {小时} other {小时}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {月} other {个月}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {星期} other {周}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} 和 {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {天} other {天}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {小时} other {小时}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {分钟} other {分钟}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {月} other {个月}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {第二} other {秒}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {星期} other {周}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} 可能正在关闭,或者您可能已丢失网络连接。" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} 代币桥" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} 每 {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {收藏} other {收藏}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← 返回流动池" - diff --git a/src/locales/zh-TW.po b/src/locales/zh-TW.po deleted file mode 100644 index 2a4742e2ae..0000000000 --- a/src/locales/zh-TW.po +++ /dev/null @@ -1,3368 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-05-22 22:30+0000\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: zh\n" -"Project-Id-Version: uniswap-interface\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-05-23 20:46\n" -"Last-Translator: \n" -"Language-Team: Chinese Traditional\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Crowdin-Project: uniswap-interface\n" -"X-Crowdin-Project-ID: 458284\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: en-US.po\n" -"X-Crowdin-File-ID: 4\n" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "$-" -msgstr "$-" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "${0}" -msgstr "${0}" - -#: src/nft/components/profile/list/MarketplaceRow.tsx -msgid "% max" -msgstr "% 最大限度" - -#: src/components/AddressInputPanel/index.tsx -msgid "(View on Explorer)" -msgstr "(在以太坊資源瀏覽器上查看)" - -#: src/pages/Vote/Landing.tsx -msgid "(edit)" -msgstr "(編輯)" - -#: src/components/swap/TradePrice.tsx -msgid "({0})" -msgstr "({0})" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "+ New position" -msgstr "+ 新職位" - -#: src/pages/Swap/index.tsx -msgid "- Remove recipient" -msgstr "- 刪除接收人" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume" -msgstr "24小時成交量" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "24H volume is the amount of the asset that has been traded on Uniswap v3 during the past 24 hours." -msgstr "24 小時交易量是過去 24 小時內在 Uniswap v3 上交易的資產數量。" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "25%" -msgstr "25%" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "50%" -msgstr "50%" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W high" -msgstr "52W高" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "52W low" -msgstr "52W低" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "75%" -msgstr "75%" - -#: src/pages/Vote/VotePage.tsx -msgid "<0/> All Proposals" -msgstr "<0/> 所有提案" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/Landing.tsx -msgid "<0/> Votes" -msgstr "<0/> 投票" - -#: src/pages/Pool/v2.tsx -msgid "<0>Account analytics and accrued fees<1> ↗ " -msgstr "<0>帳戶分析和已累積的手續費<1>↗" - -#: src/pages/AddLiquidity/index.tsx -msgid "<0>Current Price:<1><2/><3>{0} per {1}" -msgstr "<0>當前兌換率: <1><2/> <3>{0} 每 {1}" - -#: 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>提示:退出資金池,按照當前匯率將您的資金池份額轉換回原本代幣。您收到的代幣數額中將包含已累計的手續費。" - -#: src/pages/CreateProposal/index.tsx -msgid "<0>Tip: Select an action and describe your proposal for the community. The proposal cannot be modified after submission, so please verify all information before submitting. The voting period will begin immediately and last for 7 days. To propose a custom action, <1>read the docs." -msgstr "<0>提示:選擇操作並描述您的提案。提案提交後不可修改,提交前請核對所有信息。投票期將立即開始,持續 7 天。若要提議自定義操作,請<1>閱讀文檔。" - -#: src/pages/PoolFinder/index.tsx -msgid "<0>Tip: Use this tool to find v2 pools that don't automatically appear in the interface." -msgstr "<0>提示:使用此工具可查找未自動出現在界面中的 v2 池。" - -#: 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>提示:當您註入流動資金時,您將收到代表您份額的流動池代幣。這些代幣將根據您在池中所占份額,自動賺取和累計相稱的手續費,並且可以隨時贖回流動池幣對。" - -#: src/pages/Vote/VotePage.tsx -msgid "<0>Unlock voting to prepare for the next proposal." -msgstr "<0>解鎖投票,以準備下一個提案。" - -#: src/components/PositionListItem/index.tsx -#: src/components/PositionListItem/index.tsx -msgid "<0>{0} <1/> per <2/>" -msgstr "<0>{0} <1/> 每 <2/>" - -#: src/pages/Vote/Landing.tsx -msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals" -msgstr "提交提案所需的最低門檻為 UNI 總供應量的 0.25%" - -#: src/components/swap/PriceImpactWarning.tsx -msgid "A swap of this size may have a high price impact, given the current liquidity in the pool. There may be a large difference between the amount of your input token and what you will receive in the output token" -msgstr "鑑於池中當前的流動性,這種規模的互換可能會對價格產生很大影響。您輸入的令牌數量與您將在輸出令牌中收到的數量之間可能存在很大差異" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "About" -msgstr "關於" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/details/detailsV2/OffersTableContent.tsx -msgid "Accept" -msgstr "接受" - -#: src/pages/Vote/styled.tsx -msgid "Active" -msgstr "啟用" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Activity" -msgstr "活動" - -#: src/components/PositionCard/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add" -msgstr "新增" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add <0/> and <1/> to Uniswap V2" -msgstr "將 <0/> 和 <1/> 添加到 Uniswap V2" - -#: src/components/vote/DelegateModal.tsx -msgid "Add Delegate +" -msgstr "添加委托 +" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/AddLiquidity/index.tsx -msgid "Add Liquidity" -msgstr "註入流動資金" - -#: src/pages/Pool/v2.tsx -msgid "Add V2 Liquidity" -msgstr "註入 V2 流動資金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add V2 liquidity failed" -msgstr "添加 V2 流動性失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Add liquidity failed" -msgstr "添加流動性失敗" - -#: src/pages/PoolFinder/index.tsx -msgid "Add liquidity." -msgstr "註入流動資金。" - -#: src/pages/AddLiquidity/index.tsx -msgid "Add more liquidity" -msgstr "增加流動性" - -#: src/nft/components/details/detailsV2/ListingsTableContent.tsx -msgid "Add to Bag" -msgstr "添加至購物袋" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Add to bag" -msgstr "添加至購物袋" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Add {0}" -msgstr "加 {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Add {0}/{1} V3 liquidity" -msgstr "註入 {0}/{1} V3 流動資金" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Added Liquidity" -msgstr "增加流動性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added V2 liquidity" -msgstr "增加了 V2 流動性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Added liquidity" -msgstr "增加流動性" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Added {0}" -msgstr "已添加 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding V2 liquidity" -msgstr "添加 V2 流動性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Adding liquidity" -msgstr "增加流動性" - -#: src/components/vote/QueueModal.tsx -msgid "Adding this proposal to the queue will allow it to be executed, after a delay." -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/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Allowed" -msgstr "已允許" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Already listed at" -msgstr "已列於" - -#: src/constants/tokenSafety.tsx -#: src/constants/tokenSafety.tsx -msgid "Always conduct your own research before trading." -msgstr "交易前始終進行自己的研究。" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Amount" -msgstr "數額" - -#: src/nft/components/bag/BagFooter.tsx -msgid "An approval is needed to use this token." -msgstr "使用此令牌需要獲得批准。" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "An error occurred loading tokens. Please try again." -msgstr "加載令牌時發生錯誤。請再試一次。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "嘗試執行此兌換時發生錯誤。您可能需要增加滑點限制。如果還是不行,則可能是您正在交易的代幣與Uniswap不兼容。注:Uniswap V3不兼容轉賬時帶扣除費用(fee-on-transfer)的代幣和彈性供應(rebase)代幣。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Approval failed" -msgstr "審批失敗" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approval pending" -msgstr "等待批准" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approve" -msgstr "批準" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Approve Token" -msgstr "批准代幣" - -#: src/components/NavBar/ChainSelectorRow.tsx -msgid "Approve in wallet" -msgstr "在錢包中批准" - -#: src/nft/components/bag/BagFooter.tsx -#: src/pages/Swap/index.tsx -msgid "Approve in your wallet" -msgstr "在您的錢包中批准" - -#: src/pages/Swap/index.tsx -msgid "Approve use of {0}" -msgstr "批准使用 {0}" - -#: src/components/AccountDetails/TransactionSummary.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approve {0}" -msgstr "批準 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approved" -msgstr "已批準" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Approving" -msgstr "批準中" - -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -msgid "Approving {0}" -msgstr "批準 {0}" - -#: 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 "根據選定的兌換率範圍,至少會有 {0} {1} 和 {2} {3} 將退還到您的錢包。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/theme/components/ThemeToggle.tsx -msgid "Auto" -msgstr "自動" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Auto Router API" -msgstr "自動路由 API" - -#: src/pages/Pool/PositionPage.tsx -msgid "Back to Pools" -msgstr "返回池" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Back to wallet selection" -msgstr "返回錢包選擇" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Bag" -msgstr "包" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "Balance: {0}" -msgstr "餘額: {0}" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for exotic pairs." -msgstr "適合低交易量的幣對。" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for most pairs." -msgstr "適合大部分幣對。" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for stable pairs." -msgstr "適合穩定幣幣對。" - -#: src/components/FeeSelector/shared.tsx -msgid "Best for very stable pairs." -msgstr "適合非常穩定的幣對。" - -#: src/components/swap/SwapRoute.tsx -msgid "Best price route costs ~{gasPrice} in gas." -msgstr "最佳價格路線成本 ~{gasPrice} 天然氣。" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "Blocked Address" -msgstr "封鎖地址" - -#: src/nft/components/card/icons.tsx -msgid "Blocked on OpenSea" -msgstr "在 OpenSea 上被封鎖" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrow failed" -msgstr "借用失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowed" -msgstr "借來的" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Borrowing" -msgstr "借款" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Bought" -msgstr "買" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burn failed" -msgstr "刻錄失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burned" -msgstr "被燒毀" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Burning" -msgstr "燃燒" - -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Buy" -msgstr "買" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Buy crypto" -msgstr "購買加密貨幣" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buy failed" -msgstr "購買失敗" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer NFTs to this wallet to get started." -msgstr "購買 NFT 或將 NFT 轉移到此錢包即可開始使用。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Buy or transfer tokens to this wallet to get started." -msgstr "購買或轉移代幣到此錢包以開始使用。" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens" -msgstr "購買、出售和探索代幣" - -#: src/pages/Landing/index.tsx -msgid "Buy, sell, and explore tokens and NFTs" -msgstr "購買、出售和探索代幣和 NFT" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Buying" -msgstr "購買" - -#: src/nft/components/details/AssetActivity.tsx -msgid "By" -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 "通過添加流動性,您將按您在流動池中所佔比例賺取對應交易量的0.3%手續費。手續費將實時累加到流動池中,在您取回流動性時也將同時取回您賺取的手續費。" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "By connecting a wallet, you agree to Uniswap Labs'" -msgstr "連接錢包即表示您同意 Uniswap Labs'" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancel failed" -msgstr "取消失敗" - -#: src/pages/Vote/styled.tsx -msgid "Canceled" -msgstr "已取消" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/nft/components/collection/ActivityCells.tsx -msgid "Cancelled" -msgstr "取消" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Cancelling" -msgstr "取消" - -#: src/constants/tokenSafety.tsx -msgid "Caution" -msgstr "警告" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Check network status" -msgstr "檢查網絡狀態" - -#: src/pages/Pool/CTACards.tsx -msgid "Check out our v3 LP walkthrough and migration guides." -msgstr "查看我們的 v3 流動池介紹和遷移指南。" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim" -msgstr "領取" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim <0/> for {0}" -msgstr "為 {0} 領取 <0/>" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI" -msgstr "領取 UNI" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Claim UNI Token" -msgstr "領取 UNI 代幣" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Claim UNI reward for {0}" -msgstr "{0} 索取 UNI 獎勵" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Claim Uniswap NFT Airdrop" -msgstr "領取 Uniswap NFT 空投" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Claim failed" -msgstr "索賠失敗" - -#: src/pages/Pool/PositionPage.tsx -msgid "Claim fees" -msgstr "領取手續費" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Claim your UNI tokens" -msgstr "領取您的 UNI 代幣" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claimed" -msgstr "已領取" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/claim/AddressClaimModal.tsx -msgid "Claiming" -msgstr "領取中" - -#: src/pages/AddLiquidity/index.tsx -msgid "Clear All" -msgstr "全部清除" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Clear all" -msgstr "全部清除" - -#: src/components/TokenSafety/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Close" -msgstr "關閉" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: src/components/Badge/RangeBadge.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Closed" -msgstr "已關閉" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "Closed Positions" -msgstr "平倉" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect" -msgstr "收取" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Collect as {nativeWrappedSymbol}" -msgstr "{nativeWrappedSymbol}收集為 {nativeWrappedSymbol}" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collect fees" -msgstr "收取手續費" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collect fees failed" -msgstr "收費失敗" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Collect {0}/{1} fees" -msgstr "收取 {0}/{1} 手续费" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collected" -msgstr "已收取" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Collected fees" -msgstr "收取的費用" - -#: src/pages/Pool/PositionPage.tsx -msgid "Collecting" -msgstr "收取中" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: 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/NavBar/SearchBarDropdown.tsx -msgid "Coming soon: search and explore tokens on BNB Chain" -msgstr "即將推出:在 BNB Chain 上搜索和探索代幣" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Common" -msgstr "常見的" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Complete!" -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/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Confirm this transaction in your wallet" -msgstr "在您的錢包中確認這筆交易" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Confirm transaction in wallet" -msgstr "在錢包中確認交易" - -#: src/components/Web3Status/index.tsx -msgid "Connect" -msgstr "連接" - -#: src/nft/pages/profile/profile.tsx -#: src/pages/AddLiquidity/index.tsx -#: src/pages/AddLiquidityV2/index.tsx -#: src/pages/RemoveLiquidity/index.tsx -#: src/pages/Swap/index.tsx -#: src/state/burn/hooks.tsx -#: src/state/burn/v3/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Connect Wallet" -msgstr "連接錢包" - -#: src/pages/Pool/index.tsx -msgid "Connect 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 "連接到錢包以查看您的 V2 流動資金。" - -#: src/pages/Pool/v2.tsx -msgid "Connect to a wallet to view your liquidity." -msgstr "連接到錢包以查看您的流動資金。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Connect wallet" -msgstr "連接錢包" - -#: src/nft/components/card/media.tsx -msgid "Content not" -msgstr "內容不" - -#: src/nft/components/bag/Bag.tsx -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Continue" -msgstr "繼續" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Contract Interaction" -msgstr "合約互動" - -#: src/components/Tokens/TokenDetails/AddressSection.tsx -msgid "Contract address" -msgstr "合約地址" - -#: src/theme/components/index.tsx -msgid "Copied!" -msgstr "已復制!" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Copy Link" -msgstr "複製鏈接" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Create Pool & Supply" -msgstr "創建流動池和供應流動資金" - -#: src/pages/CreateProposal/index.tsx -#: src/pages/Vote/Landing.tsx -msgid "Create Proposal" -msgstr "創建提案" - -#: src/components/NavigationTabs/index.tsx -#: src/pages/Pool/v2.tsx -msgid "Create a pair" -msgstr "創建幣對" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create pool and add {0}/{1} V3 liquidity" -msgstr "創建流動池並註入 {0}/{1} V3 流動資金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Create pool failed" -msgstr "創建池失敗" - -#: src/pages/PoolFinder/index.tsx -msgid "Create pool." -msgstr "創建流動池。" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Create {0}/{1} V3 pool" -msgstr "創建 {0}/{1} V3 池" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Created pool" -msgstr "創建池" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Creating pool" -msgstr "創建池" - -#: src/components/swap/SwapBuyFiatButton.tsx -msgid "Crypto purchases are not available in your region." -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 "當前 {0} 兌換率:" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Custom" -msgstr "風俗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "DNS Registrar" -msgstr "DNS 註冊商" - -#: src/pages/Vote/styled.tsx -msgid "Defeated" -msgstr "未通過" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegate Votes" -msgstr "委托投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegate failed" -msgstr "委託失敗" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Delegate voting power to {0}" -msgstr "將投票權委託給 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegated" -msgstr "委派" - -#: src/pages/Vote/Landing.tsx -msgid "Delegated to:" -msgstr "委托給:" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Delegating" -msgstr "委派" - -#: src/components/vote/DelegateModal.tsx -msgid "Delegating votes" -msgstr "委托投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploy failed" -msgstr "部署失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deployed" -msgstr "已部署" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deploying" -msgstr "部署中" - -#: src/pages/AddLiquidity/index.tsx -msgid "Deposit Amounts" -msgstr "充值數額" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposit failed" -msgstr "入金失敗" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Deposit liquidity" -msgstr "存入流動資金" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "Deposit tokens to the {label} network." -msgstr "將代幣存入 {label} 網絡。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Deposited" -msgstr "存入" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Depositing" -msgstr "存款" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Description" -msgstr "描述" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Detailed" -msgstr "詳細信息" - -#: src/nft/components/details/detailsV2/DataPageDescription.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Details" -msgstr "詳細信息" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Dismiss" -msgstr "關閉" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Documentation" -msgstr "文檔" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Don't have Uniswap Wallet?" -msgstr "沒有 Uniswap 錢包?" - -#: src/pages/MigrateV2/index.tsx -msgid "Don’t see one of your v2 positions? <0>Import it." -msgstr "看不到您的一些 v2 流動資金嗎?<0>將它手動導入。" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download" -msgstr "下載" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Download Uniswap Wallet" -msgstr "下載 Uniswap 錢包" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Download app" -msgstr "下載應用程序" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Download in the App Store to safely store your tokens and NFTs, swap tokens, and connect to crypto apps." -msgstr "在 App Store 下載以安全地存儲您的代幣和 NFT、交換代幣並連接到加密應用程序。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "ETH Registrar Controller" -msgstr "ETH 註冊控制器" - -#: src/components/vote/DelegateModal.tsx -msgid "Earned UNI tokens represent voting shares in Uniswap governance." -msgstr "已賺取的 UNI 代幣代表了 Uniswap 治理中的投票份額。" - -#: src/components/FeeSelector/index.tsx -msgid "Edit" -msgstr "修改" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Edit listings" -msgstr "編輯列表" - -#: src/state/burn/v3/hooks.tsx -msgid "Enter a percent" -msgstr "輸入百分比" - -#: src/state/swap/hooks.tsx -msgid "Enter a recipient" -msgstr "輸入接收者" - -#: 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 "輸入地址來查看領取 UNI 代幣的資質。如果地址有任何可領取的 UNI,代幣將在提交領取申請後自動發送。" - -#: src/state/burn/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Enter an amount" -msgstr "輸入數額" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -msgid "Enter {0} amount" -msgstr "輸入 {0} 數額" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/Web3Status/index.tsx -msgid "Error" -msgstr "錯誤" - -#: src/components/ErrorBoundary/index.tsx -msgid "Error ID: {eventId}" -msgstr "錯誤編號: {eventId}" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Error connecting" -msgstr "連接錯誤" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Ethereum Name Service" -msgstr "以太坊名稱服務" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Event" -msgstr "事件" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Exchange rate" -msgstr "匯率" - -#: src/components/vote/ExecuteModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Execute" -msgstr "執行" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execute Proposal {proposalId}" -msgstr "執行提案 {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Execute failed" -msgstr "執行失敗" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Execute proposal {proposalKey}." -msgstr "執行提案 {proposalKey}。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Executed" -msgstr "已執行" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/components/vote/ExecuteModal.tsx -msgid "Executing" -msgstr "執行中" - -#: src/components/vote/ExecuteModal.tsx -msgid "Executing this proposal will enact the calldata on-chain." -msgstr "執行該提議將在鏈上執行調用數據。" - -#: src/components/vote/ExecuteModal.tsx -msgid "Execution Submitted" -msgstr "執行已提交" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Expected output" -msgstr "預期產出" - -#: src/nft/components/collection/ActivityCells.tsx -#: src/pages/Vote/styled.tsx -msgid "Expired" -msgstr "已過期" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Expires in" -msgstr "過期日期在" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore NFTs" -msgstr "探索 NFT" - -#: src/pages/Pool/CTACards.tsx -msgid "Explore Uniswap Analytics." -msgstr "探索 Uniswap 分析。" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Explore tokens" -msgstr "探索代幣" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Extremely rare" -msgstr "極為罕見" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Failed" -msgstr "失敗的" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "Failed to switch networks" -msgstr "切換網絡失敗" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feature Flags" -msgstr "特徵標誌" - -#: src/components/PositionPreview/index.tsx -msgid "Fee Tier" -msgstr "手續費級別" - -#: src/components/FeeSelector/index.tsx -msgid "Fee tier" -msgstr "手續費級別" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Feedback" -msgstr "反饋" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Fees" -msgstr "費用" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/details/detailsV2/BuyButton.tsx -msgid "Fetching Route" -msgstr "獲取路線" - -#: src/components/swap/SwapDetailsDropdown.tsx -msgid "Fetching best price..." -msgstr "正在獲取最優兌換率..." - -#: src/nft/components/bag/BagFooter.tsx -msgid "Fetching price..." -msgstr "正在獲取價格..." - -#: src/components/Tokens/TokenTable/SearchBar.tsx -msgid "Filter tokens" -msgstr "篩選標記" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol through your browser. May result in high latency and prices." -msgstr "通過瀏覽器在 Uniswap 協議上找到最佳路線。可能會導致高延遲和價格。" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Finds the best route on the Uniswap Protocol using the Uniswap Labs Routing API." -msgstr "使用 Uniswap 實驗室路由 API 在 Uniswap 協議上找到最佳路由。" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor" -msgstr "地面" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Floor price" -msgstr "底價" - -#: src/pages/Vote/VotePage.tsx -msgid "For" -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 "對於下面顯示的每個流動池,單擊“遷移”以從 Uniswap V2 贖回您的流動資金,並將其註入到 Uniswap V3。" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/pages/Swap/index.tsx -msgid "From" -msgstr "源自" - -#: src/pages/Swap/index.tsx -msgid "From (at most)" -msgstr "來源 (最多為)" - -#: src/components/RangeSelector/PresetsButtons.tsx -msgid "Full Range" -msgstr "全範圍" - -#: src/pages/Landing/index.tsx -msgid "Get started" -msgstr "開始吧" - -#: src/components/ErrorBoundary/index.tsx -msgid "Get support" -msgstr "獲取支援" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Help center" -msgstr "幫助中心" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Hidden" -msgstr "隱" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -#: src/components/FeeSelector/index.tsx -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Hide" -msgstr "隱藏" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -msgid "Hide closed positions" -msgstr "隱藏已關閉的倉位" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Hide resources" -msgstr "隱藏資源" - -#: src/components/AccountDrawer/SmallBalanceToggle.tsx -msgid "Hide small balances" -msgstr "隱藏小額餘額" - -#: src/components/TokenSafety/index.tsx -msgid "I understand" -msgstr "我已知悉" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "If you believe this is an error, please send an email including your address to" -msgstr "如果您認為這是一個錯誤,請將包含您的地址的電子郵件發送至" - -#: src/pages/Pool/v2.tsx -msgid "Import Pool" -msgstr "導入流動池" - -#: src/components/NavigationTabs/index.tsx -msgid "Import V2 Pool" -msgstr "導入 V2 流動池" - -#: src/components/Badge/RangeBadge.tsx -msgid "In Range" -msgstr "在範圍內" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -msgid "In range" -msgstr "在範圍內" - -#: src/pages/Pool/PositionPage.tsx -msgid "Increase Liquidity" -msgstr "增加流動資金" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Initial prices and pool share" -msgstr "初始兌換率和流動池份額" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Input is estimated. You will sell at most <0>{0} {1} or the transaction will revert." -msgstr "輸入數額僅為估值。您最多會售出<0>{0} {1} 否則將還原交易。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient funds" -msgstr "不充足的資金" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient liquidity" -msgstr "流動性不足" - -#: src/pages/Swap/index.tsx -msgid "Insufficient liquidity for this trade." -msgstr "現有流動量不足以支持此交易。" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Insufficient pool liquidity to complete transaction" -msgstr "資金池流動性不足,無法完成交易" - -#: src/hooks/useWrapCallback.tsx -#: src/hooks/useWrapCallback.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/mint/v3/hooks.tsx -#: src/state/swap/hooks.tsx -msgid "Insufficient {0} balance" -msgstr "{0} 餘額不足" - -#: src/state/mint/hooks.tsx -#: src/state/mint/v3/hooks.tsx -msgid "Invalid pair" -msgstr "無效的幣對" - -#: src/pages/PoolFinder/index.tsx -msgid "Invalid pair." -msgstr "無效的幣對。" - -#: src/state/mint/v3/hooks.tsx -msgid "Invalid price input" -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/state/swap/hooks.tsx -msgid "Invalid recipient" -msgstr "無效的接收方" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Language" -msgstr "語言" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last" -msgstr "最後的" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Last Price" -msgstr "最後價格" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Last Updated" -msgstr "最近更新時間" - -#: src/pages/Pool/index.tsx -msgid "Learn" -msgstr "瞭解" - -#: src/pages/Pool/CTACards.tsx -msgid "Learn about providing liquidity" -msgstr "閱讀有關提供流動資金的資訊" - -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/Banner/UniswapWalletBanner.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/PrivacyPolicy/index.tsx -#: src/components/TokenSafety/TokenSafetyMessage.tsx -#: src/components/TokenSafety/index.tsx -#: src/components/swap/SwapBuyFiatButton.tsx -#: src/pages/Landing/index.tsx -msgid "Learn more" -msgstr "瞭解更多" - -#: src/components/NavBar/MenuDropdown.tsx -#: src/components/PrivacyPolicy/index.tsx -msgid "Legal & Privacy" -msgstr "法律與隱私" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Links" -msgstr "鏈接" - -#: src/pages/Pool/PositionPage.tsx -msgid "Liquidity" -msgstr "流動資金" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "Liquidity data not available." -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 "流動資金提供者在所有交易中按其在流動池中的份額獲得0.3%的手續費。手續費按實時累計方式添加到流動池中,可與流動資金一起贖回。" - -#: src/nft/components/profile/list/Modal/ListModal.tsx -msgid "List NFTs" -msgstr "列出 NFT" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "List for sale" -msgstr "待售清單" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Listing an NFT requires a one-time marketplace approval for each NFT collection." -msgstr "列出 NFT 需要對每個 NFT 集合進行一次性市場批准。" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Listings" -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 -msgid "Loading" -msgstr "載入中" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Loading Allowance" -msgstr "裝載津貼" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "Low listing price" -msgstr "上市價低" - -#: src/components/CurrencyInputPanel/index.tsx -msgid "MAX" -msgstr "最大值" - -#: src/nft/components/details/detailsV2/OfferButton.tsx -msgid "Make an offer" -msgstr "開個價" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/components/PositionCard/index.tsx -msgid "Manage" -msgstr "管理" - -#: src/components/PositionCard/index.tsx -msgid "Manage Liquidity in Rewards Pool" -msgstr "在獎勵池中管理流動資金" - -#: src/pages/PoolFinder/index.tsx -msgid "Manage this pool." -msgstr "管理此流動池。" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Max" -msgstr "最大值" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Max Price" -msgstr "最高兌換率" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max creator royalties" -msgstr "最高創作者版稅" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "Max fees" -msgstr "最高費用" - -#: src/pages/Pool/PositionPage.tsx -msgid "Max price" -msgstr "最高兌換率" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Max slippage" -msgstr "最大滑點" - -#: src/components/PositionListItem/index.tsx -msgid "Max:" -msgstr "最大值:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Maximum input" -msgstr "最大輸入" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Maximum sent" -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/v2.tsx -msgid "Migrate Liquidity to V3" -msgstr "將流動資金遷移到V3" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/index.tsx -msgid "Migrate V2 Liquidity" -msgstr "遷移 V2 流動資金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrate liquidity failed" -msgstr "遷移流動性失敗" - -#: src/pages/MigrateV2/index.tsx -msgid "Migrate your liquidity tokens from Uniswap V2 to Uniswap V3." -msgstr "將您的流動資金從 Uniswap V2 遷移到 Uniswap V3。" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Migrate {0}/{1} liquidity to V3" -msgstr "將 {0}/{1} 流動性遷移到 V3" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrated liquidity" -msgstr "遷移的流動性" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Migrating" -msgstr "正在遷移" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Migrating liquidity" -msgstr "轉移流動性" - -#: src/components/PositionPreview/index.tsx -#: src/components/RangeSelector/index.tsx -msgid "Min Price" -msgstr "最低兌換率" - -#: src/pages/Pool/PositionPage.tsx -msgid "Min price" -msgstr "最低兌換率" - -#: src/components/PositionListItem/index.tsx -msgid "Min:" -msgstr "最小值:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Minimum output" -msgstr "最小輸出" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Minimum received" -msgstr "收到的最低數額" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Mint failed" -msgstr "鑄幣失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minted" -msgstr "鑄造的" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Minting" -msgstr "鑄造" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing chart data" -msgstr "缺少圖表數據" - -#: src/components/Tokens/TokenDetails/PriceChart.tsx -msgid "Missing price data due to recently low trading volume on Uniswap v3" -msgstr "由於最近 Uniswap v3 交易量低,價格數據缺失" - -#: src/components/FiatOnrampModal/index.tsx -msgid "Moonpay Fiat On-ramp iframe" -msgstr "Moonpay Fiat 入口 iframe" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Moonpay is not available in some regions. Click to learn more." -msgstr "Moonpay 在某些地區不可用。點擊了解更多。" - -#: src/pages/Pool/index.tsx -msgid "More" -msgstr "更多" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "My NFTs" -msgstr "我的 NFT" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "NFT" -msgstr "非同質化代幣" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "NFT Collections" -msgstr "NFT 系列" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -msgid "NFTs" -msgstr "NFTs" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Name not found" -msgstr "找不到名稱" - -#: src/components/NavBar/NavIcon.tsx -msgid "Navigation button" -msgstr "導航按鈕" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "Network Warning" -msgstr "網絡警告" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "Network fee" -msgstr "網絡費用" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Never" -msgstr "絕不" - -#: src/pages/Pool/index.tsx -msgid "New Position" -msgstr "新倉位" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No NFTs yet" -msgstr "還沒有 NFT" - -#: src/pages/MigrateV2/index.tsx -msgid "No V2 Liquidity found." -msgstr "找不到V2流動資金。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No activity yet" -msgstr "還沒有活動" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "No data" -msgstr "沒有資料" - -#: src/state/governance/hooks.ts -msgid "No description." -msgstr "沒有說明。" - -#: src/nft/pages/profile/profile.tsx -msgid "No items to display" -msgstr "沒有要顯示的項目" - -#: src/pages/Pool/v2.tsx -msgid "No liquidity found." -msgstr "未找到流動資金。" - -#: src/pages/PoolFinder/index.tsx -msgid "No pool found." -msgstr "未找到流動池。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No pools yet" -msgstr "還沒有游泳池" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "No proposals found." -msgstr "沒有提案。" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "No results found." -msgstr "未找到任何結果。" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "No token information available" -msgstr "沒有可用的代幣信息" - -#: src/components/Tokens/TokenTable/TokenTable.tsx -msgid "No tokens found" -msgstr "未找到令牌" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "No tokens found." -msgstr "找不到標記。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "No tokens yet" -msgstr "還沒有代幣" - -#: src/constants/tokenSafety.tsx -msgid "Not Available" -msgstr "無法使用" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "Not available in your region" -msgstr "在您所在的地區不可用" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "Not created" -msgstr "未創建" - -#: src/nft/components/collection/CollectionAsset.tsx -msgid "Not listed" -msgstr "不在名單中" - -#: src/nft/components/details/detailsV2/DataPageTable.tsx -msgid "Offers" -msgstr "優惠" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Once you are happy with the rate click supply to review." -msgstr "對費率感到滿意的話,請點擊“供應”鍵,到審查步驟。" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "One NFT is listed {0}%" -msgstr "列出一個 NFT {0}%" - -#: 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 "只有在 {0} 區塊編號之前已自行委托或委托給另一個區塊鏈地址的 UNI 代幣才有資格投票。" - -#: src/pages/NotFound/index.tsx -msgid "Oops, take me back to Swap" -msgstr "糟糕,帶我回到 Swap" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Open a new position or create a pool to get started." -msgstr "打開一個新位置或創建一個池以開始使用。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Order routing" -msgstr "訂單路由" - -#: src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx -#: 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 "輸出數額僅為估值。如果兌換率變化超過 {0}%,您的交易將會還原。" - -#: src/components/swap/SwapModalHeader.tsx -msgid "Output is estimated. You will receive at least <0>{0} {1} or the transaction will revert." -msgstr "輸出數額僅為估值。您將收到至少 <0>{0} {1} 代幣,否則將還原交易。" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Owner" -msgstr "擁有者" - -#: src/pages/NotFound/index.tsx -msgid "Page not found!" -msgstr "找不到網頁!" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay" -msgstr "支付" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay Anyway" -msgstr "無論如何支付" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Pay with" -msgstr "使用。。。支付" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -#: src/pages/Vote/styled.tsx -msgid "Pending" -msgstr "待辦" - -#: src/pages/Swap/index.tsx -msgid "Permission is required for Uniswap to swap each token. This will expire after one month for your security." -msgstr "Uniswap 交換每個代幣需要獲得許可。為了您的安全,這將在一個月後過期。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Permit2" -msgstr "許可證2" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Please connect to Layer 1 Ethereum" -msgstr "請連接到以太坊 Layer 1" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Pool" -msgstr "流動池" - -#: src/pages/PoolFinder/index.tsx -msgid "Pool Found!" -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 "流動池匯集 {0}:" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/index.tsx -#: src/pages/Pool/index.tsx -#: src/pages/Pool/index.tsx -msgid "Pools" -msgstr "游泳池" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular NFT collections" -msgstr "流行的 NFT 系列" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Popular tokens" -msgstr "熱門代幣" - -#: src/pages/Pool/PositionPage.tsx -msgid "Position unavailable" -msgstr "職位空缺" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Preferences" -msgstr "偏好" - -#: src/pages/AddLiquidity/index.tsx -msgid "Preview" -msgstr "預覽" - -#: src/nft/components/details/AssetActivity.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price" -msgstr "兌換率" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Price Difference:" -msgstr "兌換率差異:" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "Price Impact" -msgstr "兌換率影響" - -#: src/pages/Swap/index.tsx -msgid "Price Impact Too High" -msgstr "兌換率影響太高" - -#: src/components/swap/SwapModalFooter.tsx -msgid "Price impact" -msgstr "兌換率影響" - -#: src/components/swap/PriceImpactWarning.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price impact warning" -msgstr "價格影響預警" - -#: src/pages/Pool/PositionPage.tsx -msgid "Price range" -msgstr "兌換率範圍" - -#: src/components/swap/SwapModalFooter.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Price updated" -msgstr "兌換率已更新" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Price:" -msgstr "兌換率:" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Prices and pool share" -msgstr "兌換率和流動池份額" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Privacy Policy" -msgstr "隱私政策" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Privacy Policy." -msgstr "隱私政策。" - -#: src/nft/components/bag/BagFooter.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Proceed in wallet" -msgstr "進入錢包" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Proceeds if sold" -msgstr "出售後的收益" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal" -msgstr "提案" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Proposal Submitted" -msgstr "已提交提案" - -#: src/pages/CreateProposal/ProposalEditor.tsx -msgid "Proposal Title" -msgstr "提案標題" - -#: src/pages/Vote/Landing.tsx -msgid "Proposals" -msgstr "提案" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Proposals submitted by community members will appear here." -msgstr "社區成員提交的提案將在此顯示。" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Proposed Action" -msgstr "提議操作" - -#: src/pages/Vote/VotePage.tsx -msgid "Proposer" -msgstr "提案人" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Public Resolver" -msgstr "公共解析器" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Quantity" -msgstr "數量" - -#: src/components/vote/QueueModal.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Queue" -msgstr "隊列" - -#: src/components/vote/QueueModal.tsx -msgid "Queue Proposal {proposalId}" -msgstr "隊列提案 {proposalId}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queue failed" -msgstr "排隊失敗" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Queue proposal {proposalKey}." -msgstr "隊列提案 {proposalKey}。" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -#: src/pages/Vote/styled.tsx -msgid "Queued" -msgstr "待執行" - -#: src/components/vote/QueueModal.tsx -msgid "Queueing" -msgstr "排隊" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Queuing" -msgstr "排隊" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Rare" -msgstr "稀有的" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Rarity" -msgstr "稀有度" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Rates" -msgstr "費率" - -#: src/pages/Vote/Landing.tsx -msgid "Read more about Uniswap governance" -msgstr "閱讀有關 Uniswap 治理的更多資訊" - -#: 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/nft/components/profile/list/ListPage.tsx -msgid "Receive" -msgstr "收到" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receive failed" -msgstr "接收失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Received" -msgstr "已收到" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Receiving" -msgstr "接收" - -#: src/components/NavBar/SearchBarDropdown.tsx -msgid "Recent searches" -msgstr "最近搜索" - -#: src/components/AddressInputPanel/index.tsx -msgid "Recipient" -msgstr "接收方" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Refunds for unavailable items will be given in ETH" -msgstr "不可用物品的退款將以 ETH 形式提供" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Rejected" -msgstr "拒絕" - -#: src/components/ErrorBoundary/index.tsx -msgid "Reload the app" -msgstr "重新載入此頁。" - -#: src/components/PositionCard/V2.tsx -#: src/components/PositionCard/index.tsx -#: src/nft/components/collection/ActivityCells.tsx -#: src/nft/components/profile/list/Modal/ContentRow.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/index.tsx -msgid "Remove" -msgstr "去除" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Remove <0/> and <1/>" -msgstr "移除 <0/> 和 <1/>" - -#: 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/nft/components/collection/CollectionAsset.tsx -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Remove from bag" -msgstr "從包中取出" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "Remove item" -msgstr "除去項目" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Remove liquidity failed" -msgstr "移除流動性失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Removed Liquidity" -msgstr "移除的流動性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removed liquidity" -msgstr "去除流動性" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Removing liquidity" -msgstr "去除流動性" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "Removing {0} {1} and {2} {3}" -msgstr "正在去除 {0} {1} 和 {2} {3}" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Removing {0} {1} and{2} {3}" -msgstr "移除 {0} {1} 和 {2} {3}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaid" -msgstr "已償還" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repay failed" -msgstr "還款失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Repaying" -msgstr "回報中" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Resolve {issues} issues" -msgstr "解決 {issues} 問題" - -#: src/nft/components/profile/list/Modal/ContentRow.tsx -msgid "Retry" -msgstr "重試" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/TransactionConfirmationModal/index.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Return" -msgstr "返回" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Return to My NFTs" -msgstr "返回我的 NFT" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Reverse Registrar" -msgstr "反向註冊商" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Review Swap" -msgstr "審查交換" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Revoked Approval" -msgstr "撤銷批准" - -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "Same Price" -msgstr "同樣的價格" - -#: src/components/AccountDrawer/UniwalletModal.tsx -msgid "Scan with Uniswap Wallet" -msgstr "使用 Uniswap 錢包掃描" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search" -msgstr "搜索" - -#: src/components/SearchModal/CurrencySearch.tsx -msgid "Search name or paste address" -msgstr "搜索名稱或粘貼地址" - -#: src/components/NavBar/SearchBar.tsx -msgid "Search tokens and NFT collections" -msgstr "搜索代幣和 NFT 收藏" - -#: src/pages/AddLiquidity/index.tsx -msgid "Select Pair" -msgstr "選擇幣對" - -#: src/components/CurrencyInputPanel/index.tsx -#: src/components/SearchModal/CurrencySearch.tsx -#: src/pages/PoolFinder/index.tsx -#: src/pages/PoolFinder/index.tsx -#: src/state/swap/hooks.tsx -msgid "Select a token" -msgstr "選擇代幣" - -#: src/pages/PoolFinder/index.tsx -msgid "Select a token to find your v2 liquidity." -msgstr "選擇代幣以查找您的 v2 流動資金。" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Select an action" -msgstr "選擇操作" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -msgid "Select token" -msgstr "選擇代幣" - -#: src/pages/AddLiquidity/index.tsx -msgid "Selected Range" -msgstr "選定範圍" - -#: src/pages/Vote/Landing.tsx -msgid "Self" -msgstr "自身" - -#: src/components/vote/DelegateModal.tsx -msgid "Self Delegate" -msgstr "自我代表" - -#: src/nft/components/bag/BagHeader.tsx -msgid "Sell" -msgstr "賣" - -#: src/nft/components/profile/list/ListPage.tsx -msgid "Sell NFTs" -msgstr "出售 NFT" - -#: src/nft/components/details/detailsV2/TableRowComponent.tsx -msgid "Seller" -msgstr "賣方" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Send failed" -msgstr "發送失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sending" -msgstr "發送中" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Sent" -msgstr "發送" - -#: src/pages/AddLiquidity/index.tsx -#: 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/nft/components/profile/list/ListingButton.tsx -msgid "Set prices to continue" -msgstr "繼續定價" - -#: src/components/AccountDrawer/SettingsMenu.tsx -msgid "Settings" -msgstr "設置" - -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -msgid "Share of Pool" -msgstr "流動池份額" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "Share of Pool:" -msgstr "流動池份額:" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Share on Twitter" -msgstr "分享到Twitter" - -#: src/components/Tokens/TokenDetails/ShareButton.tsx -msgid "Share to Twitter" -msgstr "分享到推特" - -#: src/components/AccountDrawer/MiniPortfolio/ExpandoRow.tsx -msgid "Show" -msgstr "顯示" - -#: src/pages/Vote/Landing.tsx -msgid "Show Cancelled" -msgstr "演出取消" - -#: src/components/PositionList/index.tsx -#: src/components/PositionList/index.tsx -#: src/pages/Pool/index.tsx -msgid "Show closed positions" -msgstr "顯示已關閉的倉位" - -#: src/components/Tokens/TokenDetails/About.tsx -msgid "Show more" -msgstr "展示更多" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Show resources" -msgstr "顯示資源" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Sign" -msgstr "符號" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "Simple" -msgstr "簡單型" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Slippage below {0}% may result in a failed transaction" -msgstr "滑點低於 {0}% 可能會導致交易失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/nft/components/collection/ActivityCells.tsx -msgid "Sold" -msgstr "賣" - -#: 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/components/ErrorBoundary/index.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong" -msgstr "出問題了" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Something went wrong. Please try again." -msgstr "出了些問題。請再試一次。" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to copy the details of this error." -msgstr "抱歉,處理您的請求時出錯。如果您請求支持,請務必復制此錯誤的詳細信息。" - -#: src/components/ErrorBoundary/index.tsx -msgid "Sorry, an error occured while processing your request. If you request support, be sure to provide your error ID." -msgstr "0xf4bea2c219eb95c6745983b68185c7340c319d9e" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "Start listing" -msgstr "開始上市" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Stats" -msgstr "統計數據" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Submit new proposal" -msgstr "提交新提案" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submit proposal failed" -msgstr "提交提案失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitted proposal" -msgstr "提交提案" - -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "Submitting Proposal" -msgstr "正提交提案" - -#: src/components/vote/VoteModal.tsx -msgid "Submitting Vote" -msgstr "提交投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Submitting proposal" -msgstr "提交提案" - -#: src/pages/Vote/styled.tsx -msgid "Succeeded" -msgstr "投票通過" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Success" -msgstr "成功" - -#: src/nft/components/profile/list/Modal/SuccessScreen.tsx -msgid "Successfully listed" -msgstr "成功上市" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supply" -msgstr "供應" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "Supplying {0} {1} and {2} {3}" -msgstr "供應 {0} {1} 和 {2} {3}" - -#: src/components/NavBar/index.tsx -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -#: src/components/swap/SwapHeader.tsx -#: src/components/swap/SwapModalFooter.tsx -#: src/components/swap/SwapSkeleton.tsx -#: src/pages/Swap/index.tsx -#: src/pages/Swap/index.tsx -msgid "Swap" -msgstr "兌換" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap <0/> for exactly <1/>" -msgstr "將約 <0/> 兌換成 <1/>" - -#: src/pages/Swap/index.tsx -msgid "Swap Anyway" -msgstr "仍要兌換" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Swap exactly <0/> for <1/>" -msgstr "將恰好 <0/> 兌換成 <1/>" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swap failed" -msgstr "交換失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapped" -msgstr "交換" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Swapping" -msgstr "交換" - -#: src/components/swap/ConfirmSwapModal.tsx -msgid "Swapping {0} {1} for {2} {3}" -msgstr "將 {0} {1} 兌換為 {2} {3}" - -#: src/nft/components/collection/Sweep.tsx -msgid "Sweep" -msgstr "掃" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Switch networks" -msgstr "切換網絡" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "Switch to {0}" -msgstr "切換到 {0}" - -#: src/components/Tokens/TokenDetails/index.tsx -msgid "Symbol not found" -msgstr "找不到符號" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "TVL" -msgstr "TVL" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "Terms of Service" -msgstr "服務條款" - -#: src/components/Popups/ClaimPopup.tsx -msgid "Thanks for being part of the Uniswap community <0/>" -msgstr "感謝您加入 Uniswap 社區 <0/>" - -#: src/components/FeeSelector/index.tsx -msgid "The % you will earn in fees." -msgstr "您將賺取的手續費百分比。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer." -msgstr "兌換交易不滿足 Uniswap 不變量 X × Y = K 的要求。這通常意味著您要兌換的代幣之一在代幣轉賬過程中帶有一些自定義代幣合約特性。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The amount you expect to receive at the current market price. You may receive less or more if the market price changes while your transaction is pending." -msgstr "您希望以當前市場價格收到的金額。如果在您的交易待定期間市場價格發生變化,您可能會收到更少或更多的款項。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches blockchain data from The Graph’s hosted service." -msgstr "該應用程序從 The Graph 的託管服務中獲取區塊鏈數據。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches on-chain data and constructs contract calls with an Infura API." -msgstr "該應用程序獲取鏈上數據並使用 Infura API 構建合約調用。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app fetches the optimal trade route from a Uniswap Labs server." -msgstr "該應用程序從 Uniswap Labs 服務器獲取最佳交易路徑。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app logs anonymized usage statistics in order to improve over time." -msgstr "該應用程序會記錄匿名使用情況統計信息,以便不斷改進。" - -#: src/components/PrivacyPolicy/index.tsx -msgid "The app securely collects your wallet address and shares it with TRM Labs Inc. for risk and compliance reasons." -msgstr "出於風險和合規性原因,該應用程序會安全地收集您的錢包地址並與 TRM Labs Inc. 共享。" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "The connection attempt failed. Please click try again and follow the steps to connect in your wallet." -msgstr "連接嘗試失敗。請點擊重試並按照步驟在您的錢包中進行連接。" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "The estimated difference between the USD values of input and output amounts." -msgstr "輸入和輸出金額的美元價值之間的估計差異。" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in ${0}." -msgstr "支付給處理您交易的礦工的費用。這必須在 ${0}中支付。" - -#: src/components/swap/AdvancedSwapDetails.tsx -msgid "The fee paid to miners who process your transaction. This must be paid in {0}." -msgstr "支付給處理您交易的礦工的費用。這必須在 {0}中支付。" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The impact your trade has on the market price of this pool." -msgstr "您的交易對該池的市場價格的影響。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The input token cannot be transferred. There may be an issue with the input token." -msgstr "輸入代幣無法進行轉賬。輸入代幣可能有些問題。" - -#: src/components/CurrencyInputPanel/SwapCurrencyInputPanel.tsx -#: src/components/CurrencyInputPanel/index.tsx -msgid "The market price is outside your specified price range. Single-asset deposit only." -msgstr "市場兌換率超出您指定的範圍。將只註入單項代幣。" - -#: src/components/swap/SwapModalFooter.tsx -msgid "The maximum amount you are guaranteed to spend. If the price slips any further, your transaction will revert." -msgstr "您保證花費的最高金額。如果價格進一步下滑,您的交易將恢復。" - -#: src/components/swap/AdvancedSwapDetails.tsx -#: src/components/swap/SwapModalFooter.tsx -msgid "The minimum amount you are guaranteed to receive. If the price slips any further, your transaction will revert." -msgstr "您保證收到的最低金額。如果價格進一步下滑,您的交易將恢復。" - -#: src/components/Polling/index.tsx -msgid "The most recent block number on this network. Prices update on every block." -msgstr "此網絡上的最新區塊編號。兌換率會每區塊都更新。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token." -msgstr "輸出代幣無法進行轉賬。輸出代幣可能有些問題。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "輸出代幣無法進行轉賬。輸出代幣可能有些問題。註:轉賬時帶扣除費用(fee-on-transfer)的代幣和會自動重新定價(rebase)的代幣都與Uniswap V3不相容。" - -#: 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/theme/components/ThemeToggle.tsx -msgid "Theme" -msgstr "主題" - -#: src/components/LiquidityChartRangeInput/index.tsx -msgid "There is no liquidity data." -msgstr "沒有流動性數據。" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "This address is blocked on the Uniswap Labs interface because it is associated with one or more" -msgstr "該地址在 Uniswap Labs 界面上被屏蔽,因為它與一個或多個關聯" - -#: src/components/PrivacyPolicy/index.tsx -msgid "This app uses the following third-party APIs:" -msgstr "此應用程序使用以下第三方 API:" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This month" -msgstr "這個月" - -#: src/pages/AddLiquidity/index.tsx -msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction." -msgstr "需要先初始化,然後再添加流動性。初始化時,請先選擇起始價格,然後輸入您的流動性價格範圍和存款金額。因需進行初始化相關操作,Gas 費將比平時高一些。" - -#: src/pages/Vote/VotePage.tsx -msgid "This proposal may be executed after {0}." -msgstr "該提案可能會在 {0}之後執行。" - -#: src/components/swap/SwapRoute.tsx -msgid "This route optimizes your total output by considering split routes, multiple hops, and the gas cost of each step." -msgstr "此路線通過考慮拆分路線、多跳和每一步的 gas 成本來優化您的總輸出額。" - -#: src/pages/Tokens/index.tsx -msgid "This table contains the top tokens by Uniswap volume, sorted based on your input." -msgstr "此表包含 Uniswap 交易量排名靠前的代幣,並根據您的輸入進行排序。" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist" -msgstr "此令牌不存在" - -#: src/components/Tokens/TokenDetails/InvalidTokenDetails.tsx -msgid "This token doesn't exist on {0}" -msgstr "此標記在 {0}上不存在" - -#: 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 "該工具將安全地將您的 {0} 流動資金遷移到 V3。該過程完全不依賴任何信任需求" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low." -msgstr "由於截止日期已過,無法發送此交易。請檢查您的交易截止日期是否太短。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "由於兌換率變動,該交易將不會成功。請嘗試增加滑點容差。註:轉賬時帶扣除費用(fee-on-transfer)的代幣和會自動重新定價(rebase)的代幣都與Uniswap V3不兼容。" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance." -msgstr "由於兌換率變動或代幣帶有轉賬時的扣除費用(fee-on-transfer),該交易將不會成功。請嘗試增加滑點容差。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This week" -msgstr "本星期" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "This year" -msgstr "今年" - -#: src/nft/components/details/AssetActivity.tsx -msgid "Time" -msgstr "時間" - -#: src/nft/components/details/AssetActivity.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/CreateProposal/ProposalActionDetail.tsx -#: src/pages/Swap/index.tsx -msgid "To" -msgstr "至" - -#: src/pages/Swap/index.tsx -msgid "To (at least)" -msgstr "到(至少)" - -#: src/components/Popups/FailedNetworkSwitchPopup.tsx -msgid "To use Uniswap on {0}, switch the network in your wallet’s settings." -msgstr "要在 {0}上使用 Uniswap,請在錢包設置中切換網絡。" - -#: src/pages/Pool/PositionPage.tsx -msgid "To view a position, you must be connected to the network it belongs to." -msgstr "要查看職位,您必須連接到它所屬的網絡。" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/index.tsx -msgid "Today" -msgstr "今天" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Token name" -msgstr "Token name" - -#: src/components/TokenSafety/index.tsx -msgid "Token not found" -msgstr "未找到令牌" - -#: src/components/Tokens/TokenDetails/StatsSection.tsx -msgid "Token stats and charts for {label} are available on <0>info.uniswap.org" -msgstr "{label} 的代幣統計數據和圖表可在 <0>info.uniswap.org上找到" - -#: src/components/AccountDrawer/MiniPortfolio/index.tsx -#: src/components/NavBar/SearchBarDropdown.tsx -#: src/components/NavBar/index.tsx -msgid "Tokens" -msgstr "代幣" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Top Trait" -msgstr "頂級特質" - -#: src/pages/Pool/CTACards.tsx -msgid "Top pools" -msgstr "較活躍的流動池" - -#: src/pages/Tokens/index.tsx -msgid "Top tokens on Uniswap" -msgstr "Uniswap 上的頂級代幣" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Total" -msgstr "全部的" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools." -msgstr "鎖定總價值 (TVL) 是所有 Uniswap v3 流動性池中可用資產的總量。" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto and NFTs with confidence" -msgstr "自信地交易加密貨幣和 NFT" - -#: src/pages/Landing/index.tsx -msgid "Trade crypto with confidence" -msgstr "自信地交易加密貨幣" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Trait" -msgstr "特徵" - -#: src/nft/components/details/detailsV2/InfoChips.tsx -msgid "Trait Floor" -msgstr "特徵樓層" - -#: src/nft/components/details/detailsV2/DataPageTraits.tsx -msgid "Traits" -msgstr "特質" - -#: src/components/Settings/MenuButton/index.tsx -msgid "Transaction Settings" -msgstr "交易設定" - -#: src/components/TransactionConfirmationModal/index.tsx -#: src/components/vote/DelegateModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Transaction Submitted" -msgstr "交易已提交" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction completed in" -msgstr "交易完成於" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Transaction deadline" -msgstr "交易截止期限" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Transaction pending" -msgstr "交易待定" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "Transaction rejected" -msgstr "交易被拒絕" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Transaction submitted" -msgstr "交易已提交" - -#: src/pages/CreateProposal/ProposalActionSelector.tsx -msgid "Transfer Token" -msgstr "代幣轉賬" - -#: src/components/WalletModal/ConnectionErrorView.tsx -msgid "Try Again" -msgstr "再試一次" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "UNI Governance" -msgstr "UNI治理" - -#: src/components/Popups/ClaimPopup.tsx -msgid "UNI has arrived" -msgstr "UNI 代幣已到賬" - -#: src/pages/Vote/Landing.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 代幣代表了 Uniswap 治理中的投票份額。您可以自行為提案進行投票,或將您的投票權委托給第三方。" - -#: src/pages/RemoveLiquidity/index.tsx -msgid "UNI {0}/{1} Burned" -msgstr "UNI {0}/{1} 已銷毀" - -#: src/nft/components/collection/ActivityCells.tsx -msgid "Unavailable" -msgstr "不可用" - -#: src/nft/components/profile/view/ViewMyNftsAsset.tsx -msgid "Unavailable for listing" -msgstr "不可上市" - -#: src/pages/Pool/PositionPage.tsx -msgid "Unclaimed fees" -msgstr "未領取的手續費" - -#: src/pages/Vote/styled.tsx -msgid "Undetermined" -msgstr "未定" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap API" -msgstr "Uniswap API" - -#: src/pages/Vote/Landing.tsx -msgid "Uniswap Governance" -msgstr "Uniswap治理" - -#: src/components/PrivacyPolicy/index.tsx -msgid "Uniswap Labs' Terms of Service" -msgstr "Uniswap Labs 的服務條款" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Uniswap Protocol" -msgstr "Uniswap 協議" - -#: src/pages/Pool/v2.tsx -msgid "Uniswap V2 is not available on this network." -msgstr "Uniswap V2 在此網絡上不可用。" - -#: src/components/SwitchLocaleLink/index.tsx -msgid "Uniswap available in: <0>{0}" -msgstr "Uniswap 可選語言:<0>{0}" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Uniswap client" -msgstr "Uniswap 客戶端" - -#: src/components/vote/ProposalEmptyState.tsx -msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote." -msgstr "Uniswap 治理僅在 Layer 1 可用。將您的網絡切換到以太坊主網以查看提案和投票。" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -msgid "Uniswap has granted your wish!" -msgstr "Uniswap 滿足了你的願望!" - -#: src/components/Banner/UniswapWalletBanner.tsx -msgid "Uniswap in your pocket" -msgstr "口袋裡的 Uniswap" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "Uniswap migration contract↗" -msgstr "Uniswap 遷移合約↗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "Unknown" -msgstr "未知" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Approval" -msgstr "未知批准" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Mint" -msgstr "未知薄荷" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Send" -msgstr "未知發送" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "Unknown Swap" -msgstr "未知交換" - -#: src/pages/Vote/Landing.tsx -#: src/pages/Vote/VotePage.tsx -msgid "Unlock Votes" -msgstr "解鎖投票" - -#: src/pages/Vote/Landing.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/components/NavBar/ChainSelectorRow.tsx -msgid "Unsupported by your wallet" -msgstr "你的錢包不支持" - -#: src/state/governance/hooks.ts -msgid "Untitled" -msgstr "無標題" - -#: src/pages/Swap/index.tsx -msgid "Unwrap" -msgstr "展開" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Unwrap <0/> to {0}" -msgstr "將 <0/> 換回為 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrap failed" -msgstr "解包失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapped" -msgstr "展開" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Unwrapping" -msgstr "展開" - -#: src/pages/Vote/Landing.tsx -msgid "Update Delegation" -msgstr "更新投票權委托" - -#: src/components/Settings/RouterPreferenceSettings/index.tsx -msgid "Use the Uniswap Labs API to get faster quotes." -msgstr "使用 Uniswap Labs API 獲得更快的報價。" - -#: src/pages/Pool/index.tsx -msgid "V2 liquidity" -msgstr "V2 流動資金" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "V3 {0} Price:" -msgstr "V3 {0} 兌換率:" - -#: src/components/AccountDrawer/GitVersionRow.tsx -msgid "Version:" -msgstr "版本:" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very common" -msgstr "很常見" - -#: src/nft/components/details/detailsV2/RarityGraph.tsx -msgid "Very rare" -msgstr "很稀少" - -#: src/components/PositionCard/index.tsx -msgid "View accrued fees and analytics<0>↗" -msgstr "查看已累積手續費和數據分析<0>↗" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "View and sell NFTs" -msgstr "查看和出售 NFT" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "View more analytics" -msgstr "查看更多分析" - -#: src/nft/components/collection/TransactionCompleteModal.tsx -#: src/pages/CreateProposal/ProposalSubmissionModal.tsx -msgid "View on Etherscan" -msgstr "在Etherscan上查看" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on Explorer" -msgstr "在以太坊資源瀏覽器上查看" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "View on {0}" -msgstr "查看 {0}" - -#: src/components/ModalViews/index.tsx -#: src/components/claim/AddressClaimModal.tsx -#: src/components/vote/ExecuteModal.tsx -#: src/components/vote/QueueModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "View transaction on Explorer" -msgstr "在以太坊資源瀏覽器上查看" - -#: src/components/Tokens/TokenTable/TokenRow.tsx -msgid "Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame." -msgstr "交易量是在選定時間範圍內在 Uniswap v3 上交易的資產數量。" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote Against" -msgstr "投票反對" - -#: src/pages/Vote/VotePage.tsx -msgid "Vote For" -msgstr "投票贊成" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote against proposal {proposalId}" -msgstr "投票反對提案 {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey}" -msgstr "投票反對提案 {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote against proposal {proposalKey} with reason \"{0}\"" -msgstr "以“{0}”為理由反對提案 {proposalKey}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Vote failed" -msgstr "投票失敗" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote for proposal {proposalId}" -msgstr "投票贊成提案 {proposalId}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey}" -msgstr "投票贊成提案 {proposalKey}" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote for proposal {proposalKey} with reason \"{0}\"" -msgstr "以“{0}”為理由贊成提案 {proposalKey}" - -#: src/components/NavBar/MenuDropdown.tsx -msgid "Vote in governance" -msgstr "治理投票" - -#: src/components/vote/VoteModal.tsx -#: src/components/vote/VoteModal.tsx -msgid "Vote to abstain on proposal {proposalId}" -msgstr "針對提案 {proposalId} 投棄權票" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey}" -msgstr "為提案 {proposalKey} 投棄權票" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\"" -msgstr "以“{0}”為由為提案 {proposalKey} 投棄權票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voted" -msgstr "已投票" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Voting" -msgstr "表決" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ended {0}" -msgstr "投票結束 {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting ends approximately {0}" -msgstr "投票大約結束於 {0}" - -#: src/pages/Vote/VotePage.tsx -msgid "Voting starts approximately {0}" -msgstr "投票大約於 {0} 開始" - -#: src/components/TransactionConfirmationModal/index.tsx -msgid "Waiting for confirmation" -msgstr "等待確認中" - -#: src/components/AddressInputPanel/index.tsx -msgid "Wallet Address or ENS name" -msgstr "錢包地址或 ENS 名" - -#: src/components/addLiquidity/OwnershipWarning.tsx -#: src/constants/tokenSafety.tsx -msgid "Warning" -msgstr "警告" - -#: src/components/claim/AddressClaimModal.tsx -msgid "Welcome to team Unicorn :)" -msgstr "歡迎來到 Unicorn (獨角獸)團隊 :)" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "Why is a transaction required?" -msgstr "為什麼需要交易?" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Withdraw deposited liquidity" -msgstr "贖回註入的流動資金" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdraw failed" -msgstr "提現失敗" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrawing" -msgstr "提現" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Withdrew" -msgstr "退出" - -#: src/pages/Swap/index.tsx -msgid "Wrap" -msgstr "包裹" - -#: src/components/AccountDetails/TransactionSummary.tsx -msgid "Wrap <0/> to {0}" -msgstr "將 <0/> 換為 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrap failed" -msgstr "包裝失敗" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapped" -msgstr "包裹" - -#: src/components/AccountDrawer/MiniPortfolio/constants.ts -msgid "Wrapping" -msgstr "包裝" - -#: src/nft/components/bag/BagFooter.tsx -msgid "Wrong network" -msgstr "錯誤的網絡" - -#: src/pages/CreateProposal/index.tsx -msgid "You already have an active or pending proposal" -msgstr "您已經有一個現有或待處理的提案" - -#: src/pages/AddLiquidityV2/index.tsx -msgid "You are creating a pool" -msgstr "您正在創建一個流動池" - -#: src/components/addLiquidity/OwnershipWarning.tsx -msgid "You are not the owner of this LP position. You will not be able to withdraw the liquidity from this position unless you own the following address: {ownerAddress}" -msgstr "您不是此 LP 職位的所有者。除非您擁有以下地址,否則您將無法從此頭寸提取流動性: {ownerAddress}" - -#: 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 "您是此 Uniswap V3 流動池的第一個流動資金提供者。您的流動資金將以當前的 {0} 兌換率遷移。" - -#: 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/CreateProposal/index.tsx -msgid "You don't have enough votes to submit a proposal" -msgstr "您沒有足夠的票數來提交提案" - -#: src/pages/PoolFinder/index.tsx -msgid "You don’t have liquidity in this pool yet." -msgstr "您在此流動池中還未有流動資金。" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "You may have lost your network connection." -msgstr "您的網絡連接可能斷了。" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "You must connect an account." -msgstr "您必須連接帳戶。" - -#: src/pages/CreateProposal/index.tsx -msgid "You must have {formattedProposalThreshold} votes to submit a proposal" -msgstr "您必須有 {formattedProposalThreshold} 票才能提交提案" - -#: src/components/swap/SwapModalHeader.tsx -msgid "You pay" -msgstr "你付錢" - -#: src/components/swap/SwapModalHeader.tsx -#: src/nft/components/profile/list/ListPage.tsx -#: src/nft/components/profile/list/NFTListingsGrid.tsx -msgid "You receive" -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 "請確保以您認為是正確的兌換率來將流動資金註入到 Uniswap V3。 <0/>如果兌換率看起來不正確,您可以進行兌換交易以移動兌換率,或者等待別人進行此操作。" - -#: 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/pages/Pool/v2.tsx -msgid "Your V2 liquidity" -msgstr "您的V2流動資金" - -#: src/pages/Pool/index.tsx -msgid "Your active V3 liquidity positions will appear here." -msgstr "您的 V3 流動性倉位將在此顯示。" - -#: src/components/Tokens/TokenDetails/BalanceSummary.tsx -msgid "Your balance on {label}" -msgstr "您的餘額為 {label}" - -#: src/pages/Pool/index.tsx -msgid "Your connected network is unsupported." -msgstr "您連接的網絡不受支持。" - -#: src/nft/components/profile/view/EmptyWalletContent.tsx -msgid "Your onchain transactions and crypto purchases will appear here." -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/LiquidityChartRangeInput/index.tsx -msgid "Your position will appear here." -msgstr "您的倉位將在此顯示。" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -msgid "Your position will be 100% composed of {0} at this price" -msgstr "在此兌換率,您的倉位將 100% 由 {0} 所組成。" - -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "Your position will be 100% {0} at this price." -msgstr "在此兌換率,您的倉位將 100% 由 {0} 所組成。" - -#: 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/hooks/useUniversalRouter.ts -msgid "Your swap is expected to fail." -msgstr "您的交換預計會失敗。" - -#: src/hooks/useUniversalRouter.ts -msgid "Your swap was modified through your wallet. If this was a mistake, please cancel immediately or risk losing your funds." -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 "由於需包含創建流動池的 gas 費用,您的此交易成本將高出許多。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction may be frontrun and result in an unfavorable trade." -msgstr "您的交易可能會搶先交易並導致不利的交易。" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "Your transaction will revert if it is pending for more than this period of time." -msgstr "如果您的交易待處理超過此時間期限,則將還原該交易。" - -#: src/components/Settings/MaxSlippageSettings/index.tsx -msgid "Your transaction will revert if the price changes unfavorably by more than this percentage." -msgstr "如果兌換率變動超過此百分比,則將還原該交易。" - -#: src/components/NavBar/ChainSelector.tsx -msgid "Your wallet's current network is unsupported." -msgstr "您錢包的當前網絡不受支持。" - -#: src/components/Tokens/TokenDetails/MobileBalanceSummaryFooter.tsx -msgid "Your {0} balance" -msgstr "您的 {0} 餘額" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "and" -msgstr "和" - -#: src/components/WalletModal/PrivacyPolicyNotice.tsx -msgid "and consent to its" -msgstr "並同意其" - -#: src/nft/components/card/media.tsx -msgid "available yet" -msgstr "可用" - -#: src/nft/components/profile/list/PriceTextInput.tsx -msgid "below floor price." -msgstr "低於底價。" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "below the collection’s floor price. Are you sure you want to continue?" -msgstr "低於該系列的底價。你確定你要繼續嗎?" - -#: src/components/ConnectedAccountBlocked/index.tsx -msgid "blocked activities" -msgstr "被阻止的活動" - -#: src/nft/components/profile/list/RoyaltyTooltip.tsx -msgid "fee" -msgstr "費用" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "for" -msgstr "為了" - -#: src/components/claim/AddressClaimModal.tsx -msgid "for {0}" -msgstr "為 {0}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "from" -msgstr "從" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "here." -msgstr "這裡。" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "minutes" -msgstr "分鐘" - -#: src/nft/utils/time.ts -msgid "months" -msgstr "幾個月" - -#: src/components/AccountDrawer/AuthenticatedHeader.tsx -msgid "reward" -msgstr "報酬" - -#: src/components/FiatOnrampModal/index.tsx -msgid "something went wrong!" -msgstr "出了些問題!" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseRemote.tsx -msgid "to" -msgstr "到" - -#: src/nft/components/profile/list/ListingButton.tsx -msgid "{0, plural, =1 {Resolve issue} other {{1}}}" -msgstr "{0, plural, =1 {解決問題} other {{1}}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.} other {These tokens aren't traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.}}" -msgstr "{0, plural, =1 {該代幣不在美國領先的中心化交易所交易,也不經常在 Uniswap 上交換。} other {這些代幣不在美國領先的中心化交易所交易,也不經常在 Uniswap 上交換。}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {This token isn't traded on leading U.S. centralized exchanges.} other {These tokens aren't traded on leading U.S. centralized exchanges.}}" -msgstr "{0, plural, =1 {該代幣不在美國領先的中心化交易所交易。} other {這些代幣不在美國領先的中心化交易所交易。}}" - -#: src/constants/tokenSafety.tsx -msgid "{0, plural, =1 {You can't trade this token using the Uniswap App.} other {You can't trade these tokens using the Uniswap App.}}" -msgstr "{0, plural, =1 {您不能使用 Uniswap 應用程序交易此代幣。} other {您不能使用 Uniswap 應用程序交易這些代幣。}}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{0, plural, =1 {listing} other {listings}}" -msgstr "{0, plural, =1 {清單} other {房源}}" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0, plural, =1 {{1}} other {{2}}}" -msgstr "{0, plural, =1 {{1}} other {{2}}}" - -#: src/components/CurrencyInputPanel/FiatValue.tsx -#: src/components/ErrorBoundary/index.tsx -#: src/components/RateToggle/index.tsx -#: src/components/RateToggle/index.tsx -#: src/nft/components/bag/BagFooter.tsx -msgid "{0}" -msgstr "{0}" - -#: src/components/PositionCard/index.tsx -msgid "{0} %" -msgstr "{0} %" - -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx -msgid "{0} Deposited" -msgstr "註入 {0}" - -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{0} Fees Earned:" -msgstr "{0} 已賺取手續費:" - -#: src/nft/components/profile/list/Modal/BelowFloorWarningModal.tsx -msgid "{0} NFTs are listed significantly" -msgstr "{0} NFT 顯著上架" - -#: src/components/Web3Status/index.tsx -msgid "{0} Pending" -msgstr "{0} 待處理" - -#: src/utils/swapErrorToUserReadableMessage.tsx -msgid "{0} Try increasing your slippage tolerance.\n" -"Note: fee-on-transfer and rebase tokens are incompatible with Uniswap V3." -msgstr "{0} 嘗試增加滑點容忍度。\n" -"注意:轉賬費用和變基代幣與 Uniswap V3 不兼容。" - -#: src/components/claim/AddressClaimModal.tsx -#: src/components/claim/AddressClaimModal.tsx -msgid "{0} UNI" -msgstr "{0} UNI" - -#: src/components/vote/VoteModal.tsx -msgid "{0} Votes" -msgstr "{0} 票" - -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/components/PositionPreview/index.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/AddLiquidityV2/PoolPriceBar.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -#: src/pages/Pool/PositionPage.tsx -msgid "{0} per {1}" -msgstr "{0} 每 {1}" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0} {1} Price:" -msgstr "{0} {1} 兌換率:" - -#: src/components/FeeSelector/FeeOption.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/components/FeeSelector/index.tsx -msgid "{0}% fee tier" -msgstr "{0}% 手續費級別" - -#: src/components/RoutingDiagram/RoutingDiagram.tsx -msgid "{0}% pool" -msgstr "{0}% 池" - -#: src/components/FeeSelector/FeeTierPercentageBadge.tsx -msgid "{0}% select" -msgstr "選擇 {0}%" - -#: src/components/Settings/MenuButton/index.tsx -msgid "{0}% slippage" -msgstr "{0}% 滑點" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP NFT" -msgstr "{0}/{1} 流動池 NFT 代幣" - -#: src/pages/MigrateV2/MigrateV2Pair.tsx -msgid "{0}/{1} LP Tokens" -msgstr "{0}{1} 流動池代幣" - -#: src/components/Settings/TransactionDeadlineSettings/index.tsx -msgid "{0}m" -msgstr "{0}米" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {day} other {days}}" -msgstr "{amount, plural, =1 {天} other {天}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {hour} other {hours}}" -msgstr "{amount, plural, =1 {小時} other {小時}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {month} other {months}}" -msgstr "{amount, plural, =1 {月} other {個月}}" - -#: src/nft/components/profile/list/SetDurationModal.tsx -msgid "{amount, plural, =1 {week} other {weeks}}" -msgstr "{amount, plural, =1 {星期} other {週}}" - -#: src/components/AccountDrawer/MiniPortfolio/Activity/parseLocal.ts -msgid "{baseSymbol} and {quoteSymbol}" -msgstr "{baseSymbol} 和 {quoteSymbol}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {day} other {days}}" -msgstr "{i, plural, one {天} other {天}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {hour} other {hours}}" -msgstr "{i, plural, one {小時} other {小時}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {minute} other {minutes}}" -msgstr "{i, plural, one {分鐘} other {分鐘}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {month} other {months}}" -msgstr "{i, plural, one {月} other {個月}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {second} other {seconds}}" -msgstr "{i, plural, one {第二} other {秒}}" - -#: src/nft/utils/time.ts -msgid "{i, plural, one {week} other {weeks}}" -msgstr "{i, plural, one {星期} other {週}}" - -#: src/components/Polling/ChainConnectivityWarning.tsx -msgid "{label} might be down right now, or you may have lost your network connection." -msgstr "{label} 現在可能已關閉,或者您可能已丟失網絡連接。" - -#: src/components/NetworkAlert/NetworkAlert.tsx -msgid "{label} token bridge" -msgstr "{label} 代幣橋" - -#: src/pages/RemoveLiquidity/V3.tsx -msgid "{percentForSlider}%" -msgstr "{percentForSlider}%" - -#: src/components/InputStepCounter/InputStepCounter.tsx -msgid "{tokenB} per {tokenA}" -msgstr "{tokenB} 每 {tokenA}" - -#: src/nft/components/profile/list/Modal/ListModalSection.tsx -msgid "{uniqueCollections, plural, =1 {collection} other {collections}}" -msgstr "{uniqueCollections, plural, =1 {收藏} other {收藏}}" - -#: src/pages/Pool/PositionPage.tsx -msgid "← Back to Pools" -msgstr "← 返回池" -