Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82c026872f | ||
|
|
222a6d53bc | ||
|
|
0f35f6ee93 | ||
|
|
7b83e3968f | ||
|
|
7938273c0c | ||
|
|
51a4504c75 | ||
|
|
b2697f0077 | ||
|
|
34a58851f7 | ||
|
|
5a20dc82cd | ||
|
|
d1627a6c36 | ||
|
|
55c971892c | ||
|
|
68f8576499 | ||
|
|
d0be3bf222 | ||
|
|
b79fe4b833 | ||
|
|
408c907870 | ||
|
|
8a99bad736 | ||
|
|
5ba3d2f679 | ||
|
|
ec4cd57dc0 | ||
|
|
ccad45d24e | ||
|
|
1903a16097 | ||
|
|
0ea029db4f | ||
|
|
cb41df4cd5 | ||
|
|
659a564db8 | ||
|
|
74c61c0213 | ||
|
|
dc55a21285 | ||
|
|
48cc6811c9 | ||
|
|
ab93d512d3 | ||
|
|
cf4c26a77c | ||
|
|
02296c686f | ||
|
|
60bd0eb86c | ||
|
|
188b321cc9 | ||
|
|
377331c44e | ||
|
|
dfd442cdac | ||
|
|
9561cf54e4 | ||
|
|
714953b50e | ||
|
|
b3844e38d1 |
@@ -21,8 +21,9 @@
|
||||
"prettier/@typescript-eslint",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"plugins": ["simple-import-sort"],
|
||||
"plugins": ["simple-import-sort", "unused-imports"],
|
||||
"rules": {
|
||||
"unused-imports/no-unused-imports": "error",
|
||||
"simple-import-sort/imports": "error",
|
||||
"simple-import-sort/exports": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": "off",
|
||||
|
||||
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@@ -7,3 +7,4 @@ updates:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-name: "@uniswap/token-lists"
|
||||
- dependency-name: "@uniswap/default-token-list"
|
||||
|
||||
@@ -10,7 +10,7 @@ An open source interface for Uniswap -- a protocol for decentralized exchange of
|
||||
|
||||
- Website: [uniswap.org](https://uniswap.org/)
|
||||
- Interface: [app.uniswap.org](https://app.uniswap.org)
|
||||
- Docs: [uniswap.org/docs/](https://uniswap.org/docs/)
|
||||
- Docs: [uniswap.org/docs/](https://docs.uniswap.org/)
|
||||
- Twitter: [@Uniswap](https://twitter.com/Uniswap)
|
||||
- Reddit: [/r/Uniswap](https://www.reddit.com/r/Uniswap/)
|
||||
- Email: [contact@uniswap.org](mailto:contact@uniswap.org)
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
}
|
||||
},
|
||||
"asToken0": [
|
||||
{
|
||||
"feeTier": "100",
|
||||
"totalValueLockedToken0": "0",
|
||||
"totalValueLockedToken1": "3"
|
||||
},
|
||||
{
|
||||
"feeTier": "500",
|
||||
"totalValueLockedToken0": "0",
|
||||
@@ -13,7 +18,7 @@
|
||||
{
|
||||
"feeTier": "3000",
|
||||
"totalValueLockedToken0": "0",
|
||||
"totalValueLockedToken1": "7"
|
||||
"totalValueLockedToken1": "4"
|
||||
},
|
||||
{
|
||||
"feeTier": "10000",
|
||||
|
||||
@@ -58,7 +58,7 @@ describe('Add Liquidity', () => {
|
||||
cy.wait('@feeTierDistributionQuery')
|
||||
|
||||
cy.get('#add-liquidity-selected-fee .selected-fee-label').should('contain.text', '0.3% fee tier')
|
||||
cy.get('#add-liquidity-selected-fee .selected-fee-percentage').should('contain.text', '70%')
|
||||
cy.get('#add-liquidity-selected-fee .selected-fee-percentage').should('contain.text', '40%')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
13
package.json
13
package.json
@@ -37,7 +37,6 @@
|
||||
"@types/lingui__core": "^2.7.1",
|
||||
"@types/lingui__macro": "^2.7.4",
|
||||
"@types/lingui__react": "^2.8.3",
|
||||
"@types/luxon": "^1.24.4",
|
||||
"@types/ms.macro": "^2.0.0",
|
||||
"@types/multicodec": "^1.0.0",
|
||||
"@types/node": "^13.13.5",
|
||||
@@ -55,7 +54,7 @@
|
||||
"@types/wcag-contrast": "^3.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.1.0",
|
||||
"@typescript-eslint/parser": "^4.1.0",
|
||||
"@uniswap/default-token-list": "^2.0.0",
|
||||
"@uniswap/default-token-list": "^2.1.0",
|
||||
"@uniswap/governance": "^1.0.2",
|
||||
"@uniswap/liquidity-staker": "^1.0.2",
|
||||
"@uniswap/merkle-distributor": "1.0.1",
|
||||
@@ -66,13 +65,13 @@
|
||||
"@uniswap/v2-sdk": "^3.0.0-alpha.2",
|
||||
"@uniswap/v3-core": "1.0.0",
|
||||
"@uniswap/v3-periphery": "^1.1.1",
|
||||
"@uniswap/v3-sdk": "^3.4.1",
|
||||
"@uniswap/v3-sdk": "^3.7.1",
|
||||
"@web3-react/core": "^6.0.9",
|
||||
"@web3-react/fortmatic-connector": "^6.0.9",
|
||||
"@web3-react/injected-connector": "^6.0.7",
|
||||
"@web3-react/portis-connector": "^6.0.9",
|
||||
"@web3-react/walletconnect-connector": "^7.0.2-alpha.0",
|
||||
"@web3-react/walletlink-connector": "^6.2.3",
|
||||
"@web3-react/walletlink-connector": "^6.2.8",
|
||||
"ajv": "^6.12.3",
|
||||
"array.prototype.flat": "^1.2.4",
|
||||
"array.prototype.flatmap": "^1.2.4",
|
||||
@@ -87,13 +86,13 @@
|
||||
"eslint-plugin-react": "^7.19.0",
|
||||
"eslint-plugin-react-hooks": "^4.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"ethers": "^5.4.6",
|
||||
"firebase": "^9.1.3",
|
||||
"graphql": "^15.5.0",
|
||||
"graphql-request": "^3.4.0",
|
||||
"inter-ui": "^3.13.1",
|
||||
"jest-styled-components": "^7.0.5",
|
||||
"luxon": "^1.25.0",
|
||||
"microbundle": "^0.13.3",
|
||||
"ms.macro": "^2.0.0",
|
||||
"multicodec": "^3.0.1",
|
||||
@@ -138,8 +137,8 @@
|
||||
"@walletconnect/ethereum-provider": "1.6.5"
|
||||
},
|
||||
"scripts": {
|
||||
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/abis/types './src/abis/**/*.json'",
|
||||
"contracts:compile:v3": "typechain --target ethers-v5 --out-dir src/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'",
|
||||
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\"",
|
||||
"contracts:compile:v3": "typechain --target ethers-v5 --out-dir src/types/v3 \"./node_modules/@uniswap/**/artifacts/contracts/**/*.json\"",
|
||||
"contracts:compile": "yarn contracts:compile:abi && yarn contracts:compile:v3",
|
||||
"graphql:generate": "graphql-codegen --config codegen.yml",
|
||||
"prei18n:extract": "touch src/locales/en-US.po",
|
||||
|
||||
@@ -315,8 +315,8 @@ const ActiveOutlined = styled(ButtonOutlined)`
|
||||
`
|
||||
|
||||
const Circle = styled.div`
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
border-radius: 50%;
|
||||
background-color: ${({ theme }) => theme.primary1};
|
||||
display: flex;
|
||||
@@ -325,11 +325,11 @@ const Circle = styled.div`
|
||||
`
|
||||
|
||||
const CheckboxWrapper = styled.div`
|
||||
width: 30px;
|
||||
width: 20px;
|
||||
padding: 0 10px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
top: 11px;
|
||||
right: 15px;
|
||||
`
|
||||
|
||||
const ResponsiveCheck = styled(Check)`
|
||||
|
||||
51
src/components/FeeSelector/FeeOption.tsx
Normal file
51
src/components/FeeSelector/FeeOption.tsx
Normal file
@@ -0,0 +1,51 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { FeeAmount } from '@uniswap/v3-sdk'
|
||||
import { ButtonRadioChecked } from 'components/Button'
|
||||
import { AutoColumn } from 'components/Column'
|
||||
import { useFeeTierDistribution } from 'hooks/useFeeTierDistribution'
|
||||
import { PoolState } from 'hooks/usePools'
|
||||
import React from 'react'
|
||||
import styled from 'styled-components/macro'
|
||||
import { TYPE } from 'theme'
|
||||
|
||||
import { FeeTierPercentageBadge } from './FeeTierPercentageBadge'
|
||||
import { FEE_AMOUNT_DETAIL } from './shared'
|
||||
|
||||
const ResponsiveText = styled(TYPE.label)`
|
||||
line-height: 16px;
|
||||
font-size: 14px;
|
||||
|
||||
${({ theme }) => theme.mediaWidth.upToSmall`
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
`};
|
||||
`
|
||||
|
||||
interface FeeOptionProps {
|
||||
feeAmount: FeeAmount
|
||||
active: boolean
|
||||
distributions: ReturnType<typeof useFeeTierDistribution>['distributions']
|
||||
poolState: PoolState
|
||||
onClick: () => void
|
||||
}
|
||||
|
||||
export function FeeOption({ feeAmount, active, poolState, distributions, onClick }: FeeOptionProps) {
|
||||
return (
|
||||
<ButtonRadioChecked active={active} onClick={onClick}>
|
||||
<AutoColumn gap="sm" justify="flex-start">
|
||||
<AutoColumn justify="flex-start" gap="6px">
|
||||
<ResponsiveText>
|
||||
<Trans>{FEE_AMOUNT_DETAIL[feeAmount].label}%</Trans>
|
||||
</ResponsiveText>
|
||||
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
|
||||
{FEE_AMOUNT_DETAIL[feeAmount].description}
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge distributions={distributions} feeAmount={feeAmount} poolState={poolState} />
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
)
|
||||
}
|
||||
31
src/components/FeeSelector/FeeTierPercentageBadge.tsx
Normal file
31
src/components/FeeSelector/FeeTierPercentageBadge.tsx
Normal file
@@ -0,0 +1,31 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { FeeAmount } from '@uniswap/v3-sdk'
|
||||
import Badge from 'components/Badge'
|
||||
import { useFeeTierDistribution } from 'hooks/useFeeTierDistribution'
|
||||
import { PoolState } from 'hooks/usePools'
|
||||
import React from 'react'
|
||||
import { TYPE } from 'theme'
|
||||
|
||||
export function FeeTierPercentageBadge({
|
||||
feeAmount,
|
||||
distributions,
|
||||
poolState,
|
||||
}: {
|
||||
feeAmount: FeeAmount
|
||||
distributions: ReturnType<typeof useFeeTierDistribution>['distributions']
|
||||
poolState: PoolState
|
||||
}) {
|
||||
return (
|
||||
<Badge>
|
||||
<TYPE.label fontSize={10}>
|
||||
{!distributions || poolState === PoolState.NOT_EXISTS || poolState === PoolState.INVALID ? (
|
||||
<Trans>Not created</Trans>
|
||||
) : distributions[feeAmount] !== undefined ? (
|
||||
<Trans>{distributions[feeAmount]?.toFixed(0)}% select</Trans>
|
||||
) : (
|
||||
<Trans>No data</Trans>
|
||||
)}
|
||||
</TYPE.label>
|
||||
</Badge>
|
||||
)
|
||||
}
|
||||
@@ -1,14 +1,14 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency } from '@uniswap/sdk-core'
|
||||
import { FeeAmount } from '@uniswap/v3-sdk'
|
||||
import Badge from 'components/Badge'
|
||||
import { ButtonGray, ButtonRadioChecked } from 'components/Button'
|
||||
import { ButtonGray } from 'components/Button'
|
||||
import Card from 'components/Card'
|
||||
import { AutoColumn } from 'components/Column'
|
||||
import { RowBetween } from 'components/Row'
|
||||
import { useFeeTierDistribution } from 'hooks/useFeeTierDistribution'
|
||||
import { PoolState, usePools } from 'hooks/usePools'
|
||||
import usePrevious from 'hooks/usePrevious'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import { DynamicSection } from 'pages/AddLiquidity/styled'
|
||||
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'
|
||||
import ReactGA from 'react-ga'
|
||||
@@ -16,6 +16,10 @@ import { Box } from 'rebass'
|
||||
import styled, { keyframes } from 'styled-components/macro'
|
||||
import { TYPE } from 'theme'
|
||||
|
||||
import { FeeOption } from './FeeOption'
|
||||
import { FeeTierPercentageBadge } from './FeeTierPercentageBadge'
|
||||
import { FEE_AMOUNT_DETAIL } from './shared'
|
||||
|
||||
const pulse = (color: string) => keyframes`
|
||||
0% {
|
||||
box-shadow: 0 0 0 0 ${color};
|
||||
@@ -29,60 +33,18 @@ const pulse = (color: string) => keyframes`
|
||||
box-shadow: 0 0 0 0 ${color};
|
||||
}
|
||||
`
|
||||
|
||||
const ResponsiveText = styled(TYPE.label)`
|
||||
line-height: 16px;
|
||||
|
||||
${({ theme }) => theme.mediaWidth.upToSmall`
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
`};
|
||||
`
|
||||
|
||||
const FocusedOutlineCard = styled(Card)<{ pulsing: boolean }>`
|
||||
border: 1px solid ${({ theme }) => theme.bg2};
|
||||
animation: ${({ pulsing, theme }) => pulsing && pulse(theme.primary1)} 0.6s linear;
|
||||
align-self: center;
|
||||
`
|
||||
|
||||
const FeeAmountLabel = {
|
||||
[FeeAmount.LOW]: {
|
||||
label: '0.05',
|
||||
description: <Trans>Best for stable pairs.</Trans>,
|
||||
},
|
||||
[FeeAmount.MEDIUM]: {
|
||||
label: '0.3',
|
||||
description: <Trans>Best for most pairs.</Trans>,
|
||||
},
|
||||
[FeeAmount.HIGH]: {
|
||||
label: '1',
|
||||
description: <Trans>Best for exotic pairs.</Trans>,
|
||||
},
|
||||
}
|
||||
|
||||
function FeeTierPercentageBadge({
|
||||
feeAmount,
|
||||
distributions,
|
||||
poolState,
|
||||
}: {
|
||||
feeAmount: FeeAmount
|
||||
distributions: ReturnType<typeof useFeeTierDistribution>['distributions']
|
||||
poolState: PoolState
|
||||
}) {
|
||||
return (
|
||||
<Badge>
|
||||
<TYPE.label fontSize={12}>
|
||||
{!distributions || poolState === PoolState.NOT_EXISTS || poolState === PoolState.INVALID ? (
|
||||
<Trans>Not created</Trans>
|
||||
) : distributions[feeAmount] !== undefined ? (
|
||||
<Trans>{distributions[feeAmount]?.toFixed(0)}% select</Trans>
|
||||
) : (
|
||||
<Trans>No data</Trans>
|
||||
)}
|
||||
</TYPE.label>
|
||||
</Badge>
|
||||
)
|
||||
}
|
||||
const Select = styled.div`
|
||||
align-items: flex-start;
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-gap: 8px;
|
||||
`
|
||||
|
||||
export default function FeeSelector({
|
||||
disabled = false,
|
||||
@@ -97,16 +59,19 @@ export default function FeeSelector({
|
||||
currencyA?: Currency | undefined
|
||||
currencyB?: Currency | undefined
|
||||
}) {
|
||||
const { chainId } = useActiveWeb3React()
|
||||
|
||||
const { isLoading, isError, largestUsageFeeTier, distributions } = useFeeTierDistribution(currencyA, currencyB)
|
||||
|
||||
// get pool data on-chain for latest states
|
||||
const pools = usePools([
|
||||
[currencyA, currencyB, FeeAmount.LOWEST],
|
||||
[currencyA, currencyB, FeeAmount.LOW],
|
||||
[currencyA, currencyB, FeeAmount.MEDIUM],
|
||||
[currencyA, currencyB, FeeAmount.HIGH],
|
||||
])
|
||||
|
||||
const poolsByFeeTier = useMemo(
|
||||
const poolsByFeeTier: Record<FeeAmount, PoolState> = useMemo(
|
||||
() =>
|
||||
pools.reduce(
|
||||
(acc, [curPoolState, curPool]) => {
|
||||
@@ -118,6 +83,7 @@ export default function FeeSelector({
|
||||
},
|
||||
{
|
||||
// default all states to NOT_EXISTS
|
||||
[FeeAmount.LOWEST]: PoolState.NOT_EXISTS,
|
||||
[FeeAmount.LOW]: PoolState.NOT_EXISTS,
|
||||
[FeeAmount.MEDIUM]: PoolState.NOT_EXISTS,
|
||||
[FeeAmount.HIGH]: PoolState.NOT_EXISTS,
|
||||
@@ -134,7 +100,7 @@ export default function FeeSelector({
|
||||
const recommended = useRef(false)
|
||||
|
||||
const handleFeePoolSelectWithEvent = useCallback(
|
||||
(fee) => {
|
||||
(fee: FeeAmount) => {
|
||||
ReactGA.event({
|
||||
category: 'FeePoolSelect',
|
||||
action: 'Manual',
|
||||
@@ -193,7 +159,7 @@ export default function FeeSelector({
|
||||
) : (
|
||||
<>
|
||||
<TYPE.label className="selected-fee-label">
|
||||
<Trans>{FeeAmountLabel[feeAmount].label}% fee tier</Trans>
|
||||
<Trans>{FEE_AMOUNT_DETAIL[feeAmount].label}% fee tier</Trans>
|
||||
</TYPE.label>
|
||||
<Box style={{ width: 'fit-content', marginTop: '8px' }} className="selected-fee-percentage">
|
||||
{distributions && (
|
||||
@@ -214,81 +180,25 @@ export default function FeeSelector({
|
||||
</RowBetween>
|
||||
</FocusedOutlineCard>
|
||||
|
||||
{showOptions && (
|
||||
<RowBetween>
|
||||
<ButtonRadioChecked
|
||||
width="32%"
|
||||
active={feeAmount === FeeAmount.LOW}
|
||||
onClick={() => handleFeePoolSelectWithEvent(FeeAmount.LOW)}
|
||||
>
|
||||
<AutoColumn gap="sm" justify="flex-start">
|
||||
<AutoColumn justify="flex-start" gap="6px">
|
||||
<ResponsiveText>
|
||||
<Trans>0.05% fee</Trans>
|
||||
</ResponsiveText>
|
||||
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
|
||||
<Trans>Best for stable pairs.</Trans>
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
{chainId && showOptions && (
|
||||
<Select>
|
||||
{[FeeAmount.LOWEST, FeeAmount.LOW, FeeAmount.MEDIUM, FeeAmount.HIGH].map((_feeAmount, i) => {
|
||||
const { supportedChains } = FEE_AMOUNT_DETAIL[_feeAmount]
|
||||
if (supportedChains.includes(chainId)) {
|
||||
return (
|
||||
<FeeOption
|
||||
feeAmount={_feeAmount}
|
||||
active={feeAmount === _feeAmount}
|
||||
onClick={() => handleFeePoolSelectWithEvent(_feeAmount)}
|
||||
distributions={distributions}
|
||||
feeAmount={FeeAmount.LOW}
|
||||
poolState={poolsByFeeTier[FeeAmount.LOW]}
|
||||
poolState={poolsByFeeTier[_feeAmount]}
|
||||
key={i}
|
||||
/>
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
<ButtonRadioChecked
|
||||
width="32%"
|
||||
active={feeAmount === FeeAmount.MEDIUM}
|
||||
onClick={() => handleFeePoolSelectWithEvent(FeeAmount.MEDIUM)}
|
||||
>
|
||||
<AutoColumn gap="sm" justify="flex-start">
|
||||
<AutoColumn justify="flex-start" gap="4px">
|
||||
<ResponsiveText>
|
||||
<Trans>0.3% fee</Trans>
|
||||
</ResponsiveText>
|
||||
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
|
||||
<Trans>Best for most pairs.</Trans>
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
distributions={distributions}
|
||||
feeAmount={FeeAmount.MEDIUM}
|
||||
poolState={poolsByFeeTier[FeeAmount.MEDIUM]}
|
||||
/>
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
<ButtonRadioChecked
|
||||
width="32%"
|
||||
active={feeAmount === FeeAmount.HIGH}
|
||||
onClick={() => handleFeePoolSelectWithEvent(FeeAmount.HIGH)}
|
||||
>
|
||||
<AutoColumn gap="sm" justify="flex-start">
|
||||
<AutoColumn justify="flex-start" gap="4px">
|
||||
<ResponsiveText>
|
||||
<Trans>1% fee</Trans>
|
||||
</ResponsiveText>
|
||||
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
|
||||
<Trans>Best for exotic pairs.</Trans>
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
distributions={distributions}
|
||||
feeAmount={FeeAmount.HIGH}
|
||||
poolState={poolsByFeeTier[FeeAmount.HIGH]}
|
||||
/>
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
</RowBetween>
|
||||
)
|
||||
}
|
||||
return null
|
||||
})}
|
||||
</Select>
|
||||
)}
|
||||
</DynamicSection>
|
||||
</AutoColumn>
|
||||
|
||||
30
src/components/FeeSelector/shared.tsx
Normal file
30
src/components/FeeSelector/shared.tsx
Normal file
@@ -0,0 +1,30 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { FeeAmount } from '@uniswap/v3-sdk'
|
||||
import { ALL_SUPPORTED_CHAIN_IDS, SupportedChainId } from 'constants/chains'
|
||||
import { ReactNode } from 'react'
|
||||
|
||||
export const FEE_AMOUNT_DETAIL: Record<
|
||||
FeeAmount,
|
||||
{ label: string; description: ReactNode; supportedChains: SupportedChainId[] }
|
||||
> = {
|
||||
[FeeAmount.LOWEST]: {
|
||||
label: '0.01',
|
||||
description: <Trans>Best for very stable pairs.</Trans>,
|
||||
supportedChains: [SupportedChainId.MAINNET],
|
||||
},
|
||||
[FeeAmount.LOW]: {
|
||||
label: '0.05',
|
||||
description: <Trans>Best for stable pairs.</Trans>,
|
||||
supportedChains: ALL_SUPPORTED_CHAIN_IDS,
|
||||
},
|
||||
[FeeAmount.MEDIUM]: {
|
||||
label: '0.3',
|
||||
description: <Trans>Best for most pairs.</Trans>,
|
||||
supportedChains: ALL_SUPPORTED_CHAIN_IDS,
|
||||
},
|
||||
[FeeAmount.HIGH]: {
|
||||
label: '1',
|
||||
description: <Trans>Best for exotic pairs.</Trans>,
|
||||
supportedChains: ALL_SUPPORTED_CHAIN_IDS,
|
||||
},
|
||||
}
|
||||
@@ -1,11 +1,14 @@
|
||||
import { CHAIN_INFO } from 'constants/chains'
|
||||
import useCurrentBlockTimestamp from 'hooks/useCurrentBlockTimestamp'
|
||||
import useMachineTimeMs from 'hooks/useMachineTime'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import ms from 'ms.macro'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { useAppSelector } from 'state/hooks'
|
||||
import { useBlockNumber } from 'state/application/hooks'
|
||||
import styled, { keyframes } from 'styled-components/macro'
|
||||
import { ExternalLink, TYPE } from 'theme'
|
||||
import { ExplorerDataType, getExplorerLink } from 'utils/getExplorerLink'
|
||||
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { useBlockNumber } from '../../state/application/hooks'
|
||||
import { ExternalLink, TYPE } from '../../theme'
|
||||
import { ExplorerDataType, getExplorerLink } from '../../utils/getExplorerLink'
|
||||
import { ChainConnectivityWarning } from './ChainConnectivityWarning'
|
||||
|
||||
const StyledPolling = styled.div<{ warning: boolean }>`
|
||||
@@ -68,12 +71,21 @@ const Spinner = styled.div<{ warning: boolean }>`
|
||||
top: -3px;
|
||||
`
|
||||
|
||||
const DEFAULT_MS_BEFORE_WARNING = ms`10m`
|
||||
const NETWORK_HEALTH_CHECK_MS = ms`10s`
|
||||
|
||||
export default function Polling() {
|
||||
const { chainId } = useActiveWeb3React()
|
||||
const blockNumber = useBlockNumber()
|
||||
const [isMounting, setIsMounting] = useState(false)
|
||||
const [isHover, setIsHover] = useState(false)
|
||||
const chainConnectivityWarning = useAppSelector((state) => state.application.chainConnectivityWarning)
|
||||
const machineTime = useMachineTimeMs(NETWORK_HEALTH_CHECK_MS)
|
||||
const blockTime = useCurrentBlockTimestamp()
|
||||
|
||||
const waitMsBeforeWarning =
|
||||
(chainId ? CHAIN_INFO[chainId]?.blockWaitMsBeforeWarning : DEFAULT_MS_BEFORE_WARNING) ?? DEFAULT_MS_BEFORE_WARNING
|
||||
|
||||
const warning = Boolean(!!blockTime && machineTime - blockTime.mul(1000).toNumber() > waitMsBeforeWarning)
|
||||
|
||||
useEffect(
|
||||
() => {
|
||||
@@ -98,20 +110,14 @@ export default function Polling() {
|
||||
<ExternalLink
|
||||
href={chainId && blockNumber ? getExplorerLink(chainId, blockNumber.toString(), ExplorerDataType.BLOCK) : ''}
|
||||
>
|
||||
<StyledPolling
|
||||
onMouseEnter={() => setIsHover(true)}
|
||||
onMouseLeave={() => setIsHover(false)}
|
||||
warning={chainConnectivityWarning}
|
||||
>
|
||||
<StyledPolling onMouseEnter={() => setIsHover(true)} onMouseLeave={() => setIsHover(false)} warning={warning}>
|
||||
<StyledPollingNumber breathe={isMounting} hovering={isHover}>
|
||||
{blockNumber} 
|
||||
</StyledPollingNumber>
|
||||
<StyledPollingDot warning={chainConnectivityWarning}>
|
||||
{isMounting && <Spinner warning={chainConnectivityWarning} />}
|
||||
</StyledPollingDot>{' '}
|
||||
<StyledPollingDot warning={warning}>{isMounting && <Spinner warning={warning} />}</StyledPollingDot>{' '}
|
||||
</StyledPolling>
|
||||
</ExternalLink>
|
||||
{chainConnectivityWarning && <ChainConnectivityWarning />}
|
||||
{warning && <ChainConnectivityWarning />}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -20,6 +20,12 @@ import { useDensityChartData } from './hooks'
|
||||
import { ZoomLevels } from './types'
|
||||
|
||||
const ZOOM_LEVELS: Record<FeeAmount, ZoomLevels> = {
|
||||
[FeeAmount.LOWEST]: {
|
||||
initialMin: 0.999,
|
||||
initialMax: 1.001,
|
||||
min: 0.00001,
|
||||
max: 1.5,
|
||||
},
|
||||
[FeeAmount.LOW]: {
|
||||
initialMin: 0.999,
|
||||
initialMax: 1.001,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { PrivacyPolicyModal } from 'components/PrivacyPolicy'
|
||||
import { CHAIN_INFO, L2_CHAIN_IDS, SupportedChainId } from 'constants/chains'
|
||||
import { L2_CHAIN_IDS } from 'constants/chains'
|
||||
import { LOCALE_LABEL, SUPPORTED_LOCALES, SupportedLocale } from 'constants/locales'
|
||||
import { useActiveLocale } from 'hooks/useActiveLocale'
|
||||
import { useLocationLinkProps } from 'hooks/useLocationLinkProps'
|
||||
@@ -10,13 +10,13 @@ import {
|
||||
BookOpen,
|
||||
Check,
|
||||
ChevronLeft,
|
||||
Code,
|
||||
Coffee,
|
||||
FileText,
|
||||
Globe,
|
||||
HelpCircle,
|
||||
Info,
|
||||
MessageCircle,
|
||||
Moon,
|
||||
PieChart,
|
||||
Sun,
|
||||
} from 'react-feather'
|
||||
import { Link } from 'react-router-dom'
|
||||
@@ -179,8 +179,6 @@ const ToggleMenuItem = styled.button`
|
||||
}
|
||||
`
|
||||
|
||||
const CODE_LINK = 'https://github.com/Uniswap/uniswap-interface'
|
||||
|
||||
function LanguageMenuItem({ locale, active, key }: { locale: SupportedLocale; active: boolean; key: string }) {
|
||||
const { to, onClick } = useLocationLinkProps(locale)
|
||||
|
||||
@@ -219,7 +217,6 @@ export default function Menu() {
|
||||
const togglePrivacyPolicy = useToggleModal(ApplicationModal.PRIVACY_POLICY)
|
||||
const openClaimModal = useToggleModal(ApplicationModal.ADDRESS_CLAIM)
|
||||
const showUNIClaimOption = Boolean(!!account && !!chainId && !L2_CHAIN_IDS.includes(chainId))
|
||||
const { infoLink } = CHAIN_INFO[chainId ? chainId : SupportedChainId.MAINNET]
|
||||
|
||||
const [darkMode, toggleDarkMode] = useDarkModeManager()
|
||||
|
||||
@@ -252,17 +249,17 @@ export default function Menu() {
|
||||
</div>
|
||||
<Info opacity={0.6} size={16} />
|
||||
</MenuItem>
|
||||
<MenuItem href="https://docs.uniswap.org/">
|
||||
<MenuItem href="https://help.uniswap.org/">
|
||||
<div>
|
||||
<Trans>Docs</Trans>
|
||||
<Trans>Help Center</Trans>
|
||||
</div>
|
||||
<BookOpen opacity={0.6} size={16} />
|
||||
<HelpCircle opacity={0.6} size={16} />
|
||||
</MenuItem>
|
||||
<MenuItem href={CODE_LINK}>
|
||||
<MenuItem href="https://uniswap.canny.io/feature-requests">
|
||||
<div>
|
||||
<Trans>Code</Trans>
|
||||
<Trans>Request Features</Trans>
|
||||
</div>
|
||||
<Code opacity={0.6} size={16} />
|
||||
<Coffee opacity={0.6} size={16} />
|
||||
</MenuItem>
|
||||
<MenuItem href="https://discord.gg/FCfyBSbCU5">
|
||||
<div>
|
||||
@@ -270,12 +267,6 @@ export default function Menu() {
|
||||
</div>
|
||||
<MessageCircle opacity={0.6} size={16} />
|
||||
</MenuItem>
|
||||
<MenuItem href={infoLink}>
|
||||
<div>
|
||||
<Trans>Analytics</Trans>
|
||||
</div>
|
||||
<PieChart opacity={0.6} size={16} />
|
||||
</MenuItem>
|
||||
<ToggleMenuItem onClick={() => setMenu('lang')}>
|
||||
<div>
|
||||
<Trans>Language</Trans>
|
||||
@@ -286,6 +277,12 @@ export default function Menu() {
|
||||
<div>{darkMode ? <Trans>Light Theme</Trans> : <Trans>Dark Theme</Trans>}</div>
|
||||
{darkMode ? <Moon opacity={0.6} size={16} /> : <Sun opacity={0.6} size={16} />}
|
||||
</ToggleMenuItem>
|
||||
<MenuItem href="https://docs.uniswap.org/">
|
||||
<div>
|
||||
<Trans>Docs</Trans>
|
||||
</div>
|
||||
<BookOpen opacity={0.6} size={16} />
|
||||
</MenuItem>
|
||||
<ToggleMenuItem onClick={() => togglePrivacyPolicy()}>
|
||||
<div>
|
||||
<Trans>Legal & Privacy</Trans>
|
||||
|
||||
@@ -260,7 +260,7 @@ export function NetworkAlert(props: NetworkAlertProps) {
|
||||
</Header>
|
||||
<Body>
|
||||
<Trans>
|
||||
To starting trading on {info.label}, first bridge your assets from L1 to L2. Please treat this as a beta
|
||||
To start trading on {info.label}, first bridge your assets from L1 to L2. Please treat this as a beta
|
||||
release and learn about the risks before using {info.label}.
|
||||
</Trans>
|
||||
</Body>
|
||||
|
||||
@@ -10,7 +10,7 @@ const percent = (strings: TemplateStringsArray) => new Percent(parseInt(strings[
|
||||
const singleRoute: RoutingDiagramEntry = { percent: percent`100`, path: [[USDC, DAI, FeeAmount.LOW]] }
|
||||
|
||||
const multiRoute: RoutingDiagramEntry[] = [
|
||||
{ percent: percent`75`, path: [[USDC, DAI, FeeAmount.LOW]] },
|
||||
{ percent: percent`75`, path: [[USDC, DAI, FeeAmount.LOWEST]] },
|
||||
{
|
||||
percent: percent`25`,
|
||||
path: [
|
||||
|
||||
@@ -47,7 +47,7 @@ exports[`renders multi route 1`] = `
|
||||
<div
|
||||
class="theme__TextWrapper-sc-18nh1jk-0 cWOfab css-15li2d9"
|
||||
>
|
||||
0.05%
|
||||
0.01%
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,8 @@ export default function GoogleAnalyticsReporter({ location: { pathname, search }
|
||||
|
||||
const { chainId } = useActiveWeb3React()
|
||||
useEffect(() => {
|
||||
ReactGA.set({ dimension1: chainId ?? 0 })
|
||||
// cd1 - custom dimension 1 - chainId
|
||||
ReactGA.set({ cd1: chainId ?? 0 })
|
||||
}, [chainId])
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
@@ -8,8 +8,10 @@ type AddressMap = { [chainId: number]: string }
|
||||
|
||||
export const UNI_ADDRESS: AddressMap = constructSameAddressMap('0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984')
|
||||
export const MULTICALL_ADDRESS: AddressMap = {
|
||||
...constructSameAddressMap('0x1F98415757620B543A52E61c46B32eB19261F984', [SupportedChainId.OPTIMISTIC_KOVAN]),
|
||||
[SupportedChainId.OPTIMISM]: '0x90f872b3d8f33f305e0250db6A2761B354f7710A',
|
||||
...constructSameAddressMap('0x1F98415757620B543A52E61c46B32eB19261F984', [
|
||||
SupportedChainId.OPTIMISTIC_KOVAN,
|
||||
SupportedChainId.OPTIMISM,
|
||||
]),
|
||||
[SupportedChainId.ARBITRUM_ONE]: '0xadF885960B47eA2CD9B55E6DAc6B42b7Cb2806dB',
|
||||
[SupportedChainId.ARBITRUM_RINKEBY]: '0xa501c031958F579dB7676fF1CE78AD305794d579',
|
||||
}
|
||||
|
||||
@@ -133,7 +133,7 @@ export const CHAIN_INFO: ChainInfo = {
|
||||
nativeCurrency: { name: 'Görli ETH', symbol: 'görETH', decimals: 18 },
|
||||
},
|
||||
[SupportedChainId.OPTIMISM]: {
|
||||
blockWaitMsBeforeWarning: ms`10m`,
|
||||
blockWaitMsBeforeWarning: ms`15m`,
|
||||
bridge: 'https://gateway.optimism.io/',
|
||||
docs: 'https://optimism.io/',
|
||||
explorer: 'https://optimistic.etherscan.io/',
|
||||
@@ -142,10 +142,9 @@ export const CHAIN_INFO: ChainInfo = {
|
||||
logoUrl: optimismLogoUrl,
|
||||
nativeCurrency: { name: 'Optimistic ETH', symbol: 'ETH', decimals: 18 },
|
||||
rpcUrls: ['https://mainnet.optimism.io'],
|
||||
statusPage: 'https://optimism.io/status',
|
||||
},
|
||||
[SupportedChainId.OPTIMISTIC_KOVAN]: {
|
||||
blockWaitMsBeforeWarning: ms`10m`,
|
||||
blockWaitMsBeforeWarning: ms`15m`,
|
||||
bridge: 'https://gateway.optimism.io/',
|
||||
docs: 'https://optimism.io/',
|
||||
explorer: 'https://optimistic.etherscan.io/',
|
||||
@@ -154,7 +153,6 @@ export const CHAIN_INFO: ChainInfo = {
|
||||
rpcUrls: ['https://kovan.optimism.io'],
|
||||
logoUrl: optimismLogoUrl,
|
||||
nativeCurrency: { name: 'Optimistic kovETH', symbol: 'kovOpETH', decimals: 18 },
|
||||
statusPage: 'https://optimism.io/status',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
const AAVE_LIST = 'tokenlist.aave.eth'
|
||||
const BA_LIST = 'https://raw.githubusercontent.com/The-Blockchain-Association/sec-notice-list/master/ba-sec-list.json'
|
||||
const CMC_ALL_LIST = 'defi.cmc.eth'
|
||||
const CMC_STABLECOIN = 'stablecoin.cmc.eth'
|
||||
const CMC_ALL_LIST = 'https://api.coinmarketcap.com/data-api/v3/uniswap/all.json'
|
||||
const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json'
|
||||
const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json'
|
||||
const GEMINI_LIST = 'https://www.gemini.com/uniswap/manifest.json'
|
||||
@@ -20,15 +19,14 @@ const DEFAULT_LIST_OF_LISTS_TO_DISPLAY: string[] = [
|
||||
COMPOUND_LIST,
|
||||
AAVE_LIST,
|
||||
CMC_ALL_LIST,
|
||||
CMC_STABLECOIN,
|
||||
COINGECKO_LIST,
|
||||
KLEROS_LIST,
|
||||
GEMINI_LIST,
|
||||
WRAPPED_LIST,
|
||||
SET_LIST,
|
||||
ROLL_LIST,
|
||||
COINGECKO_LIST,
|
||||
KLEROS_LIST,
|
||||
ARBITRUM_LIST,
|
||||
OPTIMISM_LIST,
|
||||
GEMINI_LIST,
|
||||
]
|
||||
|
||||
export const DEFAULT_LIST_OF_LISTS: string[] = [
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export const UNISWAP_GRANTS_START_BLOCK = 11473815
|
||||
export const BRAVO_START_BLOCK = 13059344
|
||||
export const ONE_BIP_START_BLOCK = 13551293
|
||||
|
||||
@@ -1087,6 +1087,13 @@
|
||||
"name": "FAANG Index",
|
||||
"symbol": "FAANG",
|
||||
"decimals": 18
|
||||
},
|
||||
{
|
||||
"chainId": 1,
|
||||
"address": "0x76175599887730786bdA1545D0D7AcE8737fEBB1",
|
||||
"name": "ENS DAO",
|
||||
"symbol": "ENS",
|
||||
"decimals": 18
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ export function useAllCurrencyCombinations(currencyA?: Currency, currencyB?: Cur
|
||||
const firstIndexInOtherPairs = otherPairs.findIndex(([t0Other, t1Other]) => {
|
||||
return (t0.equals(t0Other) && t1.equals(t1Other)) || (t0.equals(t1Other) && t1.equals(t0Other))
|
||||
})
|
||||
// only accept the first occurence of the same 2 tokens
|
||||
// only accept the first occurrence of the same 2 tokens
|
||||
return firstIndexInOtherPairs === i
|
||||
})
|
||||
// optionally filter out some pairs for tokens with custom bases defined
|
||||
|
||||
@@ -87,7 +87,7 @@ export function useApproveCallback(
|
||||
|
||||
return tokenContract
|
||||
.approve(spender, useExact ? amountToApprove.quotient.toString() : MaxUint256, {
|
||||
gasLimit: calculateGasMargin(chainId, estimatedGas),
|
||||
gasLimit: calculateGasMargin(estimatedGas),
|
||||
})
|
||||
.then((response: TransactionResponse) => {
|
||||
addTransaction(response, { type: TransactionType.APPROVAL, tokenAddress: token.address, spender })
|
||||
|
||||
@@ -11,8 +11,6 @@ import { useV3Quoter } from './useContract'
|
||||
import { useActiveWeb3React } from './web3'
|
||||
|
||||
const QUOTE_GAS_OVERRIDES: { [chainId: number]: number } = {
|
||||
[SupportedChainId.OPTIMISM]: 6_000_000,
|
||||
[SupportedChainId.OPTIMISTIC_KOVAN]: 6_000_000,
|
||||
[SupportedChainId.ARBITRUM_ONE]: 25_000_000,
|
||||
[SupportedChainId.ARBITRUM_RINKEBY]: 25_000_000,
|
||||
}
|
||||
|
||||
@@ -19,11 +19,7 @@ interface FeeTierDistribution {
|
||||
largestUsageFeeTier?: FeeAmount | undefined
|
||||
|
||||
// distributions as percentages of overall liquidity
|
||||
distributions?: {
|
||||
[FeeAmount.LOW]: number | undefined
|
||||
[FeeAmount.MEDIUM]: number | undefined
|
||||
[FeeAmount.HIGH]: number | undefined
|
||||
}
|
||||
distributions?: Record<FeeAmount, number | undefined>
|
||||
}
|
||||
|
||||
export function useFeeTierDistribution(
|
||||
@@ -36,6 +32,7 @@ export function useFeeTierDistribution(
|
||||
)
|
||||
|
||||
// fetch all pool states to determine pool state
|
||||
const [poolStateVeryLow] = usePool(currencyA, currencyB, FeeAmount.LOWEST)
|
||||
const [poolStateLow] = usePool(currencyA, currencyB, FeeAmount.LOW)
|
||||
const [poolStateMedium] = usePool(currencyA, currencyB, FeeAmount.MEDIUM)
|
||||
const [poolStateHigh] = usePool(currencyA, currencyB, FeeAmount.HIGH)
|
||||
@@ -58,10 +55,13 @@ export function useFeeTierDistribution(
|
||||
!isLoading &&
|
||||
!isError &&
|
||||
distributions &&
|
||||
poolStateVeryLow !== PoolState.LOADING &&
|
||||
poolStateLow !== PoolState.LOADING &&
|
||||
poolStateMedium !== PoolState.LOADING &&
|
||||
poolStateHigh !== PoolState.LOADING
|
||||
? {
|
||||
[FeeAmount.LOWEST]:
|
||||
poolStateVeryLow === PoolState.EXISTS ? (distributions[FeeAmount.LOWEST] ?? 0) * 100 : undefined,
|
||||
[FeeAmount.LOW]: poolStateLow === PoolState.EXISTS ? (distributions[FeeAmount.LOW] ?? 0) * 100 : undefined,
|
||||
[FeeAmount.MEDIUM]:
|
||||
poolStateMedium === PoolState.EXISTS ? (distributions[FeeAmount.MEDIUM] ?? 0) * 100 : undefined,
|
||||
@@ -76,7 +76,17 @@ export function useFeeTierDistribution(
|
||||
distributions: percentages,
|
||||
largestUsageFeeTier: largestUsageFeeTier === -1 ? undefined : largestUsageFeeTier,
|
||||
}
|
||||
}, [isLoading, isFetching, isUninitialized, isError, distributions, poolStateLow, poolStateMedium, poolStateHigh])
|
||||
}, [
|
||||
isLoading,
|
||||
isFetching,
|
||||
isUninitialized,
|
||||
isError,
|
||||
distributions,
|
||||
poolStateVeryLow,
|
||||
poolStateLow,
|
||||
poolStateMedium,
|
||||
poolStateHigh,
|
||||
])
|
||||
}
|
||||
|
||||
function usePoolTVL(token0: Token | undefined, token1: Token | undefined) {
|
||||
@@ -124,10 +134,11 @@ function usePoolTVL(token0: Token | undefined, token1: Token | undefined) {
|
||||
return acc
|
||||
},
|
||||
{
|
||||
[FeeAmount.LOWEST]: [undefined, undefined],
|
||||
[FeeAmount.LOW]: [undefined, undefined],
|
||||
[FeeAmount.MEDIUM]: [undefined, undefined],
|
||||
[FeeAmount.HIGH]: [undefined, undefined],
|
||||
}
|
||||
} as Record<FeeAmount, [number | undefined, number | undefined]>
|
||||
)
|
||||
|
||||
// sum total tvl for token0 and token1
|
||||
@@ -144,7 +155,13 @@ function usePoolTVL(token0: Token | undefined, token1: Token | undefined) {
|
||||
const mean = (tvl0: number | undefined, sumTvl0: number, tvl1: number | undefined, sumTvl1: number) =>
|
||||
tvl0 === undefined && tvl1 === undefined ? undefined : ((tvl0 ?? 0) + (tvl1 ?? 0)) / (sumTvl0 + sumTvl1) || 0
|
||||
|
||||
const distributions = {
|
||||
const distributions: Record<FeeAmount, number | undefined> = {
|
||||
[FeeAmount.LOWEST]: mean(
|
||||
tvlByFeeTier[FeeAmount.LOWEST][0],
|
||||
sumToken0Tvl,
|
||||
tvlByFeeTier[FeeAmount.LOWEST][1],
|
||||
sumToken1Tvl
|
||||
),
|
||||
[FeeAmount.LOW]: mean(tvlByFeeTier[FeeAmount.LOW][0], sumToken0Tvl, tvlByFeeTier[FeeAmount.LOW][1], sumToken1Tvl),
|
||||
[FeeAmount.MEDIUM]: mean(
|
||||
tvlByFeeTier[FeeAmount.MEDIUM][0],
|
||||
|
||||
14
src/hooks/useMachineTime.ts
Normal file
14
src/hooks/useMachineTime.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { useState } from 'react'
|
||||
|
||||
import useInterval from './useInterval'
|
||||
|
||||
const useMachineTimeMs = (updateInterval: number): number => {
|
||||
const [now, setNow] = useState(Date.now())
|
||||
|
||||
useInterval(() => {
|
||||
setNow(Date.now())
|
||||
}, updateInterval)
|
||||
return now
|
||||
}
|
||||
|
||||
export default useMachineTimeMs
|
||||
@@ -363,9 +363,7 @@ export function useSwapCallback(
|
||||
to: address,
|
||||
data: calldata,
|
||||
// let the wallet try if we can't estimate the gas
|
||||
...('gasEstimate' in bestCallOption
|
||||
? { gasLimit: calculateGasMargin(chainId, bestCallOption.gasEstimate) }
|
||||
: {}),
|
||||
...('gasEstimate' in bestCallOption ? { gasLimit: calculateGasMargin(bestCallOption.gasEstimate) } : {}),
|
||||
...(value && !isZero(value) ? { value } : {}),
|
||||
})
|
||||
.then((response) => {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
import { Currency, Token } from '@uniswap/sdk-core'
|
||||
import { FeeAmount, Pool } from '@uniswap/v3-sdk'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
import { useMemo } from 'react'
|
||||
|
||||
import { useAllCurrencyCombinations } from './useAllCurrencyCombinations'
|
||||
import { PoolState, usePools } from './usePools'
|
||||
import { useActiveWeb3React } from './web3'
|
||||
|
||||
/**
|
||||
* Returns all the existing pools that should be considered for swapping between an input currency and an output currency
|
||||
@@ -17,18 +19,27 @@ export function useV3SwapPools(
|
||||
pools: Pool[]
|
||||
loading: boolean
|
||||
} {
|
||||
const { chainId } = useActiveWeb3React()
|
||||
|
||||
const allCurrencyCombinations = useAllCurrencyCombinations(currencyIn, currencyOut)
|
||||
|
||||
const allCurrencyCombinationsWithAllFees: [Token, Token, FeeAmount][] = useMemo(
|
||||
() =>
|
||||
allCurrencyCombinations.reduce<[Token, Token, FeeAmount][]>((list, [tokenA, tokenB]) => {
|
||||
return list.concat([
|
||||
[tokenA, tokenB, FeeAmount.LOW],
|
||||
[tokenA, tokenB, FeeAmount.MEDIUM],
|
||||
[tokenA, tokenB, FeeAmount.HIGH],
|
||||
])
|
||||
return chainId === SupportedChainId.MAINNET
|
||||
? list.concat([
|
||||
[tokenA, tokenB, FeeAmount.LOW],
|
||||
[tokenA, tokenB, FeeAmount.MEDIUM],
|
||||
[tokenA, tokenB, FeeAmount.HIGH],
|
||||
])
|
||||
: list.concat([
|
||||
[tokenA, tokenB, FeeAmount.LOWEST],
|
||||
[tokenA, tokenB, FeeAmount.LOW],
|
||||
[tokenA, tokenB, FeeAmount.MEDIUM],
|
||||
[tokenA, tokenB, FeeAmount.HIGH],
|
||||
])
|
||||
}, []),
|
||||
[allCurrencyCombinations]
|
||||
[allCurrencyCombinations, chainId]
|
||||
)
|
||||
|
||||
const pools = usePools(allCurrencyCombinationsWithAllFees)
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: af_ZA\n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(eis)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(maak alles skoon)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(wysig)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Verwyder ontvanger"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / week"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05% fooi"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% fooi"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% fooi"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Alle voorstelle"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Stemme"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0> Ontsluit stem</0> om voor te berei vir die volgende voorstel."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> Welkom by die Unicorn span :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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-aanbod is nodig om voorstelle in te dien"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktief"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Voeg by"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Bedrag"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analise"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Die beste vir eksotiese pare."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Die beste vir die meeste pare."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Adres geblokkeer"
|
||||
@@ -446,10 +430,6 @@ msgstr "Naby"
|
||||
msgid "Closed"
|
||||
msgstr "Gesluit"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Versamel"
|
||||
@@ -491,10 +471,6 @@ msgstr "Algemene basisse"
|
||||
msgid "Confirm"
|
||||
msgstr "Bevestig"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Bevestig Skep"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Bevestig die aanbod"
|
||||
@@ -562,16 +538,12 @@ msgstr "Gekopieer"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopieer adres"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Skep"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Skep Poel en Verskaf"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Skep 'n voorstel"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegeer Stemme"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegeer stemreg na {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Afgevaardig na:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Kry ondersteuning op Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Hulp Sentrum"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Geen V2-likiditeit gevind nie."
|
||||
msgid "No active pools"
|
||||
msgstr "Geen aktiewe poele nie"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Geen data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Geen voorstelle gevind nie."
|
||||
msgid "No results found."
|
||||
msgstr "Geen resultate gevind."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Nie geskep nie"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Voorstel ingedien"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Voorstel Titel"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Voorstelle"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tariewe"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Lees meer oor UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Lees meer oor Uniswap-bestuur"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Verwyder {0} {1} en {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Verwyder {0} {1} en{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Versoek kenmerke"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Kies 'n aksie"
|
||||
msgid "Selected Range"
|
||||
msgstr "Geselekteerde reeks"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Self"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Hierdie toepassing gebruik die volgende derdeparty-API's:"
|
||||
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 u likiditeit kan byvoeg. Kies 'n aanvangsprys vir die swembad om te initialiseer. Voer dan u likiditeitspryse en depositobedrag in. Gasfooie sal hoër wees as gewoonlik as gevolg van die initialiseringstransaksie."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Hierdie poel moet op {0} geïnisialiseer word voordat u likiditeit kan byvoeg. Kies 'n aanvangsprys vir die swembad om te initialiseer. Voer dan u likiditeitspryse en depositobedrag in."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Hierdie roete optimaliseer u prys deur middel van gesplete roetes, veelvuldige hop en gaskoste."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Aan (ten minste)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}te begin verhandel, moet u eers u bates van L1 na L2 oorbrug. Behandel dit as 'n beta -weergawe en leer meer oor die risiko's voordat u {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Om te begin handel dryf op {0}, oorbrug eers jou bates van L1 na L2. Behandel dit asseblief as 'n beta-vrystelling en leer oor die risiko's voordat u {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI in omloop:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI-prys:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Onverwagte fout. Kon nie gas vir die ruil skat nie."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Onverwagte probleem met die skatting van die gas. Probeer asseblief weer."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Onttrek bestuur"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Onbekende bron"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Onbekende fout{0}. Probeer u glyverdraagsaamheid verhoog. Opmerking: fooi vir oordrag en herbasis-tekens is nie versoenbaar met Uniswap V3 nie."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Ontsluit stemme"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Ontsluit stemming"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Maak oop"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Pak <0/> uit na ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Delegasie op te dateer"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Die stemming het geeïnding {0}"
|
||||
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 op bevestiging"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Bygevoeg deur gebruiker"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% fooi-vlak"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% kies"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ar_SA\n"
|
||||
"Language-Team: Arabic\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(مطالبة)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(مسح الكل)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(تعديل)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- إزالة المستلم"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / أسبوع"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "رسم 0.05٪"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "رسم 0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "رسم 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> جميع المقترحات"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> الأصوات"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>افتح التصويت </0> للتحضير للاقتراح التا
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>مرحبًا بكم في فريق:) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 لتقديم العروض"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "نشط"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "إضافة"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "المبلغ"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "التحليلات"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "الرصيد:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "التوازن: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "الأفضل للأزواج الغريبة."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "الأفضل لمعظم الأزواج."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "عنوان محظور"
|
||||
@@ -446,10 +430,6 @@ msgstr "إغلاق"
|
||||
msgid "Closed"
|
||||
msgstr "مغلق"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "الكود"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "اجمع"
|
||||
@@ -491,10 +471,6 @@ msgstr "القواعد المشتركة"
|
||||
msgid "Confirm"
|
||||
msgstr "تأكيد"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "تأكيد إنشاء"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "تأكيد الإمداد"
|
||||
@@ -562,16 +538,12 @@ msgstr "تم النسخ"
|
||||
msgid "Copy Address"
|
||||
msgstr "نسخ العنوان"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "يخلق"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "إنشاء مجموعة وإمدادات"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "إنشاء اقتراح"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "أصوات التفويض"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "تفويض سلطة التصويت إلى {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "مفوض إلى:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "احصل على الدعم على Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "مركز المساعدة"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "لم يتم العثور على سيولة V2."
|
||||
msgid "No active pools"
|
||||
msgstr "لا توجد محموعات نشطة"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "لايوجد بيانات"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "لا توجد مقترحات."
|
||||
msgid "No results found."
|
||||
msgstr "لا توجد نتائج."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "لم يتم إنشاؤه"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "تم تقديم الاقتراح"
|
||||
msgid "Proposal Title"
|
||||
msgstr "عنوان الاقتراح"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "مقترحات"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "الأسعار"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "اقرأ المزيد عن UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "اقرأ المزيد عن إدارة Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "إزالة {0} {1} و {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "إزالة {0} {1} و{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "طلب الميزات"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "حدد إجراء"
|
||||
msgid "Selected Range"
|
||||
msgstr "نطاق محدد"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "نفسه"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "يستخدم هذا التطبيق واجهات برمجة التطبي
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "يجب تهيئة هذا المستودع على {0} قبل أن تتمكن من إضافة السيولة. للتهيئة ، حدد سعر البداية للمجمع. ثم أدخل نطاق سعر السيولة ومبلغ الإيداع."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "يعمل هذا المسار على تحسين سعرك من خلال التفكير في الطرق المنقسمة والقفزات المتعددة وتكاليف الغاز."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "إلى (على الأقل)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "لبدء التداول على {0}، قم أولاً بتوصيل أصولك من L1 إلى L2. يرجى التعامل مع هذا كإصدار تجريبي والتعرف على المخاطر قبل استخدام {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI المتداول:"
|
||||
msgid "UNI price:"
|
||||
msgstr "سعر UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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. يمكنك التصويت على كل اقتراح بنفسك أو تفويض أصواتك لطرف ثالث."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "خطأ غير متوقع. لا يمكن تقدير الغاز للمبا
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "مشكلة غير متوقعة في تقدير الغاز. حاول مرة اخرى."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "إدارة Uniswitp"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "مصدر مجهول"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "خطأ غير معروف{0}. حاول زيادة تحملك للانزلاق. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "فتح الأصوات"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "فتح التصويت"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "قم بفك التفاف <0 /> إلى ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "تحديث التفويض"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "انتهى التصويت {0}"
|
||||
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 "في انتظار التأكيد"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • أضيفت من قبل المستخدم"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}٪ فئة الرسوم"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}٪ حدد"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ca_ES\n"
|
||||
"Language-Team: Catalan\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(reclamació)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(esborra-ho tot)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(edita)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Elimina el destinatari"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / setmana"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Comissió del 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Comissió del 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% de quota"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Totes les propostes"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Vots"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Desbloqueja la votació</0> per preparar la propera proposta."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉</0> Benvingut a l'equip Unicorn :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "Per presentar les propostes es requereix un llindar mínim del 0,25% del subministrament total d’UNI"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Actiu"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Afegeix"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Import"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analítica"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "El millor per a parells exòtics."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "El millor per a la majoria de parells."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Adreça bloquejada"
|
||||
@@ -446,10 +430,6 @@ msgstr "Tanca"
|
||||
msgid "Closed"
|
||||
msgstr "Tancat"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Codi"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Cobra"
|
||||
@@ -491,10 +471,6 @@ msgstr "Bases comunes"
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmeu"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Confirmeu Crea"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Confirmeu el subministrament"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copiat"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copia l'adreça"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Crea grup i subministrament"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Crea una proposta"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Vots delegats"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegar el poder de vot a {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegat a:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Obteniu assistència a Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centre d'ajuda"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "No s'ha trobat cap liquiditat V2."
|
||||
msgid "No active pools"
|
||||
msgstr "No hi ha cap grup actiu"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "No hi ha informació"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "No s'ha trobat cap proposta."
|
||||
msgid "No results found."
|
||||
msgstr "Sense resultats."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "No creat"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Proposta enviada"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Títol de la proposta"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propostes"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tarifes"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Llegiu més sobre UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Llegiu més sobre la governança Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Eliminació de {0} {1} i {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Eliminació de {0} {1} i{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Sol·licitud de característiques"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Seleccioneu una acció"
|
||||
msgid "Selected Range"
|
||||
msgstr "Interval seleccionat"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Auto"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Aquesta aplicació utilitza les següents API de tercers:"
|
||||
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 d’afegir liquiditat. Per inicialitzar, seleccioneu un preu inicial per a la piscina. A continuació, introduïu l'interval de preus de liquiditat i l'import del dipòsit. Les comissions de gas seran superiors a l'habitual a causa de la transacció d'inicialització."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Aquest grup s’ha d’inicialitzar a {0} abans d’afegir liquiditat. Per inicialitzar, seleccioneu un preu inicial per a la piscina. A continuació, introduïu l'interval de preus de liquiditat i l'import del dipòsit."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Aquesta ruta optimitza el vostre preu tenint en compte les rutes dividides, diversos salts i els costos de gasolina."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "A (com a mínim)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Per començar a cotitzar a {0}, primer creeu els vostres actius de L1 a L2. Tracteu-ho com una versió beta i apreneu sobre els riscos abans d’utilitzar {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Per començar a operar a {0}, primer connecteu els vostres actius de L1 a L2. Si us plau, tracteu-ho com una versió beta i aprèn sobre els riscos abans d'utilitzar {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI en circulació:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Preu UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Error inesperat. No s'ha pogut estimar el gas per a l'intercanvi."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperat en estimar el gas. Siusplau torna-ho a provar."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Governança Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Font desconeguda"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Error desconegut{0}. Proveu d'augmentar la tolerància al lliscament. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Desbloqueja vots"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Desbloqueja les votacions"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Desembolicar"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Desenvolupeu <0 /> a ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Actualitza la delegació"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "La votació ha finalitzat {0}"
|
||||
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ó"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Afegit per l'usuari"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Nivell de quota del {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "Selecció del {0}"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: cs_CZ\n"
|
||||
"Language-Team: Czech\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(reklamace)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(vyprázdnit vše)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(upravit)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Odebrat příjemce"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / týden"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Poplatek 0,05 %"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Poplatek 0,3 %"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Poplatek 1 %"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25 %"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Všechny návrhy"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> hlasů"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Odblokujte hlasování,</0> abyste se mohli připravit na další ná
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Vítejte v týmu Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "K podání návrhů je nutná minimální hranice 0,25% z celkové nabídky UNI"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktivní"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Přidat"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Částka"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analýza"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Zůstatek:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Zůstatek: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Nejlepší pro exotické páry."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Nejlepší pro většinu párů."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Blokovaná adresa"
|
||||
@@ -446,10 +430,6 @@ msgstr "Zavřít"
|
||||
msgid "Closed"
|
||||
msgstr "Zavřeno"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kód"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Sbírat"
|
||||
@@ -491,10 +471,6 @@ msgstr "Společné základny"
|
||||
msgid "Confirm"
|
||||
msgstr "Potvrdit"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Potvrďte vytvoření"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Potvrdit zásobu"
|
||||
@@ -562,16 +538,12 @@ msgstr "Zkopírováno"
|
||||
msgid "Copy Address"
|
||||
msgstr "Zkopírovat adresu"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Vytvořit"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Vytvořit fond a zásobu"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Vytvořit návrh"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegovat hlasy"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegujte hlasovací právo na {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegováno (komu):"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Získejte podporu o Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centrum nápovědy"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Nebyla nalezena likvidita V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Žádné aktivní fondy"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Žádná data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Nebyly nalezeny žádné návrhy."
|
||||
msgid "No results found."
|
||||
msgstr "Nebyly nalezeny žádné výsledky."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Není vytvořeno"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Návrh předložen"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Název návrhu"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Návrhy"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Sazby"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Přečtěte si více o UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Přečtěte si více o správě Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Odstraňování {0} {1} a {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Odebírání {0} {1} a{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Vyžádejte si funkce"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Vyberte akci"
|
||||
msgid "Selected Range"
|
||||
msgstr "Vybraný rozsah"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Sám"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Tato aplikace používá následující rozhraní API třetích stran:"
|
||||
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. Chcete-li inicializovat, vyberte počáteční cenu fondu. Poté zadejte rozsah cen likvidity a částku vkladu. Poplatky za plyn budou kvůli inicializační transakci vyšší než obvykle."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Tento fond musí být inicializován na {0} než budete moci přidat likviditu. Chcete-li inicializovat, vyberte počáteční cenu fondu. Poté zadejte rozsah cen likvidity a částku vkladu."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Tato trasa optimalizuje vaši cenu zvážením dělených tras, vícenásobného chmele a nákladů na plyn."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Do (alespoň)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Chcete -li začít obchodovat na {0}, nejprve přemostěte svá aktiva z L1 na L2. Berte to prosím jako beta verzi a seznamte se s riziky před použitím {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Chcete-li začít obchodovat na {0}, nejprve přemosťujte svá aktiva z L1 na L2. Berte to prosím jako beta verzi a před použitím se seznamte s riziky {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI v oběhu:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Cena UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Neočekávaná chyba. Plyn pro výměnu se nepodařilo odhadnout."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Neočekávaný problém s odhadem plynu. Prosím zkuste to znovu."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Správa Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Neznámý zdroj"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Neznámá chyba{0}. Zkuste zvýšit toleranci skluzu. Poznámka: Poplatky za žetony za převody a rebase nejsou kompatibilní s Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Odblokovat hlasy"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Odblokovat hlasování"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Rozbalit"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Rozbalte <0/> na ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Aktualizovat delegaci"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Hlasování skončilo {0}"
|
||||
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á se na potvrzení"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Přidáno uživatelem"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0} %"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Úroveň poplatku {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% vyberte"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: da_DK\n"
|
||||
"Language-Team: Danish\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(krav)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(ryd alle)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(rediger)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Fjern modtager"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / uge"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05 % gebyr"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% gebyr"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% gebyr"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Alle Forslag"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Stemmer"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Lås op for at stemme</0>for at forberede det næste forslag."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Velkommen til team Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "En minimumstærskel på 0,25% af den samlede UNI-forsyning kræves for at indsende forslag"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktiv"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Tilføj"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Beløb"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analyser"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Bedst for eksotiske par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Bedst for de fleste par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Blokeret adresse"
|
||||
@@ -446,10 +430,6 @@ msgstr "Luk"
|
||||
msgid "Closed"
|
||||
msgstr "Lukket"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Indsaml"
|
||||
@@ -491,10 +471,6 @@ msgstr "Almindelige baser"
|
||||
msgid "Confirm"
|
||||
msgstr "Bekræft"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Bekræft Opret"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Bekræft levering"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopieret"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopiér adresse"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "skab"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Opret pulje og forsyning"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Opret forslag"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Uddelegér stemmer"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegere stemmeret til {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegeret til:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Få support på Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Hjælpecenter"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Ingen V2-likviditet fundet."
|
||||
msgid "No active pools"
|
||||
msgstr "Ingen aktive puljer"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ingen data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Ingen forslag fundet."
|
||||
msgid "No results found."
|
||||
msgstr "Ingen resultater fundet."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Ikke oprettet"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Forslag indsendt"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Forslagets titel"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Forslag"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Satser"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Læs mere om UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Læs mere om Uniswap governance"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Fjerner {0} {1} og {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Fjernelse af {0} {1} og{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Anmod om funktioner"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Vælg en handling"
|
||||
msgid "Selected Range"
|
||||
msgstr "Valgt område"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Selv"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Denne app bruger følgende tredjeparts API'er:"
|
||||
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 likviditetsprisklasse og indbetalingsbeløb. Gasafgifter vil være højere end normalt på grund af initialiseringstransaktionen."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Denne pool skal initialiseres {0} før du kan tilføje likviditet. For at initialisere skal du vælge en startpris for puljen. Indtast derefter dit likviditetsprisklasse og indbetalingsbeløb."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Denne rute optimerer din pris ved at overveje opdelte ruter, flere humle- og gasomkostninger."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Til (mindst)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "For at starte handel med {0}skal du først bygge dine aktiver fra L1 til L2. Behandl dette som en betaversion, og lær om risiciene, før du bruger {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "For at begynde at handle på {0}skal du først bygge bro mellem dine aktiver fra L1 til L2. Behandl dette som en betaversion og lær om risiciene, før du bruger {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI, der er i omløb:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI-pris:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Uforventet fejl. Kunne ikke estimere gas til byttet."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Uventet problem med estimering af gassen. Prøv igen."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governance"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Ukendt kilde"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ukendt fejl{0}. Prøv at øge din glidetolerance. Bemærk: gebyr ved overførsel og rebase -tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Lås op for stemmer"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Oplås afstemning"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Pak ud"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Pak <0/> ud til ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Opdater delegation"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Afstemning sluttede {0}"
|
||||
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 "Afventer bekræftelse"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Tilføjet af bruger"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0} %"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% gebyrniveau"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% vælg"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: de_DE\n"
|
||||
"Language-Team: German\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(anfordern)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(alles löschen)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(bearbeiten)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Empfänger entfernen"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / Woche"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05 % Gebühr"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3 % Gebühr"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1 % Gebühr"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Alle Vorschläge"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Stimmen"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Abstimmen freischalten</0> um bereit zu sein für den nächsten Vorsc
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Willkommen im Team Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktiv"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Hinzufügen"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Betrag"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Statistiken"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Guthaben:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Guthaben: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Ideal für exotische Paare."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Am besten für die meisten Paare."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Gesperrte Adresse"
|
||||
@@ -446,10 +430,6 @@ msgstr "Schließen"
|
||||
msgid "Closed"
|
||||
msgstr "Geschlossen"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Beziehen"
|
||||
@@ -491,10 +471,6 @@ msgstr "Häufige Basistoken"
|
||||
msgid "Confirm"
|
||||
msgstr "Bestätigen"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Erstellen bestätigen"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Angebot bestätigen"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopiert"
|
||||
msgid "Copy Address"
|
||||
msgstr "Adresse kopieren"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Hinzufügen"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Pool erstellen & versorgen"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Vorschlag erstellen"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Abstimmungen delegieren"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Stimmrecht auf {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegiert an:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Holen Sie sich Unterstützung bei Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Hilfezentrum"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Keine V2-Liquidität gefunden."
|
||||
msgid "No active pools"
|
||||
msgstr "Keine aktiven Pools"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Keine Daten"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Keine Vorschläge gefunden."
|
||||
msgid "No results found."
|
||||
msgstr "Keine Ergebnisse gefunden."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Nicht erstellt"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Vorschlag eingereicht"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Titel des Vorschlags"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Vorschläge"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Preise"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Erfahre mehr über UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Erfahren Sie mehr über Uniswap Governance"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Entferne {0} {1} und {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Entfernen {0} {1} und{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Funktionen anfordern"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Wählen Sie eine Aktion"
|
||||
msgid "Selected Range"
|
||||
msgstr "Ausgewählter Bereich"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Selbst"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Diese App verwendet die folgenden Drittanbieter-APIs:"
|
||||
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. Die Gasgebühren werden aufgrund der Initialisierungstransaktion höher als üblich sein."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Dieser Pool muss auf {0} 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."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Diese Route optimiert Ihren Preis, indem geteilte Routen, mehrere Hops und Benzinkosten berücksichtigt werden."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Nach (mindestens)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Um mit dem Handel bei {0}zu beginnen, überbrücken Sie zuerst Ihr Vermögen von L1 zu L2. Bitte behandeln Sie dies als Beta-Release und informieren Sie sich über die Risiken, bevor Sie {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Um mit dem Handel bei {0}, überbrücken Sie zuerst Ihr Vermögen von L1 zu L2. Bitte behandeln Sie dies als Beta-Version und informieren Sie sich über die Risiken, bevor Sie {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI im Umlauf:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI-Preis:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Unerwarteter Fehler. Gas für den Tausch konnte nicht geschätzt werden.
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Unerwartetes Problem bei der Schätzung des Gases. Bitte versuche es erneut."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governance"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Unbekannte Quelle"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Unbekannter Fehler{0}. Versuchen Sie, Ihre Schlupftoleranz zu erhöhen. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Abstimmungen freischalten"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Abstimmung freischalten"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "<0/> in ETH auspacken"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Delegation aktualisieren"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Abstimmung beendet {0}"
|
||||
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 {0}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Waiting For Confirmation"
|
||||
msgstr "Warte auf Bestätigung"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Vom Benutzer hinzugefügt"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% Gebührenstufe"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% auswählen"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: el_GR\n"
|
||||
"Language-Team: Greek\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(διεκδίκηση)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(καθαρισμός όλων)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(επεξεργασία)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Αφαίρεση παραλήπτη"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / εβδομάδα"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05% χρέωση"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% χρέωση"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% χρέωση"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Όλες Οι Προτάσεις"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Ψήφοι"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Ξεκλειδώστε τη ψηφοφορία</0> για να προ
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Καλώς ήρθατε στην ομάδα Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 για την υποβολή προτάσεων"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Ενεργός"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Προσθήκη"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Ποσό"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Αναλύσεις"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Υπόλοιπο:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Υπόλοιπο: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Καλύτερο για εξωτικά ζεύγη."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Καλύτερο για τα περισσότερα ζεύγη."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Αποκλεισμένη διεύθυνση"
|
||||
@@ -446,10 +430,6 @@ msgstr "Κλείσιμο"
|
||||
msgid "Closed"
|
||||
msgstr "Κλειστό"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Συλλογή"
|
||||
@@ -491,10 +471,6 @@ msgstr "Κοινές βάσεις"
|
||||
msgid "Confirm"
|
||||
msgstr "Επιβεβαίωση"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Επιβεβαίωση Δημιουργίας"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Επιβεβαίωση Παροχής"
|
||||
@@ -562,16 +538,12 @@ msgstr "Αντιγράφηκε"
|
||||
msgid "Copy Address"
|
||||
msgstr "Αντιγραφή Διεύθυνσης"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Δημιουργώ"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Δημιουργία Ψηφοφορίας & Παροχής"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Δημιουργία πρότασης"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Ανάθεση Ψήφων"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Εκχωρήστε την εξουσία ψήφου στο {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Ανατέθηκε σε:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Βρείτε υποστήριξη για τη Διαφωνία"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Κέντρο βοηθείας"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Δεν βρέθηκε ρευστότητα V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Δεν υπάρχει ενεργή δεξαμενή"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Χωρίς δεδομένα"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Δεν βρέθηκαν προτάσεις."
|
||||
msgid "No results found."
|
||||
msgstr "Δεν βρέθηκαν αποτελέσματα."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Δεν δημιουργήθηκε"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Υποβλήθηκε πρόταση"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Τίτλος πρότασης"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Προτάσεις"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Τιμές"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Διαβάστε περισσότερα για UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Διαβάστε περισσότερα για τη διακυβέρνηση Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Αφαίρεση των {0} {1} και {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Αφαίρεση {0} {1} και{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Χαρακτηριστικά αιτήματος"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Επιλέξτε μια ενέργεια"
|
||||
msgid "Selected Range"
|
||||
msgstr "Επιλεγμένο Εύρος"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Αυτοπροσώπως"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Αυτή η εφαρμογή χρησιμοποιεί τα ακόλου
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Αυτή η ομάδα πρέπει να αρχικοποιηθεί στις {0} για να μπορέσετε να προσθέσετε ρευστότητα. Για να ξεκινήσετε, επιλέξτε μια τιμή εκκίνησης για την ομάδα. Στη συνέχεια, εισαγάγετε το εύρος τιμών ρευστότητας και το ποσό κατάθεσης."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Αυτή η διαδρομή βελτιστοποιεί την τιμή σας λαμβάνοντας υπόψη τις χωρισμένες διαδρομές, το πολλαπλό λυκίσκο και το κόστος αερίου."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Έως (από το ελάχιστο)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Για να ξεκινήσετε τις συναλλαγές με {0}, γεφυρώστε πρώτα τα περιουσιακά σας στοιχεία από το L1 στο L2. Αντιμετωπίστε το ως έκδοση beta και μάθετε για τους κινδύνους πριν χρησιμοποιήσετε το {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Για να ξεκινήσετε τις συναλλαγές στο {0}, πρώτα γεφυρώστε τα περιουσιακά σας στοιχεία από το L1 στο L2. Αντιμετωπίστε το ως έκδοση beta και μάθετε για τους κινδύνους πριν χρησιμοποιήσετε το {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI σε κυκλοφορία:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Τιμή UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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. Μπορείτε να ψηφίσετε μόνοι σας για κάθε πρόταση ή να αναθέσετε τις ψήφους σας σε ένα τρίτο μέρος."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Απρόσμενο σφάλμα. Δεν ήταν δυνατή η εκτ
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Μη αναμενόμενο πρόβλημα με την εκτίμηση του αερίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Διακυβέρνηση"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Άγνωστη πηγή"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Άγνωστο σφάλμα{0}. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης Σημείωση: οι χρεώσεις μεταφοράς και οι rebase μάρκες δεν είναι συμβατές με το Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Ξεκλείδωμα Ψήφων"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Ξεκλείδωμα Ψηφοφορίας"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Αποκαλύπτω"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Ξετυλίξτε <0/> στο ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Ενημέρωση Ανάθεσης"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Η ψηφοφορία έληξε {0}"
|
||||
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 "Αναμονή Επιβεβαίωσης"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Προστέθηκε από τον χρήστη"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}χρέωσης 0%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% επιλέξτε"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: es_ES\n"
|
||||
"Language-Team: Spanish\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(reclamar)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(limpiar todo)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(editar)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Eliminar destinatario"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / semana"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Tarifa del 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Tarifa del 0,3 %"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Tarifa del 1 %"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25 %"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Todas las propuestas"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Votos"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Desbloquee la votación</0> para prepararse para la siguiente propues
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Bienvenido al equipo Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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% del suministro total de UNI para presentar propuestas."
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Activo"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Añadir"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Cantidad"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Estadísticas"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Lo mejor para pares exóticos."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Lo mejor para la mayoría de los pares."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Dirección bloqueada"
|
||||
@@ -446,10 +430,6 @@ msgstr "Cerrar"
|
||||
msgid "Closed"
|
||||
msgstr "Cerrado"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Código"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Recoger"
|
||||
@@ -491,10 +471,6 @@ msgstr "Bases comunes"
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Confirmar Crear"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Confirmar suministro"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copiado"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copiar dirección"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Limpiar fondo común y suministro"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Crear propuesta"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Votos delegados"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegar el poder de voto a {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegado a:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Obtenga apoyo en Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centro de ayuda"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "No se encontró liquidez V2."
|
||||
msgid "No active pools"
|
||||
msgstr "No hay fondos comunes activos"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Sin datos"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "No se encontraron propuestas."
|
||||
msgid "No results found."
|
||||
msgstr "No se han encontrado resultados."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "No creado"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Propuesta enviada"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Título de la propuesta"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propuestas"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tarifas"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Leer más sobre UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Lea más sobre la gestión de Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Eliminando {0} {1} y {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Eliminando {0} {1} y{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Solicitar características"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Seleccione una acción"
|
||||
msgid "Selected Range"
|
||||
msgstr "Rango seleccionado"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Auto"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Esta aplicación utiliza las siguientes API de terceros:"
|
||||
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 poder agregar liquidez. Para inicializar, seleccione un precio inicial para el grupo. Luego, ingrese su rango de precio de liquidez y el monto del depósito. Las tarifas del gas serán más altas de lo habitual debido a la transacción de inicialización."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Este grupo debe inicializarse en {0} antes de que pueda agregar liquidez. Para inicializar, seleccione un precio inicial para el grupo. Luego, ingrese su rango de precio de liquidez y el monto del depósito."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Esta ruta optimiza su precio considerando rutas divididas, múltiples saltos y costos de gasolina."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "A (al menos)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Para comenzar a operar en {0}, primero establezca un puente entre sus activos de L1 a L2. Trate esto como una versión beta y conozca los riesgos antes de usar {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI en circulación:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Precio UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Error inesperado. No se pudo estimar el gas para el canje."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperado con la estimación del gas. Inténtalo de nuevo."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Gestión Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Fuente desconocida"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Error desconocido{0}. Intente aumentar su tolerancia al deslizamiento. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Desbloquear votos"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Desbloquear votación"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Desenvolver <0 /> a ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Actualizar delegación"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Voto finalizado {0}"
|
||||
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 por confirmación"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Agregado por el usuario"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0} %"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Nivel de tarifa del {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% seleccionar"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: fi_FI\n"
|
||||
"Language-Team: Finnish\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(claim)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(clear all)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(edit)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Poista vastaanottaja"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / viikko"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05 %:n maksu"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3 %:n maksu"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1 %:n maksu"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Kaikki ehdotukset"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Äänet"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Vapauta äänestys</0> valmistautuaksesi seuraavaan ehdotukseen."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Tervetuloa Team Unicorniin :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 prosentin kynnysarvo UNI: n kokonaismäärästä"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktiivinen"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Lisää"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Määrä"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analytiikka"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Paras eksoottisille pareille."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Paras useimmille pareille."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Estetty osoite"
|
||||
@@ -446,10 +430,6 @@ msgstr "Sulje"
|
||||
msgid "Closed"
|
||||
msgstr "Suljettu"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Koodi"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Kerää"
|
||||
@@ -491,10 +471,6 @@ msgstr "Yleiset baset"
|
||||
msgid "Confirm"
|
||||
msgstr "Vahvista"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Vahvista Luo"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Vahvista tarjonta"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopioitu"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopioi osoite"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Luoda"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Luo pooli ja tarjonta"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Luo ehdotus"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegoi äänet"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Siirrä äänioikeus {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegoitu henkilölle:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Hae apua Discordista"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Ohjekeskus"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "V2-likviditeettiä ei löytynyt."
|
||||
msgid "No active pools"
|
||||
msgstr "Ei aktiivisia pooleja"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ei dataa"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Ehdotuksia ei löytynyt."
|
||||
msgid "No results found."
|
||||
msgstr "Tuloksia ei löytynyt."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Ei luotu"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Ehdotus lähetetty"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Ehdotuksen otsikko"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Ehdotukset"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Kurssit"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Lue lisää UNIsta"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Lue lisää Uniswapin hallinnosta"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Poistetaan {0} {1} ja {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Irrottaminen {0} {1} ja{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Pyydä ominaisuuksia"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Valitse toiminto"
|
||||
msgid "Selected Range"
|
||||
msgstr "Valittu vaihteluväli"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Itse"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Tämä sovellus käyttää seuraavia kolmannen osapuolen sovellusliittym
|
||||
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ä. Alusta valitsemalla altaan aloitushinta. Syötä sitten likviditeetin hintaluokka ja talletussumma. Kaasumaksut ovat tavallista korkeampia alustustapahtuman takia."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Tämä pooli on alustettava arvoon {0} ennen kuin voit lisätä likviditeettiä. Alusta valitsemalla altaan aloitushinta. Syötä sitten likviditeetin hintaluokka ja talletussumma."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Tämä reitti optimoi hintasi ottamalla huomioon jaetut reitit, useita hyppyjä ja kaasukustannuksia."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Mihin (ainakin)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Jos haluat aloittaa kaupankäynnin {0}, yhdistä ensin omaisuutesi L1: stä L2: een. Käsittele tätä beetaversiona ja tutustu riskeihin ennen käyttöä {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Voit aloittaa kaupankäynnin {0}yhdistämällä ensin omaisuutesi L1:stä L2:een. Käsittele tätä betaversiona ja ota selvää riskeistä ennen kuin käytät {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "Liikkeessä oleva UNI:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI:n hinta:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Odottamaton virhe. Vaihdon kaasua ei voitu arvioida."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Odottamaton ongelma kaasun arvioinnissa. Yritä uudelleen."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswapin hallinto"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Tuntematon lähde"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Tuntematon virhe{0}. Yritä lisätä liukastumissietokykyäsi. Huomaa: siirto- ja uudelleenkorotusmaksut eivät ole yhteensopivia Uniswap V3: n kanssa."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Vapauta äänet"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Vapauta äänestys"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Pura <0/> ETH: ksi"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Päivitä delegointi"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Äänestys päättynyt {0}"
|
||||
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 "Odotetaan vahvistusta"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Käyttäjän lisäämä"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}%: n palkkataso"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% valitse"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: fr_FR\n"
|
||||
"Language-Team: French\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(Réclamer)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(tout effacer)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(modifier)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Supprimer le destinataire"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / semaine"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Frais de 0,05 %"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Frais de 0,3 %"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Frais de 1 %"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Toutes les propositions"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Votes"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Débloquer le vote</0> pour se préparer à la prochaine proposition.
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Bienvenue dans l'équipe des Licornes :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 d'UNI est requis pour soumettre des propositions"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Actif"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Ajouter"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Montant"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Métriques"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Solde :"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Solde : {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Idéal pour les paires exotiques."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Idéal pour la plupart des paires."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for stable pairs."
|
||||
msgstr "Idéal pour des paires stables."
|
||||
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for very stable pairs."
|
||||
msgstr "Idéal pour les paires très stables."
|
||||
|
||||
#: src/components/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Adresse bloquée"
|
||||
@@ -446,10 +430,6 @@ msgstr "Fermer"
|
||||
msgid "Closed"
|
||||
msgstr "Fermé"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Collecter"
|
||||
@@ -491,10 +471,6 @@ msgstr "Bases communes"
|
||||
msgid "Confirm"
|
||||
msgstr "Valider"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Confirmer la création"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Valider la fourniture"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copié"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copier l'adresse"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Créer"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Créer un Pool & Approvisionner"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Créer une Proposition"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Votes délégués"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Déléguer le droit de vote à {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Délégué à :"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Obtenez de l'aide sur Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centre d'aide"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Aucune liquidité V2 trouvée."
|
||||
msgid "No active pools"
|
||||
msgstr "Aucun pool actif"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Pas de données"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Aucune proposition trouvée."
|
||||
msgid "No results found."
|
||||
msgstr "Aucun résultat trouvé."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Non créé"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Proposition Soumise"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Titre de la proposition"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propositions"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tarifs"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "En savoir plus sur UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "En savoir plus sur la gouvernance d'Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Suppression de {0} {1} et {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Supprimer {0} {1} et{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Demander des fonctionnalités"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Sélectionnez une action"
|
||||
msgid "Selected Range"
|
||||
msgstr "Fourchette sélectionnée"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Soi-même"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Cette application utilise les API tierces suivantes :"
|
||||
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 de gaz seront plus élevés que d'habitude en raison de la transaction d'initialisation."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Ce pool doit être initialisé à {0} avant de pouvoir ajouter de la liquidité. 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."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Cet itinéraire optimise votre prix en tenant compte des itinéraires fractionnés, des sauts multiples et des coûts de gaz."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Vers (au moins)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Pour commencer à trader à {0}, commencez par relier vos actifs de L1 à L2. Veuillez considérer ceci comme une version bêta et vous renseigner sur les risques avant d'utiliser {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Pour commencer à trader sur {0}, commencez par relier vos actifs de L1 à L2. Veuillez considérer ceci comme une version bêta et connaître les risques avant d'utiliser {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI en circulation :"
|
||||
msgid "UNI price:"
|
||||
msgstr "Prix UNI :"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Erreur inattendue. Impossible d'estimer le gaz pour l'échange."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problème inattendu avec l'estimation du gaz. Veuillez réessayer."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Gouvernance Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Source inconnue"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Erreur inconnue{0}. Essayez d'augmenter votre tolérance au glissement. Remarque : les frais sur les tokens de transfert et de rebase sont incompatibles avec Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Débloquer les votes"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Débloquer le vote"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Déballer <0/> en ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Mettre à jour la délégation"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Vote terminé {0}"
|
||||
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 à environ {0}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Waiting For Confirmation"
|
||||
msgstr "En attente de confirmation"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Ajouté par l'utilisateur"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Palier de frais de {0}%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% sélectionner"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: he_IL\n"
|
||||
"Language-Team: Hebrew\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(תביעה)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(נקה הכל)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(עריכה)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- הסר את הנמען"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI לשבוע"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "עמלה של 0.05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "עמלה של 0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "עמלה של 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> כל ההצעות"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> הצבעות"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0> בטל את ההצבעה</0> להתכונן להצעה הבאה."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> ברוך הבא לצוות חד קרן :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "פָּעִיל"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "הוספה"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "כמות"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "ניתוח"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "מאזן:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "מאזן: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "הטוב ביותר לזוגות אקזוטיים."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "הטוב ביותר עבור רוב הזוגות."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "כתובת חסומה"
|
||||
@@ -446,10 +430,6 @@ msgstr "סגור"
|
||||
msgid "Closed"
|
||||
msgstr "סָגוּר"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "קוד"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "לגבות"
|
||||
@@ -491,10 +471,6 @@ msgstr "מכנים משותפים"
|
||||
msgid "Confirm"
|
||||
msgstr "לְאַשֵׁר"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "אשר יצירת"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "אשר אספקה"
|
||||
@@ -562,16 +538,12 @@ msgstr "מוּעֲתָק"
|
||||
msgid "Copy Address"
|
||||
msgstr "העתק כתובת"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "לִיצוֹר"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "צור בריכה ואספקה"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "צור הצעה"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "האצל הצבעות"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "האציל את כוח ההצבעה ל {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "הואצל ל:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "קבל תמיכה בדיסקורד"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "מרכז עזרה"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "לא נמצאה נזילות V2."
|
||||
msgid "No active pools"
|
||||
msgstr "אין בריכות פעילות"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "אין מידע"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "לא נמצאו הצעות."
|
||||
msgid "No results found."
|
||||
msgstr "לא נמצאו תוצאות."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "לא נוצר"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "ההצעה הוגשה"
|
||||
msgid "Proposal Title"
|
||||
msgstr "כותרת ההצעה"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "הצעות"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "תעריפים"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "קרא עוד על UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "קרא עוד על ממשל Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "הסרת {0} {1} ו {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "הסרת {0} {1} ו-{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "בקשת תכונות"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "בחר פעולה"
|
||||
msgid "Selected Range"
|
||||
msgstr "טווח נבחר"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "עצמי"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "אפליקציה זו משתמשת בממשקי ה-API של צד שלי
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "יש לאתחל את המאגר הזה ב- {0} לפני שתוכל להוסיף נזילות. כדי לאתחל, בחר מחיר התחלתי לבריכה. לאחר מכן, הזן את טווח מחירי הנזילות ואת סכום ההפקדה."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "מסלול זה מייעל את המחיר שלך על ידי התחשבות במסלולים מפוצלים, כשות מרובות ועלויות גז."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "עבור (לפחות)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "כדי להתחיל לסחור ב {0}, תחילה גשר את הנכסים שלך מ- L1 ל- L2. אנא התייחס לזה כאל גרסת בטא ולמד על הסיכונים לפני השימוש {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "כדי להתחיל לסחור ב {0}, תחילה גשר על הנכסים שלך מ-L1 ל-L2. אנא התייחס לזה כגרסת בטא ולמד על הסיכונים לפני השימוש ב {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI במחזור:"
|
||||
msgid "UNI price:"
|
||||
msgstr "מחיר UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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. אתה יכול להצביע על כל הצעה בעצמך או להאציל את קולותיך לצד שלישי."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "שגיאה לא צפויה. לא ניתן היה לאמוד גז להח
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "בעיה בלתי צפויה בהערכת הגז. בבקשה נסה שוב."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "ממשל לא מוחלף"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "מקור לא ידוע"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "שגיאה לא ידועה{0}. נסה להגביר את סובלנות ההחלקה שלך. הערה: עמלה על אסימון העברה ומיקום מחדש אינם תואמים ל- Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "בטל נעילת הצבעות"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "בטל את נעילת ההצבעה"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "לְגוֹלֵל"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "פרק את <0/> ל- ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "עדכן משלחת"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "ההצבעה הסתיימה ב {0}"
|
||||
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 "מחכה לאישור"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • נוסף על ידי המשתמש"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "שכבת שכר טרחה של {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "בחר {0}"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: hu_HU\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(követel)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(összes törlése)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(szerkesztés)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Távolítsa el a címzettet"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / hét"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05% díj"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% díj"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% díj"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0 /> Minden javaslat"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0 /> Szavazatok"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0> Szavazás feloldása</0> a következő javaslatra való felkészül
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> Üdvözöljük az Unicorn csapatában :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 az UNI teljes kínálatának minimum 0,25% -a szükséges"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktív"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Hozzáadás"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Összeg"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analitika"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Egyenleg:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Egyenleg: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Legjobb egzotikus párok számára."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Legjobb a legtöbb pár számára."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Zárolt cím"
|
||||
@@ -446,10 +430,6 @@ msgstr "Bezárás"
|
||||
msgid "Closed"
|
||||
msgstr "Zárva"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kód"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Begyűjtés"
|
||||
@@ -491,10 +471,6 @@ msgstr "Közös alapok"
|
||||
msgid "Confirm"
|
||||
msgstr "Megerősítés"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Erősítse meg a létrehozást"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Kínálat megerősítése"
|
||||
@@ -562,16 +538,12 @@ msgstr "Másolva"
|
||||
msgid "Copy Address"
|
||||
msgstr "Cím másolása"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Teremt"
|
||||
|
||||
#: 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/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Javaslat létrehozása"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Szavazatok delegálása"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegálja a szavazati jogot {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegálva:"
|
||||
|
||||
@@ -836,6 +808,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Kérjen támogatást a Discordon"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Segítség Központ"
|
||||
|
||||
@@ -1138,7 +1111,7 @@ msgstr "V2 likviditás nem található."
|
||||
msgid "No active pools"
|
||||
msgstr "Nincs aktív pool"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Nincs adat"
|
||||
|
||||
@@ -1162,7 +1135,7 @@ msgstr "Nem található javaslat."
|
||||
msgid "No results found."
|
||||
msgstr "Nincs találat."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Nincs létrehozva"
|
||||
|
||||
@@ -1341,7 +1314,7 @@ msgstr "Javaslat benyújtva"
|
||||
msgid "Proposal Title"
|
||||
msgstr "A javaslat címe"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Javaslatok"
|
||||
|
||||
@@ -1373,7 +1346,7 @@ msgstr "Árfolyamok"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "További információk az UNI-ról"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -1431,6 +1404,10 @@ msgstr "{0} {1} és {2} {3} eltávolítása"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} és{2} {3}eltávolítása"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Funkciók kérése"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1469,7 +1446,7 @@ msgstr "Válasszon ki egy műveletet"
|
||||
msgid "Selected Range"
|
||||
msgstr "Kiválasztott tartomány"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Saját"
|
||||
|
||||
@@ -1665,10 +1642,6 @@ msgstr "Ez az alkalmazás a következő harmadik féltől származó API-kat has
|
||||
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 a likviditás növelése előtt. Az inicializáláshoz válassza ki a készlet kikiáltási árát. Ezután adja meg likviditási ártartományát és betéti összegét. Az inicializálási tranzakció miatt a gázdíjak a szokásosnál magasabbak lesznek."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "{0} on kell inicializálni, mielőtt hozzáadhatná a likviditást. Az inicializáláshoz válassza ki a készlet kikiáltási árát. Ezután adja meg likviditási ártartományát és betéti összegét."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Ez az útvonal optimalizálja az árát, figyelembe véve a megosztott útvonalakat, a több ugrást és a gázköltségeket."
|
||||
@@ -1709,8 +1682,8 @@ msgid "To (at least)"
|
||||
msgstr "(Legalább)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}-n történő kereskedés megkezdéséhez először kösse össze eszközeit L1 -ről L2 -re. Kérjük, kezelje ezt béta kiadásként, és ismerje meg a kockázatokat, mielőtt használná {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}kezdje meg a kereskedést, először hidalja át eszközeit L1-ről L2-re. Kérjük, kezelje ezt béta kiadásként, és az {1}használata előtt tájékozódjon a kockázatokról."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1800,7 +1773,7 @@ msgstr "Forgalomban lévő UNI:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI ár:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1841,7 +1814,7 @@ msgstr "Váratlan hiba. Nem sikerült megbecsülni a cseréhez szükséges gázt
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Váratlan probléma a gáz becslésével. Kérlek próbáld újra."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap irányítás"
|
||||
|
||||
@@ -1877,12 +1850,12 @@ msgstr "Ismeretlen forrás"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ismeretlen hiba{0}. Próbálja meg növelni a csúszástűrést. Megjegyzés: az átutalási és újbóli alapkivonási díjak nem kompatibilisek az Uniswap V3 -mal."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Szavazatok feloldása"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Szavazás feloldása"
|
||||
|
||||
@@ -1912,7 +1885,7 @@ msgstr "Kicsomagolás"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Csomagolja ki a (z) <0/> gombot ETH -ra"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Delegálás frissítése"
|
||||
|
||||
@@ -2042,6 +2015,10 @@ msgstr "A szavazás befejeződött {0}"
|
||||
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}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Waiting For Confirmation"
|
||||
msgstr "Visszaigazolásra vár"
|
||||
@@ -2392,6 +2369,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • felhasználó hozzáadta"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2406,7 +2384,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% -os díjszint"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% választ"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: id_ID\n"
|
||||
"Language-Team: Indonesian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(klaim)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(Hapus semua)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(edit)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Hapus penerima"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / minggu"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Biaya 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Biaya 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Biaya 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Semua Proposal"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Suara"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Buka voting</0> untuk mempersiapkan usulan berikutnya."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉</0>Selamat datang di tim Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktif"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Tambahkan"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Jumlah"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analitik"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Terbaik untuk pasangan eksotis."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Terbaik untuk sebagian besar pasangan."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Alamat diblokir"
|
||||
@@ -446,10 +430,6 @@ msgstr "Tutup"
|
||||
msgid "Closed"
|
||||
msgstr "Ditutup"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Tagih"
|
||||
@@ -491,10 +471,6 @@ msgstr "Basis umum"
|
||||
msgid "Confirm"
|
||||
msgstr "Konfirmasikan"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Konfirmasi Buat"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Konfirmasikan Pasokan"
|
||||
@@ -562,16 +538,12 @@ msgstr "Disalin"
|
||||
msgid "Copy Address"
|
||||
msgstr "Salin Alamat"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Membuat"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Buat Pool & Pasokan"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Buat Proposal"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegasikan Suara"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegasikan hak suara ke {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Didelegasikan ke:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Dapatkan dukungan di Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Pusat Bantuan"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Tidak ditemukan Likuiditas V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Tidak ada pangkalan aktif"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Tidak ada data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Proposal tidak ditemukan."
|
||||
msgid "No results found."
|
||||
msgstr "Hasil tidak ditemukan."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Tidak dibuat"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Proposal Terkirim"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Judul Proposal"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Usulan"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tarif"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Baca selengkapnya tentang UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Baca selengkapnya tentang pengaturan Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Menghapus {0} {1} dan {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Menghapus {0} {1} dan{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Fitur Permintaan"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Pilih tindakan"
|
||||
msgid "Selected Range"
|
||||
msgstr "Rentang yang Dipilih"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Sendiri"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Aplikasi ini menggunakan API pihak ketiga berikut:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Pool ini harus diinisialisasi pada {0} sebelum Anda dapat menambahkan likuiditas. Untuk menginisialisasi, pilih harga awal untuk kumpulan. Kemudian, masukkan kisaran harga likuiditas dan jumlah deposit Anda."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Rute ini mengoptimalkan harga Anda dengan mempertimbangkan rute terpisah, beberapa lompatan, dan biaya bahan bakar."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "Untuk (setidaknya)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Untuk memulai trading pada {0}, pertama-tama jembatani aset Anda dari L1 ke L2. Harap perlakukan ini sebagai rilis beta dan pelajari tentang risikonya sebelum menggunakan {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI yang beredar:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Harga UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Kesalahan yang tidak diduga. Tidak dapat memperkirakan gas untuk swap."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Masalah tak terduga dengan memperkirakan gas. Silakan coba lagi."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Tata Kelola Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Sumber tidak diketahui"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Kesalahan tidak diketahui{0}. Coba tingkatkan toleransi selip Anda. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Buka Suara"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Buka Kunci Voting"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Membuka"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Buka bungkus </> ke ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Perbarui Delegasi"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Voting berakhir {0}"
|
||||
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 Konfirmasi"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Ditambahkan oleh pengguna"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "tingkat biaya {0}%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% memilih"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: it_IT\n"
|
||||
"Language-Team: Italian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(reclamo)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(cancella tutto)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(modifica)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Rimuovi destinatario"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / settimana"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "commissione dello 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "commissione dello 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "commissione dell'1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Tutte Le Proposte"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Voti"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Sblocca il voto</0> per preparare la prossima proposta."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Benvenuto nel team Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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% della fornitura UNI totale"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Attivo"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Aggiungi"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Importo"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analisi"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Ideale per coppie esotiche."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Ideale per la maggior parte delle coppie."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Indirizzo bloccato"
|
||||
@@ -446,10 +430,6 @@ msgstr "Chiudi"
|
||||
msgid "Closed"
|
||||
msgstr "Chiuso"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Codice"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Raccogli"
|
||||
@@ -491,10 +471,6 @@ msgstr "Basi comuni"
|
||||
msgid "Confirm"
|
||||
msgstr "Conferma"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Conferma Crea"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Conferma Fornitura"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copiato"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copia Indirizzo"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Creare"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Crea Pool e Fornitura"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Crea proposta"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Voti Delegati"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delega il potere di voto a {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegato a:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Ottieni supporto su Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centro assistenza"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Nessuna liquidità V2 trovata."
|
||||
msgid "No active pools"
|
||||
msgstr "Nessun pool attivo"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Nessun dato"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Nessuna proposta trovata."
|
||||
msgid "No results found."
|
||||
msgstr "Nessun risultato trovato."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Non creato"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Proposta inviata"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Titolo della proposta"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Proposte"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tariffe"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Leggi tutto su UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Per saperne di più sulla governance di Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Rimozione di {0} {1} e {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Rimozione {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Funzionalità di richiesta"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Seleziona un'azione"
|
||||
msgid "Selected Range"
|
||||
msgstr "Intervallo selezionato"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Se stesso"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Questa app utilizza le seguenti API di terze parti:"
|
||||
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 di partenza per il pool. Quindi, inserisci la tua fascia di prezzo della liquidità e l'importo del deposito. Le tariffe del gas saranno più alte del solito a causa della transazione di inizializzazione."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Questo pool deve essere inizializzato su {0} prima di poter aggiungere liquidità. Per inizializzare, seleziona un prezzo di partenza per il pool. Quindi, inserisci la tua fascia di prezzo della liquidità e l'importo del deposito."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Questo percorso ottimizza il tuo prezzo considerando percorsi divisi, più luppoli e costi del gas."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "A (almeno)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Per iniziare a fare trading su {0}, per prima cosa collega le tue risorse da L1 a L2. Si prega di considerare questa versione come una versione beta e di informarsi sui rischi prima di utilizzarla {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Per iniziare a fare trading su {0}, prima collega i tuoi asset da L1 a L2. Si prega di considerare questa versione come una versione beta e di informarsi sui rischi prima di utilizzarla {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI in circolazione:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Prezzo UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Errore inaspettato. Impossibile stimare il gas per lo scambio."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema imprevisto con la stima del gas. Per favore riprova."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governance"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Fonte sconosciuta"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Errore sconosciuto{0}. Prova ad aumentare la tua tolleranza allo slittamento. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Sblocca Voti"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Sblocca Il Voto"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Scarta <0/> in ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Aggiorna la delega"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Votazione terminata {0}"
|
||||
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"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Aggiunto dall'utente"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}commissione 0%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% seleziona"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-11-01 15:08\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ja_JP\n"
|
||||
"Language-Team: Japanese\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(請求)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(すべてクリア)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(編集)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "-受信者を削除します"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / 週"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "手数料0.05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "手数料0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "手数料1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/>すべての提案"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/>投票"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "次の提案に備えるため <0>投票のロックを解除</0>"
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>チーム ユニコーンにようこそ <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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が必要です。"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "アクティブ"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "追加"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "数量"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "分析"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "残高:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "残高: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "マイナーなペアに最適"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "ほとんどのペアに最適"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "ブロックされたアドレス"
|
||||
@@ -446,10 +430,6 @@ msgstr "閉じる"
|
||||
msgid "Closed"
|
||||
msgstr "終了済"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "コード"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "取得する"
|
||||
@@ -491,10 +471,6 @@ msgstr "共通のベース"
|
||||
msgid "Confirm"
|
||||
msgstr "確認"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "作成の確認"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "供給を確認"
|
||||
@@ -562,16 +538,12 @@ msgstr "コピーしました"
|
||||
msgid "Copy Address"
|
||||
msgstr "アドレスをコピー"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "作成する"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "プール作成と流動性の追加"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "提案を作成"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "投票を委任する"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "{0} に投票権を委任する"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "委任先:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Discordでサポートを受ける"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "ヘルプセンター"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "V2の流動性が見つかりません。"
|
||||
msgid "No active pools"
|
||||
msgstr "アクティブなプールがありません"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "データがありません"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "提案が見つかりません。"
|
||||
msgid "No results found."
|
||||
msgstr "結果が見つかりませんでした。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "未作成"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "提出された提案"
|
||||
msgid "Proposal Title"
|
||||
msgstr "提案のタイトル"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "提案"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "レート"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "UNIについてもっと見る"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Uniswapガバナンスについてもっと見る"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "{0} {1} と {2} {3} を解除中"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} と {2} {3} を削除"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "機能のリクエスト"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "アクションの選択"
|
||||
msgid "Selected Range"
|
||||
msgstr "設定した価格範囲"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "自分"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "このアプリは、次のサードパーティAPIを使用します。
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "流動性を追加する前に {0} に初期化する必要があります。初期化するには、プールの開始価格を選択します。次に、流動性の価格帯と預け入れ数量を入力します。"
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "このルートは、分割ルート、複数のホップ、およびガスのコストを考慮して価格を最適化します。"
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "買うトークン(少なくとも)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}で取引を開始するには、最初に資産をL1からL2にブリッジします。 {1}を使用する前に、これをベータリリースとして扱い、リスクについて学習してください。"
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "流通しているUNI:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNIの価格:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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ガバナンスにおける投票権を表します。各提案に対して自分で投票するか、もしくは第三者に投票を委任することができます。"
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "予期しないエラー。スワップのガスを見積もることが
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "ガスの見積もりに関する予期しない問題。もう一度やり直してください。"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswapのガバナンス"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "不明なソース"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "不明なエラー{0}。スリッページの許容範囲を広げてみてください。注:転送時に手数料が発生するトークンおよびリベーストークンは、UniswapV3と互換性がありません。"
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "投票のロックを解除"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "投票のロックを解除"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "アンラップ"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "<0 />をETHにアンラップ"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "委任を更新"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "{0} に投票は終了しました"
|
||||
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 "確認待ち"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • ユーザーにより追加"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}%の手数料レベル"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}%が選択"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ko_KR\n"
|
||||
"Language-Team: Korean\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(청구)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(모두 지우기)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(편집)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- 받는 사람 제거"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / 주"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0.05 % 수수료"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0.3 % 수수료"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1 % 수수료"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25 %"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> 모든 제안"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> 투표"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0> 투표 잠금 해제</0> 다음 제안을 준비합니다."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> Unicorn 팀에 오신 것을 환영합니다. :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 %가 필요합니다."
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "활성"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "추가"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "금액"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "분석"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "잔액:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "잔액 : {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "이국적인 쌍에 가장 적합합니다."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "대부분의 쌍에 가장 적합합니다."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "차단된 주소"
|
||||
@@ -446,10 +430,6 @@ msgstr "닫기"
|
||||
msgid "Closed"
|
||||
msgstr "닫힘"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "코드"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "수집"
|
||||
@@ -491,10 +471,6 @@ msgstr "공통 기준"
|
||||
msgid "Confirm"
|
||||
msgstr "확인"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "생성 확인"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "공급 확인"
|
||||
@@ -562,16 +538,12 @@ msgstr "복사 됨"
|
||||
msgid "Copy Address"
|
||||
msgstr "주소 복사"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "창조하다"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "풀 생성 및 공급"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "제안 생성"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "위임 투표"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "투표권을 {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "위임 대상 :"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Discord에서 지원 받기"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "지원 센터"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "V2 유동성이 없습니다."
|
||||
msgid "No active pools"
|
||||
msgstr "활성 풀 없음"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "데이터 없음"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "제안이 없습니다."
|
||||
msgid "No results found."
|
||||
msgstr "결과가 없습니다."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "생성되지 않음"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "제출 된 제안"
|
||||
msgid "Proposal Title"
|
||||
msgstr "제안 제목"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "제안"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "요율"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "UNI에 대해 자세히 알아보기"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Uniswap 거버넌스에 대해 자세히 알아보기"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "{0} {1} 및 {2} {3} 제거 중"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} 및{2} {3}제거"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "기능 요청"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "작업 선택"
|
||||
msgid "Selected Range"
|
||||
msgstr "선택한 범위"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "본인"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "이 앱은 다음 타사 API를 사용합니다."
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "유동성을 추가하려면 이 풀을 {0} 초기화하려면 풀의 시작 가격을 선택하십시오. 그런 다음 유동성 가격 범위와 예금 금액을 입력하십시오."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "이 경로는 분할 경로, 다중 홉 및 가스 비용을 고려하여 가격을 최적화합니다."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "스왑 후(최소)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}에서 거래를 시작하려면 먼저 자산을 L1에서 L2로 연결하십시오. {1}을 사용하기 전에 위험에 대해 알아보십시오."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "유통중인 UNI :"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI 가격 :"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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자에게 투표를 위임할 수 있습니다."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "예기치 않은 오류. 스왑을 위한 가스를 추정할 수 없습
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "가스 추정에 예상치 못한 문제가 있습니다. 다시 시도해 주세요."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap 거버넌스"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "알 수 없는 출처"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "알 수 없는 오류 {0}. 슬리피지 허용치를 높이십시오. 참고: 이체 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "투표 잠금 해제"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "투표 잠금 해제"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "언랩"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "<0/>을 ETH로 풀기"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "위임 업데이트"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "투표 종료 {0}"
|
||||
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 "확인을 기다리는 중"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • 사용자가 추가"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% 수수료 등급"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% 선택"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: nl_NL\n"
|
||||
"Language-Team: Dutch\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(claim)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(alles wissen)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(bewerken)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Ontvanger verwijderen"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / week"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05% vergoeding"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% vergoeding"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% vergoeding"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Alle voorstellen"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Stemmen"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Ontgrendel het stemmen </0> om het volgende voorstel voor te bereiden
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Welkom bij team Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "Een minimumdrempel van 0,25% van het totale UNI-aanbod is vereist om voorstellen in te dienen"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Actief"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Toevoegen"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Bedrag"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analytics"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Het beste voor exotische paren."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Het beste voor de meeste paren."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Geblokkeerd adres"
|
||||
@@ -446,10 +430,6 @@ msgstr "Sluiten"
|
||||
msgid "Closed"
|
||||
msgstr "Gesloten"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Verzamel"
|
||||
@@ -491,10 +471,6 @@ msgstr "Gemeenschappelijke bases"
|
||||
msgid "Confirm"
|
||||
msgstr "Bevestigen"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Bevestig Aanmaken"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Bevestig levering"
|
||||
@@ -562,16 +538,12 @@ msgstr "Gekopieerd"
|
||||
msgid "Copy Address"
|
||||
msgstr "Adres kopiëren"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Aanmaken"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Maak pool en levering aan"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Voorstel maken"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Stemmen overdragen"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Stemrecht delegeren aan {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Overgedragen aan:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Ontvang ondersteuning op Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Helpcentrum"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Geen V2-liquiditeit gevonden."
|
||||
msgid "No active pools"
|
||||
msgstr "Geen actieve pools"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Geen informatie"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Geen voorstellen gevonden."
|
||||
msgid "No results found."
|
||||
msgstr "Geen resultaten gevonden."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Niet gemaakt"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Voorstel ingediend"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Titel van het voorstel"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Voorstellen"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tarieven"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Lees meer over UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Lees meer over Uniswap-bestuur"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Verwijderen van {0} {1} en {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Verwijderen {0} {1} en{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Functies aanvragen"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Selecteer een actie"
|
||||
msgid "Selected Range"
|
||||
msgstr "Geselecteerd bereik"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Eigen"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Deze app gebruikt de volgende API's van derden:"
|
||||
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 het zwembad om te initialiseren. Voer vervolgens uw liquiditeitsprijsbereik en stortingsbedrag in. Vanwege de initialisatietransactie zullen de gaskosten hoger zijn dan normaal."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Deze pool moet worden geïnitialiseerd op {0} voordat u liquiditeit kunt toevoegen. Selecteer een startprijs voor het zwembad om te initialiseren. Voer vervolgens uw liquiditeitsprijsbereik en stortingsbedrag in."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Deze route optimaliseert uw prijs door rekening te houden met gesplitste routes, meerdere hops en gaskosten."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Naar (ten minste)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Om te beginnen met handelen op {0}, moet u eerst uw activa overbruggen van L1 naar L2. Beschouw dit als een bètaversie en leer over de risico's voordat u het gebruikt {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Om te beginnen met handelen op {0}, moet u eerst uw activa overbruggen van L1 naar L2. Behandel dit als een bètaversie en leer over de risico's voordat u het gebruikt {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI in omloop:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI-prijs:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Onverwachte fout. Kon het gas voor de swap niet schatten."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Onverwacht probleem met het schatten van het gas. Probeer het opnieuw."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap-bestuur"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Onbekende bron"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Onbekende fout{0}. Probeer uw slippage tolerantie te vergroten. Let op: kosten voor overdracht en rebase tokens zijn niet compatibel met Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Ontgrendel stemmen"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Ontgrendel de stemming"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Uitpakken"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Pak <0/> uit naar ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Werk delegatie bij"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Stemmen beëindigd {0}"
|
||||
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"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Toegevoegd door gebruiker"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% vergoedingsniveau"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% selecteren"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: no_NO\n"
|
||||
"Language-Team: Norwegian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(hent)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(fjern alle)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(rediger)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Fjern mottaker"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / uke"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05 % avgift"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3 % avgift"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1 % avgift"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25 %"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Alle forslag"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Stemmer"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Lås opp stemme</0> for å forberede neste forslag."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Velkommen til team Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "En minimumsterskel på 0,25% av den totale UNI-forsyningen kreves for å sende inn forslag"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktiv"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Legg til"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Beløp"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analyse"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Best for eksotiske par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Beste for de fleste par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Blokkert adresse"
|
||||
@@ -446,10 +430,6 @@ msgstr "Lukk"
|
||||
msgid "Closed"
|
||||
msgstr "Lukket"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Samle"
|
||||
@@ -491,10 +471,6 @@ msgstr "Vanlige baser"
|
||||
msgid "Confirm"
|
||||
msgstr "Bekreft"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Bekreft Opprett"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Bekreft levering"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopiert"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopier adresse"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Skape"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Opprett samling & forsyning"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Lag et forslag"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegere stemmer"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegere stemmerett til {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegert til:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Få støtte på Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Hjelpesenter"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Ingen V2-likviditet funnet."
|
||||
msgid "No active pools"
|
||||
msgstr "Ingen aktive potter"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ingen data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Ingen forslag funnet."
|
||||
msgid "No results found."
|
||||
msgstr "Ingen resultater."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Ikke opprettet"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Forslaget ble sendt inn"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Forslagets tittel"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Forslag"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Priser"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Les mer om UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Les mer om Uniswap-styring"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Fjerner {0} {1} og {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Fjerner {0} {1} og{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Be om funksjoner"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Velg en handling"
|
||||
msgid "Selected Range"
|
||||
msgstr "Valgt område"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Selv"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Denne appen bruker følgende tredjeparts APIer:"
|
||||
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 "Dette bassenget må initialiseres før du kan tilføre likviditet. For å initialisere, velg en startpris for bassenget. Deretter angir du likviditetsprisklasse og innskuddsbeløp. Bensinavgifter vil være høyere enn vanlig på grunn av initialiseringstransaksjonen."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Dette bassenget må initialiseres {0} før du kan tilføre likviditet. For å initialisere, velg en startpris for bassenget. Deretter angir du likviditetsprisklasse og innskuddsbeløp."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Denne ruten optimaliserer prisen ved å vurdere delte ruter, flere hopp og bensinkostnader."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Til (minst)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "For å begynne å handle på {0}, må du først bygge bro mellom eiendelene dine fra L1 til L2. Behandle dette som en betaversjon og lær om risikoen før du bruker {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "For å begynne å handle på {0}, må du først bygge bro mellom dine eiendeler fra L1 til L2. Betrakt dette som en betaversjon og lær om risikoene før du bruker {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI i sirkulasjon:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI-pris:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Uventet feil. Kunne ikke estimere gass for byttet."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Uventet problem med estimering av gassen. Vær så snill, prøv på nytt."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap-styring"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Ukjent kilde"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ukjent feil{0}. Prøv å øke glattoleransen. Merk: gebyr ved overføring og rebase -tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Lås opp stemmer"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Lås opp stemmegivning"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Pakk opp"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Pakk ut <0/> til ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Oppdater delegasjon"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Stemmegivningen avsluttet {0}"
|
||||
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"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Lagt til av bruker"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0} %"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% avgiftsnivå"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% velg"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: pl_PL\n"
|
||||
"Language-Team: Polish\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(claim)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(wyczyść wszystkie)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(edytować)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Usuń odbiorcę"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / tydzień"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05% opłaty"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% opłaty"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% opłaty"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Wszystkie wnioski"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/>Głosów"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Odblokuj głos</0> aby przygotować się do następnej propozycji."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Witamy w zespole Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 ofert"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktywne"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Kwota"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analityka"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Najlepsze dla par egzotycznych."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Najlepsze dla większości par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Zablokowany adres"
|
||||
@@ -446,10 +430,6 @@ msgstr "Zamknij"
|
||||
msgid "Closed"
|
||||
msgstr "Zamknięte"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Zbierz"
|
||||
@@ -491,10 +471,6 @@ msgstr "Wspólne podstawy"
|
||||
msgid "Confirm"
|
||||
msgstr "Potwierdź"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Potwierdź utworzenie"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Potwierdź dostawę"
|
||||
@@ -562,16 +538,12 @@ msgstr "Skopiowano"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopiuj adres"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Stwórz"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Utwórz Pulę i Zaopatrzenie"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Utwórz propozycję"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Deleguj głosy"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Oddeleguj siłę głosu do {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegowane do:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Uzyskaj wsparcie na Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centrum pomocy"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Nie znaleziono płynności V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Brak aktywnych pul"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Brak danych"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Nie znaleziono propozycji."
|
||||
msgid "No results found."
|
||||
msgstr "Nie znaleziono wyników."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Nie utworzono"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Przesłano propozycję"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Tytuł propozycji"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propozycje"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Stawki"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Dowiedz się więcej o UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Przeczytaj więcej o zarządzaniu Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Usuwanie {0} {1} i {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Usuwanie {0} {1} i{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Poproś o funkcje"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Wybierz akcję"
|
||||
msgid "Selected Range"
|
||||
msgstr "Wybrany zakres"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Samego siebie"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Ta aplikacja korzysta z następujących interfejsów API innych firm:"
|
||||
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ę wywoławczą dla puli. Następnie wprowadź zakres cen płynności i kwotę depozytu. Opłaty za gaz będą wyższe niż zwykle ze względu na transakcję inicjalizacji."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Ta pula musi zostać zainicjowana na {0} zanim będzie można dodać płynność. Aby zainicjować, wybierz cenę wywoławczą dla puli. Następnie wprowadź zakres cen płynności i kwotę depozytu."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Ta trasa optymalizuje cenę, biorąc pod uwagę podzielone trasy, wiele przeskoków i koszty gazu."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "Co najmniej do"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Aby rozpocząć handel na {0}, najpierw połącz swoje aktywa z L1 do L2. Potraktuj to jako wersję beta i dowiedz się o zagrożeniach przed użyciem {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI w obiegu:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Cena UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 sam głosować na każdą propozycję lub przekazać swoje głosy stronie trzeciej."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Niespodziewany błąd. Nie udało się oszacować gazu do wymiany."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Nieoczekiwany problem z szacowaniem gazu. Proszę spróbuj ponownie."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Zarządzanie uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Nieznane źródło"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Nieznany błąd{0}. Spróbuj zwiększyć swoją tolerancję na poślizg. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Odblokuj głosy"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Odblokuj głosowanie"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Rozpakuj <0/> do ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Zaktualizuj delegację"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Głosowanie zakończyło się {0}"
|
||||
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 zaczyna się około {0}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Waiting For Confirmation"
|
||||
msgstr "Oczekiwanie na potwierdzenie"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Dodane przez użytkownika"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% poziom opłat"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% wybierz"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(resgate)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(limpar tudo)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(editar)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Remover destinatário"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI/semana"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Taxa de 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Taxa de 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Taxa de 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Todas as propostas"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Votos"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Votação de desbloqueio</0> para se preparar para a próxima propost
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Seja bem-vindo à Equipe Unicórnio :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 da UNI é necessário para enviar propostas"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Ativa"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Valor"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Análises"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Melhor para pares exóticos."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Melhor para a maioria dos pares."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Endereço bloqueado"
|
||||
@@ -446,10 +430,6 @@ msgstr "Fechar"
|
||||
msgid "Closed"
|
||||
msgstr "Fechado"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Código"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Coletar"
|
||||
@@ -491,10 +471,6 @@ msgstr "Bases comuns"
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Confirme a criação"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Confirmar fornecimento"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copiado"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copiar endereço"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Crio"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Criar Lote e Fornecimento"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Criar Proposta"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegar votos"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegar poder de voto para {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegado para:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Obtenha suporte em caso de Discordância"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centro de ajuda"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Nenhuma liquidez V2 encontrada."
|
||||
msgid "No active pools"
|
||||
msgstr "Nenhum lote ativo"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Sem dados"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Nenhuma proposta encontrada."
|
||||
msgid "No results found."
|
||||
msgstr "Nenhum resultado encontrado."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Não criado"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Proposta Enviada"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Título da Proposta"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propostas"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Taxas"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Leia mais sobre as UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Ler mais sobre governança no Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Removendo {0} {1} e {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Removendo {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Solicitar recursos"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Selecione uma ação"
|
||||
msgid "Selected Range"
|
||||
msgstr "Faixa selecionada"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Auto"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Este aplicativo usa as seguintes APIs de terceiros:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Este pool deve ser inicializado em {0} 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."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Esta rota otimiza seu preço considerando rotas divididas, vários saltos e custos de gás."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "Para (pelo menos)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Para começar a negociar em {0}, primeiro conecte seus ativos de L1 a L2. Trate isso como uma versão beta e aprenda sobre os riscos antes de usar {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI em circulação:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Preço da UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Erro inesperado. Não foi possível estimar o gás para a troca."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperado com a estimativa do gás. Por favor, tente novamente."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Governança do Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Fonte desconhecida"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Erro desconhecido{0}. 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/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Desbloquear votos"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Desbloquear votação"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Desacobertar"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Desembrulhe <0 /> para ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Atualizar Delegação"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Votação encerrada {0}"
|
||||
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 a confirmação"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Adicionado pelo usuário"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Nível de taxa de {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% selecionar"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: pt_PT\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(reivindicação)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(limpar tudo)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(editar)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Remover destinatário"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / semana"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "comissão de 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Comissão de 0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Comissão de 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Todas as propostas"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Votos"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Desbloqueie a votação</0> para se preparar para a próxima proposta
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Bem-vindo à equipa Unicórnio :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 da UNI é necessário para enviar propostas"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Ativo"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Quantia"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Análises"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Saldo: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Melhor para pares exóticos."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Melhor para a maioria dos pares."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Endereço bloqueado"
|
||||
@@ -446,10 +430,6 @@ msgstr "Fechar"
|
||||
msgid "Closed"
|
||||
msgstr "Fechado"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Código"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Recolher"
|
||||
@@ -491,10 +471,6 @@ msgstr "Bases comuns"
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmar"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Confirme a criação"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Confirmar fornecimento"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copiado"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copiar Endereço"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Crio"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Criar Pool e Oferta"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Criar Proposta"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegar votos"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegar poder de voto para {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegado a"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Obtenha suporte no Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centro de ajuda"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Nenhuma liquidez V2 encontrada."
|
||||
msgid "No active pools"
|
||||
msgstr "Não existem pools ativas"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Sem dados"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Nenhuma proposta encontrada."
|
||||
msgid "No results found."
|
||||
msgstr "Nenhum resultado encontrado."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Não criado"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Proposta Enviada"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Título da Proposta"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propostas"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Taxas"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Leia mais sobre a UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Leia mais sobre a governança Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "A remover {0} {1} e {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Removendo {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Solicitar recursos"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Selecione uma ação"
|
||||
msgid "Selected Range"
|
||||
msgstr "Intervalo Selecionado"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Auto"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Este aplicativo usa as seguintes APIs de terceiros:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Este pool deve ser inicializado em {0} 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."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Esta rota otimiza seu preço considerando rotas divididas, vários saltos e custos de gás."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "Para (no mínimo)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Para começar a negociar em {0}, primeiro conecte seus ativos de L1 a L2. Trate isso como uma versão beta e aprenda sobre os riscos antes de usar {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI em circulação:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Preço da UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Erro inesperado. Não foi possível estimar o gás para a troca."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperado com a estimativa do gás. Por favor, tente novamente."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governança"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Fonte desconhecida"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Erro desconhecido{0}. 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/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Desbloquear votos"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Desbloquear Votação"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Desembrulhar"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Desembrulhe <0 /> para ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Atualizar Delegação"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Votação terminada {0}"
|
||||
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 "A aguardar confirmação"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Adicionado pelo utilizador"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Nível de taxa de {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% selecionar"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ro_RO\n"
|
||||
"Language-Team: Romanian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(revendicare)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(elimină tot)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(editează)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Eliminați destinatarul"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / săptămână"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "taxă 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Taxă 0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Taxă 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Toate propunerile"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "Voturi <0/>"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Deblochează votul </0> pentru a se pregăti pentru următoarea propu
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Bine ai venit la echipa Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Activ"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Adăugare"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Sumă"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analitică"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Sold:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Sold: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Cel mai bun pentru perechi exotice."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Cel mai bun pentru majoritatea perechilor."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Adresă blocată"
|
||||
@@ -446,10 +430,6 @@ msgstr "Închide"
|
||||
msgid "Closed"
|
||||
msgstr "Închis"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Cod"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Colectează"
|
||||
@@ -491,10 +471,6 @@ msgstr "Baze comune"
|
||||
msgid "Confirm"
|
||||
msgstr "Confirmare"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Confirmați Creați"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Confirmă Aprovizionarea"
|
||||
@@ -562,16 +538,12 @@ msgstr "Copiat"
|
||||
msgid "Copy Address"
|
||||
msgstr "Copiază Adresa"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Crează Rezervă & Aprovizionare"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Creați o propunere"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Voturi delegate"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegă puterea de vot la {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegat către:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Obține asistență pentru Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Centru de ajutor"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Nu s-a găsit nicio Lichiditate V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Nu există grupuri active"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Nu există date"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Nicio propunere găsită."
|
||||
msgid "No results found."
|
||||
msgstr "Nici un rezultat găsit."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Nu a fost creat"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Propunere trimisă"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Titlul propunerii"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Propuneri"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tarife"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Citește mai multe despre UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Citește mai multe despre guvernarea Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Se elimină {0} {1} și {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Se elimină {0} {1} și{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Solicitați caracteristici"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Selectați o acțiune"
|
||||
msgid "Selected Range"
|
||||
msgstr "Gama Selectată"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Sine"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Această aplicație folosește următoarele API-uri terță parte:"
|
||||
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 lichidități. 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 pe gaz vor fi mai mari decât de obicei datorită tranzacției de inițializare."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Acest pool trebuie inițializat la {0} î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."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Această rută vă optimizează prețul luând în considerare traseele împărțite, hameiul multiplu și costurile cu benzina."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "La (cel puțin)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Pentru a începe tranzacționarea pe {0}, mai întâi conectați-vă activele de la L1 la L2. Vă rugăm să tratați acest lucru ca o versiune beta și să aflați despre riscuri înainte de a utiliza {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Pentru a începe tranzacționarea pe {0}, mai întâi treceți-vă activele de la L1 la L2. Vă rugăm să tratați aceasta ca pe o versiune beta și aflați despre riscuri înainte de a utiliza {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI în circulație:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Preț UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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ț."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Eroare neașteptată. Nu s-a putut estima gazul pentru swap."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problemă neașteptată cu estimarea gazului. Vă rugăm să încercați din nou."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Guvernare Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Sursă Necunoscută"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Eroare necunoscută{0}. Î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/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Deblochează Voturi"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Deblochează Votarea"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Despachetează"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Desfaceți <0 /> la ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Actualizează Delegarea"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Votarea s-a încheiat {0}"
|
||||
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 "În Așteptarea Confirmării"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Adăugat de utilizator"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Nivel comision {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% selectează"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-11-01 21:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ru_RU\n"
|
||||
"Language-Team: Russian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(востребовать)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(очистить всё)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(изменить)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Удалить получателя"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI в неделю"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Комиссия 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Комиссия 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Комиссия 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Все предложения"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Голоса"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Разблокируйте голосование</0>, чтобы п
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Добро пожаловать в команду единорогов :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Активный"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Добавить"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Сумма"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Аналитика"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Баланс:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Баланс: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Подходит для экзотических пар."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Подходит для большинства пар."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Заблокированный адрес"
|
||||
@@ -446,10 +430,6 @@ msgstr "Закрыть"
|
||||
msgid "Closed"
|
||||
msgstr "Закрыто"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Код"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Получить"
|
||||
@@ -491,10 +471,6 @@ msgstr "Часто используемые базовые"
|
||||
msgid "Confirm"
|
||||
msgstr "Подтвердить"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Подтвердить создание"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Подтвердить внесение"
|
||||
@@ -562,16 +538,12 @@ msgstr "Скопировано"
|
||||
msgid "Copy Address"
|
||||
msgstr "Копировать адрес"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Создать"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Создать пул и внести"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Создать предложение"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Делегировать голоса"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Делегировать право голоса {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Делегировано кому:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Получите поддержку в Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Центр поддержки"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Ликвидность в V2 не обнаружена."
|
||||
msgid "No active pools"
|
||||
msgstr "Нет активных пулов"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Нет данных"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Предложений не найдено."
|
||||
msgid "No results found."
|
||||
msgstr "Ничего не найдено."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Не создано"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Предложение отправлено"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Название предложения"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Предложения"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Тарифы"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Подробнее о UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Подробнее об управлении Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Удаление {0} {1} и {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Удаление {0} {1} и{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Предложить идею"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Выберите действие"
|
||||
msgid "Selected Range"
|
||||
msgstr "Выбранный диапазон"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Себе"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Это приложение использует следующие ст
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Этот пул необходимо инициализировать в {0}, прежде чем вы сможете добавить ликвидность. Для инициализации выберите начальную цену для пула. Затем введите диапазон цен для ликвидности и сумму депозита."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Этот маршрут оптимизирует вашу конечную цену с учётом возможности разбивки маршрутов, использования сложных маршрутов, а также стоимости газа."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "На токены (минимум)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Чтобы начать торговлю в {0}, вам нужно перенести свои активы с L1 на L2 через мост. Пожалуйста, относитесь к этому как к бета-версии и узнайте о рисках, прежде чем использовать {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI в обращении:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Цена UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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. Вы можете проголосовать по каждому предложению самостоятельно или делегировать свои голоса третьей стороне."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Неожиданная ошибка. Невозможно спрогно
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Неожиданная проблема при прогнозировании газа. Пожалуйста, попробуйте еще раз."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Управление Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Неизвестный источник"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Неизвестная ошибка{0}. Попробуйте увеличить допустимое проскальзывание. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Разблокировать голоса"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Разблокировать голосование"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Развернуть"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Развернуть <0/> в ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Обновить делегирование"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Голосование закончилось {0}"
|
||||
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 "Ожидание подтверждения"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Пользовательский"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Уровень комиссии {0}%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "Выбирают {0}%"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-27 06:07\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sl_SI\n"
|
||||
"Language-Team: Slovenian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(prevzem)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(počisti vse)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(uredi)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Odstrani prejemnika"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / teden"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05 % provizije"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3 % provizije"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% provizije"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25 %"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Vse pobude"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> glasov"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Odklenite glasovanje</0>, če se želite pripraviti na naslednjo pobu
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> Dobrodošli v ekipi Samorog :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktiven"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Dodaj"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Znesek"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analitika"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Dobroimetje:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Dobroimetje: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Primerno za redko uporabljane pare."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Primerno za večino parov."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Blokiran naslov"
|
||||
@@ -446,10 +430,6 @@ msgstr "Zapri"
|
||||
msgid "Closed"
|
||||
msgstr "Zaprto"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Koda"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Prevzemi"
|
||||
@@ -491,10 +471,6 @@ msgstr "Pogoste osnove"
|
||||
msgid "Confirm"
|
||||
msgstr "Potrdi"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Potrdi tvorbo"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Potrdi polog"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopirano"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopiraj naslov"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Ustvari"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Ustvari sklad & položi likvidnost"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Ustvari pobudo"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Glasovni zastopnikov"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Prenesi pravico glasovanja na zastopnika {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Zastopnik:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Poiščite podporo na Discordu"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Center za pomoč"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Ne najdem nobene likvidnosti V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Ni aktivnih skladov"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ni podatkov"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Ni predlogov."
|
||||
msgid "No results found."
|
||||
msgstr "Ni rezultatov."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Ni ustvarjeno"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Pobuda predložena"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Naslov pobude"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Pobude"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tečaji"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Preberite več o UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Preberite več o Uniswapovem upravljanju"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Odstranitev {0} {1} in {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Odstranitev {0} {1} in{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Predlagajte funkcionalnosti"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Izberite dejanje"
|
||||
msgid "Selected Range"
|
||||
msgstr "Izbrani razpon"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Sebi"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Ta aplikacija uporablja naslednje API-je tretjih oseb:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Ta sklad mora biti inicializiran na {0}, preden lahko dodate likvidnost. Za inicializacijo izberite začetno ceno za sklad. Nato vnesite svoj cenovni razpon likvidnosti in znesek depozita."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Ta pot je optimalna ob upoštevanju razcepljenih in veriženih poti ter stroškov plina."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Za (vsaj)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Če želite začeti trgovati na {0}, najprej premostite svoja sredstva s sloja 1 (L1) na sloj 2 (L2). Prosimo, da to obravnavate kot različico beta in se pred uporabo {1} seznanite s tveganji."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Če želite začeti trgovati na {0}, najprej prenesite svoja sredstva iz L1 v L2. Prosimo, da to smatrate za beta-verzijo in se pred uporabo {1} poučite o tveganjih."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI v obtoku:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Cena UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Nepričakovana napaka. Porabe plina za menjavo ni bilo mogoče oceniti."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Nepričakovana težava pri ocenjevanju porabe plina. Prosimo, poskusite ponovno."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswapovo upravljanje"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Neznan vir"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Neznana napaka {0}. Poskusite povečati toleranco do zdrsa. Pozor: žetoni s provizijami ob prenosu in uravnavani (rebase) žetoni niso združljivi z Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Odkleni glasove"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Odkleni glasovanje"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Odvij"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Odvij <0/> v ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Posodobi pooblastilo"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Glasovanje se je končalo {0}"
|
||||
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 "Čakanje na potrditev"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Dodal uporabnik"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0} %"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Nivo provizij {0} %"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% izberi"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sr_SP\n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(потраживање)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(обриши све)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(уреди)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Уклоните примаоца"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 УНИ / недељно"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05% накнада"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3% накнада"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% накнада"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Сви предлози"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Гласови"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0> Откључајте гласање</0> да се припреми
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> Добродошли у тим Unicorn :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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% укупне УНИ понуде"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Активно"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Додати"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Износ"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Аналитика"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Стање:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Стање: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Најбоље за егзотичне парове."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Најбоље за већину парова."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Блокирана адреса"
|
||||
@@ -446,10 +430,6 @@ msgstr "Затвори"
|
||||
msgid "Closed"
|
||||
msgstr "Затворено"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Код"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Сакупи"
|
||||
@@ -491,10 +471,6 @@ msgstr "Заједничке основе"
|
||||
msgid "Confirm"
|
||||
msgstr "Потврди"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Потврдите Створи"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Потврдите снабдевање"
|
||||
@@ -562,16 +538,12 @@ msgstr "Копирано"
|
||||
msgid "Copy Address"
|
||||
msgstr "Копирај адресу"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Креирај"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Направите Фонд & Снабдевање"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Направите предлог"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Делегирајте гласове"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Делегирајте гласачку моћ на {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Делегирано за:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Затражите подршку на Discord-у"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Центар за помоћ"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Није пронађена ликвидност V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Нема активних фондова"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Нема података"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Није пронађен ниједан предлог."
|
||||
msgid "No results found."
|
||||
msgstr "Нема резултата."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Није створено"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Предлог поднет"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Наслов предлога"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Предлози"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Стопе"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Прочитајте више о UNI-ју"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Прочитајте више о управљању Uniswap-ом"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Уклањање {0} {1} и {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Уклањање {0} {1} и{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Рекуест Феатурес"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Изаберите радњу"
|
||||
msgid "Selected Range"
|
||||
msgstr "Изабрани опсег"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Сопствени"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Ova aplikacija koristi sledeće API-je treće strane:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Овај фонд мора бити иницијализован на {0} да бисте могли да додате ликвидност. Да бисте иницијализирали, одаберите почетну цену за базен. Затим унесите опсег цена ликвидности и износ депозита."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Ова рута оптимизује вашу цену узимајући у обзир подељене руте, више прескакања и трошкове гаса."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "До (најмање)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Да бисте започели трговање на {0}, прво премостите своју имовину са Л1 на Л2. Молимо вас да ово третирате као бета издање и сазнате о ризицима пре коришћења {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Да бисте започели трговање на {0}, прво премостите своју имовину са Л1 на Л2. Третирајте ово као бета издање и сазнајте више о ризицима пре употребе {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI у оптицају:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI цена:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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-ом. Можете сами гласати за сваки предлог или пренети своје гласове трећој страни."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Неочекивана грешка. Није могуће процен
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Неочекивани проблем са проценом гаса. Молим вас, покушајте поново."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap управљање"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Непознат извор"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Непозната грешка{0}. Покушајте повећати толеранцију клизања. Напомена: накнада за токене за пренос и поновну надоградњу није компатибилна са Унисвап В3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Откључај гласове"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Откључај гласање"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Одмотај"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Одмотајте <0/> на ЕТХ"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Ажурирање делегације"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Гласање се завршило {0}"
|
||||
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 "Чека се потврда"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Додао корисник"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Накнада од {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% изабрано"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sv_SE\n"
|
||||
"Language-Team: Swedish\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(krav)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(rensa alla)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(redigera)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Ta bort mottagaren"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI/vecka"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0,05 % avgift"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0,3 % avgift"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1 % avgift"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25 %"
|
||||
@@ -90,8 +78,8 @@ msgstr "75 %"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Alla förslag"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Röster"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Öppna upp för röstning</0> för att förbereda för nästa försla
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Välkommen till teamet Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "En minimitröskel på 0,25% av det totala UNI-utbudet krävs för att skicka in förslag"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktivt"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Lägg till"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Belopp"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analys"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Saldo:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Balans: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Bäst för exotiska par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Bäst för de flesta par."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Blockerad adress"
|
||||
@@ -446,10 +430,6 @@ msgstr "Stäng"
|
||||
msgid "Closed"
|
||||
msgstr "Stängd"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Samla"
|
||||
@@ -491,10 +471,6 @@ msgstr "Gemensamma baser"
|
||||
msgid "Confirm"
|
||||
msgstr "Bekräfta"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Bekräfta Skapa"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Bekräfta tillförsel"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopierad"
|
||||
msgid "Copy Address"
|
||||
msgstr "Kopiera adress"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Skapa"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Skapa pool & tillgång"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Skapa förslag"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Delegera röster"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Delegera rösträtten till {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Delegerat till:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Få support angående brist på överensstämmelse"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Hjälpcenter"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Ingen V2-likviditet hittades."
|
||||
msgid "No active pools"
|
||||
msgstr "Inga aktiva pooler"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Inga data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Inga förslag hittades."
|
||||
msgid "No results found."
|
||||
msgstr "Inga resultat hittades."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Inte skapad"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Förslaget inlämnat"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Förslagets titel"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Förslag"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Kurser"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Läs mer om UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Läs mer om Uniswap-styrning"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Tar bort {0} {1} och {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Ta bort {0} {1} och{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Begär funktioner"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Välj en åtgärd"
|
||||
msgid "Selected Range"
|
||||
msgstr "Valt intervall"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Själv"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Den här appen använder följande API:er från tredje part:"
|
||||
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 initialisera, välj ett startpris för poolen. Ange sedan ditt likviditetsprisklass och insättningsbelopp. Gasavgifterna kommer att vara högre än vanligt på grund av initialiseringstransaktionen."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Denna pool måste initieras den {0} innan du kan lägga till likviditet. För att initialisera, välj ett startpris för poolen. Ange sedan ditt likviditetsprisklass och insättningsbelopp."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Denna rutt optimerar ditt pris genom att överväga delade rutter, flera hopp och bensinkostnader."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Till (minst)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "För att börja handla med {0}, överbrygga först dina tillgångar från L1 till L2. Behandla detta som en betaversion och lär dig om riskerna innan du använder {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "För att börja handla på {0}, överbrygga först dina tillgångar från L1 till L2. Behandla detta som en betaversion och lär dig om riskerna innan du använder {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI i omlopp:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI pris:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Oväntat fel. Det gick inte att uppskatta gasen för bytet."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Oväntat problem med att uppskatta gasen. Var god försök igen."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap-styrning"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Okänd källa"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Okänt fel{0}. Försök öka din toleransmarginal. Obs att avgifter vid överföring och rebase-tokens är oförenliga med Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Lås upp röster"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Lås upp röstning"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Packa upp"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Packa upp <0/> till ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Uppdatera delegering"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Röstningen avslutades {0}"
|
||||
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"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Tillagd av användare"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% avgiftsnivå"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% välj"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sw_TZ\n"
|
||||
"Language-Team: Swahili, Tanzania\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(chukua)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(futa zote)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(rekebisha)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Ondoa mpokeaji"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / wiki"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "makato 0.05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "makato 0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "makato 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Mapendekezo Yote"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Kura"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Kufungua upigaji kura</0> kujiandaa kwa pendekezo linalofuata."
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Karibu kwenye timu ya Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Inatumika"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Ongeza"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Kiasi"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Takwimu"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Kiasi:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Kiasi: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Bora kwa pair maalum."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Bora kwa pair nyingi."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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 "Bora kwa jozi imara sana."
|
||||
|
||||
#: src/components/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Anwani iliyozuiliwa"
|
||||
@@ -446,10 +430,6 @@ msgstr "Funga"
|
||||
msgid "Closed"
|
||||
msgstr "Imefungwa"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Kusanya"
|
||||
@@ -491,10 +471,6 @@ msgstr "Besi za kawaida"
|
||||
msgid "Confirm"
|
||||
msgstr "Kubali"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Thibitisha Unda"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Thibitisha Ugavi"
|
||||
@@ -562,16 +538,12 @@ msgstr "Imenakiliwa"
|
||||
msgid "Copy Address"
|
||||
msgstr "Nakili Anwani"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Unda"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Unda Dimbwi na Ugavi"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Unda Pendekezo"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Shiriki Kura"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Kabidhi nguvu ya kupiga kura kwa {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Imekabidhiwa kwa:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Pata usaidizi juu ya Ugomvi"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Kituo cha Usaidizi"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Hakuna V2 Liquidity iliyopatikana."
|
||||
msgid "No active pools"
|
||||
msgstr "Hakuna mabwawa ya kazi"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Hakuna data"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Hakuna mapendekezo yaliyopatikana."
|
||||
msgid "No results found."
|
||||
msgstr "Hakuna matokeo yaliyopatikana."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Haijaundwa"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Pendekezo limewasilishwa"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Kichwa cha Pendekezo"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Mapendekezo"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Viwango"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Soma zaidi kuhusu UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Soma zaidi kuhusu Uniswap utawala"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Kuondoa {0} {1} na {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Kuondoa {0} {1} na{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Omba Vipengele"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Chagua kitendo"
|
||||
msgid "Selected Range"
|
||||
msgstr "Masafa yaliyochaguliwa"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Binafsi"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Programu hii hutumia API za wahusika wengine zifuatazo:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Bwawa hili lazima lianzishwe kwa {0} kabla ya kuongeza ukwasi. Ili kuanzisha, chagua bei ya kuanzia ya bwawa. Kisha, ingiza anuwai ya bei ya ukwasi na kiwango cha amana."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Njia hii inaboresha bei yako kwa kuzingatia njia zilizogawanyika, hops nyingi, na gharama za gesi."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Kwa (angalau)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Kuanza biashara kwenye {0}, kwanza gumbua mali zako kutoka L1 hadi L2. Tafadhali chukua hii kama kutolewa kwa beta na ujifunze juu ya hatari kabla ya kutumia {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Ili kuanza kufanya biashara kwenye {0}, kwanza unganisha mali yako kutoka L1 hadi L2. Tafadhali chukulia hili kama toleo la beta na ujifunze kuhusu hatari kabla ya kutumia {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI katika mzunguko:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Bei ya UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Hitilafu isiyotarajiwa. Haikuweza kukadiria gesi kwa ubadilishaji."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Suala lisilotarajiwa na kukadiria gesi. Tafadhali jaribu tena."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Utawala usiobadilika"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Chanzo kisichojulikana"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Hitilafu isiyojulikana{0}. Jaribu kuongeza uvumilivu wako wa kuteleza. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Fungua Kura"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Fungua Upigaji Kura"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Unwrap"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Unwrap <0 /> hadi ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Sasisha Ujumbe"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Upigaji kura uliisha {0}"
|
||||
msgid "Voting ends approximately {0}"
|
||||
msgstr "Upigaji kura unaisha takriban {0}"
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
msgid "Voting starts approximately {0}"
|
||||
msgstr "Upigaji kura huanza takriban {0}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Waiting For Confirmation"
|
||||
msgstr "Inasubiri Uthibitisho"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Imeongezwa na mtumiaji"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Kiwango cha ada ya {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "Chagua {0}"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: th_TH\n"
|
||||
"Language-Team: Thai\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(เรียกร้อง)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(ลบทั้งหมด)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(แก้ไข)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- ลบผู้รับ"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / สัปดาห์"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "ค่าธรรมเนียม 0.05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "ค่าธรรมเนียม 0.3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "ค่าธรรมเนียม 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> ข้อเสนอทั้งหมด"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> โหวต"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>ปลดล็อกการโหวต</0> เพื่อเต
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉</0> ยินดีต้อนรับสู่ทีมยูนิคอร์น :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 ทั้งหมดจะต้องส่งข้อเสนอ"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "คล่องแคล่ว"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "เพิ่ม"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "จำนวน"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "การวิเคราะห์"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "สมดุล:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "ยอดคงเหลือ: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "ดีที่สุดสำหรับคู่ที่แปลกใหม่"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "ดีที่สุดสำหรับคู่ส่วนใหญ่"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "ที่อยู่ที่ถูกบล็อก"
|
||||
@@ -446,10 +430,6 @@ msgstr "ปิด I"
|
||||
msgid "Closed"
|
||||
msgstr "ปิด"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "รหัส"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "เก็บรวบรวม"
|
||||
@@ -491,10 +471,6 @@ msgstr "ฐานทั่วไป"
|
||||
msgid "Confirm"
|
||||
msgstr "ยืนยัน"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "ยืนยันการสร้าง"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "ยืนยันการจัดหา"
|
||||
@@ -562,16 +538,12 @@ msgstr "คัดลอกแล้ว"
|
||||
msgid "Copy Address"
|
||||
msgstr "คัดลอกที่อยู่"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "สร้าง"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "สร้างพูลและซัพพลาย"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "สร้างข้อเสนอ"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "โหวตตัวแทน"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "มอบอำนาจการลงคะแนนเป็น {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "มอบหมายให้:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "รับการสนับสนุนบน Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "ศูนย์ช่วยเหลือ"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "ไม่พบสภาพคล่อง V2"
|
||||
msgid "No active pools"
|
||||
msgstr "ไม่มีสระว่ายน้ำที่ใช้งาน"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "ไม่มีข้อมูล"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "ไม่พบข้อเสนอ"
|
||||
msgid "No results found."
|
||||
msgstr "ไม่พบผลลัพธ์."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "ไม่ได้สร้าง"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "ส่งข้อเสนอแล้ว"
|
||||
msgid "Proposal Title"
|
||||
msgstr "ชื่อข้อเสนอ"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "ข้อเสนอ"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "ราคา"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "อ่านเพิ่มเติมเกี่ยวกับ UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "อ่านเพิ่มเติมเกี่ยวกับการกำกับดูแล Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "กำลังลบ {0} {1} และ {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "กำลังลบ {0} {1} และ{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "ขอคุณสมบัติ"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "เลือกการดำเนินการ"
|
||||
msgid "Selected Range"
|
||||
msgstr "ช่วงที่เลือก"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "ตัวเอง"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "แอพนี้ใช้ API บุคคลที่สามต่
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "พูลนี้ต้องเริ่มต้นในวันที่ {0} ก่อนที่คุณจะสามารถเพิ่มสภาพคล่องได้ ในการเริ่มต้น เลือกราคาเริ่มต้นสำหรับพูล จากนั้นป้อนช่วงราคาสภาพคล่องและจำนวนเงินฝาก"
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "เส้นทางนี้ปรับราคาของคุณให้เหมาะสมโดยพิจารณาจากเส้นทางแยก การกระโดดหลายครั้ง และค่าน้ำมัน"
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "ถึง (อย่างน้อย)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "ในการเริ่มต้นซื้อขายในวันที่ {0}แรกให้เชื่อมโยงสินทรัพย์ของคุณจาก L1 ถึง L2 โปรดถือว่าเป็นรุ่นเบต้าและเรียนรู้เกี่ยวกับความเสี่ยงก่อนใช้ {1}"
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "ในการเริ่มต้นซื้อขายบน {0}แรกให้เชื่อมโยงสินทรัพย์ของคุณจาก L1 ถึง L2 โปรดถือว่าเป็นรุ่นเบต้าและเรียนรู้เกี่ยวกับความเสี่ยงก่อนใช้ {1}"
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI หมุนเวียน:"
|
||||
msgid "UNI price:"
|
||||
msgstr "ราคายูนิ:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 คุณสามารถลงคะแนนในแต่ละข้อเสนอด้วยตัวเองหรือมอบสิทธิ์การโหวตของคุณให้กับบุคคลที่สาม"
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "ข้อผิดพลาดที่ไม่คาดคิด ไ
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "ปัญหาที่ไม่คาดคิดกับการประมาณค่าก๊าซ กรุณาลองอีกครั้ง."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "การกำกับดูแล Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "ไม่ทราบแหล่งที่มา"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "ข้อผิดพลาดที่ไม่รู้จัก{0}ลองเพิ่มความทนทานต่อการเลื่อนหลุด หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3"
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "ปลดล็อกการโหวต"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "ปลดล็อกการโหวต"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "แกะ"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "แกะ <0/> ไปยัง ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "อัพเดทคณะผู้แทน"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "สิ้นสุดการโหวต {0}"
|
||||
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 "รอการยืนยัน"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • เพิ่มโดย user"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "ระดับค่าธรรมเนียม {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "เลือก {0}"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: tr_TR\n"
|
||||
"Language-Team: Turkish\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(iste)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(tümünü temizle)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(düzenle)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Alıcıyı kaldır"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / hafta"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "%0,05 ücret"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "%0,3 ücret"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "%1 ücret"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "%25"
|
||||
@@ -90,8 +78,8 @@ msgstr "%75"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Tüm Teklifler"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Oylar"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "Bir sonraki teklife hazırlanmak için <0>Oylamanın kilidini açın</0>
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0> 🎉</0> Unicorn takımına hoş geldiniz :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Aktif"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Ekle"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Miktar"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Analitik"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Bakiye:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Bakiye: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Egzotik çiftler için en iyisi."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Çoğu çift için en iyisi."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Engellenen adres"
|
||||
@@ -446,10 +430,6 @@ msgstr "Kapat"
|
||||
msgid "Closed"
|
||||
msgstr "Kapalı"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Topla"
|
||||
@@ -491,10 +471,6 @@ msgstr "Ortak tabanlar"
|
||||
msgid "Confirm"
|
||||
msgstr "Onayla"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Oluşturmayı Onayla"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Kaynağı Onayla"
|
||||
@@ -562,16 +538,12 @@ msgstr "Kopyalandı"
|
||||
msgid "Copy Address"
|
||||
msgstr "Adresi Kopyala"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Oluşturmak"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Havuz ve Kaynak Oluştur"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Teklif Oluştur"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Oylar Devret"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Oylama gücünü {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Yetki verildi:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Discord ile ilgili destek alın"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Yardım Merkezi"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "V2 Likiditesi bulunamadı."
|
||||
msgid "No active pools"
|
||||
msgstr "Aktif havuz yok"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Veri yok"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Teklif bulunamadı."
|
||||
msgid "No results found."
|
||||
msgstr "Sonuç bulunamadı."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "oluşturulmadı"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Teklif Gönderildi"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Teklif Başlığı"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Teklifler"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Oranlar"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "UNI hakkında daha fazla bilgi edinin"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Uniswap yönetişimi hakkında daha fazla bilgi edinin"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "{0} {1} ve {2} {3} kaldırılıyor"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} ve{2} {3}kaldırma"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Özellikler İste"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Bir eylem seçin"
|
||||
msgid "Selected Range"
|
||||
msgstr "Seçilen Aralık"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Kendisi"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Bu uygulama, aşağıdaki üçüncü taraf API'lerini kullanır:"
|
||||
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 eklemeden önce bu havuzun başlatılması gerekir. 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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Likidite ekleyebilmeniz için bu havuzun {0} 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."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Bu rota, bölünmüş rotaları, birden fazla duraklamayı ve gaz maliyetlerini göz önünde bulundurarak fiyatınızı optimize eder."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "Alıcı (en az)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}alım satıma başlamak için önce varlıklarınızı L1'den L2'ye köprüleyin. Lütfen bunu bir beta sürümü olarak ele alın ve kullanmadan önce riskler hakkında bilgi edinin {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "{0}işlem yapmaya başlamak için önce varlıklarınızı L1'den L2'ye köprüleyin. Lütfen bunu bir beta sürümü olarak ele alın ve kullanmadan önce riskler hakkında bilgi edinin {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "Dolaşımdaki UNI:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI fiyatı:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Beklenmeyen hata. Takas için gaz tahmin edilemedi."
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Gaz tahmininde beklenmeyen bir sorun. Lütfen tekrar deneyin."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Yönetimi"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Bilinmeyen Kaynak"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Bilinmeyen hata{0}. Kayma toleransınızı artırmayı deneyin. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Oyların Kilidini Aç"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Oylamanın Kilidini Açın"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Paketi Aç"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "<0/> paketini ETH'ye açın"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Yetkilendirmeyi Güncelle"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Oylama bitti {0}"
|
||||
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}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Waiting For Confirmation"
|
||||
msgstr "Onay Bekliyor"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Kullanıcı tarafından eklendi"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "%{0}"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}ücret katmanı"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "% {0}"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: uk_UA\n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(забрати)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(забрати все)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(редагувати)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Вилучити одержувача"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI/тиждень"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Комісія 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Комісія 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Комісія 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Всі пропозиції"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> голосів"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Розблокуйте голосування</0> для підгот
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>Вітаємо в команді Unicorn :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Активний"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Додати"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Сума"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "Аналітика"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Баланс:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Баланс: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Найкраще для екзотичних пар."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Найкраще для більшості пар."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Заблокована адреса"
|
||||
@@ -446,10 +430,6 @@ msgstr "Закрити"
|
||||
msgid "Closed"
|
||||
msgstr "Закрито"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Код"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Зібрати"
|
||||
@@ -491,10 +471,6 @@ msgstr "Загальні основи"
|
||||
msgid "Confirm"
|
||||
msgstr "Підтвердити"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Підтвердьте Створити"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Підтвердити пропозицію"
|
||||
@@ -562,16 +538,12 @@ msgstr "Скопійовано"
|
||||
msgid "Copy Address"
|
||||
msgstr "Копіювати адресу"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Створити"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "Створити пул і пропозицію"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Створити пропозицію"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Делегувати голоси"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Делегуйте право голосу на {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Делеговані до:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Отримайте підтримку в Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Центр допомоги"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Не знайдено ліквідності V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Немає активних пулів"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Немає даних"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Пропозиції не знайдено."
|
||||
msgid "No results found."
|
||||
msgstr "Результатів не знайдено."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Не створено"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Пропозиція подана"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Назва пропозиції"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Пропозиції"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Ставки"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Дізнатися більше про UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Докладніше про управління Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Видалення {0} {1} та {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Видалення {0} {1} і{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Особливості запиту"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Виберіть дію"
|
||||
msgid "Selected Range"
|
||||
msgstr "Обраний діапазон"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Самостійний аналіз"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Ця програма використовує такі сторонні
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Цей пул потрібно ініціалізувати на {0} перш ніж ви зможете додати ліквідність. Для ініціалізації виберіть початкову ціну пулу. Потім введіть діапазон цін ліквідності та суму депозиту."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Цей маршрут оптимізує вашу ціну, враховуючи розділені маршрути, декілька стрибків та витрати на газ."
|
||||
@@ -1708,8 +1681,8 @@ msgid "To (at least)"
|
||||
msgstr "До (не менше)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Щоб почати торгувати на {0}, спочатку з'єднайте свої активи з L1 на L2. Будь ласка, розгляньте це як бета -версію та дізнайтеся про ризики перед використанням {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Щоб почати торгувати на {0}, спочатку переведіть свої активи з L1 на L2. Будь ласка, розглядайте це як бета-версію та дізнайтеся про ризики перед використанням {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
msgid "Token not supported"
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI в обігу:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Ціна UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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. Ви можете проголосувати за кожну пропозицію самостійно або делегувати свої голоси третій стороні."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Неочікувана помилка. Не вдалося оцінит
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Неочікувана проблема з оцінкою газу. Будь ласка спробуйте ще раз."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Управління Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Невідоме джерело"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Невідома помилка{0}. Спробуйте збільшити свою толерантність до проковзування. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Розблокувати голоси"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Розблокувати голосування"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Розгорнути"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Розгорніть <0/> на ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Оновити делегацію"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Голосування завершилось {0}"
|
||||
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 "Очікується підтвердження"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Додано користувачем"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Рівень комісії {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% вибрати"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-10-26 22:06\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: vi_VN\n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(lấy)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(xóa tất cả)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(chỉnh sửa)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- Xóa người nhận"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI / tuần"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "Phí 0,05%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "Phí 0,3%"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "Phí 1%"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> Tất cả các đề xuất"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> Phiếu bầu"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>Mở khóa biểu quyết</0> để chuẩn bị cho đề xuất ti
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0> Chào mừng đến với đội Unicorn :) <1> 🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
|
||||
msgstr "Yêu cầu ngưỡng tối thiểu 0,25% tổng nguồn cung cấp UNI để gửi đề xuất"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "Hoạt động"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "Thêm vào"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "Số tiền"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "phân tích"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "Thăng bằng:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "Số dư: {0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Địa chỉ bị chặn"
|
||||
@@ -446,10 +430,6 @@ msgstr "Đóng"
|
||||
msgid "Closed"
|
||||
msgstr "Đã đóng cửa"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "Mã"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "Sưu tầm"
|
||||
@@ -491,10 +471,6 @@ msgstr "Cơ sở chung"
|
||||
msgid "Confirm"
|
||||
msgstr "Xác nhận"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "Xác nhận Tạo"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "Xác nhận cung cấp"
|
||||
@@ -562,16 +538,12 @@ msgstr "Đã sao chép"
|
||||
msgid "Copy Address"
|
||||
msgstr "Sao chép địa chỉ"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "Tạo nê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/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "Tạo đề xuất"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "Phiếu bầu ủy quyền"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "Ủy quyền biểu quyết thành {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "Giao cho:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "Nhận hỗ trợ về Discord"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "Trung tâm trợ giúp"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "Không tìm thấy Thanh khoản V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Không có pool hoạt động"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "Không có dữ liệu"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "Không tìm thấy đề xuất nào."
|
||||
msgid "No results found."
|
||||
msgstr "Không có kết quả nào được tìm thấy."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "Chưa tạo"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "Đề xuất đã được đệ trình"
|
||||
msgid "Proposal Title"
|
||||
msgstr "Tiêu đề đề xuất"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "Đề xuất"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "Tỷ giá"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "Đọc thêm về UNI"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "Đọc thêm về quản trị Uniswap"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "Loại bỏ {0} {1} và {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Loại bỏ {0} {1} và{2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "Yêu cầu tính năng"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "Chọn một hành động"
|
||||
msgid "Selected Range"
|
||||
msgstr "Phạm vi đã chọn"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "Bản thân"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "Ứng dụng này sử dụng các API của bên thứ ba sau:"
|
||||
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 ký quỹ của bạn. Phí gas sẽ cao hơn bình thường do giao dịch khởi tạo."
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "Nhóm này phải được khởi tạo bằng {0} 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 ký quỹ của bạn."
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Tuyến đường này tối ưu hóa giá của bạn bằng cách xem xét các tuyến đường chia nhỏ, nhiều chặng và chi phí xăng."
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "Đến (Ít nhất)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Để bắt đầu giao dịch trên {0}, trước tiên hãy kết nối tài sản của bạn từ L1 đến L2. Vui lòng coi đây là bản phát hành beta và tìm hiểu về các rủi ro trước khi sử dụng {1}."
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "UNI đang lưu hành:"
|
||||
msgid "UNI price:"
|
||||
msgstr "Giá UNI:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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."
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "Lỗi không mong đợi. Không thể ước tính khí cho hoán đổ
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Vấn đề không mong muốn với ước tính khí. Vui lòng thử lại."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Quản trị Uniswap"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "Nguồn không rõ"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Lỗi không xác định{0}. 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/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "Mở khóa phiếu bầu"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "Mở khóa biểu quyết"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "Tháo"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Mở gói <0 /> thành ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "Cập nhật ủy quyền"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "Bỏ phiếu đã kết thúc {0}"
|
||||
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"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • Người dùng thêm vào"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "Mức phí {0}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "{0}% chọn"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-11-01 15:08\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(领取)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(全部清除)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(编辑)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- 删除接收人"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI 代币 / 每周"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0.05%手续费"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0.3%手续费"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1%手续费"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> 所有提案"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> 票"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>解锁投票</0>,以准备下一个提案。"
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉 </0>欢迎加入Unicorn(独角兽)团队 :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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%"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "已激活"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "添加"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "数额"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "数据分析"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "余额:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "余额:{0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "适合低交易量的币对。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "适合大多数币对。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "已屏蔽地址"
|
||||
@@ -446,10 +430,6 @@ msgstr "关闭"
|
||||
msgid "Closed"
|
||||
msgstr "已关闭"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "代码"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "收取"
|
||||
@@ -491,10 +471,6 @@ msgstr "常用代币"
|
||||
msgid "Confirm"
|
||||
msgstr "确认"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "确认创建"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "确认供应"
|
||||
@@ -562,16 +538,12 @@ msgstr "已复制"
|
||||
msgid "Copy Address"
|
||||
msgstr "复制地址"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "创建"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "创建流动池和供应流动资金"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "创建提案"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "委托投票"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "将投票权委托给 {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "委托给:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "在Discord上寻求支持"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "帮助中心"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "找不到V2流动资金。"
|
||||
msgid "No active pools"
|
||||
msgstr "无运行中的流动池"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "没有数据"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "没有提案。"
|
||||
msgid "No results found."
|
||||
msgstr "未找到结果。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "未创建"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "已提交提案"
|
||||
msgid "Proposal Title"
|
||||
msgstr "提案标题"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "提案"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "费率"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "阅读更多关于 UNI 代币的信息"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "阅读有关Uniswap治理的更多信息"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "正在去除 {0} {1} 和 {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "移除 {0} {1} 和 {2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "功能建议"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "选择一个操作。"
|
||||
msgid "Selected Range"
|
||||
msgstr "选定范围"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "自我"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "此应用程序使用以下第三方 API:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "在您添加流动性之前, {0} 池需要先初始化。请先选择起始价格,然后输入您的流动性价格范围和存款金额。"
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "这个路由方案通过考虑拆分路由、多级路由和gas 成本等因素来优化价格。"
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "兑换到(至少数额)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "在 {0} 上交易,首先须将您的资产从 L1 桥接到 L2。请将此视为 Beta 版并在使用 {1} 之前了解风险。"
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "流通中的 UNI 代币:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI 代币兑换率:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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治理中的投票份额。您可以自行为提案进行投票,或将您的投票权委托给第三方。"
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "错误。无法估计兑换所需的gas。"
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "估计 gas 时遇到问题。请再试一次。"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap治理"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "未知来源"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "未知错误{0}。可以尝试增加滑点容差。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。"
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "解锁投票"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "解锁投票"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "展开"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "将 <0/> 换回为 ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "更新投票权委托"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "投票结束 {0}"
|
||||
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 "等待确认"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • 由用户添加"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% 手续费级别"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "选择 {0}%"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-11-01 15:08\n"
|
||||
"PO-Revision-Date: 2021-11-18 06:11\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
@@ -47,7 +47,7 @@ msgstr "(領取)"
|
||||
msgid "(clear all)"
|
||||
msgstr "(全部清除)"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "(edit)"
|
||||
msgstr "(編輯)"
|
||||
|
||||
@@ -62,18 +62,6 @@ msgstr "- 刪除接收人"
|
||||
msgid "0 UNI / week"
|
||||
msgstr "0 UNI 代幣 / 每周"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.05% fee"
|
||||
msgstr "0.05% 手續費"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "0.3% fee"
|
||||
msgstr "0.3% 手續費"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "1% fee"
|
||||
msgstr "1% 手續費"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
msgid "25%"
|
||||
msgstr "25%"
|
||||
@@ -90,8 +78,8 @@ msgstr "75%"
|
||||
msgid "<0/> All Proposals"
|
||||
msgstr "<0/> 所有提案"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "<0/> Votes"
|
||||
msgstr "<0/> 投票"
|
||||
|
||||
@@ -127,7 +115,7 @@ msgstr "<0>解鎖投票</0>,以準備下一個提案。"
|
||||
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
|
||||
msgstr "<0>🎉</0>歡迎加入Unicorn(獨角獸)團隊 :) <1>🎉</1>"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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%"
|
||||
|
||||
@@ -150,7 +138,6 @@ msgstr "啟用"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Add"
|
||||
msgstr "新增"
|
||||
|
||||
@@ -231,10 +218,6 @@ msgstr "數額"
|
||||
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/Menu/index.tsx
|
||||
msgid "Analytics"
|
||||
msgstr "分析"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Approve"
|
||||
@@ -312,21 +295,22 @@ msgstr "余額:"
|
||||
msgid "Balance: {0} {1}"
|
||||
msgstr "余額:{0} {1}"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "適合低交易量的幣對。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/shared.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "適合大部分幣對。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: 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/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "已屏蔽地址"
|
||||
@@ -446,10 +430,6 @@ msgstr "關閉"
|
||||
msgid "Closed"
|
||||
msgstr "已關閉"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Code"
|
||||
msgstr "代碼"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collect"
|
||||
msgstr "收取"
|
||||
@@ -491,10 +471,6 @@ msgstr "常用代幣"
|
||||
msgid "Confirm"
|
||||
msgstr "確認"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Confirm Create"
|
||||
msgstr "確認創建"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Confirm Supply"
|
||||
msgstr "確認供應"
|
||||
@@ -562,16 +538,12 @@ msgstr "已複製"
|
||||
msgid "Copy Address"
|
||||
msgstr "複製地址"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Create"
|
||||
msgstr "創建"
|
||||
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
msgid "Create Pool & Supply"
|
||||
msgstr "創建流動池和供應流動資金"
|
||||
|
||||
#: src/pages/CreateProposal/index.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Create Proposal"
|
||||
msgstr "創建提案"
|
||||
|
||||
@@ -625,7 +597,7 @@ msgstr "委托投票"
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "將投票權委託給 {0}"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Delegated to:"
|
||||
msgstr "委托給:"
|
||||
|
||||
@@ -835,6 +807,7 @@ msgid "Get support on Discord"
|
||||
msgstr "在 Discord 上尋求技術支持"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Help Center"
|
||||
msgstr "幫助中心"
|
||||
|
||||
@@ -1137,7 +1110,7 @@ msgstr "找不到V2流動資金。"
|
||||
msgid "No active pools"
|
||||
msgstr "無運行中的流動池"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "No data"
|
||||
msgstr "沒有資料"
|
||||
|
||||
@@ -1161,7 +1134,7 @@ msgstr "沒有提案。"
|
||||
msgid "No results found."
|
||||
msgstr "未找到任何結果。"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "Not created"
|
||||
msgstr "未創建"
|
||||
|
||||
@@ -1340,7 +1313,7 @@ msgstr "已提交提案"
|
||||
msgid "Proposal Title"
|
||||
msgstr "提案標題"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Proposals"
|
||||
msgstr "提案"
|
||||
|
||||
@@ -1372,7 +1345,7 @@ msgstr "費率"
|
||||
msgid "Read more about UNI"
|
||||
msgstr "了解有關 UNI 的更多資訊"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Read more about Uniswap governance"
|
||||
msgstr "閱讀有關 Uniswap 治理的更多資訊"
|
||||
|
||||
@@ -1430,6 +1403,10 @@ msgstr "正在去除 {0} {1} 和 {2} {3}"
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "移除 {0} {1} 和 {2} {3}"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Request Features"
|
||||
msgstr "功能建議"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1468,7 +1445,7 @@ msgstr "選擇操作"
|
||||
msgid "Selected Range"
|
||||
msgstr "選定範圍"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Self"
|
||||
msgstr "自身"
|
||||
|
||||
@@ -1664,10 +1641,6 @@ msgstr "此應用程序使用以下第三方 API:"
|
||||
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/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "在您添加流動性之前, {0} 池需要先初始化。請先選擇起始價格,然後輸入您的流動性價格範圍和存款金額。"
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "這個路由方案通過考慮拆分路由、多級路由和gas 成本等因素來優化價格。"
|
||||
@@ -1708,7 +1681,7 @@ msgid "To (at least)"
|
||||
msgstr "到(至少)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgid "To start trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "在 {0} 上交易,首先須將您的資產從 L1 橋接到 L2。請將此視為 Beta 版並在使用 {1} 之前了解風險。"
|
||||
|
||||
#: src/components/SearchModal/BlockedToken.tsx
|
||||
@@ -1799,7 +1772,7 @@ msgstr "流通中的 UNI 代幣:"
|
||||
msgid "UNI price:"
|
||||
msgstr "UNI 代幣兌換率:"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: 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 治理中的投票份額。您可以自行為提案進行投票,或將您的投票權委托給第三方。"
|
||||
|
||||
@@ -1840,7 +1813,7 @@ msgstr "錯誤。無法估計兑换所需的 gas。"
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "估計 gas 時遇到問題。請再試一次。"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap治理"
|
||||
|
||||
@@ -1876,12 +1849,12 @@ msgstr "未知來源"
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "未知錯誤{0}。請嘗試增加滑點容差。註:轉賬時帶扣除費用(fee-on-transfer)的代幣和會自動重新定價(rebase)的代幣都與Uniswap V3不相容。"
|
||||
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Unlock Votes"
|
||||
msgstr "解鎖投票"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Unlock Voting"
|
||||
msgstr "解鎖投票"
|
||||
|
||||
@@ -1911,7 +1884,7 @@ msgstr "展開"
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "將 <0/> 換回為 ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
#: src/pages/Vote/Landing.tsx
|
||||
msgid "Update Delegation"
|
||||
msgstr "更新投票權委托"
|
||||
|
||||
@@ -2041,6 +2014,10 @@ msgstr "投票結束 {0}"
|
||||
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 "等待確認中"
|
||||
@@ -2390,6 +2367,7 @@ msgid "{0} • Added by user"
|
||||
msgstr "{0} • 由用戶添加"
|
||||
|
||||
#: src/components/CurrencyInputPanel/FiatValue.tsx
|
||||
#: src/components/FeeSelector/FeeOption.tsx
|
||||
#: src/components/PositionListItem/index.tsx
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
|
||||
@@ -2404,7 +2382,7 @@ msgstr "{0}%"
|
||||
msgid "{0}% fee tier"
|
||||
msgstr "{0}% 手續費級別"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/FeeTierPercentageBadge.tsx
|
||||
msgid "{0}% select"
|
||||
msgstr "選擇 {0}%"
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ import Row, { AutoRow, RowBetween, RowFixed } from '../../components/Row'
|
||||
import { SwitchLocaleLink } from '../../components/SwitchLocaleLink'
|
||||
import TransactionConfirmationModal, { ConfirmationModalContent } from '../../components/TransactionConfirmationModal'
|
||||
import { NONFUNGIBLE_POSITION_MANAGER_ADDRESSES } from '../../constants/addresses'
|
||||
import { CHAIN_INFO, SupportedChainId } from '../../constants/chains'
|
||||
import { ZERO_PERCENT } from '../../constants/misc'
|
||||
import { WETH9_EXTENDED } from '../../constants/tokens'
|
||||
import { useCurrency } from '../../hooks/Tokens'
|
||||
@@ -205,60 +204,6 @@ export default function AddLiquidity({
|
||||
outOfRange ? ZERO_PERCENT : DEFAULT_ADD_IN_RANGE_SLIPPAGE_TOLERANCE
|
||||
)
|
||||
|
||||
// only called on optimism, atm
|
||||
async function onCreate() {
|
||||
if (!chainId || !library) return
|
||||
|
||||
if (chainId && library && position && account && deadline && baseCurrency && quoteCurrency && positionManager) {
|
||||
const { calldata, value } = NonfungiblePositionManager.createCallParameters(position.pool)
|
||||
|
||||
const txn: { to: string; data: string; value: string } = {
|
||||
to: NONFUNGIBLE_POSITION_MANAGER_ADDRESSES[chainId],
|
||||
data: calldata,
|
||||
value,
|
||||
}
|
||||
|
||||
setAttemptingTxn(true)
|
||||
|
||||
library
|
||||
.getSigner()
|
||||
.estimateGas(txn)
|
||||
.then((estimate) => {
|
||||
const newTxn = {
|
||||
...txn,
|
||||
gasLimit: calculateGasMargin(chainId, estimate),
|
||||
}
|
||||
return library
|
||||
.getSigner()
|
||||
.sendTransaction(newTxn)
|
||||
.then((response: TransactionResponse) => {
|
||||
setAttemptingTxn(false)
|
||||
addTransaction(response, {
|
||||
type: TransactionType.CREATE_V3_POOL,
|
||||
baseCurrencyId: currencyId(baseCurrency),
|
||||
quoteCurrencyId: currencyId(quoteCurrency),
|
||||
})
|
||||
// dont set txn hash as we dont want submitted txn screen for create
|
||||
ReactGA.event({
|
||||
category: 'Liquidity',
|
||||
action: 'Create',
|
||||
label: [currencies[Field.CURRENCY_A]?.symbol, currencies[Field.CURRENCY_B]?.symbol].join('/'),
|
||||
})
|
||||
})
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Failed to send transaction', error)
|
||||
setAttemptingTxn(false)
|
||||
// we only care if the error is something _other_ than the user rejected the tx
|
||||
if (error?.code !== 4001) {
|
||||
console.error(error)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
async function onAdd() {
|
||||
if (!chainId || !library || !account) return
|
||||
|
||||
@@ -322,7 +267,7 @@ export default function AddLiquidity({
|
||||
.then((estimate) => {
|
||||
const newTxn = {
|
||||
...txn,
|
||||
gasLimit: calculateGasMargin(chainId, estimate),
|
||||
gasLimit: calculateGasMargin(estimate),
|
||||
}
|
||||
|
||||
return library
|
||||
@@ -418,22 +363,16 @@ export default function AddLiquidity({
|
||||
[currencyIdA, currencyIdB, history, onLeftRangeInput, onRightRangeInput]
|
||||
)
|
||||
|
||||
// flag for whether pool creation must be a separate tx
|
||||
const mustCreateSeparately =
|
||||
noLiquidity && (chainId === SupportedChainId.OPTIMISM || chainId === SupportedChainId.OPTIMISTIC_KOVAN)
|
||||
|
||||
const handleDismissConfirmation = useCallback(() => {
|
||||
setShowConfirm(false)
|
||||
// if there was a tx hash, we want to clear the input
|
||||
if (txHash) {
|
||||
onFieldAInput('')
|
||||
// dont jump to pool page if creating
|
||||
if (!mustCreateSeparately) {
|
||||
history.push('/pool')
|
||||
}
|
||||
history.push('/pool')
|
||||
}
|
||||
setTxHash('')
|
||||
}, [history, mustCreateSeparately, onFieldAInput, txHash])
|
||||
}, [history, onFieldAInput, txHash])
|
||||
|
||||
const addIsUnsupported = useIsSwapUnsupported(currencies?.CURRENCY_A, currencies?.CURRENCY_B)
|
||||
|
||||
@@ -458,15 +397,11 @@ export default function AddLiquidity({
|
||||
const showApprovalB =
|
||||
!argentWalletContract && approvalB !== ApprovalState.APPROVED && !!parsedAmounts[Field.CURRENCY_B]
|
||||
|
||||
const pendingText = mustCreateSeparately
|
||||
? `Creating ${currencies[Field.CURRENCY_A]?.symbol}/${currencies[Field.CURRENCY_B]?.symbol} ${
|
||||
feeAmount ? feeAmount / 10000 : ''
|
||||
}% Pool`
|
||||
: `Supplying ${!depositADisabled ? parsedAmounts[Field.CURRENCY_A]?.toSignificant(6) : ''} ${
|
||||
!depositADisabled ? currencies[Field.CURRENCY_A]?.symbol : ''
|
||||
} ${!outOfRange ? 'and' : ''} ${!depositBDisabled ? parsedAmounts[Field.CURRENCY_B]?.toSignificant(6) : ''} ${
|
||||
!depositBDisabled ? currencies[Field.CURRENCY_B]?.symbol : ''
|
||||
}`
|
||||
const pendingText = `Supplying ${!depositADisabled ? parsedAmounts[Field.CURRENCY_A]?.toSignificant(6) : ''} ${
|
||||
!depositADisabled ? currencies[Field.CURRENCY_A]?.symbol : ''
|
||||
} ${!outOfRange ? 'and' : ''} ${!depositBDisabled ? parsedAmounts[Field.CURRENCY_B]?.toSignificant(6) : ''} ${
|
||||
!depositBDisabled ? currencies[Field.CURRENCY_B]?.symbol : ''
|
||||
}`
|
||||
|
||||
const Buttons = () =>
|
||||
addIsUnsupported ? (
|
||||
@@ -519,32 +454,18 @@ export default function AddLiquidity({
|
||||
)}
|
||||
</RowBetween>
|
||||
)}
|
||||
{mustCreateSeparately && (
|
||||
<ButtonError onClick={onCreate} disabled={!isValid || attemptingTxn || !position}>
|
||||
{attemptingTxn ? (
|
||||
<Dots>
|
||||
<Trans>Confirm Create</Trans>
|
||||
</Dots>
|
||||
) : (
|
||||
<Text fontWeight={500}>{errorMessage ? errorMessage : <Trans>Create</Trans>}</Text>
|
||||
)}
|
||||
</ButtonError>
|
||||
)}
|
||||
<ButtonError
|
||||
onClick={() => {
|
||||
expertMode ? onAdd() : setShowConfirm(true)
|
||||
}}
|
||||
disabled={
|
||||
mustCreateSeparately ||
|
||||
!isValid ||
|
||||
(!argentWalletContract && approvalA !== ApprovalState.APPROVED && !depositADisabled) ||
|
||||
(!argentWalletContract && approvalB !== ApprovalState.APPROVED && !depositBDisabled)
|
||||
}
|
||||
error={!isValid && !!parsedAmounts[Field.CURRENCY_A] && !!parsedAmounts[Field.CURRENCY_B]}
|
||||
>
|
||||
<Text fontWeight={500}>
|
||||
{mustCreateSeparately ? <Trans>Add</Trans> : errorMessage ? errorMessage : <Trans>Preview</Trans>}
|
||||
</Text>
|
||||
<Text fontWeight={500}>{errorMessage ? errorMessage : <Trans>Preview</Trans>}</Text>
|
||||
</ButtonError>
|
||||
</AutoColumn>
|
||||
)
|
||||
@@ -793,19 +714,11 @@ export default function AddLiquidity({
|
||||
textAlign="left"
|
||||
color={theme.primaryText1}
|
||||
>
|
||||
{mustCreateSeparately ? (
|
||||
<Trans>
|
||||
{`This pool must be initialized on ${
|
||||
chainId && CHAIN_INFO ? CHAIN_INFO[chainId].label : ''
|
||||
} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount.`}
|
||||
</Trans>
|
||||
) : (
|
||||
<Trans>
|
||||
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.
|
||||
</Trans>
|
||||
)}
|
||||
<Trans>
|
||||
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.
|
||||
</Trans>
|
||||
</TYPE.body>
|
||||
</BlueCard>
|
||||
)}
|
||||
|
||||
@@ -184,7 +184,7 @@ export default function AddLiquidity({
|
||||
.then((estimatedGasLimit) =>
|
||||
method(...args, {
|
||||
...(value ? { value } : {}),
|
||||
gasLimit: calculateGasMargin(chainId, estimatedGasLimit),
|
||||
gasLimit: calculateGasMargin(estimatedGasLimit),
|
||||
}).then((response) => {
|
||||
setAttemptingTxn(false)
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import Loader from 'components/Loader'
|
||||
import ApeModeQueryParamReader from 'hooks/useApeModeQueryParamReader'
|
||||
import { Route, Switch } from 'react-router-dom'
|
||||
import { lazy, Suspense } from 'react'
|
||||
import { Redirect, Route, Switch } from 'react-router-dom'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
import GoogleAnalyticsReporter from '../components/analytics/GoogleAnalyticsReporter'
|
||||
@@ -15,7 +17,6 @@ import DarkModeQueryParamReader from '../theme/DarkModeQueryParamReader'
|
||||
import AddLiquidity from './AddLiquidity'
|
||||
import { RedirectDuplicateTokenIds } from './AddLiquidity/redirects'
|
||||
import { RedirectDuplicateTokenIdsV2 } from './AddLiquidityV2/redirects'
|
||||
import CreateProposal from './CreateProposal'
|
||||
import Earn from './Earn'
|
||||
import Manage from './Earn/Manage'
|
||||
import MigrateV2 from './MigrateV2'
|
||||
@@ -28,8 +29,8 @@ import RemoveLiquidity from './RemoveLiquidity'
|
||||
import RemoveLiquidityV3 from './RemoveLiquidity/V3'
|
||||
import Swap from './Swap'
|
||||
import { OpenClaimAddressModalAndRedirectToSwap, RedirectPathToSwapOnly, RedirectToSwap } from './Swap/redirects'
|
||||
import Vote from './Vote'
|
||||
import VotePage from './Vote/VotePage'
|
||||
|
||||
const Vote = lazy(() => import('./Vote'))
|
||||
|
||||
const AppWrapper = styled.div`
|
||||
display: flex;
|
||||
@@ -85,46 +86,54 @@ export default function App() {
|
||||
<Popups />
|
||||
<Polling />
|
||||
<TopLevelModals />
|
||||
<Switch>
|
||||
<Route exact strict path="/vote" component={Vote} />
|
||||
<Route exact strict path="/vote/:governorIndex/:id" component={VotePage} />
|
||||
<Route exact strict path="/claim" component={OpenClaimAddressModalAndRedirectToSwap} />
|
||||
<Route exact strict path="/uni" component={Earn} />
|
||||
<Route exact strict path="/uni/:currencyIdA/:currencyIdB" component={Manage} />
|
||||
<Suspense fallback={<Loader />}>
|
||||
<Switch>
|
||||
<Route strict path="/vote" component={Vote} />
|
||||
<Route exact strict path="/create-proposal">
|
||||
<Redirect to="/vote/create-proposal" />
|
||||
</Route>
|
||||
<Route exact strict path="/claim" component={OpenClaimAddressModalAndRedirectToSwap} />
|
||||
<Route exact strict path="/uni" component={Earn} />
|
||||
<Route exact strict path="/uni/:currencyIdA/:currencyIdB" component={Manage} />
|
||||
|
||||
<Route exact strict path="/send" component={RedirectPathToSwapOnly} />
|
||||
<Route exact strict path="/swap/:outputCurrency" component={RedirectToSwap} />
|
||||
<Route exact strict path="/swap" component={Swap} />
|
||||
<Route exact strict path="/send" component={RedirectPathToSwapOnly} />
|
||||
<Route exact strict path="/swap/:outputCurrency" component={RedirectToSwap} />
|
||||
<Route exact strict path="/swap" component={Swap} />
|
||||
|
||||
<Route exact strict path="/pool/v2/find" component={PoolFinder} />
|
||||
<Route exact strict path="/pool/v2" component={PoolV2} />
|
||||
<Route exact strict path="/pool" component={Pool} />
|
||||
<Route exact strict path="/pool/:tokenId" component={PositionPage} />
|
||||
<Route exact strict path="/pool/v2/find" component={PoolFinder} />
|
||||
<Route exact strict path="/pool/v2" component={PoolV2} />
|
||||
<Route exact strict path="/pool" component={Pool} />
|
||||
<Route exact strict path="/pool/:tokenId" component={PositionPage} />
|
||||
|
||||
<Route exact strict path="/add/v2/:currencyIdA?/:currencyIdB?" component={RedirectDuplicateTokenIdsV2} />
|
||||
<Route
|
||||
exact
|
||||
strict
|
||||
path="/add/:currencyIdA?/:currencyIdB?/:feeAmount?"
|
||||
component={RedirectDuplicateTokenIds}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
strict
|
||||
path="/add/v2/:currencyIdA?/:currencyIdB?"
|
||||
component={RedirectDuplicateTokenIdsV2}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
strict
|
||||
path="/add/:currencyIdA?/:currencyIdB?/:feeAmount?"
|
||||
component={RedirectDuplicateTokenIds}
|
||||
/>
|
||||
|
||||
<Route
|
||||
exact
|
||||
strict
|
||||
path="/increase/:currencyIdA?/:currencyIdB?/:feeAmount?/:tokenId?"
|
||||
component={AddLiquidity}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
strict
|
||||
path="/increase/:currencyIdA?/:currencyIdB?/:feeAmount?/:tokenId?"
|
||||
component={AddLiquidity}
|
||||
/>
|
||||
|
||||
<Route exact strict path="/remove/v2/:currencyIdA/:currencyIdB" component={RemoveLiquidity} />
|
||||
<Route exact strict path="/remove/:tokenId" component={RemoveLiquidityV3} />
|
||||
<Route exact strict path="/remove/v2/:currencyIdA/:currencyIdB" component={RemoveLiquidity} />
|
||||
<Route exact strict path="/remove/:tokenId" component={RemoveLiquidityV3} />
|
||||
|
||||
<Route exact strict path="/migrate/v2" component={MigrateV2} />
|
||||
<Route exact strict path="/migrate/v2/:address" component={MigrateV2Pair} />
|
||||
<Route exact strict path="/migrate/v2" component={MigrateV2} />
|
||||
<Route exact strict path="/migrate/v2/:address" component={MigrateV2Pair} />
|
||||
|
||||
<Route exact strict path="/create-proposal" component={CreateProposal} />
|
||||
<Route component={RedirectPathToSwapOnly} />
|
||||
</Switch>
|
||||
<Route component={RedirectPathToSwapOnly} />
|
||||
</Switch>
|
||||
</Suspense>
|
||||
<Marginer />
|
||||
</BodyWrapper>
|
||||
</AppWrapper>
|
||||
|
||||
@@ -12,6 +12,8 @@ export const BodyWrapper = styled.main<{ margin?: string; maxWidth?: string }>`
|
||||
0px 24px 32px rgba(0, 0, 0, 0.01);
|
||||
border-radius: 24px;
|
||||
margin-top: 1rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
z-index: ${Z_INDEX.deprecated_content};
|
||||
`
|
||||
|
||||
|
||||
@@ -334,7 +334,7 @@ function V2PairMigration({
|
||||
.multicall(data)
|
||||
.then((gasEstimate) => {
|
||||
return migrator
|
||||
.multicall(data, { gasLimit: calculateGasMargin(chainId, gasEstimate) })
|
||||
.multicall(data, { gasLimit: calculateGasMargin(gasEstimate) })
|
||||
.then((response: TransactionResponse) => {
|
||||
ReactGA.event({
|
||||
category: 'Migrate',
|
||||
|
||||
@@ -14,7 +14,6 @@ import { RowBetween, RowFixed } from 'components/Row'
|
||||
import { Dots } from 'components/swap/styleds'
|
||||
import Toggle from 'components/Toggle'
|
||||
import TransactionConfirmationModal, { ConfirmationModalContent } from 'components/TransactionConfirmationModal'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
import { useToken } from 'hooks/Tokens'
|
||||
import { useV3NFTPositionManagerContract } from 'hooks/useContract'
|
||||
import useIsTickAtLimit from 'hooks/useIsTickAtLimit'
|
||||
@@ -443,7 +442,7 @@ export function PositionPage({
|
||||
.then((estimate) => {
|
||||
const newTxn = {
|
||||
...txn,
|
||||
gasLimit: calculateGasMargin(chainId, estimate),
|
||||
gasLimit: calculateGasMargin(estimate),
|
||||
}
|
||||
|
||||
return library
|
||||
@@ -514,15 +513,13 @@ export function PositionPage({
|
||||
)
|
||||
}
|
||||
|
||||
const onOptimisticChain = chainId && [SupportedChainId.OPTIMISM, SupportedChainId.OPTIMISTIC_KOVAN].includes(chainId)
|
||||
const showCollectAsWeth = Boolean(
|
||||
ownsNFT &&
|
||||
(feeValue0?.greaterThan(0) || feeValue1?.greaterThan(0)) &&
|
||||
currency0 &&
|
||||
currency1 &&
|
||||
(currency0.isNative || currency1.isNative) &&
|
||||
!collectMigrationHash &&
|
||||
!onOptimisticChain
|
||||
!collectMigrationHash
|
||||
)
|
||||
|
||||
return loading || poolState === PoolState.LOADING || !feeAmount ? (
|
||||
|
||||
@@ -16,7 +16,6 @@ import { AddRemoveTabs } from 'components/NavigationTabs'
|
||||
import { AutoRow, RowBetween, RowFixed } from 'components/Row'
|
||||
import Slider from 'components/Slider'
|
||||
import Toggle from 'components/Toggle'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
import { useV3NFTPositionManagerContract } from 'hooks/useContract'
|
||||
import useDebouncedChangeHandler from 'hooks/useDebouncedChangeHandler'
|
||||
import useTheme from 'hooks/useTheme'
|
||||
@@ -140,7 +139,7 @@ function Remove({ tokenId }: { tokenId: BigNumber }) {
|
||||
.then((estimate) => {
|
||||
const newTxn = {
|
||||
...txn,
|
||||
gasLimit: calculateGasMargin(chainId, estimate),
|
||||
gasLimit: calculateGasMargin(estimate),
|
||||
}
|
||||
|
||||
return library
|
||||
@@ -262,10 +261,8 @@ function Remove({ tokenId }: { tokenId: BigNumber }) {
|
||||
)
|
||||
}
|
||||
|
||||
const onOptimisticChain = chainId && [SupportedChainId.OPTIMISM, SupportedChainId.OPTIMISTIC_KOVAN].includes(chainId)
|
||||
const showCollectAsWeth = Boolean(
|
||||
!onOptimisticChain &&
|
||||
liquidityValue0?.currency &&
|
||||
liquidityValue0?.currency &&
|
||||
liquidityValue1?.currency &&
|
||||
(liquidityValue0.currency.isNative ||
|
||||
liquidityValue1.currency.isNative ||
|
||||
|
||||
@@ -239,7 +239,7 @@ export default function RemoveLiquidity({
|
||||
const safeGasEstimates: (BigNumber | undefined)[] = await Promise.all(
|
||||
methodNames.map((methodName) =>
|
||||
router.estimateGas[methodName](...args)
|
||||
.then((estimateGas) => calculateGasMargin(chainId, estimateGas))
|
||||
.then((estimateGas) => calculateGasMargin(estimateGas))
|
||||
.catch((error) => {
|
||||
console.error(`estimateGas failed`, methodName, args, error)
|
||||
return undefined
|
||||
|
||||
257
src/pages/Vote/Landing.tsx
Normal file
257
src/pages/Vote/Landing.tsx
Normal file
@@ -0,0 +1,257 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
import { ButtonPrimary } from 'components/Button'
|
||||
import { AutoColumn } from 'components/Column'
|
||||
import { CardBGImage, CardNoise, CardSection, DataCard } from 'components/earn/styled'
|
||||
import FormattedCurrencyAmount from 'components/FormattedCurrencyAmount'
|
||||
import Loader from 'components/Loader'
|
||||
import { AutoRow, RowBetween, RowFixed } from 'components/Row'
|
||||
import { SwitchLocaleLink } from 'components/SwitchLocaleLink'
|
||||
import DelegateModal from 'components/vote/DelegateModal'
|
||||
import ProposalEmptyState from 'components/vote/ProposalEmptyState'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import JSBI from 'jsbi'
|
||||
import { darken } from 'polished'
|
||||
import { Link } from 'react-router-dom'
|
||||
import { Button } from 'rebass/styled-components'
|
||||
import { useModalOpen, useToggleDelegateModal } from 'state/application/hooks'
|
||||
import { ApplicationModal } from 'state/application/reducer'
|
||||
import { ProposalData } from 'state/governance/hooks'
|
||||
import { useAllProposalData, useUserDelegatee, useUserVotes } from 'state/governance/hooks'
|
||||
import { useTokenBalance } from 'state/wallet/hooks'
|
||||
import styled from 'styled-components/macro'
|
||||
import { ExternalLink, TYPE } from 'theme'
|
||||
import { shortenAddress } from 'utils'
|
||||
import { ExplorerDataType, getExplorerLink } from 'utils/getExplorerLink'
|
||||
|
||||
import { ZERO_ADDRESS } from '../../constants/misc'
|
||||
import { UNI } from '../../constants/tokens'
|
||||
import { ProposalStatus } from './styled'
|
||||
|
||||
const PageWrapper = styled(AutoColumn)``
|
||||
|
||||
const TopSection = styled(AutoColumn)`
|
||||
max-width: 640px;
|
||||
width: 100%;
|
||||
`
|
||||
|
||||
const Proposal = styled(Button)`
|
||||
padding: 0.75rem 1rem;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
border-radius: 12px;
|
||||
display: grid;
|
||||
grid-template-columns: 48px 1fr 120px;
|
||||
align-items: center;
|
||||
text-align: left;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
color: ${({ theme }) => theme.text1};
|
||||
text-decoration: none;
|
||||
background-color: ${({ theme }) => theme.bg1};
|
||||
&:focus {
|
||||
background-color: ${({ theme }) => darken(0.05, theme.bg1)};
|
||||
}
|
||||
&:hover {
|
||||
background-color: ${({ theme }) => darken(0.05, theme.bg1)};
|
||||
}
|
||||
`
|
||||
|
||||
const ProposalNumber = styled.span`
|
||||
opacity: 0.6;
|
||||
`
|
||||
|
||||
const ProposalTitle = styled.span`
|
||||
font-weight: 600;
|
||||
`
|
||||
|
||||
const VoteCard = styled(DataCard)`
|
||||
background: radial-gradient(76.02% 75.41% at 1.84% 0%, #27ae60 0%, #000000 100%);
|
||||
overflow: hidden;
|
||||
`
|
||||
|
||||
const WrapSmall = styled(RowBetween)`
|
||||
margin-bottom: 1rem;
|
||||
${({ theme }) => theme.mediaWidth.upToSmall`
|
||||
flex-wrap: wrap;
|
||||
`};
|
||||
`
|
||||
|
||||
const TextButton = styled(TYPE.main)`
|
||||
color: ${({ theme }) => theme.primary1};
|
||||
:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
`
|
||||
|
||||
const AddressButton = styled.div`
|
||||
border: 1px solid ${({ theme }) => theme.bg3};
|
||||
padding: 2px 4px;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
`
|
||||
|
||||
const StyledExternalLink = styled(ExternalLink)`
|
||||
color: ${({ theme }) => theme.text1};
|
||||
`
|
||||
|
||||
export default function Landing() {
|
||||
const { account, chainId } = useActiveWeb3React()
|
||||
|
||||
// toggle for showing delegation modal
|
||||
const showDelegateModal = useModalOpen(ApplicationModal.DELEGATE)
|
||||
const toggleDelegateModal = useToggleDelegateModal()
|
||||
|
||||
// get data to list all proposals
|
||||
const { data: allProposals, loading: loadingProposals } = useAllProposalData()
|
||||
|
||||
// user data
|
||||
const { loading: loadingAvailableVotes, votes: availableVotes } = useUserVotes()
|
||||
const uniBalance: CurrencyAmount<Token> | undefined = useTokenBalance(
|
||||
account ?? undefined,
|
||||
chainId ? UNI[chainId] : undefined
|
||||
)
|
||||
const userDelegatee: string | undefined = useUserDelegatee()
|
||||
|
||||
// show delegation option if they have have a balance, but have not delegated
|
||||
const showUnlockVoting = Boolean(
|
||||
uniBalance && JSBI.notEqual(uniBalance.quotient, JSBI.BigInt(0)) && userDelegatee === ZERO_ADDRESS
|
||||
)
|
||||
return (
|
||||
<>
|
||||
<PageWrapper gap="lg" justify="center">
|
||||
<DelegateModal
|
||||
isOpen={showDelegateModal}
|
||||
onDismiss={toggleDelegateModal}
|
||||
title={showUnlockVoting ? <Trans>Unlock Votes</Trans> : <Trans>Update Delegation</Trans>}
|
||||
/>
|
||||
<TopSection gap="md">
|
||||
<VoteCard>
|
||||
<CardBGImage />
|
||||
<CardNoise />
|
||||
<CardSection>
|
||||
<AutoColumn gap="md">
|
||||
<RowBetween>
|
||||
<TYPE.white fontWeight={600}>
|
||||
<Trans>Uniswap Governance</Trans>
|
||||
</TYPE.white>
|
||||
</RowBetween>
|
||||
<RowBetween>
|
||||
<TYPE.white fontSize={14}>
|
||||
<Trans>
|
||||
UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself
|
||||
or delegate your votes to a third party.
|
||||
</Trans>
|
||||
</TYPE.white>
|
||||
</RowBetween>
|
||||
<ExternalLink
|
||||
style={{ color: 'white', textDecoration: 'underline' }}
|
||||
href="https://uniswap.org/blog/uni"
|
||||
target="_blank"
|
||||
>
|
||||
<TYPE.white fontSize={14}>
|
||||
<Trans>Read more about Uniswap governance</Trans>
|
||||
</TYPE.white>
|
||||
</ExternalLink>
|
||||
</AutoColumn>
|
||||
</CardSection>
|
||||
<CardBGImage />
|
||||
<CardNoise />
|
||||
</VoteCard>
|
||||
</TopSection>
|
||||
<TopSection gap="2px">
|
||||
<WrapSmall>
|
||||
<TYPE.mediumHeader style={{ margin: '0.5rem 0.5rem 0.5rem 0', flexShrink: 0 }}>
|
||||
<Trans>Proposals</Trans>
|
||||
</TYPE.mediumHeader>
|
||||
<AutoRow gap="6px" justify="flex-end">
|
||||
{loadingProposals || loadingAvailableVotes ? <Loader /> : null}
|
||||
{showUnlockVoting ? (
|
||||
<ButtonPrimary
|
||||
style={{ width: 'fit-content' }}
|
||||
padding="8px"
|
||||
$borderRadius="8px"
|
||||
onClick={toggleDelegateModal}
|
||||
>
|
||||
<Trans>Unlock Voting</Trans>
|
||||
</ButtonPrimary>
|
||||
) : availableVotes && JSBI.notEqual(JSBI.BigInt(0), availableVotes?.quotient) ? (
|
||||
<TYPE.body fontWeight={500} mr="6px">
|
||||
<Trans>
|
||||
<FormattedCurrencyAmount currencyAmount={availableVotes} /> Votes
|
||||
</Trans>
|
||||
</TYPE.body>
|
||||
) : uniBalance &&
|
||||
userDelegatee &&
|
||||
userDelegatee !== ZERO_ADDRESS &&
|
||||
JSBI.notEqual(JSBI.BigInt(0), uniBalance?.quotient) ? (
|
||||
<TYPE.body fontWeight={500} mr="6px">
|
||||
<Trans>
|
||||
<FormattedCurrencyAmount currencyAmount={uniBalance} /> Votes
|
||||
</Trans>
|
||||
</TYPE.body>
|
||||
) : (
|
||||
''
|
||||
)}
|
||||
<ButtonPrimary
|
||||
as={Link}
|
||||
to="/create-proposal"
|
||||
style={{ width: 'fit-content', borderRadius: '8px' }}
|
||||
padding="8px"
|
||||
>
|
||||
<Trans>Create Proposal</Trans>
|
||||
</ButtonPrimary>
|
||||
</AutoRow>
|
||||
</WrapSmall>
|
||||
{!showUnlockVoting && (
|
||||
<RowBetween>
|
||||
<div />
|
||||
{userDelegatee && userDelegatee !== ZERO_ADDRESS ? (
|
||||
<RowFixed>
|
||||
<TYPE.body fontWeight={500} mr="4px">
|
||||
<Trans>Delegated to:</Trans>
|
||||
</TYPE.body>
|
||||
<AddressButton>
|
||||
<StyledExternalLink
|
||||
href={getExplorerLink(1, userDelegatee, ExplorerDataType.ADDRESS)}
|
||||
style={{ margin: '0 4px' }}
|
||||
>
|
||||
{userDelegatee === account ? <Trans>Self</Trans> : shortenAddress(userDelegatee)}
|
||||
</StyledExternalLink>
|
||||
<TextButton onClick={toggleDelegateModal} style={{ marginLeft: '4px' }}>
|
||||
<Trans>(edit)</Trans>
|
||||
</TextButton>
|
||||
</AddressButton>
|
||||
</RowFixed>
|
||||
) : (
|
||||
''
|
||||
)}
|
||||
</RowBetween>
|
||||
)}
|
||||
{allProposals?.length === 0 && <ProposalEmptyState />}
|
||||
{allProposals
|
||||
?.slice(0)
|
||||
?.reverse()
|
||||
?.map((p: ProposalData) => {
|
||||
return (
|
||||
<Proposal as={Link} to={`/vote/${p.governorIndex}/${p.id}`} key={`${p.governorIndex}${p.id}`}>
|
||||
<ProposalNumber>
|
||||
{p.governorIndex}.{p.id}
|
||||
</ProposalNumber>
|
||||
<ProposalTitle>{p.title}</ProposalTitle>
|
||||
<ProposalStatus status={p.status} />
|
||||
</Proposal>
|
||||
)
|
||||
})}
|
||||
</TopSection>
|
||||
<TYPE.subHeader color="text3">
|
||||
<Trans>A minimum threshold of 0.25% of the total UNI supply is required to submit proposals</Trans>
|
||||
</TYPE.subHeader>
|
||||
</PageWrapper>
|
||||
<SwitchLocaleLink />
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -2,9 +2,9 @@ import { BigNumber } from '@ethersproject/bignumber'
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
import { useActiveLocale } from 'hooks/useActiveLocale'
|
||||
import useCurrentBlockTimestamp from 'hooks/useCurrentBlockTimestamp'
|
||||
import JSBI from 'jsbi'
|
||||
import { DateTime } from 'luxon/src/luxon'
|
||||
import { useState } from 'react'
|
||||
import { ArrowLeft } from 'react-feather'
|
||||
import ReactMarkdown from 'react-markdown'
|
||||
@@ -122,6 +122,24 @@ const ProposerAddressLink = styled(ExternalLink)`
|
||||
word-break: break-all;
|
||||
`
|
||||
|
||||
function getDateFromBlock(
|
||||
targetBlock: number | undefined,
|
||||
currentBlock: number | undefined,
|
||||
averageBlockTimeInSeconds: number | undefined,
|
||||
currentTimestamp: BigNumber | undefined
|
||||
): Date | undefined {
|
||||
if (targetBlock && currentBlock && averageBlockTimeInSeconds && currentTimestamp) {
|
||||
const date = new Date()
|
||||
date.setTime(
|
||||
currentTimestamp
|
||||
.add(BigNumber.from(averageBlockTimeInSeconds).mul(BigNumber.from(targetBlock - currentBlock)))
|
||||
.toNumber() * 1000
|
||||
)
|
||||
return date
|
||||
}
|
||||
return undefined
|
||||
}
|
||||
|
||||
export default function VotePage({
|
||||
match: {
|
||||
params: { governorIndex, id },
|
||||
@@ -146,19 +164,28 @@ export default function VotePage({
|
||||
// get and format date from data
|
||||
const currentTimestamp = useCurrentBlockTimestamp()
|
||||
const currentBlock = useBlockNumber()
|
||||
const endDate: DateTime | undefined =
|
||||
proposalData && currentTimestamp && currentBlock
|
||||
? DateTime.fromSeconds(
|
||||
currentTimestamp
|
||||
.add(
|
||||
BigNumber.from(
|
||||
(chainId && AVERAGE_BLOCK_TIME_IN_SECS[chainId]) ?? DEFAULT_AVERAGE_BLOCK_TIME_IN_SECS
|
||||
).mul(BigNumber.from(proposalData.endBlock - currentBlock))
|
||||
)
|
||||
.toNumber()
|
||||
)
|
||||
: undefined
|
||||
const now: DateTime = DateTime.local()
|
||||
const startDate = getDateFromBlock(
|
||||
proposalData?.startBlock,
|
||||
currentBlock,
|
||||
(chainId && AVERAGE_BLOCK_TIME_IN_SECS[chainId]) ?? DEFAULT_AVERAGE_BLOCK_TIME_IN_SECS,
|
||||
currentTimestamp
|
||||
)
|
||||
const endDate = getDateFromBlock(
|
||||
proposalData?.endBlock,
|
||||
currentBlock,
|
||||
(chainId && AVERAGE_BLOCK_TIME_IN_SECS[chainId]) ?? DEFAULT_AVERAGE_BLOCK_TIME_IN_SECS,
|
||||
currentTimestamp
|
||||
)
|
||||
const now = new Date()
|
||||
const locale = useActiveLocale()
|
||||
const dateFormat: Intl.DateTimeFormatOptions = {
|
||||
year: 'numeric',
|
||||
month: 'long',
|
||||
day: 'numeric',
|
||||
hour: 'numeric',
|
||||
minute: 'numeric',
|
||||
timeZoneName: 'short',
|
||||
}
|
||||
|
||||
// get total votes and format percentages for UI
|
||||
const totalVotes: number | undefined = proposalData ? proposalData.forCount + proposalData.againstCount : undefined
|
||||
@@ -225,13 +252,19 @@ export default function VotePage({
|
||||
<TYPE.largeHeader style={{ marginBottom: '.5rem' }}>{proposalData?.title}</TYPE.largeHeader>
|
||||
<RowBetween>
|
||||
<TYPE.main>
|
||||
{endDate && endDate < now ? (
|
||||
<Trans>Voting ended {endDate && endDate.toLocaleString(DateTime.DATETIME_FULL)}</Trans>
|
||||
) : proposalData ? (
|
||||
<Trans>Voting ends approximately {endDate && endDate.toLocaleString(DateTime.DATETIME_FULL)}</Trans>
|
||||
) : (
|
||||
''
|
||||
)}
|
||||
{startDate && startDate > now ? (
|
||||
<Trans>Voting starts approximately {startDate.toLocaleString(locale, dateFormat)}</Trans>
|
||||
) : null}
|
||||
</TYPE.main>
|
||||
</RowBetween>
|
||||
<RowBetween>
|
||||
<TYPE.main>
|
||||
{endDate &&
|
||||
(endDate < now ? (
|
||||
<Trans>Voting ended {endDate.toLocaleString(locale, dateFormat)}</Trans>
|
||||
) : (
|
||||
<Trans>Voting ends approximately {endDate.toLocaleString(locale, dateFormat)}</Trans>
|
||||
))}
|
||||
</TYPE.main>
|
||||
</RowBetween>
|
||||
{proposalData && proposalData.status === ProposalState.ACTIVE && !showVotingButtons && (
|
||||
|
||||
@@ -1,257 +1,15 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
import { ButtonPrimary } from 'components/Button'
|
||||
import { AutoColumn } from 'components/Column'
|
||||
import { CardBGImage, CardNoise, CardSection, DataCard } from 'components/earn/styled'
|
||||
import FormattedCurrencyAmount from 'components/FormattedCurrencyAmount'
|
||||
import Loader from 'components/Loader'
|
||||
import { AutoRow, RowBetween, RowFixed } from 'components/Row'
|
||||
import { SwitchLocaleLink } from 'components/SwitchLocaleLink'
|
||||
import DelegateModal from 'components/vote/DelegateModal'
|
||||
import ProposalEmptyState from 'components/vote/ProposalEmptyState'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import JSBI from 'jsbi'
|
||||
import { darken } from 'polished'
|
||||
import { Link } from 'react-router-dom'
|
||||
import { Button } from 'rebass/styled-components'
|
||||
import { useModalOpen, useToggleDelegateModal } from 'state/application/hooks'
|
||||
import { ApplicationModal } from 'state/application/reducer'
|
||||
import { ProposalData, useAllProposalData, useUserDelegatee, useUserVotes } from 'state/governance/hooks'
|
||||
import { useTokenBalance } from 'state/wallet/hooks'
|
||||
import styled from 'styled-components/macro'
|
||||
import { ExternalLink, TYPE } from 'theme'
|
||||
import { shortenAddress } from 'utils'
|
||||
import { ExplorerDataType, getExplorerLink } from 'utils/getExplorerLink'
|
||||
import CreateProposal from 'pages/CreateProposal'
|
||||
import { Route } from 'react-router-dom'
|
||||
|
||||
import { ZERO_ADDRESS } from '../../constants/misc'
|
||||
import { UNI } from '../../constants/tokens'
|
||||
import { ProposalStatus } from './styled'
|
||||
|
||||
const PageWrapper = styled(AutoColumn)``
|
||||
|
||||
const TopSection = styled(AutoColumn)`
|
||||
max-width: 640px;
|
||||
width: 100%;
|
||||
`
|
||||
|
||||
const Proposal = styled(Button)`
|
||||
padding: 0.75rem 1rem;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
border-radius: 12px;
|
||||
display: grid;
|
||||
grid-template-columns: 48px 1fr 120px;
|
||||
align-items: center;
|
||||
text-align: left;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
color: ${({ theme }) => theme.text1};
|
||||
text-decoration: none;
|
||||
background-color: ${({ theme }) => theme.bg1};
|
||||
&:focus {
|
||||
background-color: ${({ theme }) => darken(0.05, theme.bg1)};
|
||||
}
|
||||
&:hover {
|
||||
background-color: ${({ theme }) => darken(0.05, theme.bg1)};
|
||||
}
|
||||
`
|
||||
|
||||
const ProposalNumber = styled.span`
|
||||
opacity: 0.6;
|
||||
`
|
||||
|
||||
const ProposalTitle = styled.span`
|
||||
font-weight: 600;
|
||||
`
|
||||
|
||||
const VoteCard = styled(DataCard)`
|
||||
background: radial-gradient(76.02% 75.41% at 1.84% 0%, #27ae60 0%, #000000 100%);
|
||||
overflow: hidden;
|
||||
`
|
||||
|
||||
const WrapSmall = styled(RowBetween)`
|
||||
margin-bottom: 1rem;
|
||||
${({ theme }) => theme.mediaWidth.upToSmall`
|
||||
flex-wrap: wrap;
|
||||
`};
|
||||
`
|
||||
|
||||
const TextButton = styled(TYPE.main)`
|
||||
color: ${({ theme }) => theme.primary1};
|
||||
:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
`
|
||||
|
||||
const AddressButton = styled.div`
|
||||
border: 1px solid ${({ theme }) => theme.bg3};
|
||||
padding: 2px 4px;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
`
|
||||
|
||||
const StyledExternalLink = styled(ExternalLink)`
|
||||
color: ${({ theme }) => theme.text1};
|
||||
`
|
||||
import Landing from './Landing'
|
||||
import VotePage from './VotePage'
|
||||
|
||||
export default function Vote() {
|
||||
const { account, chainId } = useActiveWeb3React()
|
||||
|
||||
// toggle for showing delegation modal
|
||||
const showDelegateModal = useModalOpen(ApplicationModal.DELEGATE)
|
||||
const toggleDelegateModal = useToggleDelegateModal()
|
||||
|
||||
// get data to list all proposals
|
||||
const { data: allProposals, loading: loadingProposals } = useAllProposalData()
|
||||
|
||||
// user data
|
||||
const { loading: loadingAvailableVotes, votes: availableVotes } = useUserVotes()
|
||||
const uniBalance: CurrencyAmount<Token> | undefined = useTokenBalance(
|
||||
account ?? undefined,
|
||||
chainId ? UNI[chainId] : undefined
|
||||
)
|
||||
const userDelegatee: string | undefined = useUserDelegatee()
|
||||
|
||||
// show delegation option if they have have a balance, but have not delegated
|
||||
const showUnlockVoting = Boolean(
|
||||
uniBalance && JSBI.notEqual(uniBalance.quotient, JSBI.BigInt(0)) && userDelegatee === ZERO_ADDRESS
|
||||
)
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageWrapper gap="lg" justify="center">
|
||||
<DelegateModal
|
||||
isOpen={showDelegateModal}
|
||||
onDismiss={toggleDelegateModal}
|
||||
title={showUnlockVoting ? <Trans>Unlock Votes</Trans> : <Trans>Update Delegation</Trans>}
|
||||
/>
|
||||
<TopSection gap="md">
|
||||
<VoteCard>
|
||||
<CardBGImage />
|
||||
<CardNoise />
|
||||
<CardSection>
|
||||
<AutoColumn gap="md">
|
||||
<RowBetween>
|
||||
<TYPE.white fontWeight={600}>
|
||||
<Trans>Uniswap Governance</Trans>
|
||||
</TYPE.white>
|
||||
</RowBetween>
|
||||
<RowBetween>
|
||||
<TYPE.white fontSize={14}>
|
||||
<Trans>
|
||||
UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself
|
||||
or delegate your votes to a third party.
|
||||
</Trans>
|
||||
</TYPE.white>
|
||||
</RowBetween>
|
||||
<ExternalLink
|
||||
style={{ color: 'white', textDecoration: 'underline' }}
|
||||
href="https://uniswap.org/blog/uni"
|
||||
target="_blank"
|
||||
>
|
||||
<TYPE.white fontSize={14}>
|
||||
<Trans>Read more about Uniswap governance</Trans>
|
||||
</TYPE.white>
|
||||
</ExternalLink>
|
||||
</AutoColumn>
|
||||
</CardSection>
|
||||
<CardBGImage />
|
||||
<CardNoise />
|
||||
</VoteCard>
|
||||
</TopSection>
|
||||
<TopSection gap="2px">
|
||||
<WrapSmall>
|
||||
<TYPE.mediumHeader style={{ margin: '0.5rem 0.5rem 0.5rem 0', flexShrink: 0 }}>
|
||||
<Trans>Proposals</Trans>
|
||||
</TYPE.mediumHeader>
|
||||
<AutoRow gap="6px" justify="flex-end">
|
||||
{loadingProposals || loadingAvailableVotes ? <Loader /> : null}
|
||||
{showUnlockVoting ? (
|
||||
<ButtonPrimary
|
||||
style={{ width: 'fit-content' }}
|
||||
padding="8px"
|
||||
$borderRadius="8px"
|
||||
onClick={toggleDelegateModal}
|
||||
>
|
||||
<Trans>Unlock Voting</Trans>
|
||||
</ButtonPrimary>
|
||||
) : availableVotes && JSBI.notEqual(JSBI.BigInt(0), availableVotes?.quotient) ? (
|
||||
<TYPE.body fontWeight={500} mr="6px">
|
||||
<Trans>
|
||||
<FormattedCurrencyAmount currencyAmount={availableVotes} /> Votes
|
||||
</Trans>
|
||||
</TYPE.body>
|
||||
) : uniBalance &&
|
||||
userDelegatee &&
|
||||
userDelegatee !== ZERO_ADDRESS &&
|
||||
JSBI.notEqual(JSBI.BigInt(0), uniBalance?.quotient) ? (
|
||||
<TYPE.body fontWeight={500} mr="6px">
|
||||
<Trans>
|
||||
<FormattedCurrencyAmount currencyAmount={uniBalance} /> Votes
|
||||
</Trans>
|
||||
</TYPE.body>
|
||||
) : (
|
||||
''
|
||||
)}
|
||||
<ButtonPrimary
|
||||
as={Link}
|
||||
to="/create-proposal"
|
||||
style={{ width: 'fit-content', borderRadius: '8px' }}
|
||||
padding="8px"
|
||||
>
|
||||
<Trans>Create Proposal</Trans>
|
||||
</ButtonPrimary>
|
||||
</AutoRow>
|
||||
</WrapSmall>
|
||||
{!showUnlockVoting && (
|
||||
<RowBetween>
|
||||
<div />
|
||||
{userDelegatee && userDelegatee !== ZERO_ADDRESS ? (
|
||||
<RowFixed>
|
||||
<TYPE.body fontWeight={500} mr="4px">
|
||||
<Trans>Delegated to:</Trans>
|
||||
</TYPE.body>
|
||||
<AddressButton>
|
||||
<StyledExternalLink
|
||||
href={getExplorerLink(1, userDelegatee, ExplorerDataType.ADDRESS)}
|
||||
style={{ margin: '0 4px' }}
|
||||
>
|
||||
{userDelegatee === account ? <Trans>Self</Trans> : shortenAddress(userDelegatee)}
|
||||
</StyledExternalLink>
|
||||
<TextButton onClick={toggleDelegateModal} style={{ marginLeft: '4px' }}>
|
||||
<Trans>(edit)</Trans>
|
||||
</TextButton>
|
||||
</AddressButton>
|
||||
</RowFixed>
|
||||
) : (
|
||||
''
|
||||
)}
|
||||
</RowBetween>
|
||||
)}
|
||||
{allProposals?.length === 0 && <ProposalEmptyState />}
|
||||
{allProposals
|
||||
?.slice(0)
|
||||
?.reverse()
|
||||
?.map((p: ProposalData) => {
|
||||
return (
|
||||
<Proposal as={Link} to={`/vote/${p.governorIndex}/${p.id}`} key={`${p.governorIndex}${p.id}`}>
|
||||
<ProposalNumber>
|
||||
{p.governorIndex}.{p.id}
|
||||
</ProposalNumber>
|
||||
<ProposalTitle>{p.title}</ProposalTitle>
|
||||
<ProposalStatus status={p.status} />
|
||||
</Proposal>
|
||||
)
|
||||
})}
|
||||
</TopSection>
|
||||
<TYPE.subHeader color="text3">
|
||||
<Trans>A minimum threshold of 0.25% of the total UNI supply is required to submit proposals</Trans>
|
||||
</TYPE.subHeader>
|
||||
</PageWrapper>
|
||||
<SwitchLocaleLink />
|
||||
<Route exact strict path="/vote/:governorIndex/:id" component={VotePage} />
|
||||
<Route exact strict path="/vote/create-proposal" component={CreateProposal} />
|
||||
<Route exact strict path="/vote" component={Landing} />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@ describe('application reducer', () => {
|
||||
[1]: 3,
|
||||
},
|
||||
chainId: null,
|
||||
chainConnectivityWarning: false,
|
||||
implements3085: false,
|
||||
openModal: null,
|
||||
popupList: [],
|
||||
|
||||
@@ -25,7 +25,6 @@ type PopupList = Array<{ key: string; show: boolean; content: PopupContent; remo
|
||||
|
||||
export interface ApplicationState {
|
||||
readonly blockNumber: { readonly [chainId: number]: number }
|
||||
readonly chainConnectivityWarning: boolean
|
||||
readonly chainId: number | null
|
||||
readonly implements3085: boolean
|
||||
readonly openModal: ApplicationModal | null
|
||||
@@ -34,7 +33,6 @@ export interface ApplicationState {
|
||||
|
||||
const initialState: ApplicationState = {
|
||||
blockNumber: {},
|
||||
chainConnectivityWarning: false,
|
||||
chainId: null,
|
||||
implements3085: false,
|
||||
openModal: null,
|
||||
@@ -80,19 +78,9 @@ const applicationSlice = createSlice({
|
||||
setImplements3085(state, { payload: { implements3085 } }) {
|
||||
state.implements3085 = implements3085
|
||||
},
|
||||
setChainConnectivityWarning(state, { payload: { warn } }) {
|
||||
state.chainConnectivityWarning = warn
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
export const {
|
||||
updateChainId,
|
||||
updateBlockNumber,
|
||||
setOpenModal,
|
||||
addPopup,
|
||||
removePopup,
|
||||
setImplements3085,
|
||||
setChainConnectivityWarning,
|
||||
} = applicationSlice.actions
|
||||
export const { updateChainId, updateBlockNumber, setOpenModal, addPopup, removePopup, setImplements3085 } =
|
||||
applicationSlice.actions
|
||||
export default applicationSlice.reducer
|
||||
|
||||
@@ -1,16 +1,13 @@
|
||||
import { CHAIN_INFO } from 'constants/chains'
|
||||
import useDebounce from 'hooks/useDebounce'
|
||||
import useIsWindowVisible from 'hooks/useIsWindowVisible'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import ms from 'ms.macro'
|
||||
import { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import { useCallback, useEffect, useState } from 'react'
|
||||
import { api, CHAIN_TAG } from 'state/data/enhanced'
|
||||
import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
import { supportedChainId } from 'utils/supportedChainId'
|
||||
import { switchToNetwork } from 'utils/switchToNetwork'
|
||||
|
||||
import { useBlockNumber } from './hooks'
|
||||
import { setChainConnectivityWarning, setImplements3085, updateBlockNumber, updateChainId } from './reducer'
|
||||
import { setImplements3085, updateBlockNumber, updateChainId } from './reducer'
|
||||
|
||||
function useQueryCacheInvalidator() {
|
||||
const dispatch = useAppDispatch()
|
||||
@@ -25,43 +22,6 @@ function useQueryCacheInvalidator() {
|
||||
}, [chainId, dispatch])
|
||||
}
|
||||
|
||||
const NETWORK_HEALTH_CHECK_MS = ms`15s`
|
||||
const DEFAULT_MS_BEFORE_WARNING = ms`10m`
|
||||
|
||||
function useBlockWarningTimer() {
|
||||
const { chainId } = useActiveWeb3React()
|
||||
const dispatch = useAppDispatch()
|
||||
const chainConnectivityWarningActive = useAppSelector((state) => state.application.chainConnectivityWarning)
|
||||
const timeout = useRef<NodeJS.Timeout>()
|
||||
const isWindowVisible = useIsWindowVisible()
|
||||
const [msSinceLastBlock, setMsSinceLastBlock] = useState(0)
|
||||
const currentBlock = useBlockNumber()
|
||||
|
||||
useEffect(() => {
|
||||
setMsSinceLastBlock(0)
|
||||
}, [currentBlock])
|
||||
|
||||
useEffect(() => {
|
||||
const waitMsBeforeWarning =
|
||||
(chainId ? CHAIN_INFO[chainId]?.blockWaitMsBeforeWarning : DEFAULT_MS_BEFORE_WARNING) ?? DEFAULT_MS_BEFORE_WARNING
|
||||
|
||||
timeout.current = setTimeout(() => {
|
||||
setMsSinceLastBlock(NETWORK_HEALTH_CHECK_MS + msSinceLastBlock)
|
||||
if (msSinceLastBlock > waitMsBeforeWarning && isWindowVisible) {
|
||||
dispatch(setChainConnectivityWarning({ warn: true }))
|
||||
} else if (chainConnectivityWarningActive) {
|
||||
dispatch(setChainConnectivityWarning({ warn: false }))
|
||||
}
|
||||
}, NETWORK_HEALTH_CHECK_MS)
|
||||
|
||||
return function cleanup() {
|
||||
if (timeout.current) {
|
||||
clearTimeout(timeout.current)
|
||||
}
|
||||
}
|
||||
}, [chainId, chainConnectivityWarningActive, dispatch, isWindowVisible, msSinceLastBlock, setMsSinceLastBlock])
|
||||
}
|
||||
|
||||
export default function Updater(): null {
|
||||
const { account, chainId, library } = useActiveWeb3React()
|
||||
const dispatch = useAppDispatch()
|
||||
@@ -72,7 +32,6 @@ export default function Updater(): null {
|
||||
blockNumber: null,
|
||||
})
|
||||
|
||||
useBlockWarningTimer()
|
||||
useQueryCacheInvalidator()
|
||||
|
||||
const blockNumberCallback = useCallback(
|
||||
|
||||
@@ -164,7 +164,7 @@ export function useClaimCallback(account: string | null | undefined): {
|
||||
|
||||
return distributorContract.estimateGas['claim'](...args, {}).then((estimatedGasLimit) => {
|
||||
return distributorContract
|
||||
.claim(...args, { value: null, gasLimit: calculateGasMargin(chainId, estimatedGasLimit) })
|
||||
.claim(...args, { value: null, gasLimit: calculateGasMargin(estimatedGasLimit) })
|
||||
.then((response: TransactionResponse) => {
|
||||
addTransaction(response, {
|
||||
type: TransactionType.CLAIM,
|
||||
|
||||
@@ -21,7 +21,7 @@ import { useCallback, useMemo } from 'react'
|
||||
import { calculateGasMargin } from 'utils/calculateGasMargin'
|
||||
|
||||
import { SupportedChainId } from '../../constants/chains'
|
||||
import { BRAVO_START_BLOCK, UNISWAP_GRANTS_START_BLOCK } from '../../constants/proposals'
|
||||
import { BRAVO_START_BLOCK, ONE_BIP_START_BLOCK, UNISWAP_GRANTS_START_BLOCK } from '../../constants/proposals'
|
||||
import { UNI } from '../../constants/tokens'
|
||||
import { useLogs } from '../logs/hooks'
|
||||
import { useSingleCallResult, useSingleContractMultipleData } from '../multicall/hooks'
|
||||
@@ -104,6 +104,8 @@ function useFormattedProposalCreatedLogs(
|
||||
?.filter((parsed) => indices.flat().some((i) => i === parsed.id.toNumber()))
|
||||
?.map((parsed) => {
|
||||
let description!: string
|
||||
|
||||
const startBlock = parseInt(parsed.startBlock?.toString())
|
||||
try {
|
||||
description = parsed.description
|
||||
} catch (error) {
|
||||
@@ -111,7 +113,6 @@ function useFormattedProposalCreatedLogs(
|
||||
let onError = Utf8ErrorFuncs.replace
|
||||
|
||||
// Bravo proposal reverses the codepoints for U+2018 (‘) and U+2026 (…)
|
||||
const startBlock = parseInt(parsed.startBlock?.toString())
|
||||
if (startBlock === BRAVO_START_BLOCK) {
|
||||
const U2018 = [0xe2, 0x80, 0x98].toString()
|
||||
const U2026 = [0xe2, 0x80, 0xa6].toString()
|
||||
@@ -131,12 +132,13 @@ function useFormattedProposalCreatedLogs(
|
||||
}
|
||||
|
||||
description = JSON.parse(toUtf8String(error.error.value, onError)) || ''
|
||||
|
||||
// Bravo proposal omits newlines
|
||||
if (startBlock === BRAVO_START_BLOCK) {
|
||||
description = description.replace(/ /g, '\n').replace(/\d\. /g, '\n$&')
|
||||
}
|
||||
}
|
||||
|
||||
// Bravo and one bip proposals omit newlines
|
||||
if (startBlock === BRAVO_START_BLOCK || startBlock === ONE_BIP_START_BLOCK) {
|
||||
description = description.replace(/ /g, '\n').replace(/\d\. /g, '\n$&')
|
||||
}
|
||||
|
||||
return {
|
||||
description,
|
||||
details: parsed.targets.map((target: string, i: number) => {
|
||||
@@ -304,7 +306,7 @@ export function useDelegateCallback(): (delegatee: string | undefined) => undefi
|
||||
if (!uniContract) throw new Error('No UNI Contract!')
|
||||
return uniContract.estimateGas.delegate(...args, {}).then((estimatedGasLimit) => {
|
||||
return uniContract
|
||||
.delegate(...args, { value: null, gasLimit: calculateGasMargin(chainId, estimatedGasLimit) })
|
||||
.delegate(...args, { value: null, gasLimit: calculateGasMargin(estimatedGasLimit) })
|
||||
.then((response: TransactionResponse) => {
|
||||
addTransaction(response, {
|
||||
type: TransactionType.DELEGATE,
|
||||
@@ -333,7 +335,7 @@ export function useVoteCallback(): {
|
||||
const args = [proposalId, voteOption === VoteOption.Against ? 0 : voteOption === VoteOption.For ? 1 : 2]
|
||||
return latestGovernanceContract.estimateGas.castVote(...args, {}).then((estimatedGasLimit) => {
|
||||
return latestGovernanceContract
|
||||
.castVote(...args, { value: null, gasLimit: calculateGasMargin(chainId, estimatedGasLimit) })
|
||||
.castVote(...args, { value: null, gasLimit: calculateGasMargin(estimatedGasLimit) })
|
||||
.then((response: TransactionResponse) => {
|
||||
addTransaction(response, {
|
||||
type: TransactionType.VOTE,
|
||||
@@ -373,7 +375,7 @@ export function useCreateProposalCallback(): (
|
||||
|
||||
return latestGovernanceContract.estimateGas.propose(...args).then((estimatedGasLimit) => {
|
||||
return latestGovernanceContract
|
||||
.propose(...args, { gasLimit: calculateGasMargin(chainId, estimatedGasLimit) })
|
||||
.propose(...args, { gasLimit: calculateGasMargin(estimatedGasLimit) })
|
||||
.then((response: TransactionResponse) => {
|
||||
addTransaction(response, {
|
||||
type: TransactionType.SUBMIT_PROPOSAL,
|
||||
|
||||
@@ -95,7 +95,7 @@ export default createReducer(initialState, (builder) =>
|
||||
}
|
||||
|
||||
state.byUrl[url] = {
|
||||
current: null,
|
||||
current: state.byUrl[url].current ? state.byUrl[url].current : null,
|
||||
pendingUpdate: null,
|
||||
loadingRequestId: null,
|
||||
error: errorMessage,
|
||||
|
||||
@@ -21,7 +21,7 @@ export const routingApi = createApi({
|
||||
type: 'exactIn' | 'exactOut'
|
||||
}
|
||||
>({
|
||||
query: (args) => `quote?${qs.stringify(args)}`,
|
||||
query: (args) => `quote?${qs.stringify({ ...args, protocols: 'v3' })}`,
|
||||
}),
|
||||
}),
|
||||
})
|
||||
|
||||
@@ -2,7 +2,6 @@ import { Interface } from '@ethersproject/abi'
|
||||
import { Currency, CurrencyAmount, Ether, Token } from '@uniswap/sdk-core'
|
||||
import ERC20ABI from 'abis/erc20.json'
|
||||
import { Erc20Interface } from 'abis/types/Erc20'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
import JSBI from 'jsbi'
|
||||
import { useMemo } from 'react'
|
||||
|
||||
@@ -52,11 +51,6 @@ export function useETHBalances(uncheckedAddresses?: (string | undefined)[]): {
|
||||
)
|
||||
}
|
||||
|
||||
const TOKEN_BALANCE_GAS_OVERRIDE: { [chainId: number]: number } = {
|
||||
[SupportedChainId.OPTIMISM]: 250_000,
|
||||
[SupportedChainId.OPTIMISTIC_KOVAN]: 250_000,
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a map of token addresses to their eventually consistent token balances for a single account.
|
||||
*/
|
||||
@@ -69,12 +63,10 @@ export function useTokenBalancesWithLoadingIndicator(
|
||||
[tokens]
|
||||
)
|
||||
|
||||
const { chainId } = useActiveWeb3React()
|
||||
|
||||
const validatedTokenAddresses = useMemo(() => validatedTokens.map((vt) => vt.address), [validatedTokens])
|
||||
const ERC20Interface = new Interface(ERC20ABI) as Erc20Interface
|
||||
const balances = useMultipleContractSingleData(validatedTokenAddresses, ERC20Interface, 'balanceOf', [address], {
|
||||
gasRequired: (chainId && TOKEN_BALANCE_GAS_OVERRIDE[chainId]) ?? 100_000,
|
||||
gasRequired: 100_000,
|
||||
})
|
||||
|
||||
const anyLoading: boolean = useMemo(() => balances.some((callState) => callState.loading), [balances])
|
||||
|
||||
@@ -4,12 +4,7 @@ import { calculateGasMargin } from './calculateGasMargin'
|
||||
|
||||
describe('#calculateGasMargin', () => {
|
||||
it('adds 20%', () => {
|
||||
expect(calculateGasMargin(1, BigNumber.from(1000)).toString()).toEqual('1200')
|
||||
expect(calculateGasMargin(1, BigNumber.from(50)).toString()).toEqual('60')
|
||||
})
|
||||
|
||||
it('optimism - returns exact value', () => {
|
||||
expect(calculateGasMargin(69, BigNumber.from(1000)).toString()).toEqual('1000')
|
||||
expect(calculateGasMargin(69, BigNumber.from(50)).toString()).toEqual('50')
|
||||
expect(calculateGasMargin(BigNumber.from(1000)).toString()).toEqual('1200')
|
||||
expect(calculateGasMargin(BigNumber.from(50)).toString()).toEqual('60')
|
||||
})
|
||||
})
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { BigNumber } from '@ethersproject/bignumber'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
|
||||
// add 20% (except on optimism)
|
||||
export function calculateGasMargin(chainId: number, value: BigNumber): BigNumber {
|
||||
return chainId === SupportedChainId.OPTIMISM || chainId === SupportedChainId.OPTIMISTIC_KOVAN
|
||||
? value
|
||||
: value.mul(BigNumber.from(10000 + 2000)).div(BigNumber.from(10000))
|
||||
/**
|
||||
* Returns the gas value plus a margin for unexpected or variable gas costs
|
||||
* @param value the gas value to pad
|
||||
*/
|
||||
export function calculateGasMargin(value: BigNumber): BigNumber {
|
||||
return value.mul(120).div(100)
|
||||
}
|
||||
|
||||
207
yarn.lock
207
yarn.lock
@@ -4123,11 +4123,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9"
|
||||
integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==
|
||||
|
||||
"@types/luxon@^1.24.4":
|
||||
version "1.27.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-1.27.1.tgz#aceeb2d5be8fccf541237e184e37ecff5faa9096"
|
||||
integrity sha512-cPiXpOvPFDr2edMnOXlz3UBDApwUfR+cpizvxCy0n3vp9bz/qe8BWzHPIEFcy+ogUOyjKuCISgyq77ELZPmkkg==
|
||||
|
||||
"@types/minimatch@*":
|
||||
version "3.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
|
||||
@@ -4559,10 +4554,10 @@
|
||||
"@typescript-eslint/types" "4.30.0"
|
||||
eslint-visitor-keys "^2.0.0"
|
||||
|
||||
"@uniswap/default-token-list@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.npmjs.org/@uniswap/default-token-list/-/default-token-list-2.0.0.tgz"
|
||||
integrity sha512-P37PqBtUjEB9DIRFfmEsgougkV0555JQKiGPISeN9UFk1UgCQM5sg6+bBaShiyaqEpdtttAaBFI1QESCzPGvXw==
|
||||
"@uniswap/default-token-list@^2.1.0":
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@uniswap/default-token-list/-/default-token-list-2.1.0.tgz#06dc33fbdb3bc4c507d4e9ac8b8b62ef5b252c8d"
|
||||
integrity sha512-Cd2CrtZ+rNk55txvO76EEZRWOyojX+YyY0xxVjiMN00Y9nKDCftYoUNvwy9d+VuTySYjyCAVUef4PdcongZAPg==
|
||||
|
||||
"@uniswap/governance@^1.0.2":
|
||||
version "1.0.2"
|
||||
@@ -4642,6 +4637,18 @@
|
||||
resolved "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.0.tgz"
|
||||
integrity sha512-kSC4djMGKMHj7sLMYVnn61k9nu+lHjMIxgg9CDQT+s2QYLoA56GbSK9Oxr+qJXzzygbkrmuY6cwgP6cW2JXPFA==
|
||||
|
||||
"@uniswap/v3-periphery@^1.0.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@uniswap/v3-periphery/-/v3-periphery-1.2.1.tgz#7775630bea774a2cf989ab87ce3c328ac52e0d50"
|
||||
integrity sha512-45W8hT8X1j9ZcXa+y3NSVao90hMZtgtoJyDlMOg91wmUGi2idXAiGivOQYdB7+7Lq8Gc6Upv/ggFZknixZrv7g==
|
||||
dependencies:
|
||||
"@openzeppelin/contracts" "3.4.1-solc-0.7-2"
|
||||
"@uniswap/lib" "^4.0.1-alpha"
|
||||
"@uniswap/v2-core" "1.0.1"
|
||||
"@uniswap/v3-core" "1.0.0"
|
||||
base64-sol "1.0.1"
|
||||
hardhat-watcher "^2.1.1"
|
||||
|
||||
"@uniswap/v3-periphery@^1.1.1":
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@uniswap/v3-periphery/-/v3-periphery-1.1.1.tgz#be6dfca7b29318ea0d76a7baf15d3b33c3c5e90a"
|
||||
@@ -4654,18 +4661,28 @@
|
||||
base64-sol "1.0.1"
|
||||
hardhat-watcher "^2.1.1"
|
||||
|
||||
"@uniswap/v3-sdk@^3.4.1":
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@uniswap/v3-sdk/-/v3-sdk-3.4.1.tgz#2cf9b5f4dd826d6600245254e7bc7d2d4a4282ee"
|
||||
integrity sha512-P0zcgOgpSqEbI/2DVESm8kf8OydagMEAzZR7qqLOe4JsUyhK1A4u1dy8tYDgWUBW0WeruEXSPNGiEL0pYPy3HQ==
|
||||
"@uniswap/v3-sdk@^3.7.1":
|
||||
version "3.7.1"
|
||||
resolved "https://registry.yarnpkg.com/@uniswap/v3-sdk/-/v3-sdk-3.7.1.tgz#8a3740ff6302d8069e7ce4a38b7588721398048b"
|
||||
integrity sha512-/0FBsrRijfAEOVO0ejCQX36MwaKzjKCaInUA1dNqFyDNZ5dthvv6jUhMADYuNXZnhN6NcSdIj6xhlc/cpgPm9Q==
|
||||
dependencies:
|
||||
"@ethersproject/abi" "^5.0.12"
|
||||
"@ethersproject/solidity" "^5.0.9"
|
||||
"@uniswap/sdk-core" "^3.0.1"
|
||||
"@uniswap/v3-periphery" "^1.1.1"
|
||||
"@uniswap/v3-staker" "1.0.0"
|
||||
tiny-invariant "^1.1.0"
|
||||
tiny-warning "^1.0.3"
|
||||
|
||||
"@uniswap/v3-staker@1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@uniswap/v3-staker/-/v3-staker-1.0.0.tgz#9a6915ec980852479dfc903f50baf822ff8fa66e"
|
||||
integrity sha512-JV0Qc46Px5alvg6YWd+UIaGH9lDuYG/Js7ngxPit1SPaIP30AlVer1UYB7BRYeUVVxE+byUyIeN5jeQ7LLDjIw==
|
||||
dependencies:
|
||||
"@openzeppelin/contracts" "3.4.1-solc-0.7-2"
|
||||
"@uniswap/v3-core" "1.0.0"
|
||||
"@uniswap/v3-periphery" "^1.0.1"
|
||||
|
||||
"@vibrant/color@^3.2.1-alpha.1":
|
||||
version "3.2.1-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/@vibrant/color/-/color-3.2.1-alpha.1.tgz#1bcee4545d2276d36f9a1acb42ab3485a9b489ec"
|
||||
@@ -5007,14 +5024,14 @@
|
||||
"@web3-react/types" "^6.0.7"
|
||||
tiny-invariant "^1.0.6"
|
||||
|
||||
"@web3-react/walletlink-connector@^6.2.3":
|
||||
version "6.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@web3-react/walletlink-connector/-/walletlink-connector-6.2.3.tgz#d6c2c3a1b8b7e05147845ee61fa19de13db82e19"
|
||||
integrity sha512-vJsXyC2NWpVrlnfgwsssDuFo3P/xCoKOjvkEjbQyQEig2aucPijwuxc58BG/YzDx4FyeeyzpnkDMLfcXFuI1pg==
|
||||
"@web3-react/walletlink-connector@^6.2.8":
|
||||
version "6.2.8"
|
||||
resolved "https://registry.yarnpkg.com/@web3-react/walletlink-connector/-/walletlink-connector-6.2.8.tgz#aaf7f413229f58d8087a15e0d049bbcbe5e0bd49"
|
||||
integrity sha512-pSGufPz5JntSUvy88XcOrn5VN3qmX+ZVQ2lXAeWWb7YS2wTlAStPghZbln8t1li7jr1NUJ0w/gMDVpAwjwq4ZA==
|
||||
dependencies:
|
||||
"@web3-react/abstract-connector" "^6.0.7"
|
||||
"@web3-react/types" "^6.0.7"
|
||||
walletlink "^2.1.6"
|
||||
walletlink "^2.2.6"
|
||||
|
||||
"@webassemblyjs/ast@1.9.0":
|
||||
version "1.9.0"
|
||||
@@ -5722,6 +5739,11 @@ autoprefixer@^9.6.1:
|
||||
postcss "^7.0.32"
|
||||
postcss-value-parser "^4.1.0"
|
||||
|
||||
available-typed-arrays@^1.0.5:
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
|
||||
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
|
||||
|
||||
aws-sign2@~0.7.0:
|
||||
version "0.7.0"
|
||||
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
||||
@@ -7006,6 +7028,14 @@ buffer@^5.2.0, buffer@^5.2.1, buffer@^5.4.3, buffer@^5.5.0, buffer@^5.7.0:
|
||||
base64-js "^1.3.1"
|
||||
ieee754 "^1.1.13"
|
||||
|
||||
buffer@^6.0.3:
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
|
||||
integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
|
||||
dependencies:
|
||||
base64-js "^1.3.1"
|
||||
ieee754 "^1.2.1"
|
||||
|
||||
builtin-modules@^3.1.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
|
||||
@@ -9517,6 +9547,32 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-
|
||||
string.prototype.trimstart "^1.0.4"
|
||||
unbox-primitive "^1.0.1"
|
||||
|
||||
es-abstract@^1.18.5:
|
||||
version "1.19.1"
|
||||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
|
||||
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
|
||||
dependencies:
|
||||
call-bind "^1.0.2"
|
||||
es-to-primitive "^1.2.1"
|
||||
function-bind "^1.1.1"
|
||||
get-intrinsic "^1.1.1"
|
||||
get-symbol-description "^1.0.0"
|
||||
has "^1.0.3"
|
||||
has-symbols "^1.0.2"
|
||||
internal-slot "^1.0.3"
|
||||
is-callable "^1.2.4"
|
||||
is-negative-zero "^2.0.1"
|
||||
is-regex "^1.1.4"
|
||||
is-shared-array-buffer "^1.0.1"
|
||||
is-string "^1.0.7"
|
||||
is-weakref "^1.0.1"
|
||||
object-inspect "^1.11.0"
|
||||
object-keys "^1.1.1"
|
||||
object.assign "^4.1.2"
|
||||
string.prototype.trimend "^1.0.4"
|
||||
string.prototype.trimstart "^1.0.4"
|
||||
unbox-primitive "^1.0.1"
|
||||
|
||||
es-to-primitive@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
|
||||
@@ -9719,6 +9775,18 @@ eslint-plugin-testing-library@^3.9.2:
|
||||
dependencies:
|
||||
"@typescript-eslint/experimental-utils" "^3.10.1"
|
||||
|
||||
eslint-plugin-unused-imports@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz#d8db8c4d0cfa0637a8b51ce3fd7d1b6bc3f08520"
|
||||
integrity sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==
|
||||
dependencies:
|
||||
eslint-rule-composer "^0.3.0"
|
||||
|
||||
eslint-rule-composer@^0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
|
||||
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
|
||||
|
||||
eslint-scope@^4.0.3:
|
||||
version "4.0.3"
|
||||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
|
||||
@@ -10872,6 +10940,11 @@ for-in@^1.0.2:
|
||||
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
|
||||
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
|
||||
|
||||
foreach@^2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
|
||||
integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k=
|
||||
|
||||
forever-agent@~0.6.1:
|
||||
version "0.6.1"
|
||||
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
|
||||
@@ -11843,7 +11916,7 @@ identity-obj-proxy@3.0.0:
|
||||
dependencies:
|
||||
harmony-reflect "^1.4.6"
|
||||
|
||||
ieee754@^1.1.13, ieee754@^1.1.4:
|
||||
ieee754@^1.1.13, ieee754@^1.1.4, ieee754@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
|
||||
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
||||
@@ -12331,6 +12404,13 @@ is-generator-fn@^2.0.0:
|
||||
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
|
||||
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
|
||||
|
||||
is-generator-function@^1.0.7:
|
||||
version "1.0.10"
|
||||
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
|
||||
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
|
||||
dependencies:
|
||||
has-tostringtag "^1.0.0"
|
||||
|
||||
is-glob@4.0.1, is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz"
|
||||
@@ -12526,6 +12606,11 @@ is-root@2.1.0:
|
||||
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
|
||||
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
|
||||
|
||||
is-shared-array-buffer@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
|
||||
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
|
||||
|
||||
is-stream@^1.0.1, is-stream@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
||||
@@ -12550,6 +12635,17 @@ is-symbol@^1.0.2, is-symbol@^1.0.3:
|
||||
dependencies:
|
||||
has-symbols "^1.0.2"
|
||||
|
||||
is-typed-array@^1.1.3, is-typed-array@^1.1.7:
|
||||
version "1.1.8"
|
||||
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.8.tgz#cbaa6585dc7db43318bc5b89523ea384a6f65e79"
|
||||
integrity sha512-HqH41TNZq2fgtGT8WHVFVJhBVGuY3AnP3Q36K8JKXUxSxRgk/d+7NjmwG2vo2mYmXK8UYZKu0qH8bVP5gEisjA==
|
||||
dependencies:
|
||||
available-typed-arrays "^1.0.5"
|
||||
call-bind "^1.0.2"
|
||||
es-abstract "^1.18.5"
|
||||
foreach "^2.0.5"
|
||||
has-tostringtag "^1.0.0"
|
||||
|
||||
is-typedarray@1.0.0, is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
|
||||
@@ -12574,6 +12670,13 @@ is-upper-case@^2.0.2:
|
||||
dependencies:
|
||||
tslib "^2.0.3"
|
||||
|
||||
is-weakref@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
|
||||
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
|
||||
dependencies:
|
||||
call-bind "^1.0.0"
|
||||
|
||||
is-whitespace-character@^1.0.0:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz"
|
||||
@@ -13175,6 +13278,11 @@ jpeg-js@0.4.2:
|
||||
resolved "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.2.tgz"
|
||||
integrity sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw==
|
||||
|
||||
js-sha256@0.9.0:
|
||||
version "0.9.0"
|
||||
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
|
||||
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
|
||||
|
||||
js-sha3@0.5.7:
|
||||
version "0.5.7"
|
||||
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.7.tgz#0d4ffd8002d5333aabaf4a23eed2f6374c9f28e7"
|
||||
@@ -13487,6 +13595,15 @@ keccak@^3.0.0:
|
||||
node-addon-api "^2.0.0"
|
||||
node-gyp-build "^4.2.0"
|
||||
|
||||
keccak@^3.0.1:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.2.tgz#4c2c6e8c54e04f2670ee49fa734eb9da152206e0"
|
||||
integrity sha512-PyKKjkH53wDMLGrvmRGSNWgmSxZOUqbnXwKL9tmgbFYA1iAYqW21kfR7mZXV0MlESiefxQQE9X9fTa3X+2MPDQ==
|
||||
dependencies:
|
||||
node-addon-api "^2.0.0"
|
||||
node-gyp-build "^4.2.0"
|
||||
readable-stream "^3.6.0"
|
||||
|
||||
keyv@^3.0.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9"
|
||||
@@ -14001,11 +14118,6 @@ ltgt@~2.2.0:
|
||||
resolved "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz"
|
||||
integrity sha1-81ypHEk/e3PaDgdJUwTxezH4fuU=
|
||||
|
||||
luxon@^1.25.0:
|
||||
version "1.27.0"
|
||||
resolved "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz"
|
||||
integrity sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==
|
||||
|
||||
lz-string@^1.4.4:
|
||||
version "1.4.4"
|
||||
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
|
||||
@@ -17471,7 +17583,7 @@ readable-stream@^1.0.33:
|
||||
isarray "0.0.1"
|
||||
string_decoder "~0.10.x"
|
||||
|
||||
readable-stream@^3.0.6, readable-stream@^3.4.0, readable-stream@^3.6.0:
|
||||
readable-stream@^3.0.6, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0:
|
||||
version "3.6.0"
|
||||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
||||
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
|
||||
@@ -19013,6 +19125,14 @@ stream-browserify@^2.0.1:
|
||||
inherits "~2.0.1"
|
||||
readable-stream "^2.0.2"
|
||||
|
||||
stream-browserify@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
|
||||
integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
|
||||
dependencies:
|
||||
inherits "~2.0.4"
|
||||
readable-stream "^3.5.0"
|
||||
|
||||
stream-combiner@~0.0.4:
|
||||
version "0.0.4"
|
||||
resolved "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz"
|
||||
@@ -20355,6 +20475,18 @@ util@^0.11.0:
|
||||
dependencies:
|
||||
inherits "2.0.3"
|
||||
|
||||
util@^0.12.4:
|
||||
version "0.12.4"
|
||||
resolved "https://registry.yarnpkg.com/util/-/util-0.12.4.tgz#66121a31420df8f01ca0c464be15dfa1d1850253"
|
||||
integrity sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==
|
||||
dependencies:
|
||||
inherits "^2.0.3"
|
||||
is-arguments "^1.0.4"
|
||||
is-generator-function "^1.0.7"
|
||||
is-typed-array "^1.1.3"
|
||||
safe-buffer "^5.1.2"
|
||||
which-typed-array "^1.1.2"
|
||||
|
||||
utila@~0.4:
|
||||
version "0.4.0"
|
||||
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
|
||||
@@ -20495,21 +20627,26 @@ walker@^1.0.7, walker@~1.0.5:
|
||||
dependencies:
|
||||
makeerror "1.0.x"
|
||||
|
||||
walletlink@^2.1.6:
|
||||
version "2.1.6"
|
||||
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.1.6.tgz#4e48310af09bb0c940a156c26c1d0b1b9506ddb9"
|
||||
integrity sha512-4M+8GrDq4zUCcRsbpBVIwMLVxJ8Fg8ybWi1E6K9d2cYHO1S9WnzsV5MN6HDyThBci00a+O3tKeUD++nVaUyA5g==
|
||||
walletlink@^2.2.6:
|
||||
version "2.2.6"
|
||||
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.2.6.tgz#cfea3ba94e5ea33e87b0a2f31151a77ee1a59d72"
|
||||
integrity sha512-4TF1kkpo9aq1QlfKv6jTCEsV8Rc+1RIuXn2EtsTJt9/H02fG3oy7k49sqB4gXZ9CWN48yoXnmSwq1GdkvfYGjw==
|
||||
dependencies:
|
||||
"@metamask/safe-event-emitter" "2.0.0"
|
||||
bind-decorator "^1.0.11"
|
||||
bn.js "^5.1.1"
|
||||
buffer "^6.0.3"
|
||||
clsx "^1.1.0"
|
||||
eth-block-tracker "4.4.3"
|
||||
eth-json-rpc-filters "4.2.2"
|
||||
eth-rpc-errors "4.0.2"
|
||||
js-sha256 "0.9.0"
|
||||
json-rpc-engine "6.1.0"
|
||||
keccak "^3.0.1"
|
||||
preact "^10.5.9"
|
||||
rxjs "^6.6.3"
|
||||
stream-browserify "^3.0.0"
|
||||
util "^0.12.4"
|
||||
|
||||
warning@^4.0.2, warning@^4.0.3:
|
||||
version "4.0.3"
|
||||
@@ -20763,6 +20900,18 @@ which-module@^2.0.0:
|
||||
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
||||
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
||||
|
||||
which-typed-array@^1.1.2:
|
||||
version "1.1.7"
|
||||
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.7.tgz#2761799b9a22d4b8660b3c1b40abaa7739691793"
|
||||
integrity sha512-vjxaB4nfDqwKI0ws7wZpxIlde1XrLX5uB0ZjpfshgmapJMD7jJWhZI+yToJTqaFByF0eNBcYxbjmCzoRP7CfEw==
|
||||
dependencies:
|
||||
available-typed-arrays "^1.0.5"
|
||||
call-bind "^1.0.2"
|
||||
es-abstract "^1.18.5"
|
||||
foreach "^2.0.5"
|
||||
has-tostringtag "^1.0.0"
|
||||
is-typed-array "^1.1.7"
|
||||
|
||||
which@^1.2.9, which@^1.3.1:
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
||||
|
||||
Reference in New Issue
Block a user