Compare commits

...

32 Commits

Author SHA1 Message Date
Noah Zinsmeister
9f5764aab3 fix last commit 2021-07-07 09:44:28 -04:00
Noah Zinsmeister
f6dea47907 fix l2 routing bug 2021-07-07 09:38:29 -04:00
Crowdin Bot
8e9981e186 chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-07 08:05:21 +00:00
Crowdin Bot
1509c430fd chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-07 07:04:46 +00:00
Crowdin Bot
93073321db chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-07 06:05:06 +00:00
Crowdin Bot
618760ff1b chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-07 03:04:52 +00:00
Jordan Frankfurt
2d20fc939d feat(L2): network alert cards (optimism and arbitrum) (#1957)
* design review for arbitrum UI

* add optimism L2 UI

* better gradients, remove v2 links/routes, some minor padding and margin fixes
2021-07-06 22:38:47 -04:00
Crowdin Bot
8c1e9b394b chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-06 22:04:39 +00:00
Moody Salem
9b9f431e6f chore: update yarn.lock 2021-07-06 16:28:55 -05:00
Moody Salem
cfe590d810 refactor(devx): show a warning when a call fails due to insufficient gas allowed 2021-07-06 16:28:01 -05:00
Noah Zinsmeister
2ee9b16c49 remove a lot of dead code (#1970) 2021-07-06 17:08:40 -04:00
Moody Salem
c52cd2c38e fix(position image): increase the gas required constraint for the token URI 2021-07-06 16:08:20 -05:00
Noah Zinsmeister
43cefbdc6a no more borderRadius errors! (#1968) 2021-07-06 17:05:19 -04:00
Moody Salem
ae86fefe8b fix: do not reverse the proposals list in place 2021-07-06 10:17:08 -05:00
Crowdin Bot
8901605c32 chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-05 12:05:15 +00:00
Justin Domingue
568829d3b5 fix: invalidate subgraph cache with provideTags (#1962)
* invalidate queries using tags

* enhance generated api with provide tags

* clean up
2021-07-03 12:56:38 -07:00
Justin Domingue
b0f4b4c735 remove loading indicator from fee tier selection (#1954) 2021-07-02 11:00:48 -07:00
Moody Salem
a73d3af4b2 fix: use an arbitrum multicall that returns a better block number 2021-07-02 12:56:12 -05:00
Moody Salem
2c7b431e60 fix: use a multicall that allows limiting gas of the individual calls (#1953)
* fix: use a multicall that allows limiting gas of the individual calls

* use the latest multicall addresses
2021-07-02 12:25:37 -05:00
Ian Lapham
0805b2d9b8 update defaults (#1955) 2021-07-02 13:24:04 -04:00
Moody Salem
6c8fc5a7f6 fix: reduce call retries by specifying a block tag in multicall 2021-07-02 09:25:11 -05:00
Crowdin Bot
702258574d chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-02 06:09:45 +00:00
Crowdin Bot
17bc229a36 chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-01 23:07:38 +00:00
Justin Domingue
458a7d90a0 various edits 2021-07-01 15:13:36 -07:00
Crowdin Bot
72877fb0b6 chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-01 20:09:52 +00:00
Moody Salem
27f756107e refactor: logs hook (#1941)
* feat(logs): add an infrastructure for fetching logs in a declarative way

* use the logs hook in the vote page, first pass

* fix comment

* bit of cleanup

* unused imports

* improve loading indicator on vote page

* some testnet behavior improvements

* fix loader state

* loading state nit

* show correct indexes

* remove the unnecessary retry code

* first pass at the slice

* no throws

* loading indicator should go away if not connected

* use the logs slice for the logs hook state

* style changes per cal's request
2021-07-01 14:44:02 -05:00
Justin Domingue
abfd87c517 feat(pools): fetch pool tick data from uniswap v3 subgraph (#1932)
* add hooks to fecth ticks data and active liquidity

* cleanup

* add polling interval

* moved ms.macro types to dev deps

* generate graphql schema on build

* added @types/ms.macro

* use clone deep
2021-07-01 11:08:53 -07:00
Crowdin Bot
b3d772bdb5 chore(i18n): synchronize translations from crowdin [skip ci] 2021-07-01 18:04:48 +00:00
Justin Domingue
d9c82ebf49 feat: add fee tier distribution badge (#1862)
* integrate with The Graph and auto-select fee tier

* restored

* addressed some design feedback

* add pulsing animation on feeAmount change

* simplify fee tier title

* adjust button radios

* addressed some design feedback

* log ReactGA events

* ignore data while fetching

* update to use new generated queries

* remove deleted file

* add usefeetierdistribution hook

* invalidate cache and standardize the outlined card

* added react ga

* fix show options logic

* address design feedback

* show % select in minified view

* updated merge error
2021-07-01 10:56:27 -07:00
Justin Domingue
5298a5ce29 feat: handle chain id in subgraph api (#1938)
* build dynamic subgraph url based on chain id

* reset api state (query cache) on chain id change

* removed dependency on rtk-query/graphql

* add error message
2021-07-01 09:50:03 -07:00
Moody Salem
4d3073d2d9 fix(position page): link to the token page of the explorer instead of the address page from the position page 2021-07-01 10:55:28 -05:00
Moody Salem
c732f407c6 fix: error messages from walletconnect provider (#1943) 2021-07-01 09:22:28 -05:00
159 changed files with 3671 additions and 9838 deletions

View File

@@ -1,3 +1,4 @@
overrideExisting: true
schema: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3'
documents: 'src/**/!(*.d).{ts,tsx}'
generates:

View File

@@ -19,14 +19,15 @@
"@reach/portal": "^0.10.3",
"@react-hook/window-scroll": "^1.3.0",
"@reduxjs/toolkit": "^1.6.0",
"@rtk-query/graphql-request-base-query": "^1.0.3",
"@typechain/ethers-v5": "^7.0.0",
"@types/jest": "^25.2.1",
"@types/lingui__core": "^2.7.1",
"@types/lingui__macro": "^2.7.4",
"@types/lingui__react": "^2.8.3",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.flatmap": "^4.5.6",
"@types/luxon": "^1.24.4",
"@types/ms.macro": "^2.0.0",
"@types/multicodec": "^1.0.0",
"@types/node": "^13.13.5",
"@types/qs": "^6.9.2",
@@ -52,7 +53,7 @@
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v2-sdk": "^3.0.0-alpha.2",
"@uniswap/v3-core": "1.0.0",
"@uniswap/v3-periphery": "1.0.0",
"@uniswap/v3-periphery": "^1.1.1",
"@uniswap/v3-sdk": "^3.0.0-alpha.9",
"@web3-react/core": "^6.0.9",
"@web3-react/fortmatic-connector": "^6.0.9",
@@ -75,8 +76,10 @@
"graphql-request": "^3.4.0",
"inter-ui": "^3.13.1",
"lightweight-charts": "^3.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.flatmap": "^4.5.0",
"luxon": "^1.25.0",
"ms.macro": "^2.0.0",
"multicodec": "^3.0.1",
"multihashes": "^4.0.2",
"node-vibrant": "^3.1.5",
@@ -89,6 +92,7 @@
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-ga": "^2.5.7",
"react-is": "^17.0.2",
"react-markdown": "^4.3.1",
"react-popper": "^2.2.3",
"react-redux": "^7.2.2",
@@ -103,7 +107,7 @@
"redux-localstorage-simple": "^2.3.1",
"serve": "^11.3.2",
"start-server-and-test": "^1.11.0",
"styled-components": "^4.2.0",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"typechain": "^5.0.0",
"typescript": "^4.2.3",
@@ -117,7 +121,7 @@
"workbox-strategies": "^6.1.0"
},
"resolutions": {
"@walletconnect/web3-provider": "1.4.2-rc.2"
"@walletconnect/web3-provider": "1.5.0-rc.5"
},
"scripts": {
"compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types",

View File

@@ -1,330 +0,0 @@
[
{
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "bytes",
"name": "callData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "aggregate",
"outputs": [
{
"internalType": "uint256",
"name": "blockNumber",
"type": "uint256"
},
{
"internalType": "bytes[]",
"name": "returnData",
"type": "bytes[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "bytes",
"name": "callData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "blockAndAggregate",
"outputs": [
{
"internalType": "uint256",
"name": "blockNumber",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "blockHash",
"type": "bytes32"
},
{
"components": [
{
"internalType": "bool",
"name": "success",
"type": "bool"
},
{
"internalType": "bytes",
"name": "returnData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "blockNumber",
"type": "uint256"
}
],
"name": "getBlockHash",
"outputs": [
{
"internalType": "bytes32",
"name": "blockHash",
"type": "bytes32"
},
{
"components": [
{
"internalType": "bool",
"name": "success",
"type": "bool"
},
{
"internalType": "bytes",
"name": "returnData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getBlockNumber",
"outputs": [
{
"internalType": "uint256",
"name": "blockNumber",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockCoinbase",
"outputs": [
{
"internalType": "address",
"name": "coinbase",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockDifficulty",
"outputs": [
{
"internalType": "uint256",
"name": "difficulty",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockGasLimit",
"outputs": [
{
"internalType": "uint256",
"name": "gaslimit",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "getEthBalance",
"outputs": [
{
"internalType": "uint256",
"name": "balance",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLastBlockHash",
"outputs": [
{
"internalType": "bytes32",
"name": "blockHash",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bool",
"name": "requireSuccess",
"type": "bool"
},
{
"components": [
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "bytes",
"name": "callData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "tryAggregate",
"outputs": [
{
"components": [
{
"internalType": "bool",
"name": "success",
"type": "bool"
},
{
"internalType": "bytes",
"name": "returnData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bool",
"name": "requireSuccess",
"type": "bool"
},
{
"components": [
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "bytes",
"name": "callData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "tryBlockAndAggregate",
"outputs": [
{
"internalType": "uint256",
"name": "blockNumber",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "blockHash",
"type": "bytes32"
},
{
"components": [
{
"internalType": "bool",
"name": "success",
"type": "bool"
},
{
"internalType": "bytes",
"name": "returnData",
"type": "bytes"
}
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]

View File

@@ -1,165 +0,0 @@
[
{
"inputs": [
{
"components": [
{ "internalType": "address", "name": "target", "type": "address" },
{ "internalType": "bytes", "name": "callData", "type": "bytes" }
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "aggregate",
"outputs": [
{ "internalType": "uint256", "name": "blockNumber", "type": "uint256" },
{ "internalType": "bytes[]", "name": "returnData", "type": "bytes[]" }
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"components": [
{ "internalType": "address", "name": "target", "type": "address" },
{ "internalType": "bytes", "name": "callData", "type": "bytes" }
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "blockAndAggregate",
"outputs": [
{ "internalType": "uint256", "name": "blockNumber", "type": "uint256" },
{ "internalType": "bytes32", "name": "blockHash", "type": "bytes32" },
{
"components": [
{ "internalType": "bool", "name": "success", "type": "bool" },
{ "internalType": "bytes", "name": "returnData", "type": "bytes" }
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "uint256", "name": "blockNumber", "type": "uint256" }],
"name": "getBlockHash",
"outputs": [{ "internalType": "bytes32", "name": "blockHash", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getBlockNumber",
"outputs": [{ "internalType": "uint256", "name": "blockNumber", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockCoinbase",
"outputs": [{ "internalType": "address", "name": "coinbase", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockDifficulty",
"outputs": [{ "internalType": "uint256", "name": "difficulty", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockGasLimit",
"outputs": [{ "internalType": "uint256", "name": "gaslimit", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentBlockTimestamp",
"outputs": [{ "internalType": "uint256", "name": "timestamp", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "addr", "type": "address" }],
"name": "getEthBalance",
"outputs": [{ "internalType": "uint256", "name": "balance", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLastBlockHash",
"outputs": [{ "internalType": "bytes32", "name": "blockHash", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "bool", "name": "requireSuccess", "type": "bool" },
{
"components": [
{ "internalType": "address", "name": "target", "type": "address" },
{ "internalType": "bytes", "name": "callData", "type": "bytes" }
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "tryAggregate",
"outputs": [
{
"components": [
{ "internalType": "bool", "name": "success", "type": "bool" },
{ "internalType": "bytes", "name": "returnData", "type": "bytes" }
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "bool", "name": "requireSuccess", "type": "bool" },
{
"components": [
{ "internalType": "address", "name": "target", "type": "address" },
{ "internalType": "bytes", "name": "callData", "type": "bytes" }
],
"internalType": "struct Multicall2.Call[]",
"name": "calls",
"type": "tuple[]"
}
],
"name": "tryBlockAndAggregate",
"outputs": [
{ "internalType": "uint256", "name": "blockNumber", "type": "uint256" },
{ "internalType": "bytes32", "name": "blockHash", "type": "bytes32" },
{
"components": [
{ "internalType": "bool", "name": "success", "type": "bool" },
{ "internalType": "bytes", "name": "returnData", "type": "bytes" }
],
"internalType": "struct Multicall2.Result[]",
"name": "returnData",
"type": "tuple[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]

View File

@@ -1,471 +0,0 @@
[
{
"name": "Transfer",
"inputs": [
{
"type": "address",
"name": "_from",
"indexed": true
},
{
"type": "address",
"name": "_to",
"indexed": true
},
{
"type": "uint256",
"name": "_tokenId",
"indexed": true
}
],
"anonymous": false,
"type": "event"
},
{
"name": "Approval",
"inputs": [
{
"type": "address",
"name": "_owner",
"indexed": true
},
{
"type": "address",
"name": "_approved",
"indexed": true
},
{
"type": "uint256",
"name": "_tokenId",
"indexed": true
}
],
"anonymous": false,
"type": "event"
},
{
"name": "ApprovalForAll",
"inputs": [
{
"type": "address",
"name": "_owner",
"indexed": true
},
{
"type": "address",
"name": "_operator",
"indexed": true
},
{
"type": "bool",
"name": "_approved",
"indexed": false
}
],
"anonymous": false,
"type": "event"
},
{
"outputs": [],
"inputs": [],
"constant": false,
"payable": false,
"type": "constructor"
},
{
"name": "tokenURI",
"outputs": [
{
"type": "string",
"name": "out"
}
],
"inputs": [
{
"type": "uint256",
"name": "_tokenId"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "22405"
},
{
"name": "tokenByIndex",
"outputs": [
{
"type": "uint256",
"name": "out"
}
],
"inputs": [
{
"type": "uint256",
"name": "_index"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "631"
},
{
"name": "tokenOfOwnerByIndex",
"outputs": [
{
"type": "uint256",
"name": "out"
}
],
"inputs": [
{
"type": "address",
"name": "_owner"
},
{
"type": "uint256",
"name": "_index"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "1248"
},
{
"name": "transferFrom",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_from"
},
{
"type": "address",
"name": "_to"
},
{
"type": "uint256",
"name": "_tokenId"
}
],
"constant": false,
"payable": false,
"type": "function",
"gas": "259486"
},
{
"name": "safeTransferFrom",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_from"
},
{
"type": "address",
"name": "_to"
},
{
"type": "uint256",
"name": "_tokenId"
}
],
"constant": false,
"payable": false,
"type": "function"
},
{
"name": "safeTransferFrom",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_from"
},
{
"type": "address",
"name": "_to"
},
{
"type": "uint256",
"name": "_tokenId"
},
{
"type": "bytes",
"name": "_data"
}
],
"constant": false,
"payable": false,
"type": "function"
},
{
"name": "approve",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_approved"
},
{
"type": "uint256",
"name": "_tokenId"
}
],
"constant": false,
"payable": false,
"type": "function",
"gas": "38422"
},
{
"name": "setApprovalForAll",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_operator"
},
{
"type": "bool",
"name": "_approved"
}
],
"constant": false,
"payable": false,
"type": "function",
"gas": "38016"
},
{
"name": "mint",
"outputs": [
{
"type": "bool",
"name": "out"
}
],
"inputs": [
{
"type": "address",
"name": "_to"
}
],
"constant": false,
"payable": false,
"type": "function",
"gas": "182636"
},
{
"name": "changeMinter",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_minter"
}
],
"constant": false,
"payable": false,
"type": "function",
"gas": "35897"
},
{
"name": "changeURI",
"outputs": [],
"inputs": [
{
"type": "address",
"name": "_newURI"
}
],
"constant": false,
"payable": false,
"type": "function",
"gas": "35927"
},
{
"name": "name",
"outputs": [
{
"type": "string",
"name": "out"
}
],
"inputs": [],
"constant": true,
"payable": false,
"type": "function",
"gas": "6612"
},
{
"name": "symbol",
"outputs": [
{
"type": "string",
"name": "out"
}
],
"inputs": [],
"constant": true,
"payable": false,
"type": "function",
"gas": "6642"
},
{
"name": "totalSupply",
"outputs": [
{
"type": "uint256",
"name": "out"
}
],
"inputs": [],
"constant": true,
"payable": false,
"type": "function",
"gas": "873"
},
{
"name": "minter",
"outputs": [
{
"type": "address",
"name": "out"
}
],
"inputs": [],
"constant": true,
"payable": false,
"type": "function",
"gas": "903"
},
{
"name": "socks",
"outputs": [
{
"type": "address",
"name": "out",
"unit": "Socks"
}
],
"inputs": [],
"constant": true,
"payable": false,
"type": "function",
"gas": "933"
},
{
"name": "newURI",
"outputs": [
{
"type": "address",
"name": "out"
}
],
"inputs": [],
"constant": true,
"payable": false,
"type": "function",
"gas": "963"
},
{
"name": "ownerOf",
"outputs": [
{
"type": "address",
"name": "out"
}
],
"inputs": [
{
"type": "uint256",
"name": "arg0"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "1126"
},
{
"name": "balanceOf",
"outputs": [
{
"type": "uint256",
"name": "out"
}
],
"inputs": [
{
"type": "address",
"name": "arg0"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "1195"
},
{
"name": "getApproved",
"outputs": [
{
"type": "address",
"name": "out"
}
],
"inputs": [
{
"type": "uint256",
"name": "arg0"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "1186"
},
{
"name": "isApprovedForAll",
"outputs": [
{
"type": "bool",
"name": "out"
}
],
"inputs": [
{
"type": "address",
"name": "arg0"
},
{
"type": "address",
"name": "arg1"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "1415"
},
{
"name": "supportsInterface",
"outputs": [
{
"type": "bool",
"name": "out"
}
],
"inputs": [
{
"type": "bytes32",
"name": "arg0"
}
],
"constant": true,
"payable": false,
"type": "function",
"gas": "1246"
}
]

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 250 KiB

View File

@@ -0,0 +1,5 @@
<svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="250" fill="#FF0420"/>
<path d="M177.133 316.446C162.247 316.446 150.051 312.943 140.544 305.938C131.162 298.808 126.471 288.676 126.471 275.541C126.471 272.789 126.784 269.411 127.409 265.408C129.036 256.402 131.35 245.581 134.352 232.947C142.858 198.547 164.812 181.347 200.213 181.347C209.845 181.347 218.476 182.973 226.107 186.225C233.738 189.352 239.742 194.106 244.12 200.486C248.498 206.74 250.688 214.246 250.688 223.002C250.688 225.629 250.375 228.944 249.749 232.947C247.873 244.08 245.621 254.901 242.994 265.408C238.616 282.546 231.048 295.368 220.29 303.874C209.532 312.255 195.147 316.446 177.133 316.446ZM179.76 289.426C186.766 289.426 192.707 287.362 197.586 283.234C202.59 279.106 206.155 272.789 208.281 264.283C211.158 252.524 213.348 242.266 214.849 233.51C215.349 230.883 215.599 228.194 215.599 225.441C215.599 214.058 209.657 208.366 197.774 208.366C190.768 208.366 184.764 210.43 179.76 214.558C174.882 218.687 171.379 225.004 169.253 233.51C167.001 241.891 164.749 252.149 162.498 264.283C161.997 266.784 161.747 269.411 161.747 272.163C161.747 283.672 167.752 289.426 179.76 289.426Z" fill="white"/>
<path d="M259.303 314.57C257.927 314.57 256.863 314.132 256.113 313.256C255.487 312.255 255.3 311.13 255.55 309.879L281.444 187.914C281.694 186.538 282.382 185.412 283.508 184.536C284.634 183.661 285.822 183.223 287.073 183.223H336.985C350.87 183.223 362.003 186.1 370.384 191.854C378.891 197.609 383.144 205.927 383.144 216.81C383.144 219.937 382.769 223.19 382.018 226.567C378.891 240.953 372.574 251.586 363.067 258.466C353.685 265.346 340.8 268.786 324.413 268.786H299.082L290.451 309.879C290.2 311.255 289.512 312.38 288.387 313.256C287.261 314.132 286.072 314.57 284.822 314.57H259.303ZM325.727 242.892C330.98 242.892 335.546 241.453 339.424 238.576C343.427 235.699 346.054 231.571 347.305 226.192C347.68 224.065 347.868 222.189 347.868 220.563C347.868 216.935 346.805 214.183 344.678 212.307C342.551 210.305 338.924 209.305 333.795 209.305H311.278L304.148 242.892H325.727Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -24,13 +24,6 @@ const ActiveDot = styled.span`
margin-right: 4px;
`
export const DarkBadge = styled.div`
width: fit-content;
border-radius: 8px;
background-color: ${({ theme }) => theme.bg0};
padding: 4px 6px;
`
export default function RangeBadge({
removed,
inRange,

View File

@@ -13,7 +13,7 @@ export enum BadgeVariant {
WARNING_OUTLINE = 'WARNING_OUTLINE',
}
export interface BadgeProps {
interface BadgeProps {
variant?: BadgeVariant
}

View File

@@ -12,16 +12,15 @@ const Base = styled(RebassButton)<
{
padding?: string
width?: string
borderRadius?: string
$borderRadius?: string
altDisabledStyle?: boolean
} & ButtonProps
>`
padding: ${({ padding }) => (padding ? padding : '16px')};
width: ${({ width }) => (width ? width : '100%')};
padding: ${({ padding }) => padding ?? '16px'};
width: ${({ width }) => width ?? '100%'};
font-weight: 500;
text-align: center;
border-radius: 20px;
border-radius: ${({ borderRadius }) => borderRadius && borderRadius};
border-radius: ${({ $borderRadius }) => $borderRadius ?? '20px'};
outline: none;
border: 1px solid transparent;
color: white;
@@ -113,9 +112,7 @@ export const ButtonGray = styled(Base)`
color: ${({ theme }) => theme.text2};
font-size: 16px;
font-weight: 500;
&:focus {
background-color: ${({ theme, disabled }) => !disabled && darken(0.05, theme.bg2)};
}
&:hover {
background-color: ${({ theme, disabled }) => !disabled && darken(0.05, theme.bg2)};
}
@@ -152,48 +149,6 @@ export const ButtonSecondary = styled(Base)`
}
`
export const ButtonPink = styled(Base)`
background-color: ${({ theme }) => theme.primary1};
color: white;
&:focus {
box-shadow: 0 0 0 1pt ${({ theme }) => darken(0.05, theme.primary1)};
background-color: ${({ theme }) => darken(0.05, theme.primary1)};
}
&:hover {
background-color: ${({ theme }) => darken(0.05, theme.primary1)};
}
&:active {
box-shadow: 0 0 0 1pt ${({ theme }) => darken(0.1, theme.primary1)};
background-color: ${({ theme }) => darken(0.1, theme.primary1)};
}
&:disabled {
background-color: ${({ theme }) => theme.primary1};
opacity: 50%;
cursor: auto;
}
`
export const ButtonUNIGradient = styled(ButtonPrimary)`
color: white;
padding: 4px 8px;
height: 36px;
font-weight: 500;
background-color: ${({ theme }) => theme.bg3};
background: radial-gradient(174.47% 188.91% at 1.84% 0%, #ff007a 0%, #2172e5 100%), #edeef2;
width: fit-content;
position: relative;
cursor: pointer;
border: none;
white-space: no-wrap;
:hover {
opacity: 0.8;
}
:active {
opacity: 0.9;
}
`
export const ButtonOutlined = styled(Base)`
border: 1px solid ${({ theme }) => theme.bg2};
background-color: transparent;
@@ -258,27 +213,6 @@ export const ButtonText = styled(Base)`
}
`
export const ButtonWhite = styled(Base)`
border: 1px solid #edeef2;
background-color: ${({ theme }) => theme.bg1};
color: black;
&:focus {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
box-shadow: 0 0 0 1pt ${darken(0.05, '#edeef2')};
}
&:hover {
box-shadow: 0 0 0 1pt ${darken(0.1, '#edeef2')};
}
&:active {
box-shadow: 0 0 0 1pt ${darken(0.1, '#edeef2')};
}
&:disabled {
opacity: 50%;
cursor: auto;
}
`
const ButtonConfirmedStyle = styled(Base)`
background-color: ${({ theme }) => theme.bg3};
color: ${({ theme }) => theme.text1};
@@ -347,17 +281,6 @@ export function ButtonDropdown({ disabled = false, children, ...rest }: { disabl
)
}
export function ButtonDropdownGrey({ disabled = false, children, ...rest }: { disabled?: boolean } & ButtonProps) {
return (
<ButtonGray {...rest} disabled={disabled} style={{ borderRadius: '20px' }}>
<RowBetween>
<div style={{ display: 'flex', alignItems: 'center' }}>{children}</div>
<ChevronDown size={24} />
</RowBetween>
</ButtonGray>
)
}
export function ButtonDropdownLight({ disabled = false, children, ...rest }: { disabled?: boolean } & ButtonProps) {
return (
<ButtonOutlined {...rest} disabled={disabled}>
@@ -369,14 +292,6 @@ export function ButtonDropdownLight({ disabled = false, children, ...rest }: { d
)
}
export function ButtonRadio({ active, ...rest }: { active?: boolean } & ButtonProps) {
if (!active) {
return <ButtonWhite {...rest} />
} else {
return <ButtonPrimary {...rest} />
}
}
const ActiveOutlined = styled(ButtonOutlined)`
border: 1px solid;
border-color: ${({ theme }) => theme.primary1};
@@ -409,13 +324,13 @@ export function ButtonRadioChecked({ active = false, children, ...rest }: { acti
if (!active) {
return (
<ButtonOutlined borderRadius="12px" padding="12px 8px" {...rest}>
<ButtonOutlined $borderRadius="12px" padding="12px 8px" {...rest}>
{<RowBetween>{children}</RowBetween>}
</ButtonOutlined>
)
} else {
return (
<ActiveOutlined {...rest} padding="12px 8px" borderRadius="12px">
<ActiveOutlined {...rest} padding="12px 8px" $borderRadius="12px">
{
<RowBetween>
{children}

View File

@@ -1,13 +1,11 @@
import styled from 'styled-components/macro'
import { Box } from 'rebass/styled-components'
const Card = styled(Box)<{ width?: string; padding?: string; border?: string; borderRadius?: string }>`
const Card = styled(Box)<{ width?: string; padding?: string; border?: string; $borderRadius?: string }>`
width: ${({ width }) => width ?? '100%'};
border-radius: 16px;
padding: 1rem;
padding: ${({ padding }) => padding};
padding: ${({ padding }) => padding ?? '1rem'};
border-radius: ${({ $borderRadius }) => $borderRadius ?? '16px'};
border: ${({ border }) => border};
border-radius: ${({ borderRadius }) => borderRadius};
`
export default Card
@@ -42,12 +40,6 @@ export const YellowCard = styled(Card)`
font-weight: 500;
`
export const PinkCard = styled(Card)`
background-color: rgba(255, 0, 122, 0.03);
color: ${({ theme }) => theme.primary1};
font-weight: 500;
`
export const BlueCard = styled(Card)`
background-color: ${({ theme }) => theme.primary5};
color: ${({ theme }) => theme.blue2};

View File

@@ -9,7 +9,7 @@ const Wrapper = styled.div<{ margin: boolean; sizeraw: number }>`
margin-left: ${({ sizeraw, margin }) => margin && (sizeraw / 3 + 8).toString() + 'px'};
`
export interface DoubleCurrencyLogoProps {
interface DoubleCurrencyLogoProps {
margin?: boolean
size?: number
currency0?: Currency

View File

@@ -1,80 +1,228 @@
import React, { useCallback, useEffect, useRef, useState } from 'react'
import { FeeAmount } from '@uniswap/v3-sdk'
import { Token } from '@uniswap/sdk-core'
import { Trans } from '@lingui/macro'
import { AutoColumn } from 'components/Column'
import { DynamicSection } from 'pages/AddLiquidity/styled'
import { TYPE } from 'theme'
import { RowBetween } from 'components/Row'
import { ButtonRadioChecked } from 'components/Button'
import styled from 'styled-components/macro'
import { ButtonGray, ButtonRadioChecked } from 'components/Button'
import styled, { keyframes } from 'styled-components/macro'
import Badge from 'components/Badge'
import Card from 'components/Card'
import usePrevious from 'hooks/usePrevious'
import { useFeeTierDistribution } from 'hooks/useFeeTierDistribution'
import ReactGA from 'react-ga'
import { Box } from 'rebass'
const pulse = (color: string) => keyframes`
0% {
box-shadow: 0 0 0 0 ${color};
}
70% {
box-shadow: 0 0 0 2px ${color};
}
100% {
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;
`
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>,
},
}
const FeeTierPercentageBadge = ({ percentage }: { percentage: number | undefined }) => {
return (
<Badge>
<TYPE.label fontSize={12}>
{Boolean(percentage) ? <Trans>{percentage?.toFixed(0)}% select</Trans> : <Trans>Not created</Trans>}
</TYPE.label>
</Badge>
)
}
export default function FeeSelector({
disabled = false,
feeAmount,
handleFeePoolSelect,
token0,
token1,
}: {
disabled?: boolean
feeAmount?: FeeAmount
handleFeePoolSelect: (feeAmount: FeeAmount) => void
token0?: Token | undefined
token1?: Token | undefined
}) {
const { isLoading, isError, largestUsageFeeTier, distributions } = useFeeTierDistribution(token0, token1)
const [showOptions, setShowOptions] = useState(false)
const [pulsing, setPulsing] = useState(false)
const previousFeeAmount = usePrevious(feeAmount)
const recommended = useRef(false)
const handleFeePoolSelectWithEvent = useCallback(
(fee) => {
ReactGA.event({
category: 'FeePoolSelect',
action: 'Manual',
})
handleFeePoolSelect(fee)
},
[handleFeePoolSelect]
)
useEffect(() => {
if (feeAmount || isLoading || isError) {
return
}
if (!largestUsageFeeTier) {
// cannot recommend, open options
setShowOptions(true)
} else {
setShowOptions(false)
recommended.current = true
ReactGA.event({
category: 'FeePoolSelect',
action: ' Recommended',
})
handleFeePoolSelect(largestUsageFeeTier)
}
}, [feeAmount, isLoading, isError, largestUsageFeeTier, handleFeePoolSelect])
useEffect(() => {
setShowOptions(isError)
}, [isError])
useEffect(() => {
if (feeAmount && previousFeeAmount !== feeAmount) {
setPulsing(true)
}
}, [previousFeeAmount, feeAmount])
return (
<AutoColumn gap="16px">
<DynamicSection gap="md" disabled={disabled}>
<TYPE.label>
<Trans>Select Pool</Trans>
</TYPE.label>
<TYPE.main fontSize={14} fontWeight={400} style={{ marginBottom: '.5rem', lineHeight: '125%' }}>
<Trans>Select a pool type based on your preferred liquidity provider fee.</Trans>
</TYPE.main>
<RowBetween>
<ButtonRadioChecked
width="32%"
active={feeAmount === FeeAmount.LOW}
onClick={() => handleFeePoolSelect(FeeAmount.LOW)}
>
<AutoColumn gap="sm" justify="flex-start">
<ResponsiveText>
<Trans>0.05% fee</Trans>
</ResponsiveText>
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
<Trans>Best for stable pairs.</Trans>
</TYPE.main>
<FocusedOutlineCard pulsing={pulsing} onAnimationEnd={() => setPulsing(false)}>
<RowBetween>
<AutoColumn>
{!feeAmount ? (
<>
<TYPE.label>
<Trans>Fee tier</Trans>
</TYPE.label>
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
<Trans>The % you will earn in fees.</Trans>
</TYPE.main>
</>
) : (
<>
<TYPE.label>
<Trans>{FeeAmountLabel[feeAmount].label}% fee tier</Trans>
</TYPE.label>
<Box style={{ width: 'fit-content', marginTop: '8px' }}>
{distributions && feeAmount && <FeeTierPercentageBadge percentage={distributions[feeAmount]} />}
</Box>
</>
)}
</AutoColumn>
</ButtonRadioChecked>
<ButtonRadioChecked
width="32%"
active={feeAmount === FeeAmount.MEDIUM}
onClick={() => handleFeePoolSelect(FeeAmount.MEDIUM)}
>
<AutoColumn gap="sm" justify="flex-start">
<ResponsiveText>
<Trans>0.3% fee</Trans>
</ResponsiveText>
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
<Trans>Best for most pairs.</Trans>
</TYPE.main>
</AutoColumn>
</ButtonRadioChecked>
<ButtonRadioChecked
width="32%"
active={feeAmount === FeeAmount.HIGH}
onClick={() => handleFeePoolSelect(FeeAmount.HIGH)}
>
<AutoColumn gap="sm" justify="flex-start">
<ResponsiveText>
<Trans>1% fee</Trans>
</ResponsiveText>
<TYPE.main fontWeight={400} fontSize="12px" textAlign="left">
<Trans>Best for exotic pairs.</Trans>
</TYPE.main>
</AutoColumn>
</ButtonRadioChecked>
</RowBetween>
<ButtonGray onClick={() => setShowOptions(!showOptions)} width="auto" padding="4px" $borderRadius="6px">
{showOptions ? <Trans>Hide</Trans> : <Trans>Edit</Trans>}
</ButtonGray>
</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="4px">
<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 percentage={distributions[FeeAmount.LOW]} />}
</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 percentage={distributions[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 percentage={distributions[FeeAmount.HIGH]} />}
</AutoColumn>
</ButtonRadioChecked>
</RowBetween>
)}
</DynamicSection>
</AutoColumn>
)

View File

@@ -1,20 +1,27 @@
import { Trans } from '@lingui/macro'
import arbitrumLogoUrl from 'assets/svg/arbitrum_logo.svg'
import { YellowCard } from 'components/Card'
import { useOnClickOutside } from 'hooks/useOnClickOutside'
import { useActiveWeb3React } from 'hooks/web3'
import { transparentize } from 'polished'
import React, { useEffect, useRef, useState } from 'react'
import { useEffect, useRef, useState } from 'react'
import { ArrowDownCircle } from 'react-feather'
import { ApplicationModal } from 'state/application/actions'
import { useModalOpen, useToggleModal } from 'state/application/hooks'
import styled, { css } from 'styled-components'
import { ExternalLink } from 'theme'
import { ExternalLink, MEDIA_WIDTHS } from 'theme'
import { switchToNetwork } from 'utils/switchToNetwork'
import { NETWORK_LABELS, SupportedChainId } from '../../constants/chains'
import { L2_CHAIN_IDS, L2_INFO, NETWORK_LABELS, SupportedChainId } from '../../constants/chains'
const StopOverflowQuery = `@media screen and (min-width: ${MEDIA_WIDTHS.upToMedium}px) and (max-width: ${
MEDIA_WIDTHS.upToMedium + 400
}px)`
const BaseWrapper = css`
position: relative;
${StopOverflowQuery} {
position: absolute;
top: 80px;
right: 20px;
}
${({ theme }) => theme.mediaWidth.upToMedium`
margin-left: 12px;
`};
@@ -26,12 +33,12 @@ const BaseWrapper = css`
flex-shrink: 1;
`};
`
const ArbitrumWrapper = styled.div`
const L2Wrapper = styled.div`
${BaseWrapper}
`
const BaseMenuItem = css`
align-items: center;
background-color: ${({ theme }) => transparentize(0.9, theme.primary1)};
background-color: transparent;
border-radius: 12px;
color: ${({ theme }) => theme.text2};
cursor: pointer;
@@ -41,7 +48,6 @@ const BaseMenuItem = css`
font-size: 14px;
font-weight: 400;
justify-content: space-between;
padding: 12px;
:hover {
color: ${({ theme }) => theme.text1};
text-decoration: none;
@@ -64,6 +70,7 @@ const DisabledMenuItem = styled.div`
`
const FallbackWrapper = styled(YellowCard)`
${BaseWrapper}
width: auto;
border-radius: 12px;
padding: 8px 12px;
`
@@ -74,8 +81,8 @@ const L1Tag = styled.div`
color: #c4d9f8;
opacity: 40%;
`
const L2Tag = styled.div`
background-color: ${({ theme }) => theme.primary1};
const L2Tag = styled.div<{ chainId: SupportedChainId }>`
background-color: ${({ chainId }) => (chainId === SupportedChainId.ARBITRUM_ONE ? '#28A0F0' : '#FF0420')};
border-radius: 6px;
color: white;
font-size: 12px;
@@ -87,7 +94,7 @@ const MenuFlyout = styled.span`
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04),
0px 24px 32px rgba(0, 0, 0, 0.01);
border-radius: 20px;
padding: 8px;
padding: 12px;
display: flex;
flex-direction: column;
font-size: 1rem;
@@ -97,16 +104,20 @@ const MenuFlyout = styled.span`
z-index: 100;
width: 237px;
${({ theme }) => theme.mediaWidth.upToMedium`
top: -14.25rem;
top: -10.25rem;
`};
> {
padding: 12px;
}
> :not(:first-child) {
margin-top: 4px;
margin-top: 8px;
}
> :not(:last-child) {
margin-bottom: 4px;
margin-bottom: 8px;
}
${StopOverflowQuery} {
left: unset;
right: 0rem;
}
`
const LinkOutCircle = styled(ArrowDownCircle)`
@@ -145,6 +156,7 @@ const NetworkInfo = styled.button`
background-color: ${({ theme }) => theme.bg3};
}
`
export default function NetworkCard() {
const { chainId, library } = useActiveWeb3React()
const node = useRef<HTMLDivElement>(null)
@@ -169,29 +181,30 @@ export default function NetworkCard() {
return null
}
if (chainId === SupportedChainId.ARBITRUM_ONE) {
if (L2_CHAIN_IDS.includes(chainId)) {
const info = L2_INFO[chainId]
return (
<ArbitrumWrapper ref={node}>
<L2Wrapper ref={node}>
<NetworkInfo onClick={toggle}>
<Icon src={arbitrumLogoUrl} />
<span>Arbitrum</span>
<L2Tag>L2 Alpha</L2Tag>
<Icon src={info.logoUrl} />
<span>{NETWORK_LABELS[chainId]}</span>
<L2Tag chainId={chainId}>L2 Alpha</L2Tag>
</NetworkInfo>
{open && (
<MenuFlyout>
<MenuItem href="https://bridge.arbitrum.io/">
<MenuItem href={info.bridge}>
<div>
<Trans>Arbitrum Token Bridge</Trans>
<Trans>{NETWORK_LABELS[chainId]} Bridge</Trans>
</div>
<LinkOutCircle />
</MenuItem>
<MenuItem href="https://explorer.arbitrum.io/">
<MenuItem href={info.explorer}>
<div>
<Trans>Arbitrum Explorer</Trans>
<Trans>{NETWORK_LABELS[chainId]} Explorer</Trans>
</div>
<LinkOutCircle />
</MenuItem>
<MenuItem href="https://offchainlabs.com/">
<MenuItem href={info.docs}>
<div>
<Trans>Learn more</Trans>
</div>
@@ -211,7 +224,7 @@ export default function NetworkCard() {
)}
</MenuFlyout>
)}
</ArbitrumWrapper>
</L2Wrapper>
)
}

View File

@@ -1,53 +0,0 @@
import styled from 'styled-components/macro'
import { AlertTriangle, X } from 'react-feather'
import { useURLWarningToggle, useURLWarningVisible } from '../../state/user/hooks'
import { isMobile } from 'react-device-detect'
import { Trans } from '@lingui/macro'
const PhishAlert = styled.div<{ isActive: any }>`
width: 100%;
padding: 6px 6px;
background-color: ${({ theme }) => theme.blue1};
color: white;
font-size: 11px;
justify-content: space-between;
align-items: center;
display: ${({ isActive }) => (isActive ? 'flex' : 'none')};
`
export const StyledClose = styled(X)`
:hover {
cursor: pointer;
}
`
export default function URLWarning() {
const toggleURLWarning = useURLWarningToggle()
const showURLWarning = useURLWarningVisible()
return isMobile ? (
<PhishAlert isActive={showURLWarning}>
<div style={{ display: 'flex' }}>
<AlertTriangle style={{ marginRight: 6 }} size={12} />
<Trans>
Make sure the URL is
<code style={{ padding: '0 4px', display: 'inline', fontWeight: 'bold' }}>app.uniswap.org</code>
</Trans>
</div>
<StyledClose size={12} onClick={toggleURLWarning} />
</PhishAlert>
) : window.location.hostname === 'app.uniswap.org' ? (
<PhishAlert isActive={showURLWarning}>
<div style={{ display: 'flex' }}>
<AlertTriangle style={{ marginRight: 6 }} size={12} />
<Trans>
Always make sure the URL is
<code style={{ padding: '0 4px', display: 'inline', fontWeight: 'bold' }}>app.uniswap.org</code> - bookmark it
to be safe.
</Trans>
</div>
<StyledClose size={12} onClick={toggleURLWarning} />
</PhishAlert>
) : null
}

View File

@@ -255,7 +255,7 @@ const StyledExternalLink = styled(ExternalLink).attrs({
`}
`
export const StyledMenuButton = styled.button`
const StyledMenuButton = styled.button`
position: relative;
width: 100%;
height: 100%;

View File

@@ -1,152 +0,0 @@
export const dummyData = [
{ time: '2018-10-19', value: 35.98 },
{ time: '2018-10-22', value: 35.75 },
{ time: '2018-10-23', value: 35.65 },
{ time: '2018-10-24', value: 34.12 },
{ time: '2018-10-25', value: 35.84 },
{ time: '2018-10-26', value: 35.24 },
{ time: '2018-10-29', value: 35.99 },
{ time: '2018-10-30', value: 37.71 },
{ time: '2018-10-31', value: 38.14 },
{ time: '2018-11-01', value: 37.95 },
{ time: '2018-11-02', value: 37.66 },
{ time: '2018-11-05', value: 38.02 },
{ time: '2018-11-06', value: 37.73 },
{ time: '2018-11-07', value: 38.3 },
{ time: '2018-11-08', value: 38.3 },
{ time: '2018-11-09', value: 38.34 },
{ time: '2018-11-12', value: 38.0 },
{ time: '2018-11-13', value: 37.72 },
{ time: '2018-11-14', value: 38.29 },
{ time: '2018-11-15', value: 38.49 },
{ time: '2018-11-16', value: 38.59 },
{ time: '2018-11-19', value: 38.18 },
{ time: '2018-11-20', value: 36.76 },
{ time: '2018-11-21', value: 37.51 },
{ time: '2018-11-23', value: 37.39 },
{ time: '2018-11-26', value: 37.77 },
{ time: '2018-11-27', value: 38.36 },
{ time: '2018-11-28', value: 39.06 },
{ time: '2018-11-29', value: 39.42 },
{ time: '2018-11-30', value: 39.01 },
{ time: '2018-12-03', value: 39.15 },
{ time: '2018-12-04', value: 37.69 },
{ time: '2018-12-06', value: 37.88 },
{ time: '2018-12-07', value: 37.41 },
{ time: '2018-12-10', value: 37.35 },
{ time: '2018-12-11', value: 36.84 },
{ time: '2018-12-12', value: 36.98 },
{ time: '2018-12-13', value: 36.76 },
{ time: '2018-12-14', value: 36.34 },
{ time: '2018-12-17', value: 36.21 },
{ time: '2018-12-18', value: 35.65 },
{ time: '2018-12-19', value: 35.19 },
{ time: '2018-12-20', value: 34.62 },
{ time: '2018-12-21', value: 33.75 },
{ time: '2018-12-24', value: 33.07 },
{ time: '2018-12-26', value: 34.14 },
{ time: '2018-12-27', value: 34.47 },
{ time: '2018-12-28', value: 34.35 },
{ time: '2018-12-31', value: 34.05 },
{ time: '2019-01-02', value: 34.37 },
{ time: '2019-01-03', value: 34.64 },
{ time: '2019-01-04', value: 35.81 },
{ time: '2019-01-07', value: 35.43 },
{ time: '2019-01-08', value: 35.72 },
{ time: '2019-01-09', value: 36.06 },
{ time: '2019-01-10', value: 35.82 },
{ time: '2019-01-11', value: 35.63 },
{ time: '2019-01-14', value: 35.77 },
{ time: '2019-01-15', value: 35.83 },
{ time: '2019-01-16', value: 35.9 },
{ time: '2019-01-17', value: 35.91 },
{ time: '2019-01-18', value: 36.21 },
{ time: '2019-01-22', value: 34.97 },
{ time: '2019-01-23', value: 36.89 },
{ time: '2019-01-24', value: 36.24 },
{ time: '2019-01-25', value: 35.78 },
{ time: '2019-01-28', value: 35.37 },
{ time: '2019-01-29', value: 36.08 },
{ time: '2019-01-30', value: 35.43 },
{ time: '2019-01-31', value: 36.57 },
{ time: '2019-02-01', value: 36.79 },
{ time: '2019-02-04', value: 36.77 },
{ time: '2019-02-05', value: 37.15 },
{ time: '2019-02-06', value: 37.17 },
{ time: '2019-02-07', value: 37.68 },
{ time: '2019-02-08', value: 37.6 },
{ time: '2019-02-11', value: 37.0 },
{ time: '2019-02-12', value: 37.24 },
{ time: '2019-02-13', value: 37.03 },
{ time: '2019-02-14', value: 37.26 },
{ time: '2019-02-15', value: 37.77 },
{ time: '2019-02-19', value: 37.55 },
{ time: '2019-02-20', value: 37.79 },
{ time: '2019-02-21', value: 38.47 },
{ time: '2019-02-22', value: 38.61 },
{ time: '2019-02-25', value: 38.57 },
{ time: '2019-02-26', value: 38.8 },
{ time: '2019-02-27', value: 38.53 },
{ time: '2019-02-28', value: 38.67 },
{ time: '2019-03-01', value: 39.1 },
{ time: '2019-03-04', value: 38.73 },
{ time: '2019-03-05', value: 38.72 },
{ time: '2019-03-06', value: 38.61 },
{ time: '2019-03-07', value: 38.38 },
{ time: '2019-03-08', value: 38.19 },
{ time: '2019-03-11', value: 39.17 },
{ time: '2019-03-12', value: 39.49 },
{ time: '2019-03-13', value: 39.56 },
{ time: '2019-03-14', value: 39.87 },
{ time: '2019-03-15', value: 40.47 },
{ time: '2019-03-18', value: 39.92 },
{ time: '2019-03-19', value: 39.78 },
{ time: '2019-03-20', value: 39.47 },
{ time: '2019-03-21', value: 40.05 },
{ time: '2019-03-22', value: 39.46 },
{ time: '2019-03-25', value: 39.18 },
{ time: '2019-03-26', value: 39.63 },
{ time: '2019-03-27', value: 40.21 },
{ time: '2019-03-28', value: 40.42 },
{ time: '2019-03-29', value: 39.98 },
{ time: '2019-04-01', value: 40.31 },
{ time: '2019-04-02', value: 40.02 },
{ time: '2019-04-03', value: 40.27 },
{ time: '2019-04-04', value: 40.41 },
{ time: '2019-04-05', value: 40.42 },
{ time: '2019-04-08', value: 40.71 },
{ time: '2019-04-09', value: 41.04 },
{ time: '2019-04-10', value: 41.08 },
{ time: '2019-04-11', value: 41.04 },
{ time: '2019-04-12', value: 41.3 },
{ time: '2019-04-15', value: 41.78 },
{ time: '2019-04-16', value: 41.97 },
{ time: '2019-04-17', value: 42.57 },
{ time: '2019-04-18', value: 42.43 },
{ time: '2019-04-22', value: 42.0 },
{ time: '2019-04-23', value: 41.99 },
{ time: '2019-04-24', value: 41.85 },
{ time: '2019-04-25', value: 42.93 },
{ time: '2019-04-26', value: 43.08 },
{ time: '2019-04-29', value: 43.45 },
{ time: '2019-04-30', value: 43.53 },
{ time: '2019-05-01', value: 43.42 },
{ time: '2019-05-02', value: 42.65 },
{ time: '2019-05-03', value: 43.29 },
{ time: '2019-05-06', value: 43.3 },
{ time: '2019-05-07', value: 42.76 },
{ time: '2019-05-08', value: 42.55 },
{ time: '2019-05-09', value: 42.92 },
{ time: '2019-05-10', value: 43.15 },
{ time: '2019-05-13', value: 42.28 },
{ time: '2019-05-14', value: 42.91 },
{ time: '2019-05-15', value: 42.49 },
{ time: '2019-05-16', value: 43.19 },
{ time: '2019-05-17', value: 43.54 },
{ time: '2019-05-20', value: 42.78 },
{ time: '2019-05-21', value: 43.29 },
{ time: '2019-05-22', value: 43.3 },
{ time: '2019-05-23', value: 42.73 },
{ time: '2019-05-24', value: 42.67 },
{ time: '2019-05-28', value: 42.75 },
]

View File

@@ -10,7 +10,7 @@ const Wrapper = styled(Card)`
width: 100%;
padding: 1rem;
display: flex;
background-color: ${({ theme }) => theme.bg0}
background-color: ${({ theme }) => theme.bg0};
flex-direction: column;
> * {
font-size: 1rem;
@@ -19,7 +19,7 @@ const Wrapper = styled(Card)`
const DEFAULT_HEIGHT = 300
export type LineChartProps = {
type LineChartProps = {
data: any[]
color?: string | undefined
height?: number | undefined

View File

@@ -5,7 +5,7 @@ import useTheme from '../../hooks/useTheme'
const BAD_SRCS: { [tokenAddress: string]: true } = {}
export interface LogoProps extends Pick<ImageProps, 'style' | 'alt' | 'className'> {
interface LogoProps extends Pick<ImageProps, 'style' | 'alt' | 'className'> {
srcs: string[]
}

View File

@@ -8,9 +8,9 @@ import { useOnClickOutside } from '../../hooks/useOnClickOutside'
import { ApplicationModal } from '../../state/application/actions'
import { useModalOpen, useToggleModal } from '../../state/application/hooks'
import { Trans } from '@lingui/macro'
import { ExternalLink } from '../../theme'
import { ButtonPrimary } from '../Button'
import { L2_CHAIN_IDS } from 'constants/chains'
export enum FlyoutAlignment {
LEFT = 'LEFT',
@@ -86,7 +86,8 @@ const MenuFlyout = styled.span<{ flyoutAlignment?: FlyoutAlignment }>`
left: 0rem;
`};
${({ theme }) => theme.mediaWidth.upToMedium`
top: -17.25rem;
top: unset;
bottom: 3em
`};
`
@@ -124,13 +125,14 @@ const InternalMenuItem = styled(Link)`
const CODE_LINK = 'https://github.com/Uniswap/uniswap-interface'
export default function Menu() {
const { account } = useActiveWeb3React()
const { account, chainId } = useActiveWeb3React()
const node = useRef<HTMLDivElement>()
const open = useModalOpen(ApplicationModal.MENU)
const toggle = useToggleModal(ApplicationModal.MENU)
useOnClickOutside(node, open ? toggle : undefined)
const openClaimModal = useToggleModal(ApplicationModal.ADDRESS_CLAIM)
const showUNIClaimOption = Boolean(!!account && !!chainId && !L2_CHAIN_IDS.includes(chainId))
return (
// https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30451
@@ -171,8 +173,8 @@ export default function Menu() {
<Trans>Analytics</Trans>
</div>
</MenuItem>
{account && (
<UNIbutton onClick={openClaimModal} padding="8px 16px" width="100%" borderRadius="12px" mt="0.5rem">
{showUNIClaimOption && (
<UNIbutton onClick={openClaimModal} padding="8px 16px" width="100%" $borderRadius="12px" mt="0.5rem">
<Trans>Claim UNI</Trans>
</UNIbutton>
)}

View File

@@ -0,0 +1,123 @@
import { Trans } from '@lingui/macro'
import {
ArbitrumWrapperBackgroundDarkMode,
ArbitrumWrapperBackgroundLightMode,
OptimismWrapperBackgroundDarkMode,
OptimismWrapperBackgroundLightMode,
} from 'components/NetworkAlert/NetworkAlert'
import { L2_CHAIN_IDS, L2_INFO, NETWORK_LABELS, SupportedChainId } from 'constants/chains'
import { useActiveWeb3React } from 'hooks/web3'
import { ArrowDownCircle } from 'react-feather'
import { useArbitrumAlphaAlert, useDarkModeManager } from 'state/user/hooks'
import styled from 'styled-components/macro'
import { MEDIA_WIDTHS } from 'theme'
const L2Icon = styled.img`
display: none;
height: 40px;
margin: auto 20px auto 4px;
width: 40px;
@media screen and (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
display: block;
}
`
const DesktopTextBreak = styled.div`
display: none;
@media screen and (min-width: ${MEDIA_WIDTHS.upToMedium}px) {
display: block;
}
`
const Wrapper = styled.div<{ chainId: SupportedChainId; darkMode: boolean; logoUrl: string }>`
${({ chainId, darkMode }) =>
chainId === SupportedChainId.OPTIMISM
? darkMode
? OptimismWrapperBackgroundDarkMode
: OptimismWrapperBackgroundLightMode
: darkMode
? ArbitrumWrapperBackgroundDarkMode
: ArbitrumWrapperBackgroundLightMode};
border-radius: 20px;
display: flex;
flex-direction: column;
overflow: hidden;
padding: 12px;
position: relative;
width: 100%;
:before {
background-image: url(${({ logoUrl }) => logoUrl});
background-repeat: no-repeat;
background-size: 300px;
content: '';
height: 300px;
opacity: 0.1;
position: absolute;
transform: rotate(25deg) translate(-90px, -40px);
width: 300px;
z-index: -1;
}
@media screen and (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
flex-direction: row;
padding: 16px 20px;
}
`
const Body = styled.div`
line-height: 143%;
margin: 12px;
@media screen and (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
margin: 16px 20px 31px;
flex: 1 1 auto;
margin: 0;
}
`
const LinkOutCircle = styled(ArrowDownCircle)`
transform: rotate(230deg);
width: 20px;
height: 20px;
`
const LinkOutToBridge = styled.a`
align-items: center;
background-color: black;
border-radius: 16px;
color: white;
display: flex;
justify-content: space-between;
margin: 0;
max-height: 47px;
padding: 14px;
text-decoration: none;
width: auto;
:hover,
:focus,
:active {
background-color: black;
}
@media screen and (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
margin: auto 0 auto auto;
padding: 14px 17px;
min-width: 226px;
}
`
export function MinimalNetworkAlert() {
const { chainId } = useActiveWeb3React()
const [darkMode] = useDarkModeManager()
const [arbitrumAlphaAcknowledged] = useArbitrumAlphaAlert()
if (!chainId || !L2_CHAIN_IDS.includes(chainId) || arbitrumAlphaAcknowledged) {
return null
}
const info = L2_INFO[chainId]
return (
<Wrapper darkMode={darkMode} chainId={chainId} logoUrl={info.logoUrl}>
<L2Icon src={info.logoUrl} />
<Body>
<Trans>This is an alpha release of Uniswap on the {NETWORK_LABELS[chainId]} network.</Trans>
<DesktopTextBreak /> <Trans>You must bridge L1 assets to the network to swap them.</Trans>
</Body>
<LinkOutToBridge href={info.bridge} target="_blank" rel="noopener noreferrer">
<Trans>Deposit to {NETWORK_LABELS[chainId]}</Trans>
<LinkOutCircle />
</LinkOutToBridge>
</Wrapper>
)
}

View File

@@ -0,0 +1,155 @@
import { Trans } from '@lingui/macro'
import { L2_CHAIN_IDS, NETWORK_LABELS, SupportedChainId } from 'constants/chains'
import { useActiveWeb3React } from 'hooks/web3'
import { useCallback, useState } from 'react'
import { ArrowDownCircle, X } from 'react-feather'
import { useArbitrumAlphaAlert, useDarkModeManager } from 'state/user/hooks'
import { useETHBalances } from 'state/wallet/hooks'
import styled, { css } from 'styled-components/macro'
import { MEDIA_WIDTHS, TYPE } from 'theme'
import { L2_INFO } from '../../constants/chains'
const L2Icon = styled.img`
width: 40px;
height: 40px;
justify-self: center;
`
const CloseIcon = styled(X)`
cursor: pointer;
position: absolute;
top: 16px;
right: 16px;
`
const ContentWrapper = styled.div`
align-items: center;
display: grid;
grid-gap: 4px;
grid-template-columns: 40px 4fr;
grid-template-rows: auto auto;
margin: 20px 16px;
@media screen and (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
grid-template-columns: 42px 4fr;
grid-gap: 8px;
}
`
export const ArbitrumWrapperBackgroundDarkMode = css`
background: radial-gradient(285% 8200% at 30% 50%, rgba(40, 160, 240, 0.1) 0%, rgba(219, 255, 0, 0) 100%),
radial-gradient(75% 75% at 0% 0%, rgba(150, 190, 220, 0.3) 0%, rgba(33, 114, 229, 0.3) 100%), hsla(0, 0%, 100%, 0.1);
`
export const ArbitrumWrapperBackgroundLightMode = css`
background: radial-gradient(285% 8200% at 30% 50%, rgba(40, 160, 240, 0.1) 0%, rgba(219, 255, 0, 0) 100%),
radial-gradient(circle at top left, hsla(206, 50%, 75%, 0.01), hsla(215, 79%, 51%, 0.12)), hsla(0, 0%, 100%, 0.1);
`
export const OptimismWrapperBackgroundDarkMode = css`
background: radial-gradient(948% 292% at 42% 0%, rgba(255, 58, 212, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%),
radial-gradient(98% 96% at 2% 0%, rgba(255, 39, 39, 0.5) 0%, rgba(235, 0, 255, 0.345) 96%);
`
export const OptimismWrapperBackgroundLightMode = css`
background: radial-gradient(92% 105% at 50% 7%, rgba(255, 58, 212, 0.04) 0%, rgba(255, 255, 255, 0.03) 100%),
radial-gradient(100% 97% at 0% 12%, rgba(235, 0, 255, 0.1) 0%, rgba(243, 19, 19, 0.1) 100%), hsla(0, 0%, 100%, 0.5);
`
const RootWrapper = styled.div<{ chainId: SupportedChainId; darkMode: boolean; logoUrl: string }>`
${({ chainId, darkMode }) =>
chainId === SupportedChainId.OPTIMISM
? darkMode
? OptimismWrapperBackgroundDarkMode
: OptimismWrapperBackgroundLightMode
: darkMode
? ArbitrumWrapperBackgroundDarkMode
: ArbitrumWrapperBackgroundLightMode};
border-radius: 20px;
display: flex;
flex-direction: column;
max-width: 480px;
min-height: 218px;
overflow: hidden;
position: relative;
width: 100%;
:before {
background-image: url(${({ logoUrl }) => logoUrl});
background-repeat: no-repeat;
background-size: 300px;
content: '';
height: 300px;
opacity: 0.1;
position: absolute;
transform: rotate(25deg) translate(-90px, -40px);
width: 300px;
z-index: -1;
}
`
const Header = styled(TYPE.largeHeader)`
margin: 0;
padding-right: 30px;
`
const Body = styled.p`
grid-column: 1 / 3;
line-height: 143%;
margin: 0;
@media screen and (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
grid-column: 2 / 3;
}
`
const LinkOutCircle = styled(ArrowDownCircle)`
transform: rotate(230deg);
width: 20px;
height: 20px;
`
const LinkOutToBridge = styled.a`
align-items: center;
background-color: black;
border-radius: 16px;
color: white;
display: flex;
justify-content: space-between;
margin: 0 18px 18px 18px;
padding: 14px 24px;
text-decoration: none;
width: auto;
:hover,
:focus,
:active {
background-color: black;
}
`
export function NetworkAlert() {
const { account, chainId } = useActiveWeb3React()
const [darkMode] = useDarkModeManager()
const [arbitrumAlphaAcknowledged, setArbitrumAlphaAcknowledged] = useArbitrumAlphaAlert()
const [locallyDismissed, setLocallyDimissed] = useState(false)
const userEthBalance = useETHBalances(account ? [account] : [])?.[account ?? '']
const dismiss = useCallback(() => {
if (userEthBalance?.greaterThan(0)) {
setArbitrumAlphaAcknowledged(true)
} else {
setLocallyDimissed(true)
}
}, [setArbitrumAlphaAcknowledged, userEthBalance])
if (!chainId || !L2_CHAIN_IDS.includes(chainId) || arbitrumAlphaAcknowledged || locallyDismissed) {
return null
}
const info = L2_INFO[chainId]
return (
<RootWrapper chainId={chainId} darkMode={darkMode} logoUrl={info.logoUrl}>
<CloseIcon onClick={dismiss} />
<ContentWrapper>
<L2Icon src={info.logoUrl} />
<Header>
<Trans>Uniswap on {NETWORK_LABELS[chainId]}</Trans>
</Header>
<Body>
<Trans>
This is an alpha release of Uniswap on the {NETWORK_LABELS[chainId]} network. You must bridge L1 assets to
the network to swap them.
</Trans>
</Body>
</ContentWrapper>
<LinkOutToBridge href={info.bridge} target="_blank" rel="noopener noreferrer">
<Trans>Deposit to {NETWORK_LABELS[chainId]}</Trans>
<LinkOutCircle />
</LinkOutToBridge>
</RootWrapper>
)
}

View File

@@ -117,7 +117,7 @@ export default function ClaimPopup() {
</TYPE.subHeader>
</AutoColumn>
<AutoColumn style={{ zIndex: 10 }} justify="center">
<ButtonPrimary padding="8px" borderRadius="8px" width={'fit-content'} onClick={handleToggleSelfClaimModal}>
<ButtonPrimary padding="8px" $borderRadius="8px" width={'fit-content'} onClick={handleToggleSelfClaimModal}>
<Trans>Claim your UNI tokens</Trans>
</ButtonPrimary>
</AutoColumn>

View File

@@ -7,7 +7,7 @@ import { PopupContent } from '../../state/application/actions'
import { useRemovePopup } from '../../state/application/hooks'
import TransactionPopup from './TransactionPopup'
export const StyledClose = styled(X)`
const StyledClose = styled(X)`
position: absolute;
right: 10px;
top: 10px;
@@ -16,7 +16,7 @@ export const StyledClose = styled(X)`
cursor: pointer;
}
`
export const Popup = styled.div`
const Popup = styled.div`
display: inline-block;
width: 100%;
padding: 1em;

View File

@@ -62,7 +62,7 @@ export default function SushiPositionCard({ tokenA, tokenB, liquidityToken, bord
<RowFixed gap="8px">
<ButtonEmpty
padding="0px 35px 0px 0px"
borderRadius="12px"
$borderRadius="12px"
width="fit-content"
as={Link}
to={`/migrate/v2/${liquidityToken.address}`}

View File

@@ -98,7 +98,7 @@ export default function V2PositionCard({ pair, border, stakedBalance }: Position
<RowFixed gap="8px">
<ButtonEmpty
padding="6px 8px"
borderRadius="12px"
$borderRadius="12px"
width="fit-content"
onClick={() => setShowMore(!showMore)}
>
@@ -188,7 +188,7 @@ export default function V2PositionCard({ pair, border, stakedBalance }: Position
<RowBetween marginTop="10px">
<ButtonPrimary
padding="8px"
borderRadius="8px"
$borderRadius="8px"
as={Link}
to={`/migrate/v2/${pair.liquidityToken.address}`}
width="64%"
@@ -197,7 +197,7 @@ export default function V2PositionCard({ pair, border, stakedBalance }: Position
</ButtonPrimary>
<ButtonSecondary
padding="8px"
borderRadius="8px"
$borderRadius="8px"
as={Link}
width="32%"
to={`/remove/v2/${currencyId(currency0)}/${currencyId(currency1)}`}

View File

@@ -1,7 +1,6 @@
import JSBI from 'jsbi'
import { Percent, CurrencyAmount, Token } from '@uniswap/sdk-core'
import { Pair } from '@uniswap/v2-sdk'
import { darken } from 'polished'
import { useState } from 'react'
import { ChevronDown, ChevronUp } from 'react-feather'
import { Link } from 'react-router-dom'
@@ -21,7 +20,7 @@ import { CardNoise } from '../earn/styled'
import { useColor } from '../../hooks/useColor'
import Card, { GreyCard, LightCard } from '../Card'
import { GreyCard, LightCard } from '../Card'
import { AutoColumn } from '../Column'
import CurrencyLogo from '../CurrencyLogo'
import DoubleCurrencyLogo from '../DoubleLogo'
@@ -33,12 +32,6 @@ export const FixedHeightRow = styled(RowBetween)`
height: 24px;
`
export const HoverCard = styled(Card)`
border: 1px solid transparent;
:hover {
border: 1px solid ${({ theme }) => darken(0.06, theme.bg2)};
}
`
const StyledPositionCard = styled(LightCard)<{ bgColor: any }>`
border: none;
background: ${({ theme, bgColor }) =>
@@ -219,7 +212,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
</Text>
</AutoRow>
<RowFixed gap="8px" style={{ marginRight: '4px' }}>
<ButtonEmpty padding="6px 8px" borderRadius="12px" width="100%" onClick={() => setShowMore(!showMore)}>
<ButtonEmpty padding="6px 8px" $borderRadius="12px" width="100%" onClick={() => setShowMore(!showMore)}>
{showMore ? (
<>
<Trans>Manage</Trans>
@@ -306,7 +299,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
</Text>
</FixedHeightRow>
<ButtonSecondary padding="8px" borderRadius="8px">
<ButtonSecondary padding="8px" $borderRadius="8px">
<ExternalLink
style={{ width: '100%', textAlign: 'center' }}
href={`https://v2.info.uniswap.org/account/${account}`}
@@ -320,7 +313,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
<RowBetween marginTop="10px">
<ButtonPrimary
padding="8px"
borderRadius="8px"
$borderRadius="8px"
as={Link}
to={`/migrate/v2/${pair.liquidityToken.address}`}
width="32%"
@@ -329,7 +322,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
</ButtonPrimary>
<ButtonPrimary
padding="8px"
borderRadius="8px"
$borderRadius="8px"
as={Link}
to={`/add/v2/${currencyId(currency0)}/${currencyId(currency1)}`}
width="32%"
@@ -338,7 +331,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
</ButtonPrimary>
<ButtonPrimary
padding="8px"
borderRadius="8px"
$borderRadius="8px"
as={Link}
width="32%"
to={`/remove/v2/${currencyId(currency0)}/${currencyId(currency1)}`}
@@ -350,7 +343,7 @@ export default function FullPositionCard({ pair, border, stakedBalance }: Positi
{stakedBalance && JSBI.greaterThan(stakedBalance.quotient, BIG_INT_ZERO) && (
<ButtonPrimary
padding="8px"
borderRadius="8px"
$borderRadius="8px"
as={Link}
to={`/uni/${currencyId(currency0)}/${currencyId(currency1)}`}
width="100%"

View File

@@ -34,7 +34,7 @@ const MobileHeader = styled.div`
}
`
export type PositionListProps = React.PropsWithChildren<{
type PositionListProps = React.PropsWithChildren<{
positions: PositionDetails[]
}>

View File

@@ -117,7 +117,7 @@ const DataText = styled.div`
`};
`
export interface PositionListItemProps {
interface PositionListItemProps {
positionDetails: PositionDetails
}

View File

@@ -162,7 +162,7 @@ function BreakLineComponent({ style }: { style: CSSProperties }) {
const theme = useTheme()
return (
<FixedContentRow style={style}>
<LightGreyCard padding="8px 12px" borderRadius="8px">
<LightGreyCard padding="8px 12px" $borderRadius="8px">
<RowBetween>
<RowFixed>
<TokenListLogoWrapper src={TokenListLogo} />

View File

@@ -149,7 +149,7 @@ export function ImportList({ listURL, list, setModalView, onDismiss }: ImportPro
<ButtonPrimary
disabled={!confirmed}
altDisabledStyle={true}
borderRadius="20px"
$borderRadius="20px"
padding="10px 1rem"
onClick={handleAddList}
>

View File

@@ -108,7 +108,7 @@ export function ImportToken({ tokens, list, onBack, onDismiss, handleCurrencySel
</TYPE.small>
</RowFixed>
) : (
<WarningWrapper borderRadius="4px" padding="4px" highWarning={true}>
<WarningWrapper $borderRadius="4px" padding="4px" highWarning={true}>
<RowFixed>
<AlertCircle stroke={theme.red1} size="10px" />
<TYPE.body color={theme.red1} ml="4px" fontSize="10px" fontWeight={500}>
@@ -124,7 +124,7 @@ export function ImportToken({ tokens, list, onBack, onDismiss, handleCurrencySel
<ButtonPrimary
altDisabledStyle={true}
borderRadius="20px"
$borderRadius="20px"
padding="10px 1rem"
onClick={() => {
tokens.map((token) => addToken(token))

View File

@@ -1,33 +0,0 @@
import { Text } from 'rebass'
import styled from 'styled-components/macro'
import { RowFixed } from '../Row'
export const FilterWrapper = styled(RowFixed)`
padding: 8px;
background-color: ${({ theme }) => theme.bg2};
color: ${({ theme }) => theme.text1};
border-radius: 8px;
user-select: none;
& > * {
user-select: none;
}
:hover {
cursor: pointer;
}
`
export default function SortButton({
toggleSortOrder,
ascending,
}: {
toggleSortOrder: () => void
ascending: boolean
}) {
return (
<FilterWrapper onClick={toggleSortOrder}>
<Text fontSize={14} fontWeight={500}>
{ascending ? '↑' : '↓'}
</Text>
</FilterWrapper>
)
}

View File

@@ -1,43 +1,6 @@
import styled from 'styled-components/macro'
import { AutoColumn } from '../Column'
import { RowBetween, RowFixed } from '../Row'
export const ModalInfo = styled.div`
${({ theme }) => theme.flexRowNoWrap}
align-items: center;
padding: 1rem 1rem;
margin: 0.25rem 0.5rem;
justify-content: center;
flex: 1;
user-select: none;
`
export const StyledMenu = styled.div`
display: flex;
justify-content: center;
align-items: center;
position: relative;
border: none;
`
export const PopoverContainer = styled.div<{ show: boolean }>`
z-index: 100;
visibility: ${(props) => (props.show ? 'visible' : 'hidden')};
opacity: ${(props) => (props.show ? 1 : 0)};
transition: visibility 150ms linear, opacity 150ms linear;
background: ${({ theme }) => theme.bg2};
border: 1px solid ${({ theme }) => theme.bg3};
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04),
0px 24px 32px rgba(0, 0, 0, 0.01);
color: ${({ theme }) => theme.text2};
border-radius: 0.5rem;
padding: 1rem;
display: grid;
grid-template-rows: 1fr;
grid-gap: 8px;
font-size: 1rem;
text-align: left;
top: 80px;
`
import { RowBetween } from '../Row'
export const TextDot = styled.div`
height: 3px;
@@ -46,10 +9,6 @@ export const TextDot = styled.div`
border-radius: 50%;
`
export const FadedSpan = styled(RowFixed)`
color: ${({ theme }) => theme.primary1};
font-size: 14px;
`
export const Checkbox = styled.input`
border: 1px solid ${({ theme }) => theme.red3};
height: 20px;

View File

@@ -1,36 +0,0 @@
import { readableColor } from 'polished'
import styled from 'styled-components/macro'
import { colors } from 'theme'
const Swatch = styled.div`
align-items: center;
display: flex;
flex-direction: column;
height: 100px;
justify-content: center;
min-width: 200px;
`
const Wrapper = styled.div`
display: flex;
flex-wrap: wrap;
flex-direction: row;
`
interface ThemePaletteProps {
isDarkMode: boolean
}
export default function ThemePalette({ isDarkMode }: ThemePaletteProps) {
const data = colors(isDarkMode)
return (
<Wrapper>
{Object.entries(data).map(([key, value]) => (
<Swatch key={key} style={{ color: readableColor(value), backgroundColor: value }}>
<div>{key}</div>
<div>{value}</div>
</Swatch>
))}
</Wrapper>
)
}

View File

@@ -30,7 +30,7 @@ const StatusText = styled(TYPE.main)<{ isActive?: boolean }>`
color: ${({ theme, isActive }) => (isActive ? theme.text1 : theme.text3)};
`
export interface ToggleProps {
interface ToggleProps {
id?: string
isActive: boolean
bgColor: string

View File

@@ -30,7 +30,7 @@ const StyledToggle = styled.button<{ isActive?: boolean; activeElement?: boolean
padding: 2px;
`
export interface ToggleProps {
interface ToggleProps {
id?: string
isActive: boolean
toggle: () => void

View File

@@ -21,7 +21,7 @@ export default function Tooltip({ text, ...rest }: TooltipProps) {
return <Popover content={<TooltipContainer>{text}</TooltipContainer>} {...rest} />
}
export function TooltipContent({ content, ...rest }: TooltipContentProps) {
function TooltipContent({ content, ...rest }: TooltipContentProps) {
return <Popover content={<TooltipContainer>{content}</TooltipContainer>} {...rest} />
}

View File

@@ -39,7 +39,7 @@ const StyledLogo = styled.img`
margin-left: 6px;
`
export function ConfirmationPendingContent({
function ConfirmationPendingContent({
onDismiss,
pendingText,
inline,
@@ -78,7 +78,7 @@ export function ConfirmationPendingContent({
)
}
export function TransactionSubmittedContent({
function TransactionSubmittedContent({
onDismiss,
chainId,
hash,

View File

@@ -87,7 +87,7 @@ const SlippageEmojiContainer = styled.span`
`}
`
export interface TransactionSettingsProps {
interface TransactionSettingsProps {
placeholderSlippage: Percent // varies according to the context in which the settings dialog is placed
}

View File

@@ -132,7 +132,7 @@ export default function AddressClaimModal({ isOpen, onDismiss }: { isOpen: boole
disabled={!isAddress(parsedAddress ?? '') || !hasAvailableClaim}
padding="16px 16px"
width="100%"
borderRadius="12px"
$borderRadius="12px"
mt="1rem"
onClick={onClaim}
>

View File

@@ -161,7 +161,7 @@ export default function ClaimModal() {
disabled={!isAddress(account ?? '')}
padding="16px 16px"
width="100%"
borderRadius="12px"
$borderRadius="12px"
mt="1rem"
onClick={onClaim}
>

View File

@@ -119,7 +119,7 @@ export default function PoolCard({ stakingInfo }: { stakingInfo: StakingInfo })
</TYPE.white>
<StyledInternalLink to={`/uni/${currencyId(currency0)}/${currencyId(currency1)}`} style={{ width: '100%' }}>
<ButtonPrimary padding="8px" borderRadius="8px">
<ButtonPrimary padding="8px" $borderRadius="8px">
{isStaking ? <Trans>Manage</Trans> : <Trans>Deposit</Trans>}
</ButtonPrimary>
</StyledInternalLink>

View File

@@ -5,17 +5,6 @@ import uImage from '../../assets/images/big_unicorn.png'
import xlUnicorn from '../../assets/images/xl_uni.png'
import noise from '../../assets/images/noise.png'
export const TextBox = styled.div`
display: flex;
align-items: center;
justify-content: center;
padding: 4px 12px;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 20px;
width: fit-content;
justify-self: flex-end;
`
export const DataCard = styled(AutoColumn)<{ disabled?: boolean }>`
background: radial-gradient(76.02% 75.41% at 1.84% 0%, #ff007a 0%, #2172e5 100%);
border-radius: 12px;

View File

@@ -11,7 +11,7 @@ import { RowBetween, RowFixed } from '../Row'
import FormattedPriceImpact from './FormattedPriceImpact'
import SwapRoute from './SwapRoute'
export interface AdvancedSwapDetailsProps {
interface AdvancedSwapDetailsProps {
trade?: V2Trade<Currency, Currency, TradeType> | V3Trade<Currency, Currency, TradeType>
allowedSlippage: Percent
}

View File

@@ -1,20 +0,0 @@
import styled from 'styled-components/macro'
import { useLastTruthy } from '../../hooks/useLast'
import { AdvancedSwapDetails, AdvancedSwapDetailsProps } from './AdvancedSwapDetails'
const AdvancedDetailsFooter = styled.div<{ show: boolean }>`
width: 100%;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
color: ${({ theme }) => theme.text2};
`
export default function AdvancedSwapDetailsDropdown({ trade, ...rest }: AdvancedSwapDetailsProps) {
const lastTrade = useLastTruthy(trade)
return (
<AdvancedDetailsFooter show={Boolean(trade)}>
<AdvancedSwapDetails {...rest} trade={trade ?? lastTrade ?? undefined} />
</AdvancedDetailsFooter>
)
}

View File

@@ -1,6 +1,6 @@
import { Percent } from '@uniswap/sdk-core'
import { warningSeverity } from '../../utils/prices'
import { ErrorText, ErrorPill } from './styleds'
import { ErrorText } from './styleds'
/**
* Formatted version of price impact text with warning colors
@@ -12,11 +12,3 @@ export default function FormattedPriceImpact({ priceImpact }: { priceImpact?: Pe
</ErrorText>
)
}
export function SmallFormattedPriceImpact({ priceImpact }: { priceImpact?: Percent }) {
return (
<ErrorPill fontWeight={500} fontSize={12} severity={warningSeverity(priceImpact)}>
{priceImpact ? `(${priceImpact.multiply(-1).toFixed(2)}%)` : '-'}
</ErrorPill>
)
}

View File

@@ -22,7 +22,7 @@ import { LightCard } from '../Card'
import TradePrice from '../swap/TradePrice'
export const ArrowWrapper = styled.div`
const ArrowWrapper = styled.div`
padding: 4px;
border-radius: 12px;
height: 32px;

View File

@@ -1,115 +0,0 @@
import { Trans } from '@lingui/macro'
import arbitrumMaskUrl from 'assets/svg/arbitrum_mask.svg'
import { SupportedChainId } from 'constants/chains'
import { useActiveWeb3React } from 'hooks/web3'
import React, { useCallback, useState } from 'react'
import { ArrowDownCircle, X } from 'react-feather'
import { useArbitrumAlphaAlert } from 'state/user/hooks'
import { useETHBalances } from 'state/wallet/hooks'
import styled from 'styled-components'
const CloseIcon = styled(X)`
cursor: pointer;
position: absolute;
top: 1em;
right: 1em;
`
const Wrapper = styled.div`
border-radius: 20px;
background: radial-gradient(285.11% 8200.45% at 29.05% 48.94%, rgba(40, 160, 240, 0.1) 0%, rgba(219, 255, 0, 0) 100%),
radial-gradient(76.02% 75.41% at 1.84% 0%, rgba(150, 190, 220, 0.3) 0%, rgba(33, 114, 229, 0.3) 100%);
display: flex;
flex-direction: column;
max-width: 480px;
min-height: 212px;
overflow: hidden;
position: relative;
width: 100%;
:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
background-image: url(${arbitrumMaskUrl});
background-repeat: no-repeat;
transform: rotate(15deg), scale(1);
}
`
const ArbitrumTextStyles = styled.span`
font-style: italic;
font-weight: 900;
color: #f3de1e;
background: linear-gradient(to right, #f3de1e, #ffffff);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
`
const Header = styled.h3`
margin: 0;
padding: 20px 20px 0;
`
const Body = styled.p`
line-height: 143%;
margin: 16px 20px 31px;
`
const LinkOutCircle = styled(ArrowDownCircle)`
transform: rotate(230deg);
width: 20px;
height: 20px;
`
const LinkOutToBridge = styled.a`
align-items: center;
background-color: black;
border-radius: 16px;
color: white;
display: flex;
justify-content: space-between;
margin: 0 18px 18px 18px;
padding: 14px 24px;
text-decoration: none;
width: auto;
:hover,
:focus,
:active {
background-color: black;
}
`
export function SwapNetworkAlert() {
const { account, chainId } = useActiveWeb3React()
const [arbitrumAlphaAcknowledged, setArbitrumAlphaAcknowledged] = useArbitrumAlphaAlert()
const [locallyDismissed, setLocallyDimissed] = useState(false)
const userEthBalance = useETHBalances(account ? [account] : [])?.[account ?? '']
const dismiss = useCallback(() => {
if (userEthBalance?.greaterThan(0)) {
setArbitrumAlphaAcknowledged(true)
} else {
setLocallyDimissed(true)
}
}, [setArbitrumAlphaAcknowledged, userEthBalance])
if (chainId !== SupportedChainId.ARBITRUM_ONE || arbitrumAlphaAcknowledged || locallyDismissed) {
return null
}
return (
<Wrapper>
<CloseIcon onClick={dismiss} />
<Header>
<Trans>
Uniswap on <ArbitrumTextStyles>Arbitrum</ArbitrumTextStyles>
</Trans>
</Header>
<Body>
<Trans>
This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap
them.
</Trans>
</Body>
<LinkOutToBridge href="https://bridge.arbitrum.io/" target="_blank" rel="noopener noreferrer">
<Trans>Deposit to Arbitrum</Trans>
<LinkOutCircle />
</LinkOutToBridge>
</Wrapper>
)
}

View File

@@ -1,6 +1,5 @@
import { transparentize } from 'polished'
import { ReactNode } from 'react'
import { Link } from 'react-router-dom'
import { AlertTriangle } from 'react-feather'
import styled, { css } from 'styled-components'
@@ -42,11 +41,6 @@ export const SectionBreak = styled.div`
background-color: ${({ theme }) => theme.bg3};
`
export const BottomGrouping = styled.div`
margin-top: ;
/* background-color: ${({ theme }) => theme.bg1}; */
`
export const ErrorText = styled(Text)<{ severity?: 0 | 1 | 2 | 3 | 4 }>`
color: ${({ theme, severity }) =>
severity === 3 || severity === 4
@@ -58,55 +52,6 @@ export const ErrorText = styled(Text)<{ severity?: 0 | 1 | 2 | 3 | 4 }>`
: theme.text2};
`
export const ErrorPill = styled(Text)<{ severity?: 0 | 1 | 2 | 3 | 4 }>`
border-radius: 8px;
color: ${({ theme, severity }) =>
severity === 3 || severity === 4
? theme.red1
: severity === 2
? theme.yellow2
: severity === 1
? theme.text1
: theme.text3};
/* background-color: ${({ theme, severity }) =>
severity === 3 || severity === 4
? transparentize(0.9, theme.red1)
: severity === 2
? transparentize(0.9, theme.yellow2)
: severity === 1
? transparentize(0.9, theme.text1)
: transparentize(0.9, theme.green1)}; */
`
export const StyledBalanceMaxMini = styled.button`
/* height: 22px; */
width: fit-content;
background-color: ${({ theme }) => theme.bg1};
border: none;
border-radius: 8px;
padding: 0;
font-size: 0.875rem;
font-weight: 400;
opacity: 0.6;
margin-right: 0.5rem;
cursor: pointer;
color: ${({ theme }) => theme.text1};
display: flex;
justify-content: center;
align-items: center;
float: right;
:hover {
background-color: ${({ theme }) => theme.bg2};
}
:focus {
background-color: ${({ theme }) => theme.bg2};
outline: none;
}
`
export const TruncatedText = styled(Text)`
text-overflow: ellipsis;
max-width: 220px;
@@ -183,19 +128,3 @@ export const SwapShowAcceptChanges = styled(AutoColumn)`
border-radius: 12px;
margin-top: 8px;
`
export const Separator = styled.div`
width: 100%;
height: 1px;
background-color: ${({ theme }) => theme.bg2};
`
export const V2TradeAlertWrapper = styled(Link)`
background-color: ${({ theme }) => theme.bg2};
display: flex;
align-items: center;
border-radius: 12px;
height: 22px;
margin-right: 0.5rem;
padding: 0 0.25rem 0 0.5rem;
text-decoration: none !important;
`

View File

@@ -0,0 +1,60 @@
import { Trans } from '@lingui/macro'
import { L2_CHAIN_IDS } from 'constants/chains'
import { useActiveWeb3React } from 'hooks/web3'
import styled from 'styled-components/macro'
import { TYPE } from 'theme'
const EmptyProposals = styled.div`
border: 1px solid ${({ theme }) => theme.text4};
padding: 16px 12px;
border-radius: 12px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
`
const Sub = styled.i`
align-items: center;
display: flex;
justify-content: center;
text-align: center;
`
interface EmptyStateProps {
HeaderContent: () => JSX.Element
SubHeaderContent: () => JSX.Element
}
const EmptyState = ({ HeaderContent, SubHeaderContent }: EmptyStateProps) => (
<EmptyProposals>
<TYPE.body style={{ marginBottom: '8px' }}>
<HeaderContent />
</TYPE.body>
<TYPE.subHeader>
<Sub>
<SubHeaderContent />
</Sub>
</TYPE.subHeader>
</EmptyProposals>
)
export default function ProposalEmptyState() {
const { chainId } = useActiveWeb3React()
if (chainId && L2_CHAIN_IDS.includes(chainId)) {
return (
<EmptyState
HeaderContent={() => <Trans>Please connect to Layer 1 Ethereum</Trans>}
SubHeaderContent={() => (
<Trans>
Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals
and Vote.
</Trans>
)}
/>
)
}
return (
<EmptyState
HeaderContent={() => <Trans>No proposals found.</Trans>}
SubHeaderContent={() => <Trans>Proposals submitted by community members will appear here.</Trans>}
/>
)
}

View File

@@ -13,7 +13,6 @@ import Circle from '../../assets/images/blue-loader.svg'
import { useVoteCallback, useUserVotes } from '../../state/governance/hooks'
import { ExternalLink } from '../../theme/components'
import { formatCurrencyAmount } from 'utils/formatCurrencyAmount'
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
import { Trans } from '@lingui/macro'
const ContentWrapper = styled(AutoColumn)`
@@ -50,7 +49,7 @@ export default function VoteModal({ isOpen, onDismiss, proposalId, support }: Vo
}: {
voteCallback: (proposalId: string | undefined, support: boolean) => Promise<string> | undefined
} = useVoteCallback()
const availableVotes: CurrencyAmount<Token> | undefined = useUserVotes()
const { votes: availableVotes } = useUserVotes()
// monitor call to help UI loading state
const [hash, setHash] = useState<string | undefined>()

View File

@@ -28,7 +28,7 @@ interface BatchItem {
reject: (error: Error) => void
}
export class MiniRpcProvider implements AsyncSendable {
class MiniRpcProvider implements AsyncSendable {
public readonly isMetaMask: false = false
public readonly chainId: number
public readonly url: string

View File

@@ -29,6 +29,8 @@ const NETWORK_URLS: {
[SupportedChainId.KOVAN]: `https://kovan.infura.io/v3/${INFURA_KEY}`,
[SupportedChainId.ARBITRUM_ONE]: `https://arb1.arbitrum.io/rpc`,
[SupportedChainId.ARBITRUM_RINKEBY]: `https://rinkeby.arbitrum.io/rpc`,
[SupportedChainId.OPTIMISM]: `https://mainnet.optimism.io`,
[SupportedChainId.OPTIMISTIC_KOVAN]: `https://kovan.optimism.io`,
}
const SUPPORTED_CHAIN_IDS: SupportedChainId[] = [
@@ -39,6 +41,8 @@ const SUPPORTED_CHAIN_IDS: SupportedChainId[] = [
SupportedChainId.ROPSTEN,
SupportedChainId.ARBITRUM_ONE,
SupportedChainId.ARBITRUM_RINKEBY,
SupportedChainId.OPTIMISM,
SupportedChainId.OPTIMISTIC_KOVAN,
]
export const network = new NetworkConnector({

View File

@@ -6,24 +6,27 @@ import { SupportedChainId } from './chains'
type AddressMap = { [chainId: number]: string }
export const UNI_ADDRESS: AddressMap = constructSameAddressMap('0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984')
export const MULTICALL2_ADDRESSES: AddressMap = {
...constructSameAddressMap('0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696'),
[SupportedChainId.ARBITRUM_ONE]: '0x021CeAC7e681dBCE9b5039d2535ED97590eB395c',
[SupportedChainId.ARBITRUM_RINKEBY]: '0x334f67349c1cB3A8fF1268c3eC43FF1D3De246C6',
export const MULTICALL_ADDRESS: AddressMap = {
...constructSameAddressMap('0x1F98415757620B543A52E61c46B32eB19261F984'),
[SupportedChainId.ARBITRUM_RINKEBY]: '0xa501c031958F579dB7676fF1CE78AD305794d579',
[SupportedChainId.ARBITRUM_ONE]: '0xadF885960B47eA2CD9B55E6DAc6B42b7Cb2806dB',
}
export const V2_FACTORY_ADDRESSES: AddressMap = constructSameAddressMap(V2_FACTORY_ADDRESS)
export const V2_ROUTER_ADDRESS: AddressMap = constructSameAddressMap('0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D')
// most current governance contract address should always be the 0 index
// only support governance on mainnet
export const GOVERNANCE_ADDRESSES: AddressMap[] = [
{
[SupportedChainId.MAINNET]: '0xC4e172459f1E7939D522503B81AFAaC1014CE6F6',
},
{
[SupportedChainId.MAINNET]: '0x5e4be8Bc9637f0EAA1A755019e06A68ce081D58F',
},
]
/**
* The older V0 governance account
*/
export const GOVERNANCE_ALPHA_V0_ADDRESSES: AddressMap = constructSameAddressMap(
'0x5e4be8Bc9637f0EAA1A755019e06A68ce081D58F'
)
/**
* The latest governor alpha that is currently admin of timelock
*/
export const GOVERNANCE_ALPHA_V1_ADDRESSES: AddressMap = {
[SupportedChainId.MAINNET]: '0xC4e172459f1E7939D522503B81AFAaC1014CE6F6',
}
export const TIMELOCK_ADDRESS: AddressMap = constructSameAddressMap('0x1a9C8182C09F50C8318d769245beA52c32BE35BC')
export const MERKLE_DISTRIBUTOR_ADDRESS: AddressMap = {

View File

@@ -1,3 +1,6 @@
import arbitrumLogoUrl from 'assets/svg/arbitrum_logo.svg'
import optimismLogoUrl from 'assets/svg/optimism_logo.svg'
export enum SupportedChainId {
MAINNET = 1,
ROPSTEN = 3,
@@ -6,6 +9,25 @@ export enum SupportedChainId {
KOVAN = 42,
ARBITRUM_ONE = 42161,
ARBITRUM_RINKEBY = 421611,
OPTIMISM = 10,
OPTIMISTIC_KOVAN = 69,
}
export const L2_CHAIN_IDS = [SupportedChainId.ARBITRUM_ONE, SupportedChainId.OPTIMISM]
export const L2_INFO: Record<number, { bridge: string; docs: string; explorer: string; logoUrl: string }> = {
[SupportedChainId.OPTIMISM]: {
bridge: 'https://gateway.optimism.io/',
docs: 'https://optimism.io/',
explorer: 'https://optimistic.etherscan.io/',
logoUrl: optimismLogoUrl,
},
[SupportedChainId.ARBITRUM_ONE]: {
bridge: 'https://bridge.arbitrum.io/',
explorer: 'https://explorer.arbitrum.io/',
docs: 'https://offchainlabs.com/',
logoUrl: arbitrumLogoUrl,
},
}
export const NETWORK_LABELS: { [chainId in SupportedChainId | number]: string } = {
@@ -16,4 +38,6 @@ export const NETWORK_LABELS: { [chainId in SupportedChainId | number]: string }
[SupportedChainId.KOVAN]: 'Kovan',
[SupportedChainId.ARBITRUM_ONE]: 'Arbitrum',
[SupportedChainId.ARBITRUM_RINKEBY]: 'Arbitrum Testnet',
[SupportedChainId.OPTIMISM]: 'Optimism',
[SupportedChainId.OPTIMISTIC_KOVAN]: 'Optimism Testnet',
}

View File

@@ -1,23 +1,17 @@
import { GOVERNANCE_ADDRESSES, TIMELOCK_ADDRESS, UNI_ADDRESS } from './addresses'
import {
GOVERNANCE_ALPHA_V0_ADDRESSES,
GOVERNANCE_ALPHA_V1_ADDRESSES,
TIMELOCK_ADDRESS,
UNI_ADDRESS,
} from './addresses'
import { SupportedChainId } from './chains'
// returns { [address]: `Governance (V${n})`} for each address in GOVERNANCE_ADDRESSES except the current, which gets no version indicator
const governanceContracts = (): Record<string, string> =>
GOVERNANCE_ADDRESSES.reduce(
(acc, addressMap, i) => ({
...acc,
[addressMap[SupportedChainId.MAINNET]]: `Governance${
i === 0 ? '' : ` (V${GOVERNANCE_ADDRESSES.length - 1 - i})`
}`,
}),
{}
)
export const COMMON_CONTRACT_NAMES: Record<number, { [address: string]: string }> = {
[SupportedChainId.MAINNET]: {
[UNI_ADDRESS[SupportedChainId.MAINNET]]: 'UNI',
[TIMELOCK_ADDRESS[SupportedChainId.MAINNET]]: 'Timelock',
...governanceContracts(),
[GOVERNANCE_ALPHA_V0_ADDRESSES[SupportedChainId.MAINNET]]: 'Governance (V0)',
[GOVERNANCE_ALPHA_V1_ADDRESSES[SupportedChainId.MAINNET]]: 'Governance',
},
}

View File

@@ -3,10 +3,8 @@
const COMPOUND_LIST = 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json'
const UMA_LIST = 'https://umaproject.org/uma.tokenlist.json'
const AAVE_LIST = 'tokenlist.aave.eth'
const SYNTHETIX_LIST = 'synths.snx.eth'
const WRAPPED_LIST = 'wrapped.tokensoft.eth'
const SET_LIST = 'https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json'
const OPYN_LIST = 'https://raw.githubusercontent.com/opynfinance/opyn-tokenlist/master/opyn-v1.tokenlist.json'
const ROLL_LIST = 'https://app.tryroll.com/tokens.json'
const COINGECKO_LIST = 'https://tokens.coingecko.com/uniswap/all.json'
const CMC_ALL_LIST = 'defi.cmc.eth'
@@ -21,11 +19,9 @@ export const UNSUPPORTED_LIST_URLS: string[] = [BA_LIST]
export const DEFAULT_LIST_OF_LISTS: string[] = [
COMPOUND_LIST,
AAVE_LIST,
SYNTHETIX_LIST,
UMA_LIST,
WRAPPED_LIST,
SET_LIST,
OPYN_LIST,
ROLL_LIST,
COINGECKO_LIST,
CMC_ALL_LIST,

View File

@@ -14,8 +14,9 @@ export const BIG_INT_SECONDS_IN_WEEK = JSBI.BigInt(60 * 60 * 24 * 7)
export const BIG_INT_ZERO = JSBI.BigInt(0)
// one basis JSBI.BigInt
export const ONE_BIPS = new Percent(JSBI.BigInt(1), JSBI.BigInt(10000))
export const BIPS_BASE = JSBI.BigInt(10000)
const BIPS_BASE = JSBI.BigInt(10000)
export const ONE_BIPS = new Percent(JSBI.BigInt(1), BIPS_BASE)
// used for warning states
export const ALLOWED_PRICE_IMPACT_LOW: Percent = new Percent(JSBI.BigInt(100), BIPS_BASE) // 1%
export const ALLOWED_PRICE_IMPACT_MEDIUM: Percent = new Percent(JSBI.BigInt(300), BIPS_BASE) // 3%
@@ -25,8 +26,7 @@ export const PRICE_IMPACT_WITHOUT_FEE_CONFIRM_MIN: Percent = new Percent(JSBI.Bi
// for non expert mode disable swaps above this
export const BLOCKED_PRICE_IMPACT_NON_EXPERT: Percent = new Percent(JSBI.BigInt(1500), BIPS_BASE) // 15%
// used to ensure the user doesn't send so much ETH so they end up with <.01
export const BETTER_TRADE_LESS_HOPS_THRESHOLD = new Percent(JSBI.BigInt(50), JSBI.BigInt(10000))
export const BETTER_TRADE_LESS_HOPS_THRESHOLD = new Percent(JSBI.BigInt(50), BIPS_BASE)
export const ZERO_PERCENT = new Percent('0')
export const ONE_HUNDRED_PERCENT = new Percent('1')

View File

@@ -132,6 +132,20 @@ export const WETH9_EXTENDED: { [chainId: number]: Token } = {
'WETH',
'Wrapped Ether'
),
[SupportedChainId.OPTIMISM]: new Token(
SupportedChainId.OPTIMISM,
'0x4200000000000000000000000000000000000006',
18,
'WETH',
'Wrapped Ether'
),
[SupportedChainId.OPTIMISTIC_KOVAN]: new Token(
SupportedChainId.OPTIMISTIC_KOVAN,
'0x4200000000000000000000000000000000000006',
18,
'WETH',
'Wrapped Ether'
),
}
export class ExtendedEther extends Ether {

View File

@@ -7,7 +7,7 @@ import PORTIS_ICON_URL from '../assets/images/portisIcon.png'
import WALLETCONNECT_ICON_URL from '../assets/images/walletConnectIcon.svg'
import { fortmatic, injected, portis, walletconnect, walletlink } from '../connectors'
export interface WalletInfo {
interface WalletInfo {
connector?: AbstractConnector
name: string
iconURL: string

View File

@@ -4,43 +4,37 @@ import { abi as UNI_ABI } from '@uniswap/governance/build/Uni.json'
import { abi as STAKING_REWARDS_ABI } from '@uniswap/liquidity-staker/build/StakingRewards.json'
import { abi as MERKLE_DISTRIBUTOR_ABI } from '@uniswap/merkle-distributor/build/MerkleDistributor.json'
import { abi as IUniswapV2PairABI } from '@uniswap/v2-core/build/IUniswapV2Pair.json'
import { abi as V3FactoryABI } from '@uniswap/v3-core/artifacts/contracts/UniswapV3Factory.sol/UniswapV3Factory.json'
import { abi as V3PoolABI } from '@uniswap/v3-core/artifacts/contracts/UniswapV3Pool.sol/UniswapV3Pool.json'
import { abi as QuoterABI } from '@uniswap/v3-periphery/artifacts/contracts/lens/Quoter.sol/Quoter.json'
import { abi as V2MigratorABI } from '@uniswap/v3-periphery/artifacts/contracts/V3Migrator.sol/V3Migrator.json'
import { abi as IUniswapV2Router02ABI } from '@uniswap/v2-periphery/build/IUniswapV2Router02.json'
import { abi as MulticallABI } from '@uniswap/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall.sol/UniswapInterfaceMulticall.json'
import ARGENT_WALLET_DETECTOR_ABI from 'abis/argent-wallet-detector.json'
import ENS_PUBLIC_RESOLVER_ABI from 'abis/ens-public-resolver.json'
import ENS_ABI from 'abis/ens-registrar.json'
import ERC20_ABI from 'abis/erc20.json'
import ERC20_BYTES32_ABI from 'abis/erc20_bytes32.json'
import MULTICALL_ABI from 'abis/multicall2.json'
import { Unisocks } from 'abis/types/Unisocks'
import UNISOCKS_ABI from 'abis/unisocks.json'
import WETH_ABI from 'abis/weth.json'
import EIP_2612 from 'abis/eip_2612.json'
import {
NONFUNGIBLE_POSITION_MANAGER_ADDRESSES,
QUOTER_ADDRESSES,
V3_CORE_FACTORY_ADDRESSES,
V3_MIGRATOR_ADDRESSES,
ARGENT_WALLET_DETECTOR_ADDRESS,
GOVERNANCE_ADDRESSES,
MERKLE_DISTRIBUTOR_ADDRESS,
MULTICALL2_ADDRESSES,
MULTICALL_ADDRESS,
V2_ROUTER_ADDRESS,
ENS_REGISTRAR_ADDRESSES,
SOCKS_CONTROLLER_ADDRESSES,
GOVERNANCE_ALPHA_V0_ADDRESSES,
GOVERNANCE_ALPHA_V1_ADDRESSES,
} from 'constants/addresses'
import { abi as NFTPositionManagerABI } from '@uniswap/v3-periphery/artifacts/contracts/NonfungiblePositionManager.sol/NonfungiblePositionManager.json'
import { useMemo } from 'react'
import { Quoter, UniswapV3Factory, UniswapV3Pool } from 'types/v3'
import { NonfungiblePositionManager } from 'types/v3/NonfungiblePositionManager'
import { Quoter, NonfungiblePositionManager, UniswapInterfaceMulticall } from 'types/v3'
import { V3Migrator } from 'types/v3/V3Migrator'
import { getContract } from 'utils'
import { Erc20, ArgentWalletDetector, EnsPublicResolver, EnsRegistrar, Multicall2, Weth } from '../abis/types'
import { Erc20, ArgentWalletDetector, EnsPublicResolver, EnsRegistrar, Weth } from '../abis/types'
import { UNI, WETH9_EXTENDED } from '../constants/tokens'
import { useActiveWeb3React } from './web3'
@@ -109,32 +103,23 @@ export function useV2RouterContract(): Contract | null {
}
export function useMulticall2Contract() {
return useContract<Multicall2>(MULTICALL2_ADDRESSES, MULTICALL_ABI, false) as Multicall2
return useContract<UniswapInterfaceMulticall>(MULTICALL_ADDRESS, MulticallABI, false) as UniswapInterfaceMulticall
}
export function useMerkleDistributorContract() {
return useContract(MERKLE_DISTRIBUTOR_ADDRESS, MERKLE_DISTRIBUTOR_ABI, true)
}
export function useGovernanceContracts(): (Contract | null)[] {
const { library, account, chainId } = useActiveWeb3React()
return useMemo(() => {
if (!library || !chainId) {
return []
}
return GOVERNANCE_ADDRESSES.filter((addressMap) => Boolean(addressMap[chainId])).map((addressMap) => {
try {
return getContract(addressMap[chainId], GOVERNANCE_ABI, library, account ? account : undefined)
} catch (error) {
console.error('Failed to get contract', error)
return null
}
})
}, [library, chainId, account])
export function useGovernanceV0Contract(): Contract | null {
return useContract(GOVERNANCE_ALPHA_V0_ADDRESSES, GOVERNANCE_ABI, true)
}
export function useGovernanceV1Contract(): Contract | null {
return useContract(GOVERNANCE_ALPHA_V1_ADDRESSES, GOVERNANCE_ABI, true)
}
export const useLatestGovernanceContract = useGovernanceV1Contract
export function useUniContract() {
const { chainId } = useActiveWeb3React()
return useContract(chainId ? UNI[chainId]?.address : undefined, UNI_ABI, true)
@@ -144,10 +129,6 @@ export function useStakingContract(stakingAddress?: string, withSignerIfPossible
return useContract(stakingAddress, STAKING_REWARDS_ABI, withSignerIfPossible)
}
export function useSocksController(): Unisocks | null {
return useContract<Unisocks>(SOCKS_CONTROLLER_ADDRESSES, UNISOCKS_ABI, false)
}
export function useV3NFTPositionManagerContract(withSignerIfPossible?: boolean): NonfungiblePositionManager | null {
return useContract<NonfungiblePositionManager>(
NONFUNGIBLE_POSITION_MANAGER_ADDRESSES,
@@ -156,14 +137,6 @@ export function useV3NFTPositionManagerContract(withSignerIfPossible?: boolean):
)
}
export function useV3Factory() {
return useContract<UniswapV3Factory>(V3_CORE_FACTORY_ADDRESSES, V3FactoryABI) as UniswapV3Factory | null
}
export function useV3Pool(address: string | undefined) {
return useContract<UniswapV3Pool>(address, V3PoolABI)
}
export function useV3Quoter() {
return useContract<Quoter>(QUOTER_ADDRESSES, QuoterABI)
}

View File

@@ -75,11 +75,11 @@ interface BaseSignatureData {
permitType: PermitType
}
export interface StandardSignatureData extends BaseSignatureData {
interface StandardSignatureData extends BaseSignatureData {
amount: string
}
export interface AllowedSignatureData extends BaseSignatureData {
interface AllowedSignatureData extends BaseSignatureData {
allowed: true
}
@@ -114,7 +114,7 @@ const PERMIT_ALLOWED_TYPE = [
{ name: 'allowed', type: 'bool' },
]
export function useERC20Permit(
function useERC20Permit(
currencyAmount: CurrencyAmount<Currency> | null | undefined,
spender: string | null | undefined,
overridePermitInfo: PermitInfo | undefined | null

View File

@@ -0,0 +1,152 @@
import { FeeAmount } from '@uniswap/v3-sdk'
import { Token } from '@uniswap/sdk-core'
import { useFeeTierDistributionQuery } from 'state/data/enhanced'
import { skipToken } from '@reduxjs/toolkit/query/react'
import { reduce } from 'lodash'
import { useBlockNumber } from 'state/application/hooks'
import ReactGA from 'react-ga'
import { useMemo } from 'react'
import { FeeTierDistributionQuery } from 'state/data/generated'
import ms from 'ms.macro'
// maximum number of blocks past which we consider the data stale
const MAX_DATA_BLOCK_AGE = 10
interface FeeTierDistribution {
isLoading: boolean
isError: boolean
largestUsageFeeTier?: FeeAmount | undefined
// distributions as percentages of overall liquidity
distributions?: {
[FeeAmount.LOW]: number | undefined
[FeeAmount.MEDIUM]: number | undefined
[FeeAmount.HIGH]: number | undefined
}
}
export function useFeeTierDistribution(token0: Token | undefined, token1: Token | undefined): FeeTierDistribution {
const { isFetching, isLoading, isUninitialized, isError, distributions } = usePoolTVL(token0, token1)
return useMemo(() => {
if (isLoading || isFetching || isUninitialized || isError || !distributions) {
return {
isLoading: isLoading || isFetching || !isUninitialized,
isError,
}
}
const largestUsageFeeTier = Object.keys(distributions)
.map((d) => Number(d))
.filter((d: FeeAmount) => distributions[d] !== 0 && distributions[d] !== undefined)
.reduce((a: FeeAmount, b: FeeAmount) => ((distributions[a] ?? 0) > (distributions[b] ?? 0) ? a : b), -1)
const percentages =
!isLoading && !isError && distributions
? {
[FeeAmount.LOW]: distributions[FeeAmount.LOW] ? (distributions[FeeAmount.LOW] ?? 0) * 100 : undefined,
[FeeAmount.MEDIUM]: distributions[FeeAmount.MEDIUM]
? (distributions[FeeAmount.MEDIUM] ?? 0) * 100
: undefined,
[FeeAmount.HIGH]: distributions[FeeAmount.HIGH] ? (distributions[FeeAmount.HIGH] ?? 0) * 100 : undefined,
}
: undefined
return {
isLoading,
isError,
distributions: percentages,
largestUsageFeeTier: largestUsageFeeTier === -1 ? undefined : largestUsageFeeTier,
}
}, [isLoading, isFetching, isUninitialized, isError, distributions])
}
function usePoolTVL(token0: Token | undefined, token1: Token | undefined) {
const latestBlock = useBlockNumber()
const { isLoading, isFetching, isUninitialized, isError, data } = useFeeTierDistributionQuery(
token0 && token1 ? { token0: token0.address.toLowerCase(), token1: token1.address.toLowerCase() } : skipToken,
{
pollingInterval: ms`1m`,
}
)
const { asToken0, asToken1, _meta } = (data as FeeTierDistributionQuery) ?? {}
return useMemo(() => {
if (!latestBlock || !_meta || !asToken0 || !asToken1) {
return {
isLoading,
isFetching,
isUninitialized,
isError,
}
}
if (latestBlock - (_meta?.block?.number ?? 0) > MAX_DATA_BLOCK_AGE) {
ReactGA.exception({
description: `Graph stale (latest block: ${latestBlock})`,
})
return {
isLoading,
isFetching,
isUninitialized,
isError,
}
}
const all = asToken0.concat(asToken1)
// sum tvl for token0 and token1 by fee tier
const tvlByFeeTer = all.reduce<{ [feeAmount: number]: [number | undefined, number | undefined] }>(
(acc, value) => {
acc[value.feeTier][0] = (acc[value.feeTier][0] ?? 0) + Number(value.totalValueLockedToken0)
acc[value.feeTier][1] = (acc[value.feeTier][1] ?? 0) + Number(value.totalValueLockedToken1)
return acc
},
{
[FeeAmount.LOW]: [undefined, undefined],
[FeeAmount.MEDIUM]: [undefined, undefined],
[FeeAmount.HIGH]: [undefined, undefined],
}
)
// sum total tvl for token0 and token1
const [sumToken0Tvl, sumToken1Tvl] = reduce(
tvlByFeeTer,
(acc: [number, number], value) => {
acc[0] += value[0] ?? 0
acc[1] += value[1] ?? 0
return acc
},
[0, 0]
)
// returns undefined if both tvl0 and tvl1 are undefined (pool not created)
const mean = (tvl0: number | undefined, sumTvl0: number, tvl1: number | undefined, sumTvl1: number) =>
tvl0 === undefined && tvl1 === undefined ? undefined : ((tvl0 ?? 0) + (tvl1 ?? 0)) / (sumTvl0 + sumTvl1) || 0
return {
isLoading,
isFetching,
isUninitialized,
isError,
distributions: {
[FeeAmount.LOW]: mean(tvlByFeeTer[FeeAmount.LOW][0], sumToken0Tvl, tvlByFeeTer[FeeAmount.LOW][1], sumToken1Tvl),
[FeeAmount.MEDIUM]: mean(
tvlByFeeTer[FeeAmount.MEDIUM][0],
sumToken0Tvl,
tvlByFeeTer[FeeAmount.MEDIUM][1],
sumToken1Tvl
),
[FeeAmount.HIGH]: mean(
tvlByFeeTer[FeeAmount.HIGH][0],
sumToken0Tvl,
tvlByFeeTer[FeeAmount.HIGH][1],
sumToken1Tvl
),
},
}
}, [_meta, asToken0, asToken1, isLoading, isError, isFetching, isUninitialized, latestBlock])
}

View File

@@ -19,15 +19,3 @@ export default function useLast<T>(
}, [filterFn, value])
return last
}
function isDefined<T>(x: T | null | undefined): x is T {
return x !== null && x !== undefined
}
/**
* Returns the last truthy value of type T
* @param value changing value
*/
export function useLastTruthy<T>(value: T | undefined | null): T | null | undefined {
return useLast(value, isDefined)
}

View File

@@ -0,0 +1,115 @@
import { Currency } from '@uniswap/sdk-core'
import { FeeAmount, Pool, tickToPrice, TICK_SPACINGS } from '@uniswap/v3-sdk'
import JSBI from 'jsbi'
import { PoolState, usePool } from './usePools'
import { useEffect, useMemo, useState } from 'react'
import computeSurroundingTicks from 'utils/computeSurroundingTicks'
import { useAllV3TicksQuery } from 'state/data/enhanced'
import { skipToken } from '@reduxjs/toolkit/query/react'
import ms from 'ms.macro'
import cloneDeep from 'lodash/cloneDeep'
import { AllV3TicksQuery } from 'state/data/generated'
const PRICE_FIXED_DIGITS = 8
// Tick with fields parsed to JSBIs, and active liquidity computed.
export interface TickProcessed {
tickIdx: number
liquidityActive: JSBI
liquidityNet: JSBI
price0: string
}
const getActiveTick = (tickCurrent: number | undefined, feeAmount: FeeAmount | undefined) =>
tickCurrent && feeAmount ? Math.floor(tickCurrent / TICK_SPACINGS[feeAmount]) * TICK_SPACINGS[feeAmount] : undefined
// Fetches all ticks for a given pool
export function useAllV3Ticks(
currencyA: Currency | undefined,
currencyB: Currency | undefined,
feeAmount: FeeAmount | undefined
) {
const poolAddress =
currencyA && currencyB && feeAmount ? Pool.getAddress(currencyA?.wrapped, currencyB?.wrapped, feeAmount) : undefined
//TODO(judo): determine if pagination is necessary for this query
const { isLoading, isError, data } = useAllV3TicksQuery(
poolAddress ? { poolAddress: poolAddress?.toLowerCase(), skip: 0 } : skipToken,
{
pollingInterval: ms`2m`,
}
)
return {
isLoading,
isError,
ticks: data?.ticks,
}
}
export function usePoolActiveLiquidity(
currencyA: Currency | undefined,
currencyB: Currency | undefined,
feeAmount: FeeAmount | undefined
): {
isLoading: boolean
isError: boolean
activeTick: number | undefined
data: TickProcessed[]
} {
const [ticksProcessed, setTicksProcessed] = useState<TickProcessed[]>([])
const pool = usePool(currencyA, currencyB, feeAmount)
const { isLoading, isError, ticks } = useAllV3Ticks(currencyA, currencyB, feeAmount)
// Find nearest valid tick for pool in case tick is not initialized.
const activeTick = useMemo(() => getActiveTick(pool[1]?.tickCurrent, feeAmount), [pool, feeAmount])
useEffect(() => {
if (!currencyA || !currencyB || !activeTick || pool[0] !== PoolState.EXISTS || !ticks || ticks.length === 0) {
setTicksProcessed([])
return
}
const token0 = currencyA?.wrapped
const token1 = currencyB?.wrapped
const sortedTickData = cloneDeep(ticks as AllV3TicksQuery['ticks'])
sortedTickData.sort((a, b) => a.tickIdx - b.tickIdx)
// find where the active tick would be to partition the array
// if the active tick is initialized, the pivot will be an element
// if not, take the previous tick as pivot
const pivot = sortedTickData.findIndex(({ tickIdx }) => tickIdx > activeTick) - 1
if (pivot < 0) {
// consider setting a local error
console.error('TickData pivot not found')
return
}
const activeTickProcessed: TickProcessed = {
liquidityActive: JSBI.BigInt(pool[1]?.liquidity ?? 0),
tickIdx: activeTick,
liquidityNet:
sortedTickData[pivot].tickIdx === activeTick ? JSBI.BigInt(sortedTickData[pivot].liquidityNet) : JSBI.BigInt(0),
price0: tickToPrice(token0, token1, activeTick).toFixed(PRICE_FIXED_DIGITS),
}
const subsequentTicks = computeSurroundingTicks(token0, token1, activeTickProcessed, sortedTickData, pivot, true)
const previousTicks = computeSurroundingTicks(token0, token1, activeTickProcessed, sortedTickData, pivot, false)
const newTicksProcessed = previousTicks.concat(activeTickProcessed).concat(subsequentTicks)
setTicksProcessed(newTicksProcessed)
}, [currencyA, currencyB, activeTick, pool, ticks])
return {
isLoading: isLoading || pool[0] === PoolState.LOADING,
isError: isError || pool[0] === PoolState.INVALID,
activeTick,
data: ticksProcessed,
}
}

View File

@@ -33,7 +33,7 @@ export function usePositionTokenURI(tokenId: TokenId | undefined): UsePositionTo
() => [tokenId instanceof BigNumber ? tokenId.toHexString() : tokenId?.toString(16)],
[tokenId]
)
const { result, error, loading, valid } = useSingleCallResult(contract, 'tokenURI', inputs, NEVER_RELOAD, 1_600_000)
const { result, error, loading, valid } = useSingleCallResult(contract, 'tokenURI', inputs, NEVER_RELOAD, 3_000_000)
return useMemo(() => {
if (error || !valid || !tokenId) {

View File

@@ -1,20 +1,17 @@
import JSBI from 'jsbi'
import { useMemo } from 'react'
import { NEVER_RELOAD, useSingleCallResult } from '../state/multicall/hooks'
import { useActiveWeb3React } from './web3'
import { useSocksController } from './useContract'
import { useTokenBalance } from 'state/wallet/hooks'
import { SOCKS_CONTROLLER_ADDRESSES } from 'constants/addresses'
import { Token } from '@uniswap/sdk-core'
import { SupportedChainId } from 'constants/chains'
export default function useSocksBalance(): JSBI | undefined {
const { account } = useActiveWeb3React()
const socksContract = useSocksController()
const inputs = useMemo(() => [account ?? undefined], [account])
const { result } = useSingleCallResult(socksContract, 'balanceOf', inputs, NEVER_RELOAD)
const data = result?.[0]
return data ? JSBI.BigInt(data.toString()) : undefined
}
// technically a 721, not an ERC20, but suffices for our purposes
const SOCKS = new Token(SupportedChainId.MAINNET, SOCKS_CONTROLLER_ADDRESSES[SupportedChainId.MAINNET], 0)
export function useHasSocks(): boolean | undefined {
const balance = useSocksBalance()
return useMemo(() => balance && JSBI.greaterThan(balance, JSBI.BigInt(0)), [balance])
const { account, chainId } = useActiveWeb3React()
const balance = useTokenBalance(account ?? undefined, chainId === SupportedChainId.MAINNET ? SOCKS : undefined)
return useMemo(() => Boolean(balance?.greaterThan(0)), [balance])
}

View File

@@ -19,7 +19,7 @@ import useTransactionDeadline from './useTransactionDeadline'
import useENS from './useENS'
import { Version } from './useToggledVersion'
export enum SwapCallbackState {
enum SwapCallbackState {
INVALID,
LOADING,
VALID,
@@ -191,7 +191,7 @@ function useSwapCallArguments(
* This object seems to be undocumented by ethers.
* @param error an error from the ethers provider
*/
export function swapErrorToUserReadableMessage(error: any): string {
function swapErrorToUserReadableMessage(error: any): string {
let reason: string | undefined
while (Boolean(error)) {
reason = error.reason ?? error.message ?? reason

View File

@@ -1,13 +0,0 @@
import { Token, Price } from '@uniswap/sdk-core'
import { tickToPrice } from '@uniswap/v3-sdk'
export function getTickToPrice(
baseToken: Token | undefined,
quoteToken: Token | undefined,
tick: number | undefined
): Price<Token, Token> | undefined {
if (!baseToken || !quoteToken || !tick) {
return undefined
}
return tickToPrice(baseToken, quoteToken, tick)
}

View File

@@ -75,7 +75,7 @@ const plurals: LocalePlural = {
'zh-TW': zh,
}
export async function dynamicActivate(locale: SupportedLocale) {
async function dynamicActivate(locale: SupportedLocale) {
const { messages } = await import(`@lingui/loader!./locales/${locale}.po`)
i18n.loadLocaleData(locale, { plurals: () => plurals[locale] })
i18n.load(locale, messages)

View File

@@ -16,6 +16,7 @@ import * as serviceWorkerRegistration from './serviceWorkerRegistration'
import ApplicationUpdater from './state/application/updater'
import ListsUpdater from './state/lists/updater'
import MulticallUpdater from './state/multicall/updater'
import LogsUpdater from './state/logs/updater'
import TransactionUpdater from './state/transactions/updater'
import UserUpdater from './state/user/updater'
import ThemeProvider, { ThemedGlobalStyle } from './theme'
@@ -57,6 +58,7 @@ function Updaters() {
<ApplicationUpdater />
<TransactionUpdater />
<MulticallUpdater />
<LogsUpdater />
</>
)
}

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Afrikaans\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(eis)"
msgid "(clear all)"
msgstr "(maak alles skoon)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(wysig)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Alle voorstelle"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Stemme"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0> Rekeninganalise en opgelope fooie</0> <1> ↗</1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Oor"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Rekening"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktief"
@@ -222,10 +198,6 @@ msgstr "Laat die Uniswap-protokol toe om u {0} te gebruik"
msgid "Allowed"
msgstr "Toegelaat"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Maak altyd seker dat die URL <0> app.uniswap.org is</0> - boekmerk dit om veilig te wees."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Bedrag"
@@ -270,14 +242,6 @@ msgstr "Goedkeur"
msgid "Approving {0}"
msgstr "Goedkeur {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Is jy seker?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Die beste vir eksotiese pare."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Die beste vir die meeste pare."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Die beste vir stabiele pare."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Adres geblokkeer"
@@ -338,6 +290,10 @@ msgstr "Deur hierdie lys by te voeg, vertrou u implisiet dat die data korrek is.
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Deur 'n beursie aan te sluit, stem u in tot die <0> diensvoorwaardes van Uniswap Labs</0> en erken dat u die <1> vrywaring van Uniswap-protokol gelees en verstaan het</1> ."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Gekanselleer"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Verander"
@@ -346,21 +302,12 @@ msgstr "Verander"
msgid "Change your network to go back to L1"
msgstr "Verander u netwerk om terug te gaan na L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Grafieke"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Kyk na ons v3 LP-deurleidings- en migrasiegidse."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Eis"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI geëis!"
msgid "Claiming"
msgstr "Eis"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Eis UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Vordering van fooie"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Die invorderingskoste sal tans beskikbare fooie vir u opneem."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Algemene basisse"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Bevestig"
@@ -494,7 +433,6 @@ msgstr "Bevestig hierdie transaksie in u beursie"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Verbind Wallet"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Skep Poel en Verskaf"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Skep 'n voorstel"
@@ -557,10 +494,6 @@ msgstr "Skep 'n paar"
msgid "Create a pool"
msgstr "Skep 'n poel"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Skep 'n probleem op GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Skep poel en voeg {0}/{1} V3 likiditeit"
@@ -582,13 +515,17 @@ msgstr "Huidige prys"
msgid "Current {0} Price:"
msgstr "Huidige {0} prys:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Verslaan"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegeer Stemme"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Afgevaardig na:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Afgevaardigde stemme"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Plaas UNI-V2 LP-tekens"
msgid "Deposit liquidity"
msgstr "Deponeer likiditeit"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Deposito aan Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Deponeer u likiditeitsverskaffer-tekens om UNI, die Uniswap-protokolbestuursteken, te ontvang."
@@ -695,7 +628,6 @@ msgstr "Voer 'n adres in om 'n UNI-eis te aktiveer. As die adres 'n UNI kan eis,
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Voer 'n bedrag in"
@@ -726,17 +658,17 @@ msgstr "Kon nie koppel nie. Probeer om die bladsy te verfris."
msgid "Error importing list"
msgstr "Kon nie lys invoer nie"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Uitgebreide resultate van onaktiewe tekenlyste"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Uitgevoer"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Die kundige modus skakel die bevestiging van die transaksie uit en laat transaksies met 'n hoë glip toe wat dikwels slegte tariewe en verlore fondse tot gevolg het."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Verken gewilde poele op Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Verstreke"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Van"
msgid "From (at most)"
msgstr "Van (hoogstens)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Kry ondersteuning op Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Steek weg"
@@ -893,10 +821,6 @@ msgstr "Belonings vir likiditeitsverskaffer"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Likiditeitsverskaffers verdien 'n fooi van 0,3% op alle transaksies wat eweredig is aan hul deel van die poel. Fooie word by die poel gevoeg, intyds toegeval en kan geëis word deur u likiditeit te onttrek."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Lyste"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Gelaai"
@@ -912,15 +836,10 @@ msgstr "Gelaai"
msgid "Loading"
msgstr "Laai tans"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Maak seker dat die URL <0> app.uniswap.org is</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Bestuur"
@@ -929,10 +848,6 @@ msgstr "Bestuur"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Bestuur likiditeit in die beloningspoel"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Bestuur tekenlyste"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Bestuur hierdie swembad."
@@ -1025,6 +940,10 @@ msgstr "Geen V2-likiditeit gevind nie."
msgid "No active pools"
msgstr "Geen aktiewe poele nie"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Geen beskrywing."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Geen likiditeit gevind nie."
@@ -1033,34 +952,10 @@ msgstr "Geen likiditeit gevind nie."
msgid "No pool found."
msgstr "Geen poel gevind nie."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Geen voorstelle gevind nie."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Geen resultate gevind."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "AF"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "AAN"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "GEBRUIK SLEGS hierdie modus as u weet wat u doen."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Af"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Aan"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Sodra u tevrede is met die tarief, klik op die aanbod om dit te hersien."
@@ -1098,6 +993,10 @@ msgstr "Eienaar"
msgid "Participating pools"
msgstr "Deelnemende poele"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "In afwagting"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Verbind asseblief die toepaslike Ethereum-netwerk."
@@ -1106,7 +1005,6 @@ msgstr "Verbind asseblief die toepaslike Ethereum-netwerk."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Tik die woord \"{confirmWord}\" in om die kundige modus te aktiveer."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Poel"
@@ -1164,7 +1062,6 @@ msgstr "Prysimpak te hoog"
msgid "Price Updated"
msgstr "Prys opgedateer"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Prysklas"
@@ -1189,14 +1086,6 @@ msgstr "Voorstel ingedien"
msgid "Proposal Title"
msgstr "Voorstel Titel"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Voorstelle"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Voorstelle wat deur lede van die gemeenskap ingedien word, sal hier verskyn."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Voorgestelde aksie"
@@ -1205,6 +1094,10 @@ msgstr "Voorgestelde aksie"
msgid "Proposer"
msgstr "Voorsteller"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "In die ry staan"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tariewe"
@@ -1213,10 +1106,6 @@ msgstr "Tariewe"
msgid "Read more about UNI"
msgstr "Lees meer oor UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Lees meer oor Uniswap-bestuur"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Lees meer oor die voorsiening van likiditeit"
@@ -1285,20 +1174,7 @@ msgstr "Keer terug"
msgid "Route"
msgstr "Roete"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Soek naam of plak adres"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Kies Pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Kies 'n swembadtipe gebaseer op u fooi vir likiedeverskaffer."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Kies 'n paar"
msgid "Selected Range"
msgstr "Geselekteerde reeks"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Self"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Self Afgevaardigde"
@@ -1367,10 +1239,6 @@ msgstr "Glipverdraagsaamheid"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Sommige bates is nie beskikbaar via hierdie koppelvlak nie, omdat dit moontlik nie goed werk met die slim kontrakte nie, of omdat ons om regsredes nie handel kan toelaat nie."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Iets het verkeerd geloop"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Stap 1. Kry UNI-V2 likiditeitstekens"
@@ -1387,6 +1255,10 @@ msgstr "Voorlegging indien"
msgid "Submitting Vote"
msgstr "Stemming indien"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Geslaag"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Voorsiening"
@@ -1395,9 +1267,7 @@ msgstr "Voorsiening"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Verskaf {0} {1} en {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Die verhouding tekens wat u byvoeg bepaal die prys van hierdie poel."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Die transaksie kon nie gestuur word nie omdat die sperdatum verstryk het. Kyk dat u sperdatum nie te laag is nie."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Hierdie tekens word gewoonlik gekoppel aan ander tekens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Dit is 'n alfa-vrystelling van Uniswap op die Arbitrum-netwerk. U moet L1-bates na die netwerk oorbrug om dit te verruil."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Hierdie teken verskyn nie op die aktiewe tekenlys(te) nie. Maak seker dat dit die teken is wat u wil verhandel."
@@ -1499,18 +1361,6 @@ msgstr "Aan (ten minste)"
msgid "Toggle Expert Mode"
msgstr "Skakel deskundige modus af"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tekens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tekens uit onaktiewe lyste. Voer spesifieke tekens hieronder in of klik op Bestuur om meer lyste te aktiveer."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Top poele"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Totale Verskaffing"
@@ -1564,10 +1414,6 @@ msgstr "UNI in omloop:"
msgid "UNI price:"
msgstr "UNI-prys:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI-tekens verteenwoordig stemgeregtigde aandele in Uniswap-bestuur. U kan self oor elke voorstel stem of u stemme aan 'n derde party delegeer."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Verbrand"
@@ -1593,17 +1439,9 @@ msgstr "Onopgeëiste fooie"
msgid "Unclaimed:"
msgstr "Onopgeëiste:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Onttrek bestuur"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 is hier!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap beskikbaar in: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Onbepaald"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Onttrek likiditeitsontginning"
msgid "Uniswap migration contract↗"
msgstr "Onttrek migrasie kontrak↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Ontruil op <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Onbekende bron"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Ontsluit stemme"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Ontsluit stemming"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Ontsluit stemme"
@@ -1648,14 +1477,14 @@ msgstr "Nie-ondersteunde bate"
msgid "Unsupported Assets"
msgstr "Nie-ondersteunde bates"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Naamloos"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Maak oop"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Delegasie op te dateer"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Lys van opdaterings"
@@ -1710,10 +1539,6 @@ msgstr "Bekyk op Explorer"
msgid "View transaction on Explorer"
msgstr "Bekyk transaksie op Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Stem"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Stem teen"
@@ -1905,11 +1730,6 @@ msgstr "U posisie sal 100% wees teen hierdie prys {0}."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "U posisie sal nie fooie verdien of in transaksies gebruik word voordat die markprys binne u reeks beweeg nie."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "U posisies"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "U tarief"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Brug"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Persoonlike tekens"
@@ -1999,9 +1823,9 @@ msgstr "{0} Persoonlike tekens"
msgid "{0} Deposited"
msgstr "{0} gestort"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Verkenner"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tekens"
msgid "{0} {1} Price:"
msgstr "{0} {1} Prys:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Bygevoeg deur gebruiker"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Arabic\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(مطالبة)"
msgid "(clear all)"
msgstr "(مسح الكل)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(تعديل)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> جميع المقترحات"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> الأصوات"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>تحليلات الحساب والرسوم المتراكمة</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ msgstr "<0>افتح التصويت </0> للتحضير للاقتراح التا
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0>🎉 </0>مرحبًا بكم في فريق:) <1>🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "مطلوب حد أدنى قدره 0.25٪ من إجمالي إمداد UNI لتقديم العروض"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "حول"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "حساب"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "نشط"
@@ -222,10 +198,6 @@ msgstr "السماح لبروتوكول Uniswap باستخدام {0} الخاص
msgid "Allowed"
msgstr "مسموح"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "تأكد دائمًا من أن عنوان URL هو <0>app.uniswap.org</0> - ضع علامة مرجعية عليه لتكون آمنًا."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "المبلغ"
@@ -270,14 +242,6 @@ msgstr "الموافقة"
msgid "Approving {0}"
msgstr "الموافقة على {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "مستكشف Arbitrum"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "جسر Arbitrum Token"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "هل أنت متأكد؟"
@@ -310,18 +274,6 @@ msgstr "الرصيد:"
msgid "Balance: {0} {1}"
msgstr "التوازن: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "الأفضل للأزواج الغريبة."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "الأفضل لمعظم الأزواج."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "الأفضل للأزواج مستقرة."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "عنوان محظور"
@@ -338,6 +290,10 @@ msgstr "بإضافة هذه القائمة فإنك تثق ضمنًا بأن ا
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "عند توصيل محفظة، فإنك توافق على <0>شروط خدمة</0> Uniswap Labs، وتقر بأنك قرأت وفهمت <1>إخلاء مسؤولية بروتوكول Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "ألغيت"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "تغيير"
@@ -346,21 +302,12 @@ msgstr "تغيير"
msgid "Change your network to go back to L1"
msgstr "قم بتغيير شبكتك للعودة إلى L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "الرسوم البيانية"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "تحقق من أدلة التجول والترحيل الخاصة بـ v3 LP."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "مطالبة"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "طالبَ بـ UNI!"
msgid "Claiming"
msgstr "مطالبة"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "مطالبة بـ UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "تحصيل الرسوم"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "سيقوم تحصيل الرسوم بسحب الرسوم المتاحة لك حاليًا."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "القواعد المشتركة"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "تأكيد"
@@ -494,7 +433,6 @@ msgstr "تأكيد هذه المعاملة في محفظتك"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "توصيل المحفظة"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "إنشاء مجموعة وإمدادات"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "إنشاء اقتراح"
@@ -557,10 +494,6 @@ msgstr "إنشاء مجموعة"
msgid "Create a pool"
msgstr "إنشاء مجموعة"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "قم بإنشاء مشكلة على GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "إنشاء مجموعة وإضافة سيولة {0}/{1} V3"
@@ -582,13 +515,17 @@ msgstr "السعر الحالي"
msgid "Current {0} Price:"
msgstr "سعر {0} الحالي:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "هزم"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "أصوات التفويض"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "مفوض إلى:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "الأصوات المفوضة"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "إيداع رموز UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "إيداع السيولة"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "الإيداع في Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "قم بإيداع رموز موفر السيولة الخاصة بك لتلقي UNI، رمز بروتوكول Uniswap."
@@ -695,7 +628,6 @@ msgstr "أدخل عنوانًا لتشغيل مطالبة UNI. إذا كان ا
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "أدخل مبلغ"
@@ -726,17 +658,17 @@ msgstr "خطأ في الاتصال. حاول تحديث الصفحة."
msgid "Error importing list"
msgstr "خطأ في استيراد قائمة"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "النتائج الموسعة من قوائم الرموز غير النشطة"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "أعدم"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "وضع الخبراء يلغي تأكيد سرعة المعاملات ويسمح بتداول صفحات الانزلاق المرتفع التي غالبًا ما تؤدي إلى معدلات رديئة وأموال مفقودة."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "استكشف المجموعات الشعبية على تحليلات Uniswap."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "منتهي الصلاحية"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "من"
msgid "From (at most)"
msgstr "من (على الأكثر)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "احصل على الدعم على Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "يخفي"
@@ -893,10 +821,6 @@ msgstr "مكافآت موفر السيولة"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "يحصل مقدمو خدمات السيولة على رسم بنسبة 0.3٪ من جميع المهن يتناسب مع نصيبهم من المجموعة. تضاف الرسوم إلى المجموعة، تتراكم في الوقت الحقيقي ويمكن المطالبة بها بسحب السيولة الخاصة بك."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "القوائم"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "تحميل"
@@ -912,15 +836,10 @@ msgstr "تحميل"
msgid "Loading"
msgstr "جاري التحميل"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "تأكد من أن عنوان URL هو <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "إدارة"
@@ -929,10 +848,6 @@ msgstr "إدارة"
msgid "Manage Liquidity in Rewards Pool"
msgstr "إدارة السيولة في مخزن المكافآت"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "إدارة قوائم الرمز المميز"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "إدارة هذه المجموعة."
@@ -1025,6 +940,10 @@ msgstr "لم يتم العثور على سيولة V2."
msgid "No active pools"
msgstr "لا توجد محموعات نشطة"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "بدون وصف."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "لم يتم العثور على سيولة."
@@ -1033,34 +952,10 @@ msgstr "لم يتم العثور على سيولة."
msgid "No pool found."
msgstr "لم يتم العثور على مجموعة."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "لا توجد مقترحات."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "لا توجد نتائج."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "إيقاف"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "على"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "فقط استخدم هذا الخيار مع ما تعلمونه من أمور."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "إيقاف"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "تشغيل"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "بعد أن تكون راضيًا عن السعر، انقر على الإمداد للمراجعة."
@@ -1098,6 +993,10 @@ msgstr "المالك"
msgid "Participating pools"
msgstr "المجموعات المشاركة"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "قيد الانتظار"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "الرجاء الاتصال بشبكة إيثيريوم المناسبة."
@@ -1106,7 +1005,6 @@ msgstr "الرجاء الاتصال بشبكة إيثيريوم المناسبة
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "الرجاء كتابة كلمة \"{confirmWord}\" لتمكين وضع الخبير."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "المجموعة"
@@ -1164,7 +1062,6 @@ msgstr "تأثير السعر مرتفع للغاية"
msgid "Price Updated"
msgstr "تم تحديث السعر"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "نطاق السعر"
@@ -1189,14 +1086,6 @@ msgstr "تم تقديم الاقتراح"
msgid "Proposal Title"
msgstr "عنوان الاقتراح"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "مقترحات"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "وسترد هنا المقترحات المقدمة من أعضاء المجتمع المحلي."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "الإجراء المقترح"
@@ -1205,6 +1094,10 @@ msgstr "الإجراء المقترح"
msgid "Proposer"
msgstr "المقترح"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "في قائمة الانتظار"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "الأسعار"
@@ -1213,10 +1106,6 @@ msgstr "الأسعار"
msgid "Read more about UNI"
msgstr "اقرأ المزيد عن UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "اقرأ المزيد عن إدارة Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "اقرأ المزيد عن توفير السيولة"
@@ -1285,20 +1174,7 @@ msgstr "رجوع"
msgid "Route"
msgstr "طريق"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "البحث عن اسم أو لصق العنوان"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "حدد المجموعة"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "حدد نوع المجموعة استنادًا إلى رسوم موفر السيولة المفضل لديك."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "حدد زوجًا"
msgid "Selected Range"
msgstr "نطاق محدد"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "نفسه"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "تفويض ذاتي"
@@ -1367,10 +1239,6 @@ msgstr "تحمل الانزلاق"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "بعض الأصول غير متوفرة من خلال هذه الواجهة لأنها قد لا تعمل بشكل جيد مع العقود الذكية أو نحن غير قادرين على السماح بالتداول لأسباب قانونية."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "حدث خطأ ما"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "الخطوة 1. احصل على رمز سيولة UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "تقديم الاقتراح"
msgid "Submitting Vote"
msgstr "تقديم التصويت"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "نجح"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "الإمداد"
@@ -1395,9 +1267,7 @@ msgstr "الإمداد"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "إمداد {0} {1} و {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "نسبة الرموز التي تضيفها سوف تحدد سعر هذ
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "تعذر إرسال المعاملة لانتهاء الموعد المحدد. يرجى التحقق من أن الموعد النهائي لمعاملاتك ليس منخفضًا جدًا."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "هذه الرموز عادة ما تقترن مع رموز أخرى."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "هذا إصدار ألفا من Uniswap على شبكة Arbitrum. يجب ربط أصول L1 بالشبكة لتبديلها."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "لا يظهر هذا الرمز في قائمة (قوائم) الرموز النشطة. تأكد من أن هذا هو الرمز الذي تريد تداوله."
@@ -1499,18 +1361,6 @@ msgstr "إلى (على الأقل)"
msgid "Toggle Expert Mode"
msgstr "تبديل وضع الخبير"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "الرموز"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "الرموز من القوائم غير النشطة. قم باستيراد الرموز المميزة المحددة أدناه أو انقر فوق \"إدارة\" لتنشيط المزيد من القوائم."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "أفضل المجموعات"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "إجمالي الإمدادات"
@@ -1564,10 +1414,6 @@ msgstr "UNI المتداول:"
msgid "UNI price:"
msgstr "سعر UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "تمثل رموز UNI حصص التصويت في حوكمة Uniswap. يمكنك التصويت على كل اقتراح بنفسك أو تفويض أصواتك لطرف ثالث."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} محروق"
@@ -1593,17 +1439,9 @@ msgstr "الرسوم غير المطالب بها"
msgid "Unclaimed:"
msgstr "غير المطالب به:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "إدارة Uniswitp"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 هنا!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap متاح في: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "غير محدد"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "تعدين سيولة Uniswap"
msgid "Uniswap migration contract↗"
msgstr "عقد ترحيل Uniswap ↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap على <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "مصدر مجهول"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "خطأ غير معروف{0}. حاول زيادة تحملك للانزلاق. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "فتح الأصوات"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "فتح التصويت"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "فتح الأصوات"
@@ -1648,14 +1477,14 @@ msgstr "الأصول غير المدعومة"
msgid "Unsupported Assets"
msgstr "الأصول غير المدعومة"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "بدون عنوان"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "تحديث التفويض"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "قائمة التحديث"
@@ -1710,10 +1539,6 @@ msgstr "عرض على Explorer"
msgid "View transaction on Explorer"
msgstr "عرض المعاملة على Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "التصويت"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "التصويت ضد"
@@ -1905,11 +1730,6 @@ msgstr "مركزك سيكون 100% {0} بهذا السعر."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "مركزك لن يكسب رسوماً أو يستخدم في التداول حتى ينتقل سعر السوق إلى نطاقك."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "مراكزك"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "معدلاتك"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> لكل <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} جسر"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} رموز مخصصة"
@@ -1999,9 +1823,9 @@ msgstr "{0} رموز مخصصة"
msgid "{0} Deposited"
msgstr "{0} مودعة"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} مستكشف"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} رموز"
msgid "{0} {1} Price:"
msgstr "{0} {1} السعر:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • أضيفت من قبل المستخدم"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Catalan\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(reclamació)"
msgid "(clear all)"
msgstr "(esborra-ho tot)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(edita)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Totes les propostes"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Vots"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Anàlisi del compte i comissions acumulades</0> <1> ↗</1>"
@@ -135,10 +114,6 @@ 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
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 dUNI"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Sobre"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Compte"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Actiu"
@@ -222,10 +198,6 @@ msgstr "Permetre que el protocol Uniswap utilitzi el vostre {0}"
msgid "Allowed"
msgstr "Es permet"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Assegureu-vos sempre que l'URL sigui <0> app.uniswap.org</0> - Afegiu-lo a un marcador perquè sigui segur."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Import"
@@ -270,14 +242,6 @@ msgstr "Aprovant"
msgid "Approving {0}"
msgstr "Saprova {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Pont d'àrbitres"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "N'esteu segurs?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "El millor per a parells exòtics."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "El millor per a la majoria de parells."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "El millor per a parells estables."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Adreça bloquejada"
@@ -338,6 +290,10 @@ msgstr "En afegir aquesta llista, confieu implícitament que les dades són corr
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "En connectar una cartera, accepteu les Condicions del servei <0> d'Uniswap Labs</0> i reconegueu que heu llegit i entès la renúncia de responsabilitat del protocol <U> Uniswap</1> ."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Cancel·lat"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Canvi"
@@ -346,21 +302,12 @@ msgstr "Canvi"
msgid "Change your network to go back to L1"
msgstr "Canvieu la vostra xarxa per tornar a L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Gràfics"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Consulteu les nostres guies de migració i tutorial v3 LP."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Reclamació"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Reclamat UNI!"
msgid "Claiming"
msgstr "Reclamant"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Reclamant UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Cobrament de taxes"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Les taxes de cobrament us retiraran les taxes disponibles actualment."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Bases comunes"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Confirmeu"
@@ -494,7 +433,6 @@ msgstr "Confirmeu aquesta transacció a la vostra cartera"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Connect Wallet"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Crea grup i subministrament"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Crea una proposta"
@@ -557,10 +494,6 @@ msgstr "Crea un parell"
msgid "Create a pool"
msgstr "Crea un grup"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Creeu un problema a GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Crea fons i afegeix {0}/{1} liquiditat V3"
@@ -582,13 +515,17 @@ msgstr "Preu actual"
msgid "Current {0} Price:"
msgstr "Preu actual {0}"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Derrotat"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Vots delegats"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegat a:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Vots delegats"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Dipositeu fitxes LP UNI-V2"
msgid "Deposit liquidity"
msgstr "Dipòsit de liquiditat"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Dipòsit a Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Dipositeu les vostres fitxes de proveïdor de liquiditat per rebre UNI, la fitxa de governança del protocol Uniswap."
@@ -695,7 +628,6 @@ msgstr "Introduïu una adreça per activar una reclamació UNI. Si l'adreça té
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Introduïu un import"
@@ -726,17 +658,17 @@ msgstr "Error de connexió. Proveu d'actualitzar la pàgina."
msgid "Error importing list"
msgstr "Error en importar la llista"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Resultats ampliats de llistes de fitxes inactives"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Executat"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "El mode expert desactiva la sol·licitud de confirmació de la transacció i permet operacions amb altes relliscades que sovint resulten en males taxes i en la pèrdua de fons."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Exploreu grups populars a Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Caducat"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Des de"
msgid "From (at most)"
msgstr "De (com a màxim)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Obteniu assistència a Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Amaga"
@@ -893,10 +821,6 @@ msgstr "Recompenses del proveïdor de liquiditat"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Els proveïdors de liquiditat guanyen una comissió del 0,3% en tots els negocis proporcional a la seva quota de grup. Les comissions safegeixen al fons, sacumulen en temps real i es poden reclamar retirant la vostra liquiditat."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Llistes"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Carregat"
@@ -912,15 +836,10 @@ msgstr "Carregat"
msgid "Loading"
msgstr "S'està carregant"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Assegureu-vos que l'URL sigui <0> app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gestiona"
@@ -929,10 +848,6 @@ msgstr "Gestiona"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gestioneu la liquiditat al grup de recompenses"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Gestiona les llistes de fitxes"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Gestioneu aquest fons."
@@ -1025,6 +940,10 @@ msgstr "No s'ha trobat cap liquiditat V2."
msgid "No active pools"
msgstr "No hi ha cap grup actiu"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Sense descripció."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "No s'ha trobat cap liquiditat."
@@ -1033,34 +952,10 @@ msgstr "No s'ha trobat cap liquiditat."
msgid "No pool found."
msgstr "No s'ha trobat cap grup."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "No s'ha trobat cap proposta."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Sense resultats."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "DESACTIVAT"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ACTIVAT"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "ÚTILITZEU AQUEST MODE NOMÉS SI SABEU EL QUE FEREU."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Desactivat"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Encès"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Quan estigueu satisfet amb la tarifa, feu clic a Subministrament per revisar-la."
@@ -1098,6 +993,10 @@ msgstr "Propietari"
msgid "Participating pools"
msgstr "Grups participants"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Pendents"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Connecteu-vos a la xarxa Ethereum adequada."
@@ -1106,7 +1005,6 @@ msgstr "Connecteu-vos a la xarxa Ethereum adequada."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Escriviu la paraula \"{confirmWord}\" per habilitar el mode expert."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Grup"
@@ -1164,7 +1062,6 @@ msgstr "Limpacte en el preu és massa alt"
msgid "Price Updated"
msgstr "Preu actualitzat"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Gamma de preus"
@@ -1189,14 +1086,6 @@ msgstr "Proposta enviada"
msgid "Proposal Title"
msgstr "Títol de la proposta"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propostes"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Les propostes enviades pels membres de la comunitat apareixeran aquí."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Acció proposada"
@@ -1205,6 +1094,10 @@ msgstr "Acció proposada"
msgid "Proposer"
msgstr "Proponent"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "En cua"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tarifes"
@@ -1213,10 +1106,6 @@ msgstr "Tarifes"
msgid "Read more about UNI"
msgstr "Llegiu més sobre UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Llegiu més sobre la governança Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Obteniu més informació sobre com proporcionar liquiditat"
@@ -1285,20 +1174,7 @@ msgstr "Torna"
msgid "Route"
msgstr "Ruta"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Cerqueu el nom o enganxeu l'adreça"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Seleccioneu grup"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Seleccioneu un tipus de grup basat en la comissió del vostre proveïdor de liquiditat preferit."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Selecciona un parell"
msgid "Selected Range"
msgstr "Interval seleccionat"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Auto"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Autodelegat"
@@ -1367,10 +1239,6 @@ msgstr "Tolerància al lliscament"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Alguns recursos no estan disponibles a través daquesta interfície perquè és possible que no funcionin bé amb els contractes intel·ligents o no podem permetre la negociació per motius legals."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Alguna cosa ha anat malament"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Pas 1. Obteniu fitxes de liquiditat UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Enviament de la proposta"
msgid "Submitting Vote"
msgstr "Enviament de vot"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Ha tingut èxit"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Subministrament"
@@ -1395,9 +1267,7 @@ msgstr "Subministrament"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Subministrant {0} {1} i {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "La proporció de fitxes que afegiu fixarà el preu daquest grup."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "No s'ha pogut enviar la transacció perquè s'ha acabat el termini. Comproveu que el termini de transacció no sigui massa baix."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Aquestes fitxes solen aparellar-se amb altres fitxes."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Es tracta duna versió alfa dUniswap a la xarxa Arbitrum. Heu de connectar els recursos L1 a la xarxa per canviar-los."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Aquest testimoni no apareix a la llista de fitxes actives. Assegureu-vos que aquest sigui el testimoni que voleu canviar."
@@ -1499,18 +1361,6 @@ msgstr "A (com a mínim)"
msgid "Toggle Expert Mode"
msgstr "Commuta el mode expert"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Fitxes"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Fitxes de llistes inactives. Importeu fitxes específiques a continuació o feu clic a Gestiona per activar més llistes."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Grups principals"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Subministrament total"
@@ -1564,10 +1414,6 @@ msgstr "UNI en circulació:"
msgid "UNI price:"
msgstr "Preu UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Les fitxesUNI representen accions de vot en el govern Uniswap. Podeu votar vosaltres cada proposta o delegar els vostres vots a un tercer."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Cremat"
@@ -1593,17 +1439,9 @@ msgstr "Tarifes no reclamades"
msgid "Unclaimed:"
msgstr "No reclamat:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Governança Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 ja és aquí!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponible a: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Sense determinar"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Mineria de liquiditat Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Contracte de migració Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap a <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Font desconeguda"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Desbloqueja vots"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Desbloqueja les votacions"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Desbloqueig de vots"
@@ -1648,14 +1477,14 @@ msgstr "Recurs no admès"
msgid "Unsupported Assets"
msgstr "Actius no admesos"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Sense títol"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Desembolicar"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Actualitza la delegació"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Actualitza la llista"
@@ -1710,10 +1539,6 @@ msgstr "Veure a Explorer"
msgid "View transaction on Explorer"
msgstr "Veure la transacció a Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Vota"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Vota en contra"
@@ -1905,11 +1730,6 @@ msgstr "La vostra posició serà del 100% {0} a aquest preu."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "La vostra posició no guanyarà comissions ni sutilitzarà en operacions fins que el preu de mercat no passi al vostre rang."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Les vostres posicions"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "La vostra tarifa"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Pont"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Fitxes personalitzades"
@@ -1999,9 +1823,9 @@ msgstr "{0} Fitxes personalitzades"
msgid "{0} Deposited"
msgstr "{0} Dipositat"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Explorador"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} fitxes"
msgid "{0} {1} Price:"
msgstr "{0} {1} Preu:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Afegit per l'usuari"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Czech\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(reklamace)"
msgid "(clear all)"
msgstr "(vyprázdnit vše)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(upravit)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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 %"
@@ -98,11 +82,6 @@ msgstr "75 %"
msgid "<0/> All Proposals"
msgstr "<0/> Všechny návrhy"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> hlasů"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Analýza účtu a naběhlé poplatky</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "O aplikaci"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Účet"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktivní"
@@ -222,10 +198,6 @@ msgstr "Povolit protokolu Uniswap používat váš {0}"
msgid "Allowed"
msgstr "Povoleno"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Vždy zajistěte, aby URL bylo <0>app.uniswap.org</0> - dejte si jej do záložek jako bezpečné."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Částka"
@@ -270,14 +242,6 @@ msgstr "Schvalování"
msgid "Approving {0}"
msgstr "Schvalování {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Jste si jisti?"
@@ -310,18 +274,6 @@ msgstr "Zůstatek:"
msgid "Balance: {0} {1}"
msgstr "Zůstatek: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Nejlepší pro exotické páry."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Nejlepší pro většinu párů."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Nejlepší pro stabilní páry."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Blokovaná adresa"
@@ -338,6 +290,10 @@ msgstr "Přidáním tohoto seznamu implicitně vyjadřujete důvěru v to, že d
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Připojením peněženky souhlasíte s <0>Podmínkami služeb</0> společnosti Uniswap Labs a potvrzujete, že jste si přečetli <1>Odřeknutí odpovědnosti za protokol Uniswap</1> a porozuměli jste mu."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Zrušeno"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Změnit"
@@ -346,21 +302,12 @@ msgstr "Změnit"
msgid "Change your network to go back to L1"
msgstr "Změňte síť a vraťte se zpět na L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Grafy"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Podívejte se na naše průvodce v3 LP a migrační průvodce."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Nárokovat"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Nárokováno UNI!"
msgid "Claiming"
msgstr "Nárokování"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Nárokování UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Vybírání poplatků"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Výběr poplatků Vám vybere aktuálně dostupné poplatky."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Společné základny"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Potvrdit"
@@ -494,7 +433,6 @@ msgstr "Potvrďte tuto transakci ve své peněžence"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Připojit peněženku"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Vytvořit fond a zásobu"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Vytvořit návrh"
@@ -557,10 +494,6 @@ msgstr "Vytvořit pár"
msgid "Create a pool"
msgstr "Vytvořit fond"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Vytvořte problém na GitHubu"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Vytvořit fond a přidat likviditu V3 {0}/{1}"
@@ -582,13 +515,17 @@ msgstr "Aktuální cena"
msgid "Current {0} Price:"
msgstr "Aktuální {0} cena:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Poražený"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegovat hlasy"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegováno (komu):"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegované hlasy"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Uložit žetony UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Uložit likviditu"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Vklad na arbitráž"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Uložte své žetony poskytovatele likvidity, abyste dostali UNI, žeton správy protokolu Uniswap."
@@ -695,7 +628,6 @@ msgstr "Chcete-li spustit nárokování UNI, zadejte adresu. Jestliže bude mít
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Zadejte částku"
@@ -726,17 +658,17 @@ msgstr "Chyba připojení. Zkuste obnovit stránku."
msgid "Error importing list"
msgstr "Chyba importu seznamu"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Rozšířené výsledky z neaktivních seznamů žetonů"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Popraven"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Režim Expert vypne výzvu k potvrzení transakce a umožní obchody s velkým skluzem, které často vedou ke špatným kurzům a ztrátě finančních prostředků."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Prozkoumejte populární fondy na Analýze Uniswap."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Vypršela"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Od"
msgid "From (at most)"
msgstr "Od (nanejvýš)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Získejte podporu o Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Skrýt"
@@ -893,10 +821,6 @@ msgstr "Odměny poskytovatele likvidity"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Poskytovatelé likvidity získají poplatek 0,3 % ze všech obchodů úměrně svému podílu na fondu. K fondu budou přičítány poplatky, nabíhají v reálném čase a lze si je nárokovat výběrem likvidity."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Seznamy"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Načteno"
@@ -912,15 +836,10 @@ msgstr "Načteno"
msgid "Loading"
msgstr "Načítání"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Zajistěte, aby URL bylo <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Spravovat"
@@ -929,10 +848,6 @@ msgstr "Spravovat"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Spravovat likviditu ve fondu odměn"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Spravovat seznamy žetonů"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Spravovat tento fond."
@@ -1025,6 +940,10 @@ msgstr "Nebyla nalezena likvidita V2."
msgid "No active pools"
msgstr "Žádné aktivní fondy"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Bez popisu."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Nebyla nalezena žádná likvidita."
@@ -1033,34 +952,10 @@ msgstr "Nebyla nalezena žádná likvidita."
msgid "No pool found."
msgstr "Nebyl nalezen žádný fond."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nebyly nalezeny žádné návrhy."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nebyly nalezeny žádné výsledky."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "VYPNUTO"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ZAPNUTO"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "TENTO REŽIM POUŽIJTE JEN TEHDY, JESTLIŽE VÍTE, CO DĚLÁTE."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Vypnuto"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Zapnuto"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Až budete spokojeni se sazbou, klikněte na zásobu pro kontrolu."
@@ -1098,6 +993,10 @@ msgstr "Vlastník"
msgid "Participating pools"
msgstr "Zúčastněné fondy"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "čekající"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Připojte se prosím k příslušné síti Ethereum."
@@ -1106,7 +1005,6 @@ msgstr "Připojte se prosím k příslušné síti Ethereum."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Pro povolení expertního režimu zadejte slovo \"{confirmWord}\"."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Fond"
@@ -1164,7 +1062,6 @@ msgstr "Příliš vysoký dopad ceny"
msgid "Price Updated"
msgstr "Cena byla aktualizována"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Cenové rozpětí"
@@ -1189,14 +1086,6 @@ msgstr "Návrh předložen"
msgid "Proposal Title"
msgstr "Název návrhu"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Návrhy"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Zde se budou zobrazovat návrhy předkládané členy komunity."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Navrhovaná akce"
@@ -1205,6 +1094,10 @@ msgstr "Navrhovaná akce"
msgid "Proposer"
msgstr "Navrhovatel"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Ve frontě"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Sazby"
@@ -1213,10 +1106,6 @@ msgstr "Sazby"
msgid "Read more about UNI"
msgstr "Přečtěte si více o UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Přečtěte si více o správě Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Přečtěte si více o poskytování likvidity"
@@ -1285,20 +1174,7 @@ msgstr "Návrat"
msgid "Route"
msgstr "Trasa"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Vyhledejte název nebo vložte adresu"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Vyberte fond"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Na základě preferovaného poplatku poskytovateli likvidity vyberte typ fondu."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Vyberte pár"
msgid "Selected Range"
msgstr "Vybraný rozsah"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Sám"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Sobě delegovat"
@@ -1367,10 +1239,6 @@ msgstr "Tolerance skluzu"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Některá aktiva nejsou přes toto rozhraní dostupná, protože nemusí dobře fungovat s chytrými smlouvami nebo z právních důvodů nejsme schopni povolit obchodování."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Něco je špatně"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Krok 1. Získejte žetony likvidity UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Podání návrhu"
msgid "Submitting Vote"
msgstr "Odesílání hlasů"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Uspěl"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Zásoba"
@@ -1395,9 +1267,7 @@ msgstr "Zásoba"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Dodávání {0} {1} a {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Cenu tohoto fondu stanoví poměr žetonů, které přidáte."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Transakci nebylo možno odeslat, protože uplynula lhůta. Zkontrolujte, zda není Vaše lhůta pro transakce příliš krátká."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Tyto žetony bývají spárovány s jinými žetony."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Toto je alfa vydání Uniswap v síti Arbitrum. Musíte přemostit aktiva L1 do sítě, abyste je mohli vyměnit."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Tento žeton není na seznamech aktivních žetonů. Ujistěte se, že toto je ten žeton, který chcete obchodovat."
@@ -1499,18 +1361,6 @@ msgstr "Do (alespoň)"
msgid "Toggle Expert Mode"
msgstr "Přepnout režim Expert"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Žetony"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Žetony z neaktivních seznamů. Buď importujte konkrétní žetony níže nebo kliknutím na Správa aktivujte další seznamy."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Nejvýše umístěné fondy"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Celková zásoba"
@@ -1564,10 +1414,6 @@ msgstr "UNI v oběhu:"
msgid "UNI price:"
msgstr "Cena UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Žetony UNI představují hlasovací podíly ve správě Uniswap. O každém návrhu můžete buďto hlasovat sami, nebo můžete delegovat své hlasy na nějakou třetí stranu."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} vypáleno"
@@ -1593,17 +1439,9 @@ msgstr "Nenárokované poplatky"
msgid "Unclaimed:"
msgstr "Nenárokované:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Správa Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 je tady!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap k dispozici za: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Neurčeno"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Těžba likvidity Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Migrační kontrakt Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap na <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Neznámý zdroj"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Odblokovat hlasy"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Odblokovat hlasování"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Odblokování hlasů"
@@ -1648,14 +1477,14 @@ msgstr "Nepodporované aktivum"
msgid "Unsupported Assets"
msgstr "Nepodporovaná aktiva"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Nepojmenovaná"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Rozbalit"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Aktualizovat delegaci"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Aktualizovat seznam"
@@ -1710,10 +1539,6 @@ msgstr "Zobrazit v Průzkumníku"
msgid "View transaction on Explorer"
msgstr "Zobrazit transakci v Průzkumníku"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Hlasovat"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Hlasovat proti"
@@ -1905,11 +1730,6 @@ msgstr "Vaše pozice bude 100% {0} za tuto cenu."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Vaše pozice nebude vynášet poplatky ani nebude použita v obchodech, dokud se tržní cena nepřesune do vašeho rozmezí."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Vaše pozice"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Váš kurz"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> za <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Most"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} vlastních žetonů"
@@ -1999,9 +1823,9 @@ msgstr "{0} vlastních žetonů"
msgid "{0} Deposited"
msgstr "{0} uloženo"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Průzkumník"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} žetonů"
msgid "{0} {1} Price:"
msgstr "{0} {1} cena:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Přidáno uživatelem"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Danish\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(krav)"
msgid "(clear all)"
msgstr "(ryd alle)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(rediger)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75 %"
msgid "<0/> All Proposals"
msgstr "<0/> Alle Forslag"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Stemmer"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Kontoanalyser og påløbne gebyrer</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Om"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Konto"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktiv"
@@ -222,10 +198,6 @@ msgstr "Tillad Uniswap-protokollen at bruge din {0}"
msgid "Allowed"
msgstr "Tilladt"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Sørg altid for, at URL'en er <0>app.uniswap.org</0> gem den for at være helt sikker."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Beløb"
@@ -270,14 +242,6 @@ msgstr "Godkender"
msgid "Approving {0}"
msgstr "Godkender {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Er du sikker?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Bedst for eksotiske par."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Bedst for de fleste par."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Bedst for stabile par."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Blokeret adresse"
@@ -338,6 +290,10 @@ msgstr "Ved at tilføje denne liste har du implicit tillid til, at dataene er ko
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Ved at forbinde en tegnebog accepterer du Uniswap Labs <0>Servicevilkår </0> og anerkender, at du har læst og forstået <1>Uniswap protokolansvarsfraskrivelsen</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Annulleret"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Skift"
@@ -346,21 +302,12 @@ msgstr "Skift"
msgid "Change your network to go back to L1"
msgstr "Skift dit netværk for at gå tilbage til L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Diagrammer"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Tjek vores v3 LP-gennemgang og migrationsguider."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Gør krav på"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Gjort krav på UNI!"
msgid "Claiming"
msgstr "Gør krav"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Gør krav på UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Indsamler gebyrer"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Indsamling af gebyrer vil hæve aktuelt tilgængelige gebyrer for dig."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Almindelige baser"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Bekræft"
@@ -494,7 +433,6 @@ msgstr "Bekræft denne transaktion i din tegnebog"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Forbind tegnebog"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Opret pulje og forsyning"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Opret forslag"
@@ -557,10 +494,6 @@ msgstr "Opret et par"
msgid "Create a pool"
msgstr "Opret en pulje"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Opret et problem på GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Opret pulje, og tilføj {0}/{1} V3-likviditet"
@@ -582,13 +515,17 @@ msgstr "Nuværende pris"
msgid "Current {0} Price:"
msgstr "Nuværende {0}-pris:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Besejret"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Uddelegér stemmer"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegeret til:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegerede stemmer"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Indbetal UNI-V2 LP-tokens"
msgid "Deposit liquidity"
msgstr "Indbetalingslikviditet"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Depositum til Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Indsæt dine likviditetsudbyder-tokens for at modtage UNI, Uniswap-protokolstyringstokenet."
@@ -695,7 +628,6 @@ msgstr "Indtast en adresse for at udløse et UNI-krav. Hvis adressen har nogen U
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Indtast et beløb"
@@ -726,17 +658,17 @@ msgstr "Der opstod en fejl. Prøv at opdatere siden."
msgid "Error importing list"
msgstr "Fejl ved import af liste"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Ekspanderede resultater fra inaktive token-lister"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Henrettet"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Eksperttilstand slukker for bekræft transaktion-prompten og tillader høj slippage-handler, der ofte resulterer i dårlige satser og tabte midler."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Udforsk populære puljer på Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Udløbet"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Fra"
msgid "From (at most)"
msgstr "Fra (mest)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Få support på Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Skjule"
@@ -893,10 +821,6 @@ msgstr "Likviditetsudbyderbelønninger"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Likviditetsudbydere optjener et gebyr på 0,3 % på alle handler i forhold til deres andel af puljen. Gebyrer tilføjes til puljen, tilfalder i realtid og kan kræves ved at trække din likviditet tilbage."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Lister"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Indlæst"
@@ -912,15 +836,10 @@ msgstr "Indlæst"
msgid "Loading"
msgstr "Indlæser"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Sørg for, at URL'en er <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Administrer"
@@ -929,10 +848,6 @@ msgstr "Administrer"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Administrer likviditet i belønningspuljen"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Administrer token-lister"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Administrer denne pulje."
@@ -1025,6 +940,10 @@ msgstr "Ingen V2-likviditet fundet."
msgid "No active pools"
msgstr "Ingen aktive puljer"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Ingen beskrivelse."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Ingen likviditet fundet."
@@ -1033,34 +952,10 @@ msgstr "Ingen likviditet fundet."
msgid "No pool found."
msgstr "Ingen pulje fundet."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Ingen forslag fundet."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Ingen resultater fundet."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "FRA"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "TIL"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "KUN BRUG DENNE TILSTAND, HVIS DU VED, HVAD DU LAVER."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Fra"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Til"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Når du er tilfreds med satsen, skal du klikke på forsyning for at gennemgå."
@@ -1098,6 +993,10 @@ msgstr "Ejer"
msgid "Participating pools"
msgstr "Deltagende puljer"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Verserende"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Opret forbindelse til det relevante Ethereum-netværk."
@@ -1106,7 +1005,6 @@ msgstr "Opret forbindelse til det relevante Ethereum-netværk."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Skriv ordet \"{confirmWord}\" for at aktivere eksperttilstand."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pulje"
@@ -1164,7 +1062,6 @@ msgstr "Prispåvirkning for høj"
msgid "Price Updated"
msgstr "Pris opdateret"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Prisinterval"
@@ -1189,14 +1086,6 @@ msgstr "Forslag indsendt"
msgid "Proposal Title"
msgstr "Forslagets titel"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Forslag"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Forslag indsendt af medlemmer af fællesskabet vil blive vist her."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Foreslået handling"
@@ -1205,6 +1094,10 @@ msgstr "Foreslået handling"
msgid "Proposer"
msgstr "Forslagsstiller"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "I kø"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Satser"
@@ -1213,10 +1106,6 @@ msgstr "Satser"
msgid "Read more about UNI"
msgstr "Læs mere om UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Læs mere om Uniswap governance"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Læs mere om at tilføre likviditet"
@@ -1285,20 +1174,7 @@ msgstr "Retur"
msgid "Route"
msgstr "Rute"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Søg navn eller indsæt adresse"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Vælg pulje"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Vælg en pulje type baseret på dit foretrukne likviditetsudbydergebyr."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Vælg par"
msgid "Selected Range"
msgstr "Valgt område"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Selv"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Selvuddelegering"
@@ -1367,10 +1239,6 @@ msgstr "Glidningstolerance"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Nogle aktiver er ikke tilgængelige via denne grænseflade, fordi de måske ikke fungerer godt med de smarte kontrakter, eller vi er ikke i stand til at tillade handel af juridiske årsager."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Noget gik galt"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Trin 1. Få UNI-V2 Likviditetstokens"
@@ -1387,6 +1255,10 @@ msgstr "Indsender forslag"
msgid "Submitting Vote"
msgstr "Indsend Stemme"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Lykkedes"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Forsyning"
@@ -1395,9 +1267,7 @@ msgstr "Forsyning"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Forsyning {0} {1} og {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Forholdet mellem tokens du tilføjer, vil sætte prisen på denne pulje.
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Transaktionen kunne ikke sendes, fordi fristen er udløbet. Kontroller, at din transaktionsfrist ikke er for lav."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Disse tokens er almindeligt parret med andre tokens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Dette er en alfa-frigivelse af Uniswap på Arbitrum-netværket. Du skal overføre L1-aktiver til netværket for at bytte dem."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Dette token vises ikke på den/de aktive tokenlister. Sørg for, at dette er det token, du vil handle."
@@ -1499,18 +1361,6 @@ msgstr "Til (mindst)"
msgid "Toggle Expert Mode"
msgstr "Skift Eksperttilstand"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokens fra inaktive lister. Importer specifikke tokens nedenfor, eller klik på Administrer for at aktivere flere lister."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Toppuljer"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Tilgang i alt"
@@ -1564,10 +1414,6 @@ msgstr "UNI, der er i omløb:"
msgid "UNI price:"
msgstr "UNI-pris:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI-tokens repræsenterer stemmeandele i Uniswap governance. Du kan selv stemme om hvert forslag eller uddelegere dine stemmer til en tredjepart."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} brændt"
@@ -1593,17 +1439,9 @@ msgstr "Gebyrer, der ikke er gjort krav på"
msgid "Unclaimed:"
msgstr "Der ikke er gjort krav på:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap Governance"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 er her!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap tilgængelig i: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Ubestemt"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uiswap likviditetsmining"
msgid "Uniswap migration contract↗"
msgstr "Uniswap migrationskontrakt↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap på <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Ukendt kilde"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Ukendt fejl{0}. Prøv at øge din glidningstolerance. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Lås op for stemmer"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Oplås afstemning"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Låse op for stemmer"
@@ -1648,14 +1477,14 @@ msgstr "Ikke-understøttet aktiv"
msgid "Unsupported Assets"
msgstr "Ikke-understøttede aktiver"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Unavngivet"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Pak ud"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Opdater delegation"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Opdater liste"
@@ -1710,10 +1539,6 @@ msgstr "Vis i Explorer"
msgid "View transaction on Explorer"
msgstr "Se transaktion i Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Stem"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Stem imod"
@@ -1905,11 +1730,6 @@ msgstr "Din position vil være 100 % {0} til denne pris."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Din position vil ikke optjene gebyrer eller blive brugt i handler, før markedsprisen bevæger sig ind i dit interval."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Dine positioner"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Din sats"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Bro"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Brugerdefinerede tokens"
@@ -1999,9 +1823,9 @@ msgstr "{0} Brugerdefinerede tokens"
msgid "{0} Deposited"
msgstr "{0} Indbetalt"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Explorer"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokens"
msgid "{0} {1} Price:"
msgstr "{0} {1} Pris:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Tilføjet af bruger"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: German\n"
"PO-Revision-Date: 2021-06-29 09:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(anfordern)"
msgid "(clear all)"
msgstr "(alles löschen)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(bearbeiten)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Alle Vorschläge"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Abstimmungen"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Kontoanalyse und eingenommene Gebühren</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Für die Einreichung von Vorschlägen ist eine Mindestschwelle von 0,25% des gesamten UNI-Angebots erforderlich"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Über"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Konto"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktiv"
@@ -222,10 +198,6 @@ msgstr "Erlaube dem Uniswap Protokoll, {0} zu verwenden"
msgid "Allowed"
msgstr "Erlaubt"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Stellen Sie immer sicher, dass die URL <0>app.uniswap.org</0> ist - Lesezeichen setzen, um sicher zu sein."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Betrag"
@@ -270,14 +242,6 @@ msgstr "Bestätige"
msgid "Approving {0}"
msgstr "Schalte {0} frei"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum-Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Sind Sie sicher?"
@@ -310,18 +274,6 @@ msgstr "Guthaben:"
msgid "Balance: {0} {1}"
msgstr "Guthaben: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Ideal für exotische Paare."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Am besten für die meisten Paare."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Am besten für stabile Paare."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Gesperrte Adresse"
@@ -338,6 +290,10 @@ msgstr "Durch das Hinzufügen dieser Liste vertrauen Sie implizit darauf, dass d
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Durch das Verbinden mit einer Wallet erklären Sie sich mit den <0>Nutzungsbedingungen</0> von Uniswap Labs einverstanden und bestätigen, dass Sie den <1>Uniswap Protokoll Haftungsausschluss</1> gelesen und verstanden haben."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Abgesagt"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Ändern"
@@ -346,21 +302,12 @@ msgstr "Ändern"
msgid "Change your network to go back to L1"
msgstr "Ändern Sie Ihr Netzwerk, um zu L1 zurückzukehren"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Charts"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Schauen Sie sich unsere v3 LP Einführung und die Hilfe zur Liquiditätsmigration an."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Einfordern"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI erhalten!"
msgid "Claiming"
msgstr "Fordere ein"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Fordere UNI ein"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Ziehe Gebühren ein"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Gebühren einziehen wird für Sie derzeit verfügbare Gebühren beziehen."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Häufige Basistoken"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Bestätigen"
@@ -494,7 +433,6 @@ msgstr "Diese Transaktion in Ihrer Wallet bestätigen"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Wallet verbinden"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Pool erstellen & versorgen"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Angebot erstellen"
@@ -557,10 +494,6 @@ msgstr "Paar erstellen"
msgid "Create a pool"
msgstr "Pool erstellen"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Ein Ticket auf GitHub eröffnen"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Pool erstellen und {0}/{1} V3 Liquidität hinzufügen"
@@ -582,13 +515,17 @@ msgstr "Aktueller Preis"
msgid "Current {0} Price:"
msgstr "Aktueller {0}-Preis:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Besiegt"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Abstimmungen delegieren"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegiert an:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegierte Stimmen"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "UNI-V2 LP Token einzahlen"
msgid "Deposit liquidity"
msgstr "Liquidität einzahlen"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Einzahlung bei Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Hinterlegen Sie Ihre Liquiditätsgeber Token um UNI zu erhalten, welches das Governance-Token des Uniswap Protokolls ist."
@@ -695,7 +628,6 @@ msgstr "Geben Sie eine Adresse ein, um UNI einzufordern. Wenn die Adresse Anspru
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Betrag eingeben"
@@ -726,17 +658,17 @@ msgstr "Fehler beim Verbinden. Versuchen Sie die Seite neu zu laden."
msgid "Error importing list"
msgstr "Fehler beim Import der Liste"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Erweiterte Ergebnisse aus inaktiven Token-Listen"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Hingerichtet"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Der Expertenmodus schaltet die Transaktions-Bestätigung aus und ermöglicht Transaktionen mit viel Schlupf, was zu schlechten Kursen und verlorenem Geld führen kann."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Entdecken Sie populäre Pools auf Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Abgelaufen"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Von"
msgid "From (at most)"
msgstr "Von (höchstens)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Holen Sie sich Unterstützung bei Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Ausblenden"
@@ -893,10 +821,6 @@ msgstr "Liquiditätsanbieter-Belohnungen"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Liquiditätsgeber verdienen eine 0,3%ige Gebühr für jeden Tausch im Verhältnis zu ihrem Anteil am Pool. Die Gebühren werden dem Pool zugerechnet, fallen in Echtzeit an und können durch Entfernen der Liquidität in Anspruch genommen werden."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listen"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Geladen"
@@ -912,15 +836,10 @@ msgstr "Geladen"
msgid "Loading"
msgstr "Lädt"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Stelle sicher, dass die URL <0>app.uniswap.org</0> ist"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Verwalten"
@@ -929,10 +848,6 @@ msgstr "Verwalten"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Liquidität im Belohnungspool verwalten"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Tokenlisten verwalten"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Diesen Pool verwalten."
@@ -1025,6 +940,10 @@ msgstr "Keine V2-Liquidität gefunden."
msgid "No active pools"
msgstr "Keine aktiven Pools"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Keine Beschreibung."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Keine Liquidität gefunden."
@@ -1033,34 +952,10 @@ msgstr "Keine Liquidität gefunden."
msgid "No pool found."
msgstr "Keinen Pool gefunden."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Keine Vorschläge gefunden."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Keine Ergebnisse gefunden."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "AUS"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "EIN"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "VERWENDEN SIE DIESEN MODUS NUR, WENN SIE WISSEN, WAS SIE TUN."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Aus"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Ein"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Sobald Sie mit dem Preis zufrieden sind, klicken Sie auf die Schaltfläche zum Überprüfen."
@@ -1098,6 +993,10 @@ msgstr "Besitzer"
msgid "Participating pools"
msgstr "Teilnehmende Pools"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "steht aus"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Bitte verbinden Sie sich mit dem entsprechenden Ethereum-Netzwerk."
@@ -1106,7 +1005,6 @@ msgstr "Bitte verbinden Sie sich mit dem entsprechenden Ethereum-Netzwerk."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Bitte geben Sie das Wort \"{confirmWord}\" ein, um den Experten-Modus zu aktivieren."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Preiseinfluss zu hoch"
msgid "Price Updated"
msgstr "Preis aktualisiert"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Preisbereich"
@@ -1189,14 +1086,6 @@ msgstr "Vorschlag eingereicht"
msgid "Proposal Title"
msgstr "Angebotstitel"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Vorschläge"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Vorschläge von Community-Mitgliedern werden hier erscheinen."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Vorgeschlagene Maßnahmen"
@@ -1205,6 +1094,10 @@ msgstr "Vorgeschlagene Maßnahmen"
msgid "Proposer"
msgstr "Antragsteller"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "In Warteschlange"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Preise"
@@ -1213,10 +1106,6 @@ msgstr "Preise"
msgid "Read more about UNI"
msgstr "Erfahre mehr über UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Erfahre mehr über Uniswap Governance"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Erfahre mehr über Liquiditäts-Bereitstellung"
@@ -1285,20 +1174,7 @@ msgstr "Zurück"
msgid "Route"
msgstr "Route"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Name suchen oder Adresse einfügen"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Pool auswählen"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Wählen Sie einen Pool-Typ basierend auf Ihrer bevorzugten Liquiditätsgebergebühr."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Paar auswählen"
msgid "Selected Range"
msgstr "Ausgewählter Bereich"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Selbst"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Selbstdelegierung"
@@ -1367,10 +1239,6 @@ msgstr "Schlupftoleranz"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Einige Assets sind über diese Benutzeroberfläche nicht verfügbar, da sie möglicherweise nicht gut mit den Smart Contracts funktionieren oder wir den Handel aus rechtlichen Gründen nicht zulassen können."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Etwas ist schief gelaufen"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Schritt 1. Holen Sie sich UNI-V2-Liquiditätstoken"
@@ -1387,6 +1255,10 @@ msgstr "Angebot einreichen"
msgid "Submitting Vote"
msgstr "Stimmabgabe wird eingereicht"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Erfolgreich"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Bereitstellen"
@@ -1395,9 +1267,7 @@ msgstr "Bereitstellen"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Stelle {0} {1} und {2} {3} bereit"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Das Verhältnis der von Ihnen hinzugefügten Token legt den Preis für d
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Die Transaktion konnte nicht gesendet werden, da die Frist abgelaufen ist. Bitte überprüfen Sie, ob Ihre Transaktionsfrist nicht zu niedrig ist."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Diese Token werden üblicherweise mit anderen Token gepaart."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Dies ist eine Alpha-Version von Uniswap im Arbitrum-Netzwerk. Sie müssen L1-Assets mit dem Netzwerk verbinden, um sie auszutauschen."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Dieser Token erscheint nicht in der/den aktiven Token-Liste(n). Stellen Sie sicher, dass dies der Token ist, den Sie handeln möchten."
@@ -1499,18 +1361,6 @@ msgstr "Nach (mindestens)"
msgid "Toggle Expert Mode"
msgstr "Experten-Modus umschalten"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Token"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Token aus inaktiven Listen. Importieren Sie unten bestimmte Token oder klicken Sie auf Verwalten, um weitere Listen zu aktivieren."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Top Pools"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Gesamtmenge"
@@ -1564,10 +1414,6 @@ msgstr "UNI im Umlauf:"
msgid "UNI price:"
msgstr "UNI-Preis:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI-Token stellen Stimmbeteiligung an der Uniswap Governance dar. Sie können über jeden Vorschlag selbst abstimmen oder Ihre Stimmen an Dritte delegieren."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} verbrannt"
@@ -1593,17 +1439,9 @@ msgstr "Noch nicht bezogene Gebühren"
msgid "Unclaimed:"
msgstr "Noch nicht bezogen:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap Governance"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 ist da!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap verfügbar in: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Unbestimmt"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap Liquiditätsförderung"
msgid "Uniswap migration contract↗"
msgstr "Uniswap Migrations-contract ↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap auf <0>Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Unbekannte Quelle"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Abstimmungen freischalten"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Abstimmung freischalten"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Stimmen werden freigeschalten"
@@ -1648,14 +1477,14 @@ msgstr "Nicht unterstütztes Asset"
msgid "Unsupported Assets"
msgstr "Nicht unterstützte Assets"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Ohne Titel"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Delegation aktualisieren"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Liste aktualisieren"
@@ -1710,10 +1539,6 @@ msgstr "Im Explorer anzeigen"
msgid "View transaction on Explorer"
msgstr "Transaktion im Explorer anzeigen"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Abstimmen"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Dagegen stimmen"
@@ -1905,11 +1730,6 @@ msgstr "Ihre Position wird bei diesem Preis 100% {0} sein."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Ihre Position wird keine Gebühren verdienen oder in Geschäften genutzt werden, bis sich der Marktpreis in Ihren Bereich bewegt."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Deine Positionen"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Dein Kurs"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/>/<1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Brücke"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Benutzerdefinierte Token"
@@ -1999,9 +1823,9 @@ msgstr "{0} Benutzerdefinierte Token"
msgid "{0} Deposited"
msgstr "{0} deponiert"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Entdecker"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} Token"
msgid "{0} {1} Price:"
msgstr "{0} {1} Preis:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Vom Benutzer hinzugefügt"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Greek\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(διεκδίκηση)"
msgid "(clear all)"
msgstr "(καθαρισμός όλων)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(επεξεργασία)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Όλες Οι Προτάσεις"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Ψήφοι"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Αναλυτικά λογαριασμού και δεδουλευμένα τέλη</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ msgstr "<0>Ξεκλειδώστε τη ψηφοφορία</0> για να προ
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0>🎉 </0>Καλώς ήρθατε στην ομάδα Unicorn :) <1>🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Απαιτείται ελάχιστο όριο 0,25% της συνολικής προσφοράς UNI για την υποβολή προτάσεων"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Σχετικά με εμάς"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Λογαριασμός"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Ενεργός"
@@ -222,10 +198,6 @@ msgstr "Επιτρέψτε στο πρωτόκολλο Uniswap να χρησιμ
msgid "Allowed"
msgstr "Επιτρέπεται"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Βεβαιωθείτε ότι η διεύθυνση URL είναι <0> app.uniswap.org</0> - για να είστε ασφαλείς προσθέστε τη στους σελιδοδείκτες."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Ποσό"
@@ -270,14 +242,6 @@ msgstr "Έγκριση"
msgid "Approving {0}"
msgstr "Έγκριση {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Γέφυρα Arbitrum Token"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Σίγουρα;"
@@ -310,18 +274,6 @@ msgstr "Υπόλοιπο:"
msgid "Balance: {0} {1}"
msgstr "Υπόλοιπο: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Καλύτερο για εξωτικά ζεύγη."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Καλύτερο για τα περισσότερα ζεύγη."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Καλύτερο για σταθερά ζεύγη."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Αποκλεισμένη διεύθυνση"
@@ -338,6 +290,10 @@ msgstr "Προσθέτοντας αυτή τη λίστα, εμπιστεύεσ
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Συνδέοντας ένα πορτοφόλι, συμφωνείτε με την Uniswap Labs <0>Όρους Παροχής Υπηρεσιών</0> και αναγνωρίζετε ότι έχετε διαβάσει και κατανοήσει τη <1>δήλωση αποποίηση ευθυνών του πρωτοκόλλου Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Ακυρώθηκε"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Αλλαγή"
@@ -346,21 +302,12 @@ msgstr "Αλλαγή"
msgid "Change your network to go back to L1"
msgstr "Αλλάξτε το δίκτυό σας για να επιστρέψετε στο L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Διαγράμματα"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Ρίξτε μια ματιά στους οδηγούς μας συνέχειας και μεταφοράς παρόχων ρευστότητας (LP) της v3."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Διεκδίκηση"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI διεκδικήθηκε!"
msgid "Claiming"
msgstr "Διεκδίκηση"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Γίνεται Διεκδίκηση UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Γίνεται συλλογή χρεώσεων"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Η συλλογή χρεώσεων θα αποσύρει τις τρέχουσες διαθέσιμες χρεώσεις για εσάς."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Κοινές βάσεις"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Επιβεβαίωση"
@@ -494,7 +433,6 @@ msgstr "Επιβεβαιώστε αυτή τη συναλλαγή στο πορ
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Σύνδεση Πορτοφολιού"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Δημιουργία Ψηφοφορίας & Παροχής"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Δημιουργία πρότασης"
@@ -557,10 +494,6 @@ msgstr "Δημιουργία ζεύγους"
msgid "Create a pool"
msgstr "Δημιουργία δεξαμενής"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Δημιουργήστε ένα ζήτημα στο GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Δημιουργήστε δεξαμενή και προσθέστε {0}/{1} V3 ρευστότητα"
@@ -582,13 +515,17 @@ msgstr "Τρέχουσα τιμή"
msgid "Current {0} Price:"
msgstr "Τρέχουσα τιμή {0}:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Νίκησε"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Ανάθεση Ψήφων"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Ανατέθηκε σε:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Κατ 'εξουσιοδότηση ψήφοι"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Κατάθεση μάρκας UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Κατάθεση ρευστότητας"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Κατάθεση στο Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Καταθέστε τα διακριτικά του παρόχου ρευστότητας για να λάβετε UNI, το διακριτικό διακυβέρνησης πρωτοκόλλου Uniswap."
@@ -695,7 +628,6 @@ msgstr "Εισάγετε μια διεύθυνση για να εκκινήσε
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Εισάγετε ένα ποσό"
@@ -726,17 +658,17 @@ msgstr "Σφάλμα σύνδεσης. Προσπαθήστε ξανά αναν
msgid "Error importing list"
msgstr "Σφάλμα εισαγωγής λίστας"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Εκτεταμένα αποτελέσματα από ανενεργές Λίστες Μάρκας"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Εκτελέστηκε"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Η λειτουργία εμπειρογνωμόνων απενεργοποιεί την ειδοποίηση επιβεβαίωσης της συναλλαγής και επιτρέπει την υψηλή διαφορά κόστους συναλλαγών που συχνά οδηγεί σε κακές τιμές και χαμένα κεφάλαια."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Εξερευνήστε δημοφιλείς δεξαμενές στο Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "έχει λήξει"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Από"
msgid "From (at most)"
msgstr "Από (το μέγιστο)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Βρείτε υποστήριξη για τη Διαφωνία"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Κρύβω"
@@ -893,10 +821,6 @@ msgstr "Επιβραβεύσεις παρόχου ρευστότητας"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Οι πάροχοι ρευστότητας κερδίζουν μια χρέωση της τάξεως του 0,3% σε όλες τις συναλλαγές ανάλογα με το μερίδιο τους στη δεξαμενή. Οι χρεώσεις προστίθενται στην ψηφοφορία, συσσωρεύονται σε πραγματικό χρόνο και μπορούν να ζητηθούν μέσω της ανάληψης σας ρευστότητας."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Λίστες"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Φορτώθηκε"
@@ -912,15 +836,10 @@ msgstr "Φορτώθηκε"
msgid "Loading"
msgstr "Φόρτωση"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Βεβαιωθείτε ότι το URL είναι<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Διαχείριση"
@@ -929,10 +848,6 @@ msgstr "Διαχείριση"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Διαχείριση ρευστότητας στην Δεξαμενή Επιβραβεύσεων"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Διαχείριση Λίστας μάρκας"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Διαχείριση αυτής της δεξαμενής."
@@ -1025,6 +940,10 @@ msgstr "Δεν βρέθηκε ρευστότητα V2."
msgid "No active pools"
msgstr "Δεν υπάρχει ενεργή δεξαμενή"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Χωρίς περιγραφή."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Δεν βρέθηκε ρευστότητα."
@@ -1033,34 +952,10 @@ msgstr "Δεν βρέθηκε ρευστότητα."
msgid "No pool found."
msgstr "Δεν βρέθηκε δεξαμενή."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Δεν βρέθηκαν προτάσεις."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Δεν βρέθηκαν αποτελέσματα."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "ΚΛΕΙΣΤΟ"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ΑΝΟΙΚΤΟ"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "ΧΡΗΣΙΜΟΠΟΙΗΣΤΕ ΑΥΤΟ ΤΟΝ ΤΡΟΠΟ ΜΟΝΟ ΕΑΝ ΓΝΩΡΙΖΕΤΕ ΤΙ ΚΑΝΕΤΕ."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Μακριά από"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Ανοικτο"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Μόλις είστε ευχαριστημένοι με τη τιμή κάντε κλικ στο παροχή για επανεξέταση."
@@ -1098,6 +993,10 @@ msgstr "Ιδιοκτήτης"
msgid "Participating pools"
msgstr "Συμμετέχουσες δεξαμενές"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "εκκρεμής"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Συνδεθείτε στο κατάλληλο δίκτυο του Ethereum."
@@ -1106,7 +1005,6 @@ msgstr "Συνδεθείτε στο κατάλληλο δίκτυο του Ether
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Παρακαλώ πληκτρολογήστε τη λέξη \"{confirmWord}\" για να ενεργοποιήσετε τη λειτουργία εμπειρογνωμόνων."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Δεξαμενή"
@@ -1164,7 +1062,6 @@ msgstr "Πολύ υψηλή επίδραση σε τιμή"
msgid "Price Updated"
msgstr "Η Τιμή Ενημερώθηκε"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Εύρος τιμών"
@@ -1189,14 +1086,6 @@ msgstr "Υποβλήθηκε πρόταση"
msgid "Proposal Title"
msgstr "Τίτλος πρότασης"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Προτάσεις"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Προτάσεις που υποβάλλονται από τα μέλη της κοινότητας θα εμφανίζονται εδώ."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Προτεινόμενη δράση"
@@ -1205,6 +1094,10 @@ msgstr "Προτεινόμενη δράση"
msgid "Proposer"
msgstr "Άτομο που κάνει προτάσεις"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Σε ουρά"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Τιμές"
@@ -1213,10 +1106,6 @@ msgstr "Τιμές"
msgid "Read more about UNI"
msgstr "Διαβάστε περισσότερα για UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Διαβάστε περισσότερα για τη διακυβέρνηση Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Διαβάστε περισσότερα σχετικά με την παροχή ρευστότητας"
@@ -1285,20 +1174,7 @@ msgstr "Επιστροφή"
msgid "Route"
msgstr "Διαδρομή"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Αναζήτηση ονόματος ή επικόλλησης διεύθυνσης"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Επιλογή Δεξαμενής"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Επιλέξτε έναν τύπο δεξαμενής με βάση την προτιμώμενη χρέωση παρόχου ρευστότητας."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Επιλέξτε ζεύγος"
msgid "Selected Range"
msgstr "Επιλεγμένο Εύρος"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Αυτοπροσώπως"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Ανάθεση στον εαυτό μου"
@@ -1367,10 +1239,6 @@ msgstr "Ανοχή ολίσθησης"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Ορισμένα περιουσιακά στοιχεία δεν είναι διαθέσιμα μέσω αυτής της διεπαφής, επειδή μπορεί να μην λειτουργούν καλά με τις έξυπνες συμβάσεις ή δεν είμαστε σε θέση να επιτρέψουμε τη διαπραγμάτευση για νομικούς λόγους."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Κάτι πήγε στραβά"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Βήμα 1. Πάρτε τα διακριτικά ρευστότητας UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Υποβολή πρότασης"
msgid "Submitting Vote"
msgstr "Γίνεται υποβολή ψήφου"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Επιτεύχθηκε"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Παροχή"
@@ -1395,9 +1267,7 @@ msgstr "Παροχή"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Γίνεται παροχή {0} {1} και {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Η αναλογία των διακριτικών που προσθέτ
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Δεν ήταν δυνατή η αποστολή της συναλλαγής επειδή έχει παρέλθει η προθεσμία. Βεβαιωθείτε ότι η προθεσμία συναλλαγής σας δεν είναι πολύ μικρή."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Αυτές οι μάρκες δεν συνδυάζονται συνήθως με αλλά μάρκες."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Πρόκειται για μια έκδοση άλφα του Uniswap στο δίκτυο Arbitrum. Πρέπει να γεφυρώσετε στοιχεία L1 στο δίκτυο για να τα ανταλλάξετε."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Αυτή η μάρκα δεν εμφανίζεται στην(ις) ενεργή (ές) λίστα(ες). Βεβαιωθείτε ότι αυτή είναι η μάρκα που θέλετε να διαπραγματευτείτε."
@@ -1499,18 +1361,6 @@ msgstr "Έως (από το ελάχιστο)"
msgid "Toggle Expert Mode"
msgstr "Λειτουργία Εναλλαγής Εμπειρογνωμόνων"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Μάρκες"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Μάρκες από ανενεργές λίστες. Εισαγάγετε συγκεκριμένες μάρκες παρακάτω ή κάντε κλικ στην επιλογή Διαχείριση για να ενεργοποιήσετε περισσότερες λίστες."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Κορυφαίες δεξαμενές"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Συνολική Παροχή"
@@ -1564,10 +1414,6 @@ msgstr "UNI σε κυκλοφορία:"
msgid "UNI price:"
msgstr "Τιμή UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Οι μάρκες UNI αντιπροσωπεύουν μετοχές με ψήφους στη διακυβέρνηση Uniswap. Μπορείτε να ψηφίσετε μόνοι σας για κάθε πρόταση ή να αναθέσετε τις ψήφους σας σε ένα τρίτο μέρος."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} \"Κάηκαν\""
@@ -1593,17 +1439,9 @@ msgstr "Αζήτητες χρεώσεις"
msgid "Unclaimed:"
msgstr "Αζήτητα:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap Διακυβέρνηση"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 είναι εδώ!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Το Uniswap διατίθεται σε: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Αναποφάσιστος"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Εξόρυξη ρευστότητας Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Σύμβαση μετεγκατάστασης Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Απεμπλοκή στο <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Άγνωστη πηγή"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Άγνωστο σφάλμα{0}. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης Σημείωση: οι χρεώσεις μεταφοράς και οι rebase μάρκες δεν είναι συμβατές με το Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Ξεκλείδωμα Ψήφων"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Ξεκλείδωμα Ψηφοφορίας"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Ξεκλείδωμα Ψήφων"
@@ -1648,14 +1477,14 @@ msgstr "Μη Υποστηριζόμενο Περιουσιακό Στοιχεί
msgid "Unsupported Assets"
msgstr "Μη Υποστηριζόμενα Περιουσιακά Στοιχεία"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Χωρίς τίτλο"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Αποκαλύπτω"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Ενημέρωση Ανάθεσης"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Ενημέρωση λίστας"
@@ -1710,10 +1539,6 @@ msgstr "Προβολή στον Explorer"
msgid "View transaction on Explorer"
msgstr "Προβολή συναλλαγής στον Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Ψηφοφορίες"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Ψήφοι Κατά"
@@ -1905,11 +1730,6 @@ msgstr "Η θέση σας θα είναι 100% {0} σε αυτή την τιμ
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Η θέση σας δεν θα κερδίσει χρεώσεις ή θα χρησιμοποιηθεί σε συναλλαγές έως ότου η τιμή αγοράς μετακινηθεί στο εύρος σας."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Οι θέσεις σας"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Η τιμή σας"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> ανά <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Γέφυρα"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Προσαρμοσμένες Μάρκες"
@@ -1999,9 +1823,9 @@ msgstr "{0} Προσαρμοσμένες Μάρκες"
msgid "{0} Deposited"
msgstr "{0} Κατατέθηκε"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Εξερεύνηση"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} μάρκες"
msgid "{0} {1} Price:"
msgstr "{0} {1} Τιμή:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Προστέθηκε από τον χρήστη"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Spanish\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(reclamar)"
msgid "(clear all)"
msgstr "(limpiar todo)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(editar)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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 %"
@@ -98,11 +82,6 @@ msgstr "75 %"
msgid "<0/> All Proposals"
msgstr "<0/> Todas las propuestas"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Votos"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Análisis de cuentas y comisiones acumuladas</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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."
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Acerca de"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Cuenta"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Activo"
@@ -222,10 +198,6 @@ msgstr "Permitir que el protocolo Uniswap utilice su {0}"
msgid "Allowed"
msgstr "Permitido"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Siempre asegúrese de que la URL es<0>app.uniswap.org</0> - agréguelo a los marcadores para estar seguro."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Cantidad"
@@ -270,14 +242,6 @@ msgstr "Aprobando"
msgid "Approving {0}"
msgstr "Aprobando {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Explorador de Arbitrum"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Puente de token de Arbitrum"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "¿Está seguro?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Lo mejor para pares exóticos."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Lo mejor para la mayoría de los pares."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Lo mejor para pares estables."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Dirección bloqueada"
@@ -338,6 +290,10 @@ msgstr "Al añadir esta lista está confiando implícitamente en que los datos s
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Al conectar una cartera, usted acepta los <0>Términos de servicio</0> de Uniswap Labs y reconoce que ha leído y comprendido la <1>Exención de responsabilidad del protocolo Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Cancelado"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Cambiar"
@@ -346,21 +302,12 @@ msgstr "Cambiar"
msgid "Change your network to go back to L1"
msgstr "Cambie su red para volver a L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Gráficos"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Eche un vistazo a nuestras guías de navegación y migración de LP v3."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Reclamar"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "¡UNI reclamada!"
msgid "Claiming"
msgstr "Reclamación"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Reclamando UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Cobro de comisiones"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "El cobro de comisiones extrae aquellas que se encuentren disponibles para usted en ese momento."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Bases comunes"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Confirmar"
@@ -494,7 +433,6 @@ msgstr "Confirmar esta transacción en su cartera"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Conectar cartera"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Limpiar fondo común y suministro"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Crear propuesta"
@@ -557,10 +494,6 @@ msgstr "Crear un par"
msgid "Create a pool"
msgstr "Crear un fondo común"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Crear una issue en GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Crear un fondo común y sumar {0}/{1} liquidez V3"
@@ -582,13 +515,17 @@ msgstr "Precio actual"
msgid "Current {0} Price:"
msgstr "Precio {0} actual:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Derrotado"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Votos delegados"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegado a:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Votos delegados"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Depositar Tokens LP UNI-V2"
msgid "Deposit liquidity"
msgstr "Depositar liquidez"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Depósito en Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Deposite sus tokens de Proveedor de Liquidez para recibir UNI, el token de gestión del protocolo Uniswap."
@@ -695,7 +628,6 @@ msgstr "Introduzca una dirección para activar una reclamación de UNI. Si la di
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Introduzca un monto"
@@ -726,17 +658,17 @@ msgstr "Error de conexión. Intente actualizar la página."
msgid "Error importing list"
msgstr "Error importando lista"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Resultados ampliados de listas de token inactivas"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Ejecutado"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "El modo experto desactiva el indicador de transacción de confirmación y permite operaciones de deslizamiento elevadas que a menudo resultan en malas tasas y fondos perdidos."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Explora los fondos comunes populares de Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Caducado"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "De"
msgid "From (at most)"
msgstr "Desde (máximo)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Obtenga apoyo en Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Esconder"
@@ -893,10 +821,6 @@ msgstr "Premios del proveedor de liquidez"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Los proveedores de liquidez ganan una cuota del 0,3 % en todas las operaciones proporcionales a su participación en el fondo común. Las tarifas se añaden a este fondo común, se acumulan en tiempo real y se pueden reclamar retirando su liquidez."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listas"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Cargado"
@@ -912,15 +836,10 @@ msgstr "Cargado"
msgid "Loading"
msgstr "Cargando"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Asegúrese de que la URL es<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gestionar"
@@ -929,10 +848,6 @@ msgstr "Gestionar"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gestionar liquidez en la herramienta de recompensas"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Administrar listas de token"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Administrar este grupo."
@@ -1025,6 +940,10 @@ msgstr "No se encontró liquidez V2."
msgid "No active pools"
msgstr "No hay fondos comunes activos"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Sin descripción."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "No se encontró liquidez."
@@ -1033,34 +952,10 @@ msgstr "No se encontró liquidez."
msgid "No pool found."
msgstr "Fondo común no encontrado."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "No se encontraron propuestas."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "No se han encontrado resultados."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "APAGADO"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ENCENDIDO"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "UTILICE ESTE MODO ÚNICAMENTE SI SABE LO QUE ESTÁ HACIENDO."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Apagado"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Encendido"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Una vez que esté satisfecho con la comisión, haga clic en el suministro para revisar."
@@ -1098,6 +993,10 @@ msgstr "Propietario"
msgid "Participating pools"
msgstr "Fondos comunes que participan"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Pendiente"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Conéctese a la red Ethereum apropiada."
@@ -1106,7 +1005,6 @@ msgstr "Conéctese a la red Ethereum apropiada."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Escribe la palabra \"{confirmWord}\" para activar el modo experto."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Fondo común"
@@ -1164,7 +1062,6 @@ msgstr "El Impacto de precios es demasiado alto"
msgid "Price Updated"
msgstr "Precio actualizado"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Rango de precios"
@@ -1189,14 +1086,6 @@ msgstr "Propuesta enviada"
msgid "Proposal Title"
msgstr "Título de la propuesta"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propuestas"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Las propuestas enviadas por los miembros de la comunidad aparecerán aquí."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Acción propuesta"
@@ -1205,6 +1094,10 @@ msgstr "Acción propuesta"
msgid "Proposer"
msgstr "Proponente"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Puesto en cola"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tarifas"
@@ -1213,10 +1106,6 @@ msgstr "Tarifas"
msgid "Read more about UNI"
msgstr "Leer más sobre UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Lea más sobre la gestión de Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Lea más acerca de proporcionar liquidez"
@@ -1285,20 +1174,7 @@ msgstr "Retorno"
msgid "Route"
msgstr "Ruta"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Buscar nombre o pegar dirección"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Seleccionar fondo común"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Seleccione un tipo de grupo en fondo común de la tarifa de su proveedor de liquidez preferido."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Seleccionar par"
msgid "Selected Range"
msgstr "Rango seleccionado"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Auto"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Autodelegado"
@@ -1367,10 +1239,6 @@ msgstr "Tolerancia de deslizamiento"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Algunos activos no están disponibles a través de esta interfaz porque puede que no funcionen bien con los contratos inteligentes o que no podamos permitir el comercio por razones legales."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Algo salió mal"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Paso 1. Obtener tokens de liquidez UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Envío de propuesta"
msgid "Submitting Vote"
msgstr "Enviando Voto"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Tuvo éxito"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Suministro"
@@ -1395,9 +1267,7 @@ msgstr "Suministro"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Suministrando {0} {1} y {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "La proporción de tokens que añada establecerá el precio de este fondo
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "No se pudo enviar la transacción porque la fecha límite ha pasado. Verifique que el plazo de su transacción no sea demasiado corto."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Estos tokens son comúnmente emparejados con otros tokens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Esta es una versión alfa de Uniswap en la red Arbitrum. Debe conectar los activos L1 a la red para intercambiarlos."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Este token no aparece en las listas de tokens activos. Asegúrese de que este sea el token que desea intercambiar."
@@ -1499,18 +1361,6 @@ msgstr "A (al menos)"
msgid "Toggle Expert Mode"
msgstr "Cambiar a modo experto"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokens de listas inactivas. Importe tokens específicos a continuación o haga clic en Administrar para activar más listas."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Fondos comunes superiores"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Suministro total"
@@ -1564,10 +1414,6 @@ msgstr "UNI en circulación:"
msgid "UNI price:"
msgstr "Precio UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Las fichas UNI representan acciones de voto en la gestión de Uniswap. Puede votar sobre cada propuesta o puede delegar sus votos a un tercero."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} quemado"
@@ -1593,17 +1439,9 @@ msgstr "Tarifas no reclamadas"
msgid "Unclaimed:"
msgstr "Sin reclamar:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Gestión Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "¡Uniswap V3 está aquí!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponible en: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Indeterminado"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Minería de liquidez Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Contrato de migración Uniswap"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap en <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Fuente desconocida"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Desbloquear votos"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Desbloquear votación"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Desbloqueo de votos"
@@ -1648,14 +1477,14 @@ msgstr "Activo no soportado"
msgid "Unsupported Assets"
msgstr "Activos no soportados"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Intitulado"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Actualizar delegación"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Actualizar lista"
@@ -1710,10 +1539,6 @@ msgstr "Ver en el explorador"
msgid "View transaction on Explorer"
msgstr "Mostrar la transacción en el explorador"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Votaciones"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Votar en contra"
@@ -1905,11 +1730,6 @@ msgstr "Su posición será 100 % {0} a este precio."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Su posición no ganará comisiones ni se utilizará en operaciones hasta que el precio del mercado se encuentre dentro de su rango."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Sus posiciones"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Su tarifa"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> por <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Puente"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} tokens personalizados"
@@ -1999,9 +1823,9 @@ msgstr "{0} tokens personalizados"
msgid "{0} Deposited"
msgstr "{0} depositado"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} explorador"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokens"
msgid "{0} {1} Price:"
msgstr "Precio {0} {1}:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Agregado por el usuario"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Finnish\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(claim)"
msgid "(clear all)"
msgstr "(clear all)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(edit)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Kaikki ehdotukset"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Äänet"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Tilin analytiikka ja kertyneet maksut</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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ä"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Tietoa"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Tili"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktiivinen"
@@ -222,10 +198,6 @@ msgstr "Salli Uniswap-protokollan käyttää {0}"
msgid "Allowed"
msgstr "Sallittu"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Varmista aina, että URL-osoite on <0>app.uniswap.org</0> - lisää se kirjanmerkkeihin varmuuden vuoksi."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Määrä"
@@ -270,14 +242,6 @@ msgstr "Hyväksytään"
msgid "Approving {0}"
msgstr "Hyväksytään {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token -silta"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Oletko varma?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Paras eksoottisille pareille."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Paras useimmille pareille."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Paras vakaille pareille."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Estetty osoite"
@@ -338,6 +290,10 @@ msgstr "Lisäämällä tämän luettelon luotat ehdottomasti siihen, että tiedo
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Yhdistämällä lompakon hyväksyt Uniswap Labsin <0>käyttöehdot</0> ja vahvistat, että olet lukenut ja ymmärtänyt <1>Uniswap-protokollan vastuuvapauslausekkeen</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Peruutettu"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Muuta"
@@ -346,21 +302,12 @@ msgstr "Muuta"
msgid "Change your network to go back to L1"
msgstr "Vaihda verkko palataksesi kohtaan L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Kaaviot"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Tutustu v3 LP -läpikävelyymme ja siirto-oppaisiimme."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Lunasta"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI lunastettu!"
msgid "Claiming"
msgstr "Lunastetaan"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "UNIn lunastaminen"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Kerätään palkkioita"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Keräämällä palkkiot lunastat tällä hetkellä saatavilla olevat palkkiot."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Yleiset baset"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Vahvista"
@@ -494,7 +433,6 @@ msgstr "Vahvista lompakkosi tapahtuma"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Yhdistä lompakko"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Luo pooli ja tarjonta"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Luo ehdotus"
@@ -557,10 +494,6 @@ msgstr "Luo pari"
msgid "Create a pool"
msgstr "Luo pooli"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Luo ongelma GitHubiin"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Luo pooli ja lisää {0}/{1} V3-likviditeetti"
@@ -582,13 +515,17 @@ msgstr "Nykyinen hinta"
msgid "Current {0} Price:"
msgstr "Nykyinen {0} hinta:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Voitettu"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegoi äänet"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegoitu henkilölle:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegoidut äänet"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Talleta UNI-V2 LP -rahakkeita"
msgid "Deposit liquidity"
msgstr "Talleta likviditeettiä"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Talletus Arbitrumille"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Talleta likviditeetin tarjoajan rahakkeesi saadaksesi UNI-rahakkeita, Uniswap-protokollan hallintorahakkeita."
@@ -695,7 +628,6 @@ msgstr "Syötä osoite, joka käynnistää UNI-lunastuksen. Jos osoitteella on l
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Syötä summa"
@@ -726,17 +658,17 @@ msgstr "Virhe yhdistettäessä. Yritä päivittää sivu."
msgid "Error importing list"
msgstr "Virhe tuotaessa luetteloa"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Laajennetut tulokset passiivisista rahakeluetteloista"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Suoritettu"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Asiantuntijatila ottaa vahvistuskehotuksen pois käytöstä ja mahdollistaa korkean luiston kaupat, jotka johtavat usein huonoihin kursseihin ja varojen menettämiseen."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Tutki suosittuja pooleja Uniswap Analyticsissä."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Vanhentunut"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Alkaen"
msgid "From (at most)"
msgstr "Alkaen (enintään)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Hae apua Discordista"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Piilottaa"
@@ -893,10 +821,6 @@ msgstr "Likviditeetin tarjoajan palkinnot"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Likviditeetin tarjoajat ansaitsevat 0,3 prosentin palkkion kaikista kaupoista suhteessa niiden osuuteen poolista. Palkkiot lisätään pooliin, ne kertyvät reaaliajassa, ja niitä voidaan lunastaa vetämällä likviditeettisi takaisin."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Luettelot"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Ladattu"
@@ -912,15 +836,10 @@ msgstr "Ladattu"
msgid "Loading"
msgstr "Ladataan"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Varmista, että URL-osoite on <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Hallitse"
@@ -929,10 +848,6 @@ msgstr "Hallitse"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Hallinnoi palkintopoolin likviditeettiä"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Hallitse rahakeluetteloita"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Hallitse tätä poolia."
@@ -1025,6 +940,10 @@ msgstr "V2-likviditeettiä ei löytynyt."
msgid "No active pools"
msgstr "Ei aktiivisia pooleja"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Ei kuvausta."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Likviditeettiä ei löytynyt."
@@ -1033,34 +952,10 @@ msgstr "Likviditeettiä ei löytynyt."
msgid "No pool found."
msgstr "Poolia ei löytynyt."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Ehdotuksia ei löytynyt."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Tuloksia ei löytynyt."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "OFF"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ON"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "KÄYTÄ TÄTÄ TILAA VAIN, JOS TIEDÄT MITÄ TEET."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Off"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "On"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Kun olet tyytyväinen kurssiin, paina \"tarjonta\" tarkistaaksesi."
@@ -1098,6 +993,10 @@ msgstr "Omistaja"
msgid "Participating pools"
msgstr "Osallistuvat poolit"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Odottaa"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Ole hyvä ja yhdistä asianmukaiseen Ethereum-verkkoon."
@@ -1106,7 +1005,6 @@ msgstr "Ole hyvä ja yhdistä asianmukaiseen Ethereum-verkkoon."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Ole hyvä ja kirjoita sana \"{confirmWord}\" ottaaksesi asiantuntijatilan käyttöön."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pooli"
@@ -1164,7 +1062,6 @@ msgstr "Liian suuri hintavaikutus"
msgid "Price Updated"
msgstr "Hinta päivitetty"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Hintaluokka"
@@ -1189,14 +1086,6 @@ msgstr "Ehdotus lähetetty"
msgid "Proposal Title"
msgstr "Ehdotuksen otsikko"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Ehdotukset"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Yhteisön jäsenten tekemät ehdotukset näkyvät täällä."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Ehdotettu toimi"
@@ -1205,6 +1094,10 @@ msgstr "Ehdotettu toimi"
msgid "Proposer"
msgstr "Ehdottaja"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Jonossa"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Kurssit"
@@ -1213,10 +1106,6 @@ msgstr "Kurssit"
msgid "Read more about UNI"
msgstr "Lue lisää UNIsta"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Lue lisää Uniswapin hallinnosta"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Lue lisää likviditeetin parantamisesta"
@@ -1285,20 +1174,7 @@ msgstr "Palaa"
msgid "Route"
msgstr "Reitti"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Etsi nimeä tai liitä osoite"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Valitse pooli"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Valitse poolin tyyppi haluamasi likviditeetin tarjoajan palkkion perusteella."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Valitse pari"
msgid "Selected Range"
msgstr "Valittu vaihteluväli"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Itse"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Delegoi itse"
@@ -1367,10 +1239,6 @@ msgstr "Luistonsieto"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Jotkut varat eivät ole käytettävissä tämän käyttöliittymän kautta, koska ne eivät saata toimia hyvin älykkäiden sopimusten kanssa tai emme voi sallia kaupankäyntiä oikeudellisista syistä."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Jotain meni pieleen"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Vaihe 1. Hanki UNI-V2 likviditeettirahakkeita"
@@ -1387,6 +1255,10 @@ msgstr "Lähetetään ehdotus"
msgid "Submitting Vote"
msgstr "Lähetetään ääntä"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Menestyi"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Tarjonta"
@@ -1395,9 +1267,7 @@ msgstr "Tarjonta"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Toimitetaan {0} {1} ja {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Lisäämiesi rahakkeiden suhde määrittää tämän poolin hinnan."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Tapahtumaa ei voitu lähettää, koska määräaika on ohi. Tarkista, että tapahtumasi määräaika ei ole liian lyhyt."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Näitä rahakkeita liitetään usein muihin rahakkeisiin."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Tämä on Uniswapin alfa-julkaisu Arbitrum-verkossa. Vaihda L1-varat verkkoon."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Tätä rahaketta ei näy aktiivisissa rahakeluetteloissa. Varmista, että tämä on rahake, jonka haluat vaihtaa."
@@ -1499,18 +1361,6 @@ msgstr "Mihin (ainakin)"
msgid "Toggle Expert Mode"
msgstr "Hallitse asiantuntijatilaa"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Rahakkeet"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Rahakkeita passiivisista luetteloista. Tuo tietyt rahakkeet alla tai aktivoi lisää luetteloita napsauttamalla \"Hallitse\"."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Parhaat poolit"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Kokonaistarjonta"
@@ -1564,10 +1414,6 @@ msgstr "Liikkeessä oleva UNI:"
msgid "UNI price:"
msgstr "UNI:n hinta:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI-rahakkeet edustavat Uniswapin hallinnon äänestysosakkeita. Voit äänestää jokaisesta ehdotuksesta itse tai delegoida äänesi kolmannelle osapuolelle."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Poltettu"
@@ -1593,17 +1439,9 @@ msgstr "Lunastamattomat palkkiot"
msgid "Unclaimed:"
msgstr "Lunastamaton:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswapin hallinto"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 on täällä!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap käytettävissä: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Ei määritelty"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswapin likviditeetin louhinta"
msgid "Uniswap migration contract↗"
msgstr "Uniswapin siirtosopimus ↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Poista <0> Arbitrumin vaihto</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Tuntematon lähde"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Tuntematon virhe{0}. Yritä lisätä liukastumistoleranssia. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Vapauta äänet"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Vapauta äänestys"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Vapautetaan ääniä"
@@ -1648,14 +1477,14 @@ msgstr "Ei-tuettu vara"
msgid "Unsupported Assets"
msgstr "Ei-tuettuja varoja"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Nimetön"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Päivitä delegointi"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Päivitä luettelo"
@@ -1710,10 +1539,6 @@ msgstr "Näytä Explorerissa"
msgid "View transaction on Explorer"
msgstr "Näytä tapahtuma Explorerissa"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Äänestä"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Äänestä vastaan"
@@ -1905,11 +1730,6 @@ msgstr "Positiosi tulee olemaan 100-prosenttisesti {0} tällä hinnalla"
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Positiosi ei ansaitse maksuja eikä sitä käytetä kaupankäynnissä ennen kuin markkinahinta sopii hintaluokkaasi."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Sinun positiosi"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Sinun kurssisi"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Silta"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} mukautettua rahaketta"
@@ -1999,9 +1823,9 @@ msgstr "{0} mukautettua rahaketta"
msgid "{0} Deposited"
msgstr "{0} talletettu"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Tutki"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} rahaketta"
msgid "{0} {1} Price:"
msgstr "{0} {1} Hinta:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Käyttäjän lisäämä"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: French\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(Réclamer)"
msgid "(clear all)"
msgstr "(tout effacer)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(modifier)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Toutes les propositions"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Votes"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Analyses du compte et des frais accumulés</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "À propos"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Compte"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Actif"
@@ -222,10 +198,6 @@ msgstr "Autoriser le protocole Uniswap à utiliser vos {0}"
msgid "Allowed"
msgstr "Autorisé"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Assurez-vous toujours que l'URL est <0> app.uniswap.org</0> - marquez-la pour être sûr."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Montant"
@@ -270,14 +242,6 @@ msgstr "Approbation"
msgid "Approving {0}"
msgstr "Approbation de {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Explorateur d'arbitrage"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Pont à jetons d'arbitrage"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Êtes-vous sûr(e) ?"
@@ -310,18 +274,6 @@ msgstr "Solde :"
msgid "Balance: {0} {1}"
msgstr "Solde : {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Idéal pour les paires exotiques."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Idéal pour la plupart des paires."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Idéal pour des paires stables."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Adresse bloquée"
@@ -338,6 +290,10 @@ msgstr "En ajoutant cette liste, vous avez implicitement confiance dans le fait
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "En vous connectant à un portefeuille, vous acceptez les <0>conditions de service</0> dUniswap et reconnaissez que vous avez lu et compris lexclusion de responsabilité du <1>protocole Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Annulé"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Changer"
@@ -346,21 +302,12 @@ msgstr "Changer"
msgid "Change your network to go back to L1"
msgstr "Changez de réseau pour revenir en L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Graphiques"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Consultez nos guides d'utilisation et de migration pour la v3 LP."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Réclamer"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Réclamé UNI !"
msgid "Claiming"
msgstr "Réclamation"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Réclamer UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Collecter des frais"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Les frais de perception retireront les frais actuellement disponibles pour vous."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Bases communes"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Valider"
@@ -494,7 +433,6 @@ msgstr "Validez cette transaction dans votre portefeuille"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Connecter le portefeuille"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Créer un Pool & Approvisionner"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Créer une proposition"
@@ -557,10 +494,6 @@ msgstr "Créer une paire"
msgid "Create a pool"
msgstr "Créer un pool"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Créer un problème sur GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Créer un pool et ajouter {0}/{1} liquidités V3"
@@ -582,13 +515,17 @@ msgstr "Prix actuel"
msgid "Current {0} Price:"
msgstr "Prix actuel de {0} :"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Vaincu"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Votes délégués"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Délégué à :"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Votes délégués"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Déposer des jetons UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Dépôt de liquidités"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Dépôt à l'arbitrage"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Déposez vos jetons de fournisseur de liquidité pour recevoir UNI, le jeton de gouvernance du protocole Uniswap."
@@ -695,7 +628,6 @@ msgstr "Saisissez une adresse pour déclencher une réclamation UNI. Si l'adress
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Saisissez un montant"
@@ -726,17 +658,17 @@ msgstr "Erreur de connexion. Essayez d'actualiser la page."
msgid "Error importing list"
msgstr "Erreur lors de l'importation de la liste"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Résultats étendus des listes de jetons inactifs"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Réalisé"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Le mode expert désactive l'invite de transaction de confirmation et permet des transactions de slippage élevées qui se traduisent souvent par de mauvais taux et des pertes de fonds."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Explorez les pools populaires sur Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Expiré"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "À partir de"
msgid "From (at most)"
msgstr "De (au plus)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Obtenez de l'aide sur Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Cacher"
@@ -893,10 +821,6 @@ msgstr "Récompenses du fournisseur de liquidité"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Les fournisseurs de liquidités gagnent 0,3 % de frais sur tous les ordres proportionnels à leur part du pool. Les frais sont ajoutés à la pool, accumulés en temps réel et peuvent être réclamés en retirant votre liquidité."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listes"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Chargé"
@@ -912,15 +836,10 @@ msgstr "Chargé"
msgid "Loading"
msgstr "En cours de chargement"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Assurez-vous que l'URL est<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gérer"
@@ -929,10 +848,6 @@ msgstr "Gérer"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gérer la liquidité dans le pool de récompenses"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Gérer les listes de jetons"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Gérer ce pool."
@@ -1025,6 +940,10 @@ msgstr "Aucune liquidité V2 trouvée."
msgid "No active pools"
msgstr "Aucun pool actif"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Pas de description."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Aucune liquidité trouvée."
@@ -1033,34 +952,10 @@ msgstr "Aucune liquidité trouvée."
msgid "No pool found."
msgstr "Aucun pool trouvé."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Aucune proposition trouvée."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Aucun résultat trouvé."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "DÉSACTIVÉ"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "AU"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "UTILISEZ CE MODE UNIQUEMENT SI VOUS SAVEZ CE QUE VOUS FAITES."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Désactivé"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Au"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Une fois que vous êtes satisfait du taux cliquez sur fournir pour vérifier."
@@ -1098,6 +993,10 @@ msgstr "Propriétaire"
msgid "Participating pools"
msgstr "Pools participants"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "En attente"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Veuillez vous connecter au réseau Ethereum approprié."
@@ -1106,7 +1005,6 @@ msgstr "Veuillez vous connecter au réseau Ethereum approprié."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Veuillez taper le mot \"{confirmWord}\" pour activer le mode expert."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Impact trop élevé sur les prix"
msgid "Price Updated"
msgstr "Prix mis à jour"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Fourchette de prix"
@@ -1189,14 +1086,6 @@ msgstr "Proposition soumise"
msgid "Proposal Title"
msgstr "Titre de la proposition"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propositions"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Les propositions soumises par les membres de la communauté apparaîtront ici."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Action proposée"
@@ -1205,6 +1094,10 @@ msgstr "Action proposée"
msgid "Proposer"
msgstr "Proposer"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "En file d'attente"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tarifs"
@@ -1213,10 +1106,6 @@ msgstr "Tarifs"
msgid "Read more about UNI"
msgstr "En savoir plus sur UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "En savoir plus sur la gouvernance d'Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "En savoir plus sur la fourniture de liquidités"
@@ -1285,20 +1174,7 @@ msgstr "Retour"
msgid "Route"
msgstr "Route"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Rechercher un nom ou coller une adresse"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Sélectionner le pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Sélectionnez un type de pool en fonction des frais de fournisseur de liquidités que vous préférez."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Sélectionner une paire"
msgid "Selected Range"
msgstr "Fourchette sélectionnée"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Soi-même"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Auto-délégué"
@@ -1367,10 +1239,6 @@ msgstr "Tolérance du slippage"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Certains actifs ne sont pas disponibles via cette interface parce qu'ils peuvent ne pas fonctionner correctement avec les contrats intelligents ou que nous ne sommes pas en mesure de permettre le trading pour des raisons juridiques."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Un problème est survenu"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Étape 1. Obtenir des jetons de liquidité UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Soumission de la proposition"
msgid "Submitting Vote"
msgstr "Soumettre un vote"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Réussi"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Approvisionnement"
@@ -1395,9 +1267,7 @@ msgstr "Approvisionnement"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Approvisionnement {0} {1} et {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Le ratio de jetons que vous ajoutez fixera le prix de ce pool."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "La transaction n'a pas pu être envoyée car la date limite est passée. Veuillez vérifier que la date limite de votre transaction n'est pas trop basse."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Ces jetons sont généralement jumelés avec d'autres jetons."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Il s'agit d'une version alpha d'Uniswap sur le réseau Arbitrum. Vous devez relier les actifs L1 au réseau pour les échanger."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Ce jeton n'apparaît pas sur la ou les listes de jetons actifs. Assurez-vous qu'il s'agit du jeton que vous souhaitez échanger."
@@ -1499,18 +1361,6 @@ msgstr "Vers (au moins)"
msgid "Toggle Expert Mode"
msgstr "Activer/désactiver le mode expert"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Jetons"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Jetons de listes inactives. Importez des jetons spécifiques ci-dessous ou cliquez sur Gérer pour activer plus de listes."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Pools du haut"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Approvisionnement total"
@@ -1564,10 +1414,6 @@ msgstr "UNI en circulation :"
msgid "UNI price:"
msgstr "Prix UNI :"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Les jetons UNI représentent les parts de vote dans la gouvernance d'Uniswap. Vous pouvez voter sur chaque proposition vous-même ou déléguer vos votes à un tiers."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} brûlé"
@@ -1593,17 +1439,9 @@ msgstr "Frais non réclamés"
msgid "Unclaimed:"
msgstr "Non réclamé :"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Gouvernance Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 est là !"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponible en : <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Indéterminé"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap minage des liquidités"
msgid "Uniswap migration contract↗"
msgstr "Contrat de migration Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap sur <0>Arbitre</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Source inconnue"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Erreur inconnue{0}. Essayez d'augmenter votre tolérance au glissement. Remarque : les frais sur les jetons de transfert et de rebase sont incompatibles avec Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Débloquer les votes"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Débloquer le vote"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Déblocage des votes"
@@ -1648,14 +1477,14 @@ msgstr "Actif non pris en charge"
msgid "Unsupported Assets"
msgstr "Actifs non pris en charge"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Sans titre"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Mettre à jour la délégation"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Mettre à jour la liste"
@@ -1710,10 +1539,6 @@ msgstr "Voir sur Explorer"
msgid "View transaction on Explorer"
msgstr "Voir la transaction sur Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Voter"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Voter contre"
@@ -1905,11 +1730,6 @@ msgstr "Votre position sera à 100 % {0} à ce prix."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Votre position ne gagnera pas de frais ni ne sera utilisée dans les transactions tant que le prix du marché n'entrera pas dans votre fourchette."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Vos positions"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Votre tarif"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> par <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Pont"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} jetons personnalisés"
@@ -1999,9 +1823,9 @@ msgstr "{0} jetons personnalisés"
msgid "{0} Deposited"
msgstr "{0} Déposé"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Explorateur"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} jetons"
msgid "{0} {1} Price:"
msgstr "Prix {0} {1} :"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Ajouté par l'utilisateur"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Hebrew\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(תביעה)"
msgid "(clear all)"
msgstr "(נקה הכל)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(עריכה)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> כל ההצעות"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> הצבעות"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0> ניתוח חשבונות ועמלות שנצברו</0> <1> ↗</1>"
@@ -135,10 +114,6 @@ msgstr "<0> בטל את ההצבעה</0> להתכונן להצעה הבאה."
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0> 🎉</0> ברוך הבא לצוות חד קרן :) <1> 🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "הגשת הצעות נדרשת רף מינימלי של 0.25% מסך היצע ה- UNI"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "אודות"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "חֶשְׁבּוֹן"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "פָּעִיל"
@@ -222,10 +198,6 @@ msgstr "אפשר לפרוטוקול Uniswap להשתמש ב- {0}"
msgid "Allowed"
msgstr "מוּתָר"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "ודא תמיד שכתובת האתר היא <0> app.uniswap.org</0> - סמן את זה כדי להיות בטוח."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "כמות"
@@ -270,14 +242,6 @@ msgstr "מאשר"
msgid "Approving {0}"
msgstr "מאשר {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "סייר ארביטרום"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "גשר אסימון ארביטרום"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "האם אתה בטוח?"
@@ -310,18 +274,6 @@ msgstr "מאזן:"
msgid "Balance: {0} {1}"
msgstr "מאזן: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "הטוב ביותר לזוגות אקזוטיים."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "הטוב ביותר עבור רוב הזוגות."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "הטוב ביותר לזוגות יציבים."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "כתובת חסומה"
@@ -338,6 +290,10 @@ msgstr "על ידי הוספת רשימה זו אתה סומך באופן מרו
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "על ידי חיבור ארנק אתה מסכים <0>לתנאי השירות</0> של Uniswap Labs ומודה כי קראת והבנת את כתב הוויתור על פרוטוקול <1>Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "מבוטל"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "שינוי"
@@ -346,21 +302,12 @@ msgstr "שינוי"
msgid "Change your network to go back to L1"
msgstr "שנה את הרשת שלך כדי לחזור ל- L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "תרשימים"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "עיין במדריכי ההדרכה וההעברה של v3 LP שלנו."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "תְבִיעָה"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI נתבע!"
msgid "Claiming"
msgstr "תביעה"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "תביעת UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "גביית עמלות"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "דמי גבייה ימשכו עבורך את העמלות הזמינות כיום."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "מכנים משותפים"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "לְאַשֵׁר"
@@ -494,7 +433,6 @@ msgstr "אשר את העסקה בארנק שלך"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "חבר ארנק"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "צור בריכה ואספקה"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "צור הצעה"
@@ -557,10 +494,6 @@ msgstr "צור זוג"
msgid "Create a pool"
msgstr "צור מאגר"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "צור בעיה ב- GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "צור ברכה והוסף {0}/{1} נזילות V3"
@@ -582,13 +515,17 @@ msgstr "מחיר נוכחי"
msgid "Current {0} Price:"
msgstr "מחיר {0} נוכחי:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "מוּבָס"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "האצל הצבעות"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "הואצל ל:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "קולות מאושרים"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "הפקדת אסימוני LP של UNI-V2"
msgid "Deposit liquidity"
msgstr "הפקדת נזילות"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "הפקדה לארביטרום"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "הפקד את אסימוני ספק הנזילות שלך לקבלת UNI, אסימון הממשל לפרוטוקול Uniswap."
@@ -695,7 +628,6 @@ msgstr "הזן כתובת להפעלת תביעה של UNI. אם לכתובת י
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "הזן סכום"
@@ -726,17 +658,17 @@ msgstr "שגיאה בהתחברות. נסה לרענן את הדף."
msgid "Error importing list"
msgstr "שגיאה בייבוא הרשימה"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "תוצאות מורחבות מרשימות אסימון לא פעילות"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "יצא לפועל"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "מצב מומחה מכבה את בקשת האישור לעסקה ומאפשר עסקאות החלקה גבוהות שלעתים קרובות גורמות לשיעורים גרועים ולאובדן כספים."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "גלה בריכות פופולריות ב- Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "לא בתוקף"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "מ"
msgid "From (at most)"
msgstr "מאת (לכל היותר)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "קבל תמיכה בדיסקורד"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "להתחבא"
@@ -893,10 +821,6 @@ msgstr "תגמולים של ספק נזילות"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "ספקי נזילות מרוויחים עמלה של 0.3% על כל העסקאות שביחס לחלקם במאגר. העמלות מתווספות לבריכה, נצברות בזמן אמת וניתן לתבוע אותן באמצעות משיכת הנזילות שלך."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "רשימות"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "עמוס"
@@ -912,15 +836,10 @@ msgstr "עמוס"
msgid "Loading"
msgstr "טוען"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "וודא שכתובת האתר היא <0> app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "לנהל"
@@ -929,10 +848,6 @@ msgstr "לנהל"
msgid "Manage Liquidity in Rewards Pool"
msgstr "נהל נזילות במאגר תגמולים"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "נהל רשימות אסימונים"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "נהל את המאגר הזה."
@@ -1025,6 +940,10 @@ msgstr "לא נמצאה נזילות V2."
msgid "No active pools"
msgstr "אין בריכות פעילות"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "אין תיאור."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "לא נמצאה נזילות."
@@ -1033,34 +952,10 @@ msgstr "לא נמצאה נזילות."
msgid "No pool found."
msgstr "לא נמצא מאגר."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "לא נמצאו הצעות."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "לא נמצאו תוצאות."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "כבוי"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "דלוק"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "השתמש במצב זה בלבד אם אתה יודע מה אתה עושה."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "כבוי"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "דלוק"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "ברגע שאתה מרוצה מההספק לחץ על האספקה לבדיקה."
@@ -1098,6 +993,10 @@ msgstr "בעלים"
msgid "Participating pools"
msgstr "בריכות המשתתפות"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "ממתין ל"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "אנא התחבר לרשת Ethereum המתאימה."
@@ -1106,7 +1005,6 @@ msgstr "אנא התחבר לרשת Ethereum המתאימה."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "אנא הקלד את המילה \"{confirmWord}\" כדי להפעיל מצב מומחה."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "מאגר"
@@ -1164,7 +1062,6 @@ msgstr "השפעת המחיר גבוהה מדי"
msgid "Price Updated"
msgstr "המחיר עודכן"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "טווח מחירים"
@@ -1189,14 +1086,6 @@ msgstr "ההצעה הוגשה"
msgid "Proposal Title"
msgstr "כותרת ההצעה"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "הצעות"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "הצעות שהוגשו על ידי חברי הקהילה יופיעו כאן."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "הצעה לפעולה"
@@ -1205,6 +1094,10 @@ msgstr "הצעה לפעולה"
msgid "Proposer"
msgstr "מציע"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "בתור"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "תעריפים"
@@ -1213,10 +1106,6 @@ msgstr "תעריפים"
msgid "Read more about UNI"
msgstr "קרא עוד על UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "קרא עוד על ממשל Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "קרא עוד אודות מתן נזילות"
@@ -1285,20 +1174,7 @@ msgstr "לַחֲזוֹר"
msgid "Route"
msgstr "מַסלוּל"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "חפש שם או הדבק כתובת"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "בחר בריכה"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "בחר סוג מאגר על בסיס עמלת ספק הנזילות המועדפת עליך."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "בחר זוג"
msgid "Selected Range"
msgstr "טווח נבחר"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "עצמי"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "נציג עצמי"
@@ -1367,10 +1239,6 @@ msgstr "סובלנות להחלקה"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "חלק מהנכסים אינם זמינים דרך ממשק זה מכיוון שהם עשויים שלא לעבוד היטב עם החוזים החכמים או שאיננו יכולים לאפשר מסחר מסיבות משפטיות."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "משהו השתבש"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "שלב 1. קבל תווי נזילות של UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "הגשת הצעה"
msgid "Submitting Vote"
msgstr "הגשת הצבעה"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "הצליח"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "לְסַפֵּק"
@@ -1395,9 +1267,7 @@ msgstr "לְסַפֵּק"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "אספקת {0} {1} ו {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "יחס האסימונים שתוסיף יקבע את מחיר הבריכ
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "לא ניתן היה לשלוח את העסקה מכיוון שהמועד האחרון חלף. אנא בדוק שמועד העסקה האחרון שלך אינו קרוב מדי."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "אסימונים אלה משויכים בדרך כלל לאסימונים אחרים."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "זהו שחרור אלפא של Uniswap ברשת Arbitrum. עליך לגשר על נכסי L1 לרשת כדי להחליף אותם."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "אסימון זה אינו מופיע ברשימות האסימונים הפעילות. ודא שזה האסימון שאתה רוצה לסחור בו."
@@ -1499,18 +1361,6 @@ msgstr "עבור (לפחות)"
msgid "Toggle Expert Mode"
msgstr "החלף מצב מומחה"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "אסימונים"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "אסימונים מרשימות לא פעילות. ייבא אסימונים ספציפיים למטה או לחץ על נהל כדי להפעיל רשימות נוספות."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "בריכות מובילות"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "סך ההיצע"
@@ -1564,10 +1414,6 @@ msgstr "UNI במחזור:"
msgid "UNI price:"
msgstr "מחיר UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "אסימונים של UNI מייצגים מניות הצבעה בממשל Uniswap. אתה יכול להצביע על כל הצעה בעצמך או להאציל את קולותיך לצד שלישי."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} שרופה"
@@ -1593,17 +1439,9 @@ msgstr "עמלות שלא נדרשו"
msgid "Unclaimed:"
msgstr "ללא דרישה:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "ממשל לא מוחלף"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Un3wap V3 כבר כאן!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap זמין ב: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "לא נקבע"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "כריית נזילות ללא החלפה"
msgid "Uniswap migration contract↗"
msgstr "חוזה הגירה מביטול החלפה↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap ב- <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "מקור לא ידוע"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "שגיאה לא ידועה{0}. נסה להגביר את סובלנות ההחלקה שלך. הערה: עמלה על אסימון העברה ומיקום מחדש אינם תואמים ל- Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "בטל נעילת הצבעות"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "בטל את נעילת ההצבעה"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "נעילת הצבעות"
@@ -1648,14 +1477,14 @@ msgstr "נכס לא נתמך"
msgid "Unsupported Assets"
msgstr "נכסים שאינם נתמכים"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "ללא כותרת"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "לְגוֹלֵל"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "עדכן משלחת"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "רשימת עדכונים"
@@ -1710,10 +1539,6 @@ msgstr "צפה ב- Explorer"
msgid "View transaction on Explorer"
msgstr "צפה בעסקה ב- Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "הַצבָּעָה"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "הצביעו נגד"
@@ -1905,11 +1730,6 @@ msgstr "עמדתך תהיה 100% {0} במחיר זה."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "העמדה שלך לא תרוויח עמלות ולא תשמש בעסקאות עד שמחיר השוק יעבור לטווח שלך."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "העמדות שלך"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "השיעור שלך"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0 /> לכל <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} גשר"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} אסימונים בהתאמה אישית"
@@ -1999,9 +1823,9 @@ msgstr "{0} אסימונים בהתאמה אישית"
msgid "{0} Deposited"
msgstr "{0} מופקד"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} סייר"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} אסימונים"
msgid "{0} {1} Price:"
msgstr "{0} {1} מחיר:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • נוסף על ידי המשתמש"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Hungarian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(követel)"
msgid "(clear all)"
msgstr "(összes törlése)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(szerkesztés)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0 /> Minden javaslat"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0 /> Szavazatok"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0> Számlaelemzés és elhatárolt díjak</0> <1> ↗</1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Körülbelül"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Számla"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktív"
@@ -222,10 +198,6 @@ msgstr "Engedélyezze az Uniswap protokollnak a(z) {0} használatát"
msgid "Allowed"
msgstr "Engedélyezve"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Mindig győződjön meg róla, hogy az URL címe<0>app.uniswap.org</0> - a biztonság kedvéért tegyen könyvjelzőt."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Összeg"
@@ -270,14 +242,6 @@ msgstr "Jóváhagyás"
msgid "Approving {0}"
msgstr "{0} jóváhagyása"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Biztos ebben?"
@@ -310,18 +274,6 @@ msgstr "Egyenleg:"
msgid "Balance: {0} {1}"
msgstr "Egyenleg: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Legjobb egzotikus párok számára."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Legjobb a legtöbb pár számára."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Legjobb stabil párokhoz."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Zárolt cím"
@@ -338,6 +290,10 @@ msgstr "A lista hozzáadásával hallgatólagosan megbízik az adatok helyesség
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "A pénztárca csatlakoztatásával Ön elfogadja az Uniswap Labs <0>Szolgáltatási feltételeit</0> és elismeri, hogy elolvasta és megértette az <1>Uniswap protokoll lemondó nyilatkozatát</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Törölve"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Módosítás"
@@ -346,21 +302,12 @@ msgstr "Módosítás"
msgid "Change your network to go back to L1"
msgstr "Változtassa meg a hálózatát, hogy visszatérjen az L1-re"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Grafikonok"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Nézze meg a v3 LP használati és migrációs útmutatókat."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Követelés"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Igényelt UNI!"
msgid "Claiming"
msgstr "Igénylés"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Az UNI igénylése"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Díjak beszedése"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "A díjak beszedése visszavonja a jelenleg elérhető díjakat az Ön számára."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Közös alapok"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Megerősítés"
@@ -494,7 +433,6 @@ msgstr "Tranzakció megerősítése a pénztárcájában"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Pénztárca csatlakoztatása"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Pool és kínálat létrehozása"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Javaslat létrehozása"
@@ -557,10 +494,6 @@ msgstr "Egy pár létrehozása"
msgid "Create a pool"
msgstr "Pool létrehozása"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Egy probléma felvetése a GitHubon"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Pool létrehozása és {0}/{1} V3 likviditás hozzáadása"
@@ -582,13 +515,17 @@ msgstr "Jelenlegi ár"
msgid "Current {0} Price:"
msgstr "Jelenlegi {0} ár:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Legyőzött"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Szavazatok delegálása"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegálva:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegált szavazatok"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "UNI-V2 LP tokenek letétbe helyezése"
msgid "Deposit liquidity"
msgstr "Likviditás letétbe helyezése"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Betét az Arbitrumba"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Helyezze letétbe a likviditásszolgáltatói tokeneket, hogy megkapja az UNI-t, az Uniswap protokoll irányítási tokent."
@@ -695,7 +628,6 @@ msgstr "Adjon meg egy címet az UNI-követelés kiváltásához. Ha a címnek va
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Adjon meg egy összeget"
@@ -726,18 +658,18 @@ msgstr "Hiba történt a csatlakozáskor. Próbálja frissíteni az oldalt."
msgid "Error importing list"
msgstr "Hiba történt a lista importálásakor"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Az inaktív tokenlisták kibővített eredményei"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Végrehajtott"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "A szakértői mód kikapcsolja a tranzakció megerősítését, és lehetővé teszi a nagy csúszásmentes kereskedéseket, amelyek gyakran rossz arányokat és elvesztett forrásokat eredményeznek.\n"
"A szakértői mód kikapcsolja a tranzakció megerősítésére vonatkozó felszólítást, és lehetővé tesz nagy csúszású kereskedést, amely gyakran rossz árfolyamokat és elveszett pénzeszközöket eredményez."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Fedezze fel az Uniswap Analytics népszerű pooljait."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Lejárt"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -760,10 +692,6 @@ msgstr "Feladótól"
msgid "From (at most)"
msgstr "Feladó (legfeljebb)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Kérjen támogatást a Discordon"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Elrejt"
@@ -894,10 +822,6 @@ msgstr "Likviditásszolgáltató jutalma"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "A likviditásszolgáltatók 0,3%-os díjat kapnak minden kereskedés után, amely arányos a poolból való részesedésükkel. A díjakat a poolhoz adják hozzá, valós időben halmozódnak fel, és a likviditás visszavonásával igényelhetők."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listák"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Feltöltve"
@@ -913,15 +837,10 @@ msgstr "Feltöltve"
msgid "Loading"
msgstr "Feltöltés"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Győződjön meg arról, hogy az URL-cím <0> app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Kezelés"
@@ -930,10 +849,6 @@ msgstr "Kezelés"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Likviditás kezelése a Rewards Poolban"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Tokenlisták kezelése"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Kezelje ezt a Poolt."
@@ -1026,6 +941,10 @@ msgstr "V2 likviditás nem található."
msgid "No active pools"
msgstr "Nincs aktív pool"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Nincs leírás."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Likviditás nem található."
@@ -1034,34 +953,10 @@ msgstr "Likviditás nem található."
msgid "No pool found."
msgstr "Pool nem található."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nem található javaslat."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nincs találat."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "KI"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "BE"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "CSAK AKKOR HASZNÁLJA EZT A MÓDOT, HOGY TUDJA, MIT CSINÁL."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Ki"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Be"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Ha elégedett az árfolyammal, kattintson a kínálatra az áttekintéshez."
@@ -1099,6 +994,10 @@ msgstr "Tulajdonos"
msgid "Participating pools"
msgstr "Résztvevő poolok"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Függőben levő"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Kérjük, csatlakozzon a megfelelő Ethereum hálózathoz."
@@ -1107,7 +1006,6 @@ msgstr "Kérjük, csatlakozzon a megfelelő Ethereum hálózathoz."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Írja be a \"{confirmWord}\" szót a szakértői mód engedélyezéséhez."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1165,7 +1063,6 @@ msgstr "Az ár hatása túl nagy"
msgid "Price Updated"
msgstr "Ár frissítve"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Ártartomány"
@@ -1190,14 +1087,6 @@ msgstr "Javaslat benyújtva"
msgid "Proposal Title"
msgstr "A javaslat címe"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Javaslatok"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "A közösség tagjai által benyújtott javaslatok itt jelennek meg."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Javasolt cselekvés"
@@ -1206,6 +1095,10 @@ msgstr "Javasolt cselekvés"
msgid "Proposer"
msgstr "Javaslattevő"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Sorban"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Árfolyamok"
@@ -1214,10 +1107,6 @@ msgstr "Árfolyamok"
msgid "Read more about UNI"
msgstr "További információk az UNI-ról"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "További információk az Uniswap irányításáról"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "További információk a likviditás nyújtásáról"
@@ -1286,20 +1175,7 @@ msgstr "Visszatérés"
msgid "Route"
msgstr "Útvonal"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Név keresése vagy cím beillesztése"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Pool választása"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Válassza ki a pool típusát a preferált likviditásszolgáltató díja alapján."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1322,10 +1198,6 @@ msgstr "Válasszon párt"
msgid "Selected Range"
msgstr "Kiválasztott tartomány"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Saját"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Saját delegált"
@@ -1368,10 +1240,6 @@ msgstr "Csúszási tolerancia"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Egyes eszközök nem érhetők el ezen a felületen keresztül, mert előfordulhat, hogy nem működnek jól az okosszerződésekkel, vagy jogi okokból nem tudjuk engedélyezni a kereskedést."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Valami elromlott"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "1. lépés: Szerezzen UNI-V2 likviditási tokeneket"
@@ -1388,6 +1256,10 @@ msgstr "Javaslat benyújtása"
msgid "Submitting Vote"
msgstr "Szavazat benyújtása"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Sikerült"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Kínálat"
@@ -1396,9 +1268,7 @@ msgstr "Kínálat"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "{0} {1} és {2} {3} kínálása"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1457,14 +1327,6 @@ msgstr "Az Ön által hozzáadott tokenek aránya határozza meg ennek a poolnak
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "A tranzakciót nem sikerült elküldeni, mert a határidő lejárt. Kérjük, ellenőrizze, hogy a tranzakció határideje nem túl alacsony-e."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Ezeket a tokeneket általában más tokenekkel párosítják."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Ez az Uniswap alfa kiadása az Arbitrum hálózaton. Az L1 eszközöket át kell kapcsolnia a hálózatra, hogy felcserélje őket."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Ez a token nem jelenik meg az aktív tokenek listájában. Győződjön meg arról, hogy ez az a token, amelyet kereskedni szeretne."
@@ -1500,18 +1362,6 @@ msgstr "(Legalább)"
msgid "Toggle Expert Mode"
msgstr "Szakértő módbe átpcsolása"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokenek"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokenek az inaktív listákról. Importáljon konkrét tokeneket az alábbiakban, vagy kattintson a Kezelés gombra további listák aktiválásához."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Legjobb poolok"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Teljes kínálat"
@@ -1565,10 +1415,6 @@ msgstr "Forgalomban lévő UNI:"
msgid "UNI price:"
msgstr "UNI ár:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Az UNI tokenek szavazati részvényeket képviselnek az Uniswap irányításában. Az egyes javaslatokról saját maga is szavazhat, vagy szavazatait átruházhatja egy harmadik félre."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Elégett"
@@ -1594,17 +1440,9 @@ msgstr "Nem igényelt díjak"
msgid "Unclaimed:"
msgstr "Nem igényelt:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap irányítás"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Itt van az Uniswap V3!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Az Uniswap itt érhető el: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Meghatározatlan"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1614,10 +1452,6 @@ msgstr "Uniswap likviditásbányászat"
msgid "Uniswap migration contract↗"
msgstr "Uniswap migrációs szerződés↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Lecserélés az <0> Arbitrumról</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Ismeretlen forrás"
@@ -1627,14 +1461,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Ismeretlen hiba{0}. Próbáld meg növelni a csúszástűrést. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Szavazatok feloldása"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Szavazás feloldása"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Szavazatok feloldása"
@@ -1649,14 +1478,14 @@ msgstr "Nem támogatott eszköz"
msgid "Unsupported Assets"
msgstr "Nem támogatott eszközök"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Névtelen"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Kicsomagolás"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Delegálás frissítése"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Lista frissítése"
@@ -1711,10 +1540,6 @@ msgstr "Megtekintés az Explorerben"
msgid "View transaction on Explorer"
msgstr "Tranzakció megtekintése az Explorerben"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Szavazás"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Szavazás ellen"
@@ -1906,11 +1731,6 @@ msgstr "Pozíciója 100% {0} lesz ezen az áron."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "A saját pozíció nem fog díjakat keresni, és kereskedelemben nem használható fel, amíg a piaci ár nem kerül az Ön tartományába."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Saját pozíciók"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Saját árfolyam"
@@ -1991,6 +1811,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Híd"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} egyedi token"
@@ -2000,9 +1824,9 @@ msgstr "{0} egyedi token"
msgid "{0} Deposited"
msgstr "{0} letétbe helyezve"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Explorer"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2072,10 +1896,6 @@ msgid "{0} {1} Price:"
msgstr "{0} {1} á\n"
"r:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • felhasználó hozzáadta"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Indonesian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(klaim)"
msgid "(clear all)"
msgstr "(Hapus semua)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(edit)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Semua Proposal"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Suara"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Analisis akun dan biaya yang masih harus dibayar</0><1>↗</1>"
@@ -135,10 +114,6 @@ 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
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Ambang batas minimum 0,25% dari total pasokan UNI diperlukan untuk mengirimkan proposal"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Tentang"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Akun"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktif"
@@ -222,10 +198,6 @@ msgstr "Izinkan Protokol Uniswap untuk menggunakan {0}"
msgid "Allowed"
msgstr "Diizinkan"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Selalu pastikan URL-nya adalah <0>app.uniswap.org</0> - markahi agar aman."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Jumlah"
@@ -270,14 +242,6 @@ msgstr "Menyetujui"
msgid "Approving {0}"
msgstr "Menyetujui {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Penjelajah Arbitrum"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Jembatan Token Arbitrum"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Anda yakin?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Terbaik untuk pasangan eksotis."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Terbaik untuk sebagian besar pasangan."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Terbaik untuk pasangan stabil."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Alamat diblokir"
@@ -338,6 +290,10 @@ msgstr "Dengan menambahkan daftar ini, Anda secara implisit mempercayai bahwa da
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Dengan menghubungkan dompet, Anda menyetujui <0>Ketentuan Layanan</0> Uniswap Labs dan mengakui bahwa Anda telah membaca dan memahami <1>Penafian protokol Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Dibatalkan"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Perubahan"
@@ -346,21 +302,12 @@ msgstr "Perubahan"
msgid "Change your network to go back to L1"
msgstr "Ubah jaringan Anda untuk kembali ke L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Grafik"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Lihat panduan migrasi dan tutorial LP v3 kami."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Klaim"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI diklaim!"
msgid "Claiming"
msgstr "Mengklaim"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Mengklaim UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Menagih biaya"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Biaya pengumpulan akan menarik biaya yang tersedia saat ini untuk Anda."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Basis umum"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Konfirmasikan"
@@ -494,7 +433,6 @@ msgstr "Konfirmasikan transaksi ini di dompet Anda"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Hubungkan Dompet"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Buat Pool & Pasokan"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Buat Proposal"
@@ -557,10 +494,6 @@ msgstr "Buat pasangan"
msgid "Create a pool"
msgstr "Buat pool"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Buat masalah di GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Buat pool renang dan tambahkan {0}/{1} likuiditas V3"
@@ -582,13 +515,17 @@ msgstr "Harga saat ini"
msgid "Current {0} Price:"
msgstr "Harga {0} saat ini:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Dikalahkan"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegasikan Suara"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Didelegasikan ke:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Suara terdelegasi"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Setor Token LP UNI-V2"
msgid "Deposit liquidity"
msgstr "Setor likuiditas"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Setor ke Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Setor token Penyedia Likuiditas Anda untuk menerima UNI, yakni token pengaturan protokol Uniswap."
@@ -695,7 +628,6 @@ msgstr "Masukkan alamat untuk memicu klaim UNI. Jika alamat tersebut memiliki UN
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Masukkan jumlah"
@@ -726,17 +658,17 @@ msgstr "Terjadi kesalahan saat menyambungkan. Coba muat ulang halaman."
msgid "Error importing list"
msgstr "Terjadi kesalahan saat mengimpor daftar"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Hasil yang diperluas dari Daftar Token yang tidak aktif"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Dieksekusi"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Mode ahli mematikan permintaan konfirmasi transaksi dan memungkinkan perdagangan dengan slippage tinggi yang sering kali menimbulkan suku bunga yang buruk dan hilangnya dana."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Jelajahi pool populer di Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "kadaluarsa"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Dari"
msgid "From (at most)"
msgstr "Dari (paling banyak)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Dapatkan dukungan di Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Menyembunyikan"
@@ -893,10 +821,6 @@ msgstr "Imbalan penyedia likuiditas"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Penyedia likuiditas mendapatkan biaya 0,3% pada semua perdagangan yang sebanding dengan bagian pool mereka. Biaya ditambahkan ke kumpulan, bertambah secara real time dan dapat diklaim dengan menarik likuiditas Anda."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Daftar"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Sarat"
@@ -912,15 +836,10 @@ msgstr "Sarat"
msgid "Loading"
msgstr "Memuat"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Pastikan URL-nya adalah <0> app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Mengelola"
@@ -929,10 +848,6 @@ msgstr "Mengelola"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Kelola Likuiditas di Pool Hadiah"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Kelola Daftar Token"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Kelola pangkalan ini."
@@ -1025,6 +940,10 @@ msgstr "Tidak ditemukan Likuiditas V2."
msgid "No active pools"
msgstr "Tidak ada pangkalan aktif"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Tidak ada deskripsi."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Likuiditas tidak ditemukan."
@@ -1033,34 +952,10 @@ msgstr "Likuiditas tidak ditemukan."
msgid "No pool found."
msgstr "Tidak ada kolam yang ditemukan."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Usulan tidak ditemukan."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Hasil tidak ditemukan."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "MATI"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "HIDUP"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "GUNAKAN MODE INI HANYA JIKA ANDA TAHU APA YANG ANDA LAKUKAN."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Mati"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Hidup"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Setelah Anda puas dengan penawaran harga klik untuk meninjau."
@@ -1098,6 +993,10 @@ msgstr "Pemilik"
msgid "Participating pools"
msgstr "Kolam yang berpartisipasi"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Tertunda"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Harap hubungkan ke jaringan Ethereum yang sesuai."
@@ -1106,7 +1005,6 @@ msgstr "Harap hubungkan ke jaringan Ethereum yang sesuai."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Ketik kata \"{confirmWord}\" untuk mengaktifkan mode ahli."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Kolam"
@@ -1164,7 +1062,6 @@ msgstr "Dampak Harga Terlalu Tinggi"
msgid "Price Updated"
msgstr "Harga Diperbarui"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Rentang harga"
@@ -1189,14 +1086,6 @@ msgstr "Proposal Terkirim"
msgid "Proposal Title"
msgstr "Judul Proposal"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Usulan"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Usulan yang diajukan oleh anggota komunitas akan muncul di sini."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Tindakan yang Diusulkan"
@@ -1205,6 +1094,10 @@ msgstr "Tindakan yang Diusulkan"
msgid "Proposer"
msgstr "Pengusul"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "antri"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tarif"
@@ -1213,10 +1106,6 @@ msgstr "Tarif"
msgid "Read more about UNI"
msgstr "Baca selengkapnya tentang UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Baca selengkapnya tentang pengaturan Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Baca selengkapnya tentang menyediakan likuiditas"
@@ -1285,20 +1174,7 @@ msgstr "Kembali"
msgid "Route"
msgstr "Rute"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Cari nama atau tempel alamat"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Pilih Pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Pilih jenis pool berdasarkan biaya penyedia likuiditas pilihan Anda."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Pilih pasangan"
msgid "Selected Range"
msgstr "Rentang yang Dipilih"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Sendiri"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Delegasikan Sendiri"
@@ -1367,10 +1239,6 @@ msgstr "Toleransi slip"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Sejumlah aset tidak tersedia melalui antarmuka ini karena mereka mungkin tidak sesuai dengan smart contract atau kami tidak dapat mengizinkan perdagangan karena alasan hukum."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Ada yang salah"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Langkah 1. Dapatkan token Likuiditas UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Mengajukan Proposal"
msgid "Submitting Vote"
msgstr "Mengirim Suara"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Berhasil"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Pasokan"
@@ -1395,9 +1267,7 @@ msgstr "Pasokan"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Memasok {0} {1} dan {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Rasio token yang Anda tambahkan akan menetapkan harga pool ini."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Transaksi tidak dapat dikirim karena tenggat waktu telah berlalu. Harap periksa bahwa tenggat waktu transaksi Anda tidak terlalu rendah."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Token ini biasanya dipasangkan dengan token lain."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Ini adalah rilis alfa Uniswap di jaringan Arbitrum. Anda harus menjembatani aset L1 ke jaringan untuk menukarnya."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Token ini tidak muncul di daftar token yang aktif. Pastikan ini adalah token yang ingin Anda perdagangkan."
@@ -1499,18 +1361,6 @@ msgstr "Untuk (setidaknya)"
msgid "Toggle Expert Mode"
msgstr "Beralih Mode Pakar"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Token"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Token dari daftar tidak aktif. Impor token tertentu di bawah atau klik Kelola untuk mengaktifkan lebih banyak daftar."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Kolam atas"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Total Pasokan"
@@ -1564,10 +1414,6 @@ msgstr "UNI yang beredar:"
msgid "UNI price:"
msgstr "Harga UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Token UNI menunjukkan hak suara dalam pengaturan Uniswap. Anda dapat memberikan suara secara langsung pada tiap usulan atau mendelegasikannya kepada pihak ketiga."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Terbakar"
@@ -1593,17 +1439,9 @@ msgstr "Biaya yang tidak diklaim"
msgid "Unclaimed:"
msgstr "Tidak diklaim:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Tata Kelola Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 ada di sini!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap tersedia dalam: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Yg tak dpt ditentukan"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Penambangan likuiditas Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Kontrak migrasi Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap di <0>Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Sumber tidak diketahui"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Kesalahan tidak diketahui{0}. Coba tingkatkan toleransi selip Anda. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Buka Suara"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Buka Kunci Voting"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Membuka Suara"
@@ -1648,14 +1477,14 @@ msgstr "Aset Tidak Didukung"
msgid "Unsupported Assets"
msgstr "Aset Tidak Didukung"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Tanpa Judul"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Membuka"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Perbarui Delegasi"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Perbarui daftar"
@@ -1710,10 +1539,6 @@ msgstr "Lihat di Explorer"
msgid "View transaction on Explorer"
msgstr "Lihat transaksi di Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Beri Suara"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Beri Suara Melawan"
@@ -1905,11 +1730,6 @@ msgstr "Posisi Anda akan 100% {0} pada harga ini."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Posisi Anda tidak akan menghasilkan biaya atau digunakan dalam perdagangan sampai harga pasar bergerak ke rentang Anda."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Posisi Anda"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Tarif Anda"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Jembatan"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Token Kustom"
@@ -1999,9 +1823,9 @@ msgstr "{0} Token Kustom"
msgid "{0} Deposited"
msgstr "{0} Disetor"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Penjelajah"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} token"
msgid "{0} {1} Price:"
msgstr "{0} {1} Harga:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Ditambahkan oleh pengguna"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Italian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(reclamo)"
msgid "(clear all)"
msgstr "(cancella tutto)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(modifica)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Tutte Le Proposte"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Voti"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Analisi account e commissioni maturate</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Informazioni"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Account"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Attivo"
@@ -222,10 +198,6 @@ msgstr "Permetti al Protocollo Uniswap di utilizzare il tuo {0}"
msgid "Allowed"
msgstr "Consentito"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Assicurarsi sempre che l'URL sia <0>app.uniswap.org</0> - segnalibro per essere sicuro."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Importo"
@@ -270,14 +242,6 @@ msgstr "Approvazione"
msgid "Approving {0}"
msgstr "Approvazione di {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Sei sicuro?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Ideale per coppie esotiche."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Ideale per la maggior parte delle coppie."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Ideale per coppie stabili."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Indirizzo bloccato"
@@ -338,6 +290,10 @@ msgstr "Aggiungendo questa lista si suppone implicitamente che i dati siano corr
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Collegando un portafoglio, accetti i <0>Termini di servizio di Uniswap Labs</0> e riconosci di aver letto e compreso il <1>La dichiarazione di non responsabilità del protocollo Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Annullato"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Cambia"
@@ -346,21 +302,12 @@ msgstr "Cambia"
msgid "Change your network to go back to L1"
msgstr "Cambia la tua rete per tornare a L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Grafici"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Scopri le nostre guide di passaggio v3 LP e di migrazione."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Reclama"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI Richiesta!"
msgid "Claiming"
msgstr "Richiesta in corso"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Richiesta UNI in corso"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Raccolta delle commissioni"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "La riscossione delle commissioni preleverà le commissioni attualmente disponibili per te."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Basi comuni"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Conferma"
@@ -494,7 +433,6 @@ msgstr "Conferma questa transazione nel tuo portafoglio"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Connetti Portafoglio"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Crea Pool e Fornitura"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Crea proposta"
@@ -557,10 +494,6 @@ msgstr "Crea una coppia"
msgid "Create a pool"
msgstr "Crea un pool"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Crea un problema su GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Crea pool e aggiungi liquidità {0}/{1} V3"
@@ -582,13 +515,17 @@ msgstr "Prezzo corrente"
msgid "Current {0} Price:"
msgstr "Prezzo {0} corrente:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "sconfitto"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Voti Delegati"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegato a:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Voti delegati"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Token del deposito UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Liquidità dei depositi"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Deposito ad Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Deposita i tuoi token del fornitore di liquidità per ricevere l'UNI, il token di governance del protocollo Uniswap."
@@ -695,7 +628,6 @@ msgstr "Inserisci un indirizzo per attivare un reclamo UNI. Se l'indirizzo ha un
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Inserisci un importo"
@@ -726,17 +658,17 @@ msgstr "Errore di connessione. Prova ad aggiornare la pagina."
msgid "Error importing list"
msgstr "Errore nell'importazione della lista"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Risultati espansi dalle liste Token inattive"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Eseguito"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "La modalità Esperto disattiva il prompt delle transazioni di conferma e permette operazioni ad alto slittamento che spesso si traducono in cattive tariffe e fondi persi."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Esplora i pool popolari su Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Scaduto"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Da"
msgid "From (at most)"
msgstr "Da (al massimo)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Ottieni supporto su Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Nascondere"
@@ -893,10 +821,6 @@ msgstr "Ricompense fornitore di liquidità"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "I fornitori di liquidità guadagnano una commissione dello 0,3% su tutte le operazioni proporzionale alla loro quota del pool. Le tasse vengono aggiunte al pool, maturano in tempo reale e possono essere richieste ritirando la vostra liquidità."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Liste"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Caricato"
@@ -912,15 +836,10 @@ msgstr "Caricato"
msgid "Loading"
msgstr "Caricamento"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Assicurati che l'URL sia <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gestisci"
@@ -929,10 +848,6 @@ msgstr "Gestisci"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gestisci la liquidità nel pool di ricompense"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Gestisci Elenchi Token"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Gestisci questo pool."
@@ -1025,6 +940,10 @@ msgstr "Nessuna liquidità V2 trovata."
msgid "No active pools"
msgstr "Nessun pool attivo"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Nessuna descrizione."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Nessuna liquidità trovata."
@@ -1033,34 +952,10 @@ msgstr "Nessuna liquidità trovata."
msgid "No pool found."
msgstr "Nessun pool trovato."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nessuna proposta trovata."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nessun risultato trovato."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "OFF"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ON"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "USA SOLO QUESTO MODALITA' SE SAI QUELLO CHE STAI FACENDO."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Off"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "On"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Una volta che sei soddisfatto del tasso di fornitura fai clic per recensire."
@@ -1098,6 +993,10 @@ msgstr "Proprietario"
msgid "Participating pools"
msgstr "Pool partecipanti"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "in attesa di"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Si prega di connettersi alla rete Ethereum appropriata."
@@ -1106,7 +1005,6 @@ msgstr "Si prega di connettersi alla rete Ethereum appropriata."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Si prega di digitare la parola \"{confirmWord}\" per abilitare la modalità esperti."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Impatto Prezzo Troppo Alto"
msgid "Price Updated"
msgstr "Prezzo Aggiornato"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Intervallo di prezzo"
@@ -1189,14 +1086,6 @@ msgstr "Proposta inviata"
msgid "Proposal Title"
msgstr "Titolo della proposta"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Proposte"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Le proposte presentate dai membri della comunità appariranno qui."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Azione proposta"
@@ -1205,6 +1094,10 @@ msgstr "Azione proposta"
msgid "Proposer"
msgstr "Proponente"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "In coda"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tariffe"
@@ -1213,10 +1106,6 @@ msgstr "Tariffe"
msgid "Read more about UNI"
msgstr "Leggi tutto su UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Per saperne di più sulla governance di Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Per saperne di più sulla fornitura di liquidità"
@@ -1285,20 +1174,7 @@ msgstr "Ritorno"
msgid "Route"
msgstr "Itinerario"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Cerca nome o incolla indirizzo"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Seleziona il pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Seleziona un tipo di pool in base alla commissione preferita del provider di liquidità."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Seleziona coppia"
msgid "Selected Range"
msgstr "Intervallo selezionato"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Se stesso"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Auto-Delegato"
@@ -1367,10 +1239,6 @@ msgstr "Tolleranza allo slittamento"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Alcuni asset non sono disponibili attraverso questa interfaccia perché potrebbero non funzionare bene con i contratti intelligenti o non siamo in grado di consentire il trading per motivi legali."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Qualcosa è andato storto"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Passo 1. Ottieni i token di liquidità UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Invio della proposta"
msgid "Submitting Vote"
msgstr "Invio del voto"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Successo"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Fornitura"
@@ -1395,9 +1267,7 @@ msgstr "Fornitura"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Fornitura di {0} {1} e {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Il rapporto tra i gettoni che aggiungi imposterà il prezzo di questo po
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Impossibile inviare la transazione perché il termine è scaduto. Si prega di verificare che la scadenza della transazione non sia troppo bassa."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Questi gettoni sono comunemente accoppiati con altri gettoni."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Questa è una versione alpha di Uniswap sulla rete Arbitrum. È necessario collegare le risorse L1 alla rete per scambiarle."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Questo token non viene visualizzato negli elenchi di token attivi. Assicurati che questo sia il token che vuoi scambiare."
@@ -1499,18 +1361,6 @@ msgstr "A (almeno)"
msgid "Toggle Expert Mode"
msgstr "Attiva/Disattiva Modalità Esperto"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Token"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Token da elenchi inattivi. Importa token specifici di seguito o fai clic su Gestisci per attivare più elenchi."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "I pool migliori"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Totale Fornitura"
@@ -1564,10 +1414,6 @@ msgstr "UNI in circolazione:"
msgid "UNI price:"
msgstr "Prezzo UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "I token UNI rappresentano le quote di voto nella governance di Uniswap. Puoi votare su ogni proposta tu stesso o delegare i tuoi voti a terzi."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} bruciati"
@@ -1593,17 +1439,9 @@ msgstr "Commissioni non richieste"
msgid "Unclaimed:"
msgstr "Non Richiesto:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap Governance"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 è qui!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponibile tra: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Indeterminato"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap attività minerarie di liquidità"
msgid "Uniswap migration contract↗"
msgstr "Contratto di migrazione Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap su <0>Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Fonte sconosciuta"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Sblocca Voti"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Sblocca Il Voto"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Sblocco Voti"
@@ -1648,14 +1477,14 @@ msgstr "Asset Non Supportato"
msgid "Unsupported Assets"
msgstr "Asset Non Supportato"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Senza titolo"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Aggiorna la delega"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Aggiorna elenco"
@@ -1710,10 +1539,6 @@ msgstr "Visualizza su Explorer"
msgid "View transaction on Explorer"
msgstr "Visualizza transazione su Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "VOTAZIONI"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Vota Contro"
@@ -1905,11 +1730,6 @@ msgstr "La tua posizione sarà al 100% {0} a questo prezzo."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "La tua posizione non guadagnerà commissioni o sarà utilizzata nelle operazioni fino a quando il prezzo di mercato non si sposterà nella tua gamma."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Le tue posizioni"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Il tuo tasso"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Ponte"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} gettoni personalizzati"
@@ -1999,9 +1823,9 @@ msgstr "{0} gettoni personalizzati"
msgid "{0} Deposited"
msgstr "{0} Depositato"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Esploratore"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} token"
msgid "{0} {1} Price:"
msgstr "{0} {1} Prezzo:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Aggiunto dall'utente"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Japanese\n"
"PO-Revision-Date: 2021-07-01 10:04\n"
"PO-Revision-Date: 2021-07-07 08:05\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(請求)"
msgid "(clear all)"
msgstr "(すべてクリア)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(編集)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/>すべての提案"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/>投票"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>アカウント分析と発生した手数料</0><1>↗ </1>"
@@ -135,10 +114,6 @@ msgstr "次の提案に備えるため <0>投票のロックを解除</0>"
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0>🎉 </0>チーム ユニコーンにようこそ <1>🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "提案を提出するには、UNIの総供給量の0.25以上のUNIが必要です。"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "概要"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "アカウント"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "アクティブ"
@@ -222,10 +198,6 @@ msgstr "{0} の使用をUniswapに許可する"
msgid "Allowed"
msgstr "許可"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "URLが<0> app.uniswap.org</0>であることを常に確認してください。安全のためにこのURLをブックマークしてください。"
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "数量"
@@ -270,14 +242,6 @@ msgstr "承認中"
msgid "Approving {0}"
msgstr "{0} を承認中"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrumエクスプローラー"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrumトークンブリッジ"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "本当によろしいですか?"
@@ -310,18 +274,6 @@ msgstr "残高:"
msgid "Balance: {0} {1}"
msgstr "残高: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "マイナーなペアに最適"
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "ほとんどのペアに最適"
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "安定的なペアに最適"
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "ブロックされたアドレス"
@@ -338,6 +290,10 @@ msgstr "このリストを追加することで、データが正しいことを
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "ウォレットを接続することにより、Uniswap Labsの <0>サービス利用規約</0>に同意し、Uniswapプロトコルの<1>免責事項</1>を読み、理解したことに同意します。"
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "キャンセル"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "変更"
@@ -346,21 +302,12 @@ msgstr "変更"
msgid "Change your network to go back to L1"
msgstr "ネットワークを変更してL1に戻ります"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "チャート"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "V3の流動性と移行ガイドをご覧ください。"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "請求"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "請求済みのUNI"
msgid "Claiming"
msgstr "請求中"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "UNIを請求中"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "報酬を取得中"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "報酬の取得は現在取得できる報酬を引き出します。"
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "共通のベース"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "確認"
@@ -494,7 +433,6 @@ msgstr "ウォレットで取引を確認する"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "ウォレットに接続"
@@ -544,9 +482,8 @@ msgid "Create Pool & Supply"
msgstr "プール作成と流動性の追加"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "提案を作成する"
msgstr "提案を作成"
#: src/components/NavigationTabs/index.tsx
#: src/pages/Pool/v2.tsx
@@ -557,10 +494,6 @@ msgstr "ペアを作成"
msgid "Create a pool"
msgstr "プールを作成"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "GitHubでissueを作成する"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "プールを作成し、 {0}/{1} のV3流動性を追加"
@@ -582,13 +515,17 @@ msgstr "現在価格"
msgid "Current {0} Price:"
msgstr "{0} の現在価格:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "否決"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "投票を委任する"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "委任先:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "委任された投票"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "UNI-V2 LP トークンを預け入れる"
msgid "Deposit liquidity"
msgstr "流動性を預ける"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "アービトラムへの預金"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "流動性トークンを預けて、UniswapプロトコルのガバナンストークンであるUNIを受け取ります。"
@@ -695,7 +628,6 @@ msgstr "UNIの請求を行うためのアドレスを入力してください。
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "数量を入力してください"
@@ -726,17 +658,17 @@ msgstr "接続中にエラーが発生しました。ページを更新してく
msgid "Error importing list"
msgstr "リストのインポートエラー"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "あなたが利用していないトークンリストからの検索結果"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "実行済"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "エキスパートモードは取引確認画面をスキップし、不利な価格や資金を失う可能性のある高スリップページ取引を許可します。"
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Uniswap分析サイトで人気のあるプールを探しましょう。"
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "期限切れ"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "売るトークン"
msgid "From (at most)"
msgstr "(最大)売るトークン"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Discordでサポートを受ける"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "非表示"
@@ -893,10 +821,6 @@ msgstr "流動性提供者の報酬"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "流動性提供者はこのペアのすべての取引で発生する0.3%の手数料のうち、プールのシェアに応じた報酬を獲得します。 報酬はリアルタイムにプールに追加され、反映されます。報酬は流動性を引き出すことで請求できます。"
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "リスト"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "読み込まれました"
@@ -912,15 +836,10 @@ msgstr "読み込まれました"
msgid "Loading"
msgstr "読み込み中"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "URLが<0>app.uniswap.org</0>であることを確認してください"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "管理"
@@ -929,10 +848,6 @@ msgstr "管理"
msgid "Manage Liquidity in Rewards Pool"
msgstr "報酬プールで流動性を管理"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "トークンリストを管理"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "プールを管理"
@@ -1025,6 +940,10 @@ msgstr "V2の流動性が見つかりません。"
msgid "No active pools"
msgstr "アクティブなプールがありません"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "説明はありません。"
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "流動性が見つかりません。"
@@ -1033,34 +952,10 @@ msgstr "流動性が見つかりません。"
msgid "No pool found."
msgstr "プールが見つかりません。"
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "提案が見つかりません。"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "結果が見つかりませんでした。"
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "OFF"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ON"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "このモードは、あなたが何をしているかを理解している場合にのみご使用ください。"
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "OFF"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "ON"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "価格に問題がなければ、「追加」をクリックして確認します。"
@@ -1098,6 +993,10 @@ msgstr "所有者"
msgid "Participating pools"
msgstr "参加中のプール"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "保留中"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "適切なイーサリアムネットワークに接続してください。"
@@ -1106,7 +1005,6 @@ msgstr "適切なイーサリアムネットワークに接続してください
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "エキスパートモードを有効にするには、単語\"{confirmWord}\"を入力してください。"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "プール"
@@ -1164,7 +1062,6 @@ msgstr "価格の影響が大きすぎます"
msgid "Price Updated"
msgstr "価格が更新されています"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "価格範囲"
@@ -1189,14 +1086,6 @@ msgstr "提出された提案"
msgid "Proposal Title"
msgstr "提案のタイトル"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "提案"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "コミュニティメンバーが提出した提案はここに表示されます。"
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "提案するアクション"
@@ -1205,6 +1094,10 @@ msgstr "提案するアクション"
msgid "Proposer"
msgstr "提案者"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "キューに入れられました"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "レート"
@@ -1213,10 +1106,6 @@ msgstr "レート"
msgid "Read more about UNI"
msgstr "UNIについてもっと見る"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Uniswapガバナンスについてもっと見る"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "流動性提供についてもっと見る"
@@ -1285,20 +1174,7 @@ msgstr "戻る"
msgid "Route"
msgstr "取引ルート"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "トークン名またはアドレス"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "プールを選択"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "希望する手数料率のプールをお選びください。"
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "ペアを選択"
msgid "Selected Range"
msgstr "設定した価格範囲"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "自分"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "自己委任する"
@@ -1367,10 +1239,6 @@ msgstr "スリップページの許容範囲"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "一部のトークンは、スマートコントラクトでうまく動作しないか、法的な理由で取引を許可できないため、このインターフェイスでは利用できません。"
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "何らかの問題が発生しました"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "ステップ1. UNI-V2流動性トークンを入手"
@@ -1387,6 +1255,10 @@ msgstr "提案を提出中"
msgid "Submitting Vote"
msgstr "投票を送信中"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "成功"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "追加"
@@ -1395,9 +1267,7 @@ msgstr "追加"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "{0} {1} と {2} {3} を追加中"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1414,7 +1284,7 @@ msgstr "{0} {1} を {2} {3} にスワップ中"
#: src/components/Header/NetworkCard.tsx
msgid "Switch to Ethereum"
msgstr "イーサリアムに切り替えます"
msgstr "イーサリアムに切り替え"
#: src/components/Popups/ClaimPopup.tsx
msgid "Thanks for being part of the Uniswap community <0/>"
@@ -1456,14 +1326,6 @@ msgstr "追加するトークンの比率によって、プールの価格が決
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "期限が過ぎたため、取引を送信できませんでした。期限が短すぎないかご確認ください。"
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "これらのトークンは一般的に他のトークンとペアになっています。"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "これは、Arbitrumネットワーク上のUniswapのアルファリリースです。それらを交換するには、L1アセットをネットワークにブリッジする必要があります。"
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "このトークンはご利用中のトークンリストに存在しません。取引したいトークンであることを確認してください。"
@@ -1499,18 +1361,6 @@ msgstr "買うトークン(少なくとも)"
msgid "Toggle Expert Mode"
msgstr "エキスパートモード"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "トークン"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "あなたが利用していないリストにあるトークンです。以下の特定のトークンをインポートするか、[管理] をクリックして他のリストを有効にしてください。"
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "上位のプール"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "総供給"
@@ -1564,10 +1414,6 @@ msgstr "流通しているUNI:"
msgid "UNI price:"
msgstr "UNIの価格:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNIトークンはUniswapガバナンスにおける投票権を表します。各提案に対して自分で投票するか、もしくは第三者に投票を委任することができます。"
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "削除される UNI {0}/{1}"
@@ -1593,17 +1439,9 @@ msgstr "未請求の報酬"
msgid "Unclaimed:"
msgstr "未請求:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswapのガバナンス"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3登場"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "利用可能言語: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "未定"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap流動性マイニング"
msgid "Uniswap migration contract↗"
msgstr "Uniswap移行コントラクト↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "<0>アービトラム</0>でのユニスワップ"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "不明なソース"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "不明なエラー{0}。スリッページの許容範囲を広げてみてください。注転送時に手数料が発生するトークンおよびリベーストークンは、UniswapV3と互換性がありません。"
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "投票のロックを解除"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "投票のロックを解除"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "投票のロックを解除中"
@@ -1648,14 +1477,14 @@ msgstr "サポートされていないトークン"
msgid "Unsupported Assets"
msgstr "サポートされていないアセット"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "無題"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "アンラップ"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "委任を更新"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "リストを更新"
@@ -1710,10 +1539,6 @@ msgstr "エクスプローラーで見る"
msgid "View transaction on Explorer"
msgstr "エクスプローラーで取引を表示する"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "投票"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "反対に投票"
@@ -1905,11 +1730,6 @@ msgstr "この価格であなたのポジションは100%の {0} になります
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "市場価格が設定した価格範囲に入るまで、あなたのポジションは報酬を得られず、取引にも使われません。"
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "ポジション"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "あなたの価格"
@@ -1961,7 +1781,7 @@ msgstr "靴下の絵文字があります"
#: src/components/SearchModal/ManageLists.tsx
msgid "https:// or ipfs:// or ENS name"
msgstr "https://、ipfs://またはENS"
msgstr "https://、ipfs://またはENS"
#: src/components/TransactionSettings/index.tsx
msgid "minutes"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> / <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} ブリッジ"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} カスタムトークン"
@@ -1999,9 +1823,9 @@ msgstr "{0} カスタムトークン"
msgid "{0} Deposited"
msgstr "預け入れる {0}"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} エクスプローラー"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} トークン"
msgid "{0} {1} Price:"
msgstr "{0} {1} 価格:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • ユーザーにより追加"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Korean\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(청구)"
msgid "(clear all)"
msgstr "(모두 지우기)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(편집)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "{feeAmountFormatted}%"
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 %"
@@ -98,11 +82,6 @@ msgstr "75 %"
msgid "<0/> All Proposals"
msgstr "<0/> 모든 제안"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> 투표"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0> 계정 분석 및 발생 수수료</0> <1> ↗</1>"
@@ -135,10 +114,6 @@ msgstr "<0> 투표 잠금 해제</0> 다음 제안을 준비합니다."
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0> 🎉</0> Unicorn 팀에 오신 것을 환영합니다. :) <1> 🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "제안서를 제출하려면 총 UNI 공급량의 최소 0.25 %가 필요합니다."
#: src/components/Menu/index.tsx
msgid "About"
msgstr "정보"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "계정"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "활성"
@@ -222,10 +198,6 @@ msgstr "Uniswap 프로토콜이 귀하의 {0}을(를) 사용하도록 허용"
msgid "Allowed"
msgstr "허용됨"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "항상 URL이 <0> app.uniswap.org</0>인지 확인하십시오. 안전을 위해 북마크하십시오."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "금액"
@@ -270,14 +242,6 @@ msgstr "승인 중"
msgid "Approving {0}"
msgstr "{0} 승인 중"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum 탐색기"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum 토큰 브리지"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "확실합니까?"
@@ -310,18 +274,6 @@ msgstr "잔액:"
msgid "Balance: {0} {1}"
msgstr "잔액 : {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "이국적인 쌍에 가장 적합합니다."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "대부분의 쌍에 가장 적합합니다."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "안정적인 쌍에 가장 적합합니다."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "차단된 주소"
@@ -338,6 +290,10 @@ msgstr "이 목록을 추가하면 데이터가 정확하다는 것을 암시적
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "지갑을 연결하면 Uniswap Labs의 <0> 서비스 약관</0>에 동의하고 <1>Uniswap 프로토콜 면책 조항</1>을 읽고 이해했음을 인정하는 것입니다."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "취소 된"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "변경"
@@ -346,21 +302,12 @@ msgstr "변경"
msgid "Change your network to go back to L1"
msgstr "L1로 돌아가도록 네트워크 변경"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "차트"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "v3 LP 연습 및 마이그레이션 가이드를 확인하세요."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "청구"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "청구된 UNI!"
msgid "Claiming"
msgstr "청구 중"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "UNI 청구"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "수수료 징수"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "수수료를 징수하면 현재 사용 가능한 수수료가 인출됩니다."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "공통 기준"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "확인"
@@ -494,7 +433,6 @@ msgstr "지갑에서 이 거래를 확인하세요"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "지갑 연결"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "풀 생성 및 공급"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "제안 생성"
@@ -557,10 +494,6 @@ msgstr "쌍 만들기"
msgid "Create a pool"
msgstr "풀 만들기"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "GitHub에서 문제 만들기"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "풀 만들기 및 {0}/{1} V3 유동성 추가"
@@ -582,13 +515,17 @@ msgstr "현재 가격"
msgid "Current {0} Price:"
msgstr "현재 {0} 가격 :"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "패배"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "위임 투표"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "위임 대상 :"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "위임 된 투표"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "UNI-V2 LP 토큰 예치"
msgid "Deposit liquidity"
msgstr "예금 유동성"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Arbitrum에 입금"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "유동성 제공자 토큰을 예치하여 Uniswap 프로토콜 거버넌스 토큰인 UNI를 받으십시오."
@@ -695,7 +628,6 @@ msgstr "UNI 청구를 트리거할 주소를 입력하십시오. 주소에 청
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "금액을 입력하세요."
@@ -726,17 +658,17 @@ msgstr "연결 오류. 페이지를 새로 고침 해보세요."
msgid "Error importing list"
msgstr "목록을 가져 오는 중에 오류가 발생했습니다."
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "비활성 토큰 목록에서 확장된 결과"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "실행"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "전문가 모드를 사용하면 거래 확인창이 꺼지고 안 좋은 요율과 자금 손실을 초래하는 높은 슬리피지 거래를 허용할 수 있습니다."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Uniswap Analytics에서 인기있는 풀을 살펴보십시오."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "만료 됨"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "스왑 전"
msgid "From (at most)"
msgstr "스왑 전(최대)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Discord에서 지원 받기"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "숨는 장소"
@@ -893,10 +821,6 @@ msgstr "유동성 제공자 보상"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "유동성 제공자는 풀 점유율에 비례하여 모든 거래에 대해 0.3%의 수수료를받습니다. 수수료는 풀에 추가되고 실시간으로 발생하며 유동성을 인출하여 청구할 수 있습니다."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "목록"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "로딩 됨"
@@ -912,15 +836,10 @@ msgstr "로딩 됨"
msgid "Loading"
msgstr "로딩 중"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "URL이 <0> app.uniswap.org</0>인지 확인하십시오."
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "관리"
@@ -929,10 +848,6 @@ msgstr "관리"
msgid "Manage Liquidity in Rewards Pool"
msgstr "보상 풀에서 유동성 관리"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "토큰 목록 관리"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "이 풀을 관리합니다."
@@ -1025,6 +940,10 @@ msgstr "V2 유동성이 없습니다."
msgid "No active pools"
msgstr "활성 풀 없음"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "설명이 없습니다."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "유동성이 없습니다."
@@ -1033,34 +952,10 @@ msgstr "유동성이 없습니다."
msgid "No pool found."
msgstr "풀이 없습니다."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "제안이 없습니다."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "결과가 없습니다."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "OFF"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ON"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "수행중인 작업을 알고 있는 경우에만 이 모드를 사용하십시오."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Off"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "On"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "요율에 만족하면 공급을 클릭하여 검토하십시오."
@@ -1098,6 +993,10 @@ msgstr "소유자"
msgid "Participating pools"
msgstr "참여 풀"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "보류 중"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "적절한 이더리움 네트워크에 연결하십시오."
@@ -1106,7 +1005,6 @@ msgstr "적절한 이더리움 네트워크에 연결하십시오."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "전문가 모드를 사용하려면{confirmWord}\"이라는 단어를 입력하십시오."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "풀"
@@ -1164,7 +1062,6 @@ msgstr "가격 영향이 너무 높음"
msgid "Price Updated"
msgstr "가격 업데이트됨"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "가격 범위"
@@ -1189,14 +1086,6 @@ msgstr "제출 된 제안"
msgid "Proposal Title"
msgstr "제안 제목"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "제안"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "커뮤니티 멤버가 제출한 제안이 여기에 표시됩니다."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "제안 된 조치"
@@ -1205,6 +1094,10 @@ msgstr "제안 된 조치"
msgid "Proposer"
msgstr "제안자"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "대기 중"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "요율"
@@ -1213,10 +1106,6 @@ msgstr "요율"
msgid "Read more about UNI"
msgstr "UNI에 대해 자세히 알아보기"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Uniswap 거버넌스에 대해 자세히 알아보기"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "유동성 제공에 대해 자세히 알아보기"
@@ -1285,20 +1174,7 @@ msgstr "반환"
msgid "Route"
msgstr "경로"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "이름 검색 또는 주소 붙여 넣기"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "풀 선택"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "선호하는 유동성 제공자 수수료에 따라 풀 유형을 선택하십시오."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "쌍 선택"
msgid "Selected Range"
msgstr "선택한 범위"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "본인"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "셀프 위임"
@@ -1367,10 +1239,6 @@ msgstr "슬리피지 허용 오차"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "일부 자산은 스마트 계약과 잘 작동하지 않거나 법적 이유로 거래를 허용할 수 없기 때문에 이 인터페이스를 통해 사용할 수 없습니다."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "문제가 발생했습니다"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "1 단계. UNI-V2 유동성 토큰 받기"
@@ -1387,6 +1255,10 @@ msgstr "제안 제출"
msgid "Submitting Vote"
msgstr "투표 제출"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "성공"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "공급"
@@ -1395,9 +1267,7 @@ msgstr "공급"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "{0} {1} 및 {2} {3} 공급 중"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "추가하는 토큰의 요율이 이 풀의 가격을 설정합니다."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "기한이 지났기 때문에 거래를 보낼 수 없습니다. 거래 기한이 너무 낮지 않은지 확인하십시오."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "이러한 토큰은 일반적으로 다른 토큰과 쌍을 이룹니다."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "이것은 Arbitrum 네트워크에서 Uniswap의 알파 릴리스입니다. L1 자산을 네트워크에 연결하여 스왑해야합니다."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "이 토큰은 활성 토큰 목록에 표시되지 않습니다. 이것이 거래하려는 토큰인지 확인하십시오."
@@ -1499,18 +1361,6 @@ msgstr "스왑 후(최소)"
msgid "Toggle Expert Mode"
msgstr "전문가 모드 전환"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "토큰"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "비활성 목록의 토큰. 아래에서 특정 토큰을 가져 오거나 관리를 클릭하여 더 많은 목록을 활성화하십시오."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "상위 풀"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "총 공급"
@@ -1564,10 +1414,6 @@ msgstr "유통중인 UNI :"
msgid "UNI price:"
msgstr "UNI 가격 :"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI 토큰은 Uniswap 거버넌스의 의결권을 나타냅니다. 각 제안에 대해 직접 투표하거나 제3자에게 투표를 위임할 수 있습니다."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} 버닝"
@@ -1593,17 +1439,9 @@ msgstr "미 청구 수수료"
msgid "Unclaimed:"
msgstr "미 청구:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap 거버넌스"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3가 출시되었습니다!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap 사용 가능 : <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "분명치 않은"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap 유동성 채굴"
msgid "Uniswap migration contract↗"
msgstr "Uniswap 마이그레이션 계약 ↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "<0> Arbitrum의 Uniswap</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "알 수 없는 출처"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "알 수 없는 오류 {0}. 슬리피지 허용치를 높이십시오. 참고: 이체 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "투표 잠금 해제"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "투표 잠금 해제"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "투표 잠금 해제"
@@ -1648,14 +1477,14 @@ msgstr "지원되지 않는 자산"
msgid "Unsupported Assets"
msgstr "지원되지 않는 자산"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "제목 없음"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "언랩"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "위임 업데이트"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "목록 업데이트"
@@ -1710,10 +1539,6 @@ msgstr "Explorer에서 보기"
msgid "View transaction on Explorer"
msgstr "Explorer에서 거래 보기"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "투표"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "반대 투표"
@@ -1905,11 +1730,6 @@ msgstr "이 가격에서 귀하의 포지션은 100% {0}이(가) 됩니다."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "귀하의 포지션은 시장 가격이 귀하의 범위로 이동할 때까지 수수료를 받거나 거래에 사용되지 않습니다."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "내 포지션"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "내 요율"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> / <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} 브리지"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} 사용자 지정 토큰"
@@ -1999,9 +1823,9 @@ msgstr "{0} 사용자 지정 토큰"
msgid "{0} Deposited"
msgstr "{0} 예치됨"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} 탐험가"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} 토큰"
msgid "{0} {1} Price:"
msgstr "{0} {1} 가격 :"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • 사용자가 추가"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Dutch\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(claim)"
msgid "(clear all)"
msgstr "(alles wissen)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(bewerken)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Alle voorstellen"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Stemmen"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Account analyse en opgebouwde vergoedingen </0><1>↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Over"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Rekening"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Actief"
@@ -222,10 +198,6 @@ msgstr "Sta het Uniswap Protocol toe om uw {0} te gebruiken"
msgid "Allowed"
msgstr "Toegestaan"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Zorg ervoor dat de URL altijd<0>app.uniswap.org</0> is - voeg hem voor de veiligheid toe aan uw bladwijzers."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Bedrag"
@@ -270,14 +242,6 @@ msgstr "Goedkeuren"
msgid "Approving {0}"
msgstr "{0} goedkeuren"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrumverkenner"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Weet u het zeker?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Het beste voor exotische paren."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Het beste voor de meeste paren."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Het beste voor stabiele paren."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Geblokkeerd adres"
@@ -338,6 +290,10 @@ msgstr "Door deze lijst toe te voegen, vertrouwt u er impliciet op dat de gegeve
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Door een portemonnee te koppelen, gaat u akkoord met Uniswap Labs <0>Servicevoorwaarden</0> en erkent u dat u de <1>Uniswap protocoldisclaimer</1> heeft gelezen en begrepen."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Geannuleerd"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Wijzigen"
@@ -346,21 +302,12 @@ msgstr "Wijzigen"
msgid "Change your network to go back to L1"
msgstr "Wijzig uw netwerk om terug te gaan naar L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Grafieken"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Bekijk onze v3 LP handleidingen en migratiegidsen."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Claim"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI opgeëist!"
msgid "Claiming"
msgstr "Opeisen"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "UNI opeisen"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Incassokosten"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Incassokosten zullen de momenteel beschikbare kosten voor u opnemen."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Gemeenschappelijke bases"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Bevestigen"
@@ -494,7 +433,6 @@ msgstr "Bevestig deze transactie in uw portemonnee"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Verbind Portemonnee"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Maak pool en levering aan"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Voorstel maken"
@@ -557,10 +494,6 @@ msgstr "Maak een paar aan"
msgid "Create a pool"
msgstr "Maak een pool aan"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Maak een issue aan op GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Creëer een groep en voeg {0}/{1} V3 liquiditeit toe"
@@ -582,13 +515,17 @@ msgstr "Huidige prijs"
msgid "Current {0} Price:"
msgstr "Huidige {0} prijs:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Verslagen"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Stemmen overdragen"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Overgedragen aan:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Gedelegeerde stemmen"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Stort UNI-V2 LP Tokens"
msgid "Deposit liquidity"
msgstr "Stort liquiditeit"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Storting bij arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Stort uw Liquidity Provider tokens om UNI te ontvangen, de Uniswap protocol governance token."
@@ -695,7 +628,6 @@ msgstr "Voer een adres in om een UNI-claim te activeren. Als het adres een claim
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Voer een bedrag in"
@@ -726,17 +658,17 @@ msgstr "Fout bij het verbinden. Probeer de pagina te vernieuwen."
msgid "Error importing list"
msgstr "Fout bij importeren lijst"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Uitgebreide resultaten van inactieve tokenlijsten"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Uitgevoerd"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "In de Expertmodus wordt de prompt voor het bevestigen van de transactie uitgeschakeld en hoge slippage-verhandelingen, die vaak leiden tot slechte tarieven en verloren geld, toegestaan."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Verken populaire pools op Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Niet meer geldig"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Vanaf"
msgid "From (at most)"
msgstr "Vanaf (ten hoogste)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Ontvang ondersteuning op Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Zich verstoppen"
@@ -893,10 +821,6 @@ msgstr "Beloningen van liquiditeitsverschaffer"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Liquidity providers verdienen een vergoeding van 0,3% op alle transacties in verhouding tot hun aandeel in de pool. Vergoedingen worden toegevoegd aan de pool, worden in realtime opgebouwd en kunnen worden opgeëist door uw liquiditeit terug te trekken."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Lijsten"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Geladen"
@@ -912,15 +836,10 @@ msgstr "Geladen"
msgid "Loading"
msgstr "Aan het laden"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Zorg ervoor dat de URL<0>app.uniswap.org</0> is"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Beheren"
@@ -929,10 +848,6 @@ msgstr "Beheren"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Liquiditeit beheren in beloningspool"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Beheer tokenlijsten"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Beheer deze pool."
@@ -1025,6 +940,10 @@ msgstr "Geen V2-liquiditeit gevonden."
msgid "No active pools"
msgstr "Geen actieve pools"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Geen beschrijving."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Geen liquiditeit gevonden."
@@ -1033,34 +952,10 @@ msgstr "Geen liquiditeit gevonden."
msgid "No pool found."
msgstr "Geen pool gevonden."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Geen voorstellen gevonden."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Geen resultaten gevonden."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "UIT"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "AAN"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "GEBRUIK DEZE MODUS ALLEEN ALS U WEET WAT U DOET."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Uit"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Aan"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Zodra u tevreden bent met het tarief, klikt u op het aanbod om te beoordelen."
@@ -1098,6 +993,10 @@ msgstr "Eigenaar"
msgid "Participating pools"
msgstr "Deelnemende pools"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "In afwachting"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Maak verbinding met het juiste Ethereum-netwerk."
@@ -1106,7 +1005,6 @@ msgstr "Maak verbinding met het juiste Ethereum-netwerk."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Typ het woord \"{confirmWord}\" om expertmodus in te schakelen."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Prijsimpact te hoog"
msgid "Price Updated"
msgstr "Prijs bijgewerkt"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Prijsbereik"
@@ -1189,14 +1086,6 @@ msgstr "Voorstel ingediend"
msgid "Proposal Title"
msgstr "Titel van het voorstel"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Voorstellen"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Voorstellen die zijn ingediend door gemeenschapsleden zullen hier verschijnen."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Voorgestelde actie"
@@ -1205,6 +1094,10 @@ msgstr "Voorgestelde actie"
msgid "Proposer"
msgstr "Indiener voorstel"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "In de wachtrij"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tarieven"
@@ -1213,10 +1106,6 @@ msgstr "Tarieven"
msgid "Read more about UNI"
msgstr "Lees meer over UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Lees meer over Uniswap-bestuur"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Lees meer over het verstrekken van liquiditeit"
@@ -1285,20 +1174,7 @@ msgstr "Terug"
msgid "Route"
msgstr "Route"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Zoek naam of plak adres"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Selecteer pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Selecteer een pool-type op basis van de vergoeding van uw favoriete liquiditeitsaanbieder."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Selecteer paar"
msgid "Selected Range"
msgstr "Geselecteerd bereik"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Eigen"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Zelf gedelegeerd"
@@ -1367,10 +1239,6 @@ msgstr "Slippage tolerantie"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Sommige activa zijn niet beschikbaar via deze interface omdat ze mogelijk niet goed werken met de smart contracts of omdat we om juridische redenen geen handel kunnen toestaan."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Er is iets fout gegaan"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Stap 1. Verkrijg UNI-V2 liquiditeitstokens"
@@ -1387,6 +1255,10 @@ msgstr "Voorstel indienen"
msgid "Submitting Vote"
msgstr "Indienen van stem"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Geslaagd"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Levering"
@@ -1395,9 +1267,7 @@ msgstr "Levering"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "{0} {1} en {2} {3} aanbieden"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "De verhouding van tokens die u toevoegt zal de prijs van deze pool bepal
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "De transactie kan niet worden verzonden omdat de deadline is verstreken. Controleer of uw transactiedeadline niet te laag is."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Deze tokens worden meestal gekoppeld aan andere tokens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Dit is een alfaversie van Uniswap op het Arbitrum-netwerk. U moet L1-activa overbruggen naar het netwerk om ze te wisselen."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Deze token wordt niet weergegeven op de actieve tokenlijst(en). Zorg ervoor dat dit de token is die u wilt verhandelen."
@@ -1499,18 +1361,6 @@ msgstr "Naar (ten minste)"
msgid "Toggle Expert Mode"
msgstr "Schakel Expertmodus in"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokens van inactieve lijsten. Importeer specifieke tokens hieronder of klik op Beheren om meer lijsten te activeren."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Top pools"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Totale voorraad"
@@ -1564,10 +1414,6 @@ msgstr "UNI in omloop:"
msgid "UNI price:"
msgstr "UNI-prijs:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI tokens vertegenwoordigen stemaandelen in het bestuur van Uniswap. U kunt zelf over elk voorstel stemmen of uw stemmen aan een derde partij overdragen."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} verbrand"
@@ -1593,17 +1439,9 @@ msgstr "Niet-opgeëiste vergoedingen"
msgid "Unclaimed:"
msgstr "Niet-opgeëist:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap-bestuur"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 is er!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap beschikbaar in: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Onbepaald"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap liquidity mining"
msgid "Uniswap migration contract↗"
msgstr "Uniswap migratiecontract↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap op <0>Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Onbekende bron"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Ontgrendel stemmen"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Ontgrendel de stemming"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Ontgrendelen van stemmen"
@@ -1648,14 +1477,14 @@ msgstr "Niet-ondersteunde activa"
msgid "Unsupported Assets"
msgstr "Niet-ondersteunde activa"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Ongetiteld"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Uitpakken"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Werk delegatie bij"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Lijst bijwerken"
@@ -1710,10 +1539,6 @@ msgstr "Weergeven op Verkenner"
msgid "View transaction on Explorer"
msgstr "Bekijk transactie op Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Stem"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Stem tegen"
@@ -1905,11 +1730,6 @@ msgstr "Uw positie zal 100% {0} tegen deze prijs zijn."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Uw positie zal geen vergoedingen opleveren of worden gebruikt in transacties totdat de marktprijs binnen uw bereik komt."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Uw posities"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Uw tarief"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Brug"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} aangepaste tokens"
@@ -1999,9 +1823,9 @@ msgstr "{0} aangepaste tokens"
msgid "{0} Deposited"
msgstr "{0} gestort"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Verkenner"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokens"
msgid "{0} {1} Price:"
msgstr "{0} {1} prijs:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Toegevoegd door gebruiker"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Norwegian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(hent)"
msgid "(clear all)"
msgstr "(fjern alle)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(rediger)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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 %"
@@ -98,11 +82,6 @@ msgstr "75 %"
msgid "<0/> All Proposals"
msgstr "<0/> Alle forslag"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Stemmer"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Konto-analyser og påløpte avgifter</0><1> :up-″: </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Om"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Konto"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktiv"
@@ -222,10 +198,6 @@ msgstr "Tillat Uniswap-protokollen å bruke din {0}"
msgid "Allowed"
msgstr "Tillatt"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Sørg alltid for at URL-en er <0>app.uniswap.org</0> bokmerke den som trygg."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Beløp"
@@ -270,14 +242,6 @@ msgstr "Godkjenner"
msgid "Approving {0}"
msgstr "Godkjenner {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Er du sikker?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Best for eksotiske par."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Beste for de fleste par."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Beste for stabile par."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Blokkert adresse"
@@ -338,6 +290,10 @@ msgstr "Ved å legge til denne listen stoler du implisitt på at dataene er rikt
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Ved å koble til en lommebok, samtykker du til <0>Tjenestevilkår</0> og erkjenner at du har lest og forstått <1>Aviswaps protokollansvars</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Avlyst"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Endre"
@@ -346,21 +302,12 @@ msgstr "Endre"
msgid "Change your network to go back to L1"
msgstr "Bytt nettverk for å gå tilbake til L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Diagrammer"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Sjekk ut våre v3 LP-gjennomgangs- og migrasjonsguider."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Hent"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Hentet UNI!"
msgid "Claiming"
msgstr "Henter"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Henter UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Henter avgifter"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Innsamling av avgifter trekker tilbake tilgjengelige gebyrer for deg."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Vanlige baser"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Bekreft"
@@ -494,7 +433,6 @@ msgstr "Bekreft denne transaksjonen i lommeboken din"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Koble til lommebok"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Opprett samling & forsyning"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Lag et forslag"
@@ -557,10 +494,6 @@ msgstr "Opprett et par"
msgid "Create a pool"
msgstr "Lag en pott"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Opprett et problem på GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Opprett pott og legg til {0}/{1} V3-likviditet"
@@ -582,13 +515,17 @@ msgstr "Nåværende pris"
msgid "Current {0} Price:"
msgstr "Nåværende {0} pris:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Nedkjempet"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegere stemmer"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegert til:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegerte stemmer"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Sett inn UNI-V2 LP-polletter"
msgid "Deposit liquidity"
msgstr "Innskuddslikviditet"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Innskudd til Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Sett inn din likviditetsleverandørs polletter for å motta UNI, the Uniswap-protokollens styrende pollett."
@@ -695,7 +628,6 @@ msgstr "Skriv inn en adresse for å aktivere en UNI-henting. Hvis adressen har n
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Oppgi et beløp"
@@ -726,17 +658,17 @@ msgstr "Feil under tilkobling. Prøv å oppdatere siden."
msgid "Error importing list"
msgstr "Feil ved import av liste"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Ekspanderte resultater fra inaktive pollettlister"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Henrettet"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Ekspertmodus deaktiverer ledeteksten for transaksjonen og gir mulighet for høy glidehandel som ofte resulterer i dårlige priser og tapte midler."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Utforsk populære samlinger hos Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Utløpt"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Fra"
msgid "From (at most)"
msgstr "Fra (til mest)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Få støtte på Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Gjemme seg"
@@ -893,10 +821,6 @@ msgstr "Tilbudspremier for likviditetsleverandør"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Likviditetsleverandører får 0,3 % avgift på alle handler proporsjonalt med andelen av reserven. Gebyr legges til potten, periodisering i sanntid og kan hentes ved å trekke ut likviditeten."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Lister"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Lastet"
@@ -912,15 +836,10 @@ msgstr "Lastet"
msgid "Loading"
msgstr "Laster"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Kontroller at URL-en er <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Administrer"
@@ -929,10 +848,6 @@ msgstr "Administrer"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Behandle likviditet i belønningspott"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Behandle pollettlister"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Administrere denne reserven."
@@ -1025,6 +940,10 @@ msgstr "Ingen V2-likviditet funnet."
msgid "No active pools"
msgstr "Ingen aktive potter"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Ingen beskrivelse."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Ingen likviditet funnet."
@@ -1033,34 +952,10 @@ msgstr "Ingen likviditet funnet."
msgid "No pool found."
msgstr "Ingen potter funnet."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Ingen forslag funnet."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Ingen resultater."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "AV"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "PÅ"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "BARE BRUK DENNE MODUSEN DERSOM DU VET HVA DU GJØR."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Av"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "På"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Når du er fornøyd med satsen, klikker du på lever for å gjennomgå."
@@ -1098,6 +993,10 @@ msgstr "Eier"
msgid "Participating pools"
msgstr "Deltagende samlinger"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Avventer"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Koble til det riktige Ethereum-nettverket."
@@ -1106,7 +1005,6 @@ msgstr "Koble til det riktige Ethereum-nettverket."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Skriv inn ordet \"{confirmWord}\" for å aktivere ekspertmodus."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pott"
@@ -1164,7 +1062,6 @@ msgstr "For høy prispåvirkning"
msgid "Price Updated"
msgstr "Pris oppdatert"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Prisintervall"
@@ -1189,14 +1086,6 @@ msgstr "Forslaget ble sendt inn"
msgid "Proposal Title"
msgstr "Forslagets tittel"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Forslag"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Forslag som sendes inn av medlemmer i fellesskapet vil vises her."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Foreslått handling"
@@ -1205,6 +1094,10 @@ msgstr "Foreslått handling"
msgid "Proposer"
msgstr "Foreslå"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "I kø"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Priser"
@@ -1213,10 +1106,6 @@ msgstr "Priser"
msgid "Read more about UNI"
msgstr "Les mer om UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Les mer om Uniswap-styring"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Les mer om likviditetstilførsel"
@@ -1285,20 +1174,7 @@ msgstr "Retur"
msgid "Route"
msgstr "Rute"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Søk navn eller lim inn adresse"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Velg pott"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Velg en pott-type basert på den foretrukne likviditetsleverandøren."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Velg par"
msgid "Selected Range"
msgstr "Valgt område"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Selv"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Selvdelegat"
@@ -1367,10 +1239,6 @@ msgstr "Toleranse for sammenføyning"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Noen aktiva er ikke tilgjengelige gjennom dette grensesnittet fordi de kanskje ikke fungerer bra med de smarte kontraktene, eller vi ikke tillater handel av juridiske årsaker."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Noe gikk galt"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Trinn 1. Få UNI-V2-likviditetspolletter"
@@ -1387,6 +1255,10 @@ msgstr "Innlevering av forslag"
msgid "Submitting Vote"
msgstr "Sender inn stemme"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Lyktes"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Levering"
@@ -1395,9 +1267,7 @@ msgstr "Levering"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Leverer {0} {1} og {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Forholdet mellom symboler du legger til vil angi prisen på denne potten
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Transaksjonen kunne ikke sendes fordi fristen er passert. Kontroller at transaksjonsfristen ikke er for lav."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Disse pollettene er ofte sammenkoblet med andre polletter."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Dette er en alfa-utgivelse av Uniswap på Arbitrum-nettverket. Du må bygge bro på L1-eiendeler til nettverket for å bytte dem."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Denne polletten vises ikke på den / de aktive pollettlistene. Forsikre deg om at dette er polletten du vil handle."
@@ -1499,18 +1361,6 @@ msgstr "Til (minst)"
msgid "Toggle Expert Mode"
msgstr "Bytte ekspertmodus"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Polletter"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Polletter fra inaktive lister. Importer spesifikke polleter nedenfor, eller klikk på administrer for å aktivere flere lister."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Ledende potter"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Total forsyning"
@@ -1564,10 +1414,6 @@ msgstr "UNI i sirkulasjon:"
msgid "UNI price:"
msgstr "UNI-pris:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI-polleter representerer stemmeaksjer i Uniswap-styring. Du kan stemme på hvert forslag selv eller delegere dine stemmer til en tredjepart."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} brent"
@@ -1593,17 +1439,9 @@ msgstr "Avgifter som ikke belastes"
msgid "Unclaimed:"
msgstr "Ikke angitt:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap-styring"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uiswap V3 er her!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap er tilgjengelig om: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Ubestemt"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Ikke-velfungerende likviditetsmining"
msgid "Uniswap migration contract↗"
msgstr "Uniswap-migrasjonskontrakt↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap på <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Ukjent kilde"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Ukjent feil{0}. Prøv å øke glidetoleransen. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Lås opp stemmer"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Lås opp stemmegivning"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Låser opp stemmer"
@@ -1648,14 +1477,14 @@ msgstr "Ustøttet aktiva"
msgid "Unsupported Assets"
msgstr "Ikke støttede aktiva"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Uten navn"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Pakk opp"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Oppdater delegasjon"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Oppdater liste"
@@ -1710,10 +1539,6 @@ msgstr "Se på Explorer"
msgid "View transaction on Explorer"
msgstr "Se transaksjonen på Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Stem"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Stem mot"
@@ -1905,11 +1730,6 @@ msgstr "Posisjonen din vil være 100 % {0} for denne prisen."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Posisjonen din vil ikke tjene avgifter eller brukes i handler før markedsprisen beveger seg inn i ditt nivå."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Dine posisjoner"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Din sats"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} bro"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Egendefinerte poletter"
@@ -1999,9 +1823,9 @@ msgstr "{0} Egendefinerte poletter"
msgid "{0} Deposited"
msgstr "{0} Innskutt"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Utforsker"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} symboler"
msgid "{0} {1} Price:"
msgstr "{0} {1} Pris:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Lagt til av bruker"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Polish\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(claim)"
msgid "(clear all)"
msgstr "(wyczyść wszystkie)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(edycja)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
msgid "0 UNI / week"
msgstr "0 UNI / tydzień"
#: src/components/FeeSelector/index.tsx
msgid "0.05% fee"
msgstr "Opłata 0,05%"
#: src/components/FeeSelector/index.tsx
msgid "0.3% fee"
msgstr "Opłata 0,3%"
#: src/components/FeeSelector/index.tsx
msgid "1% fee"
msgstr "1% opłaty"
#: src/pages/RemoveLiquidity/V3.tsx
msgid "25%"
msgstr "25%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Wszystkie wnioski"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Głosy"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Analiza konta i naliczone opłaty</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "O programie"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Konto"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktywne"
@@ -222,10 +198,6 @@ msgstr "Zezwól protokołowi Uniswap na używanie {0}"
msgid "Allowed"
msgstr "Dozwolone"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Zawsze upewnij się, że adres URL jest <0>app.uniswap.org</0> - zakładkę aby być bezpiecznym."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Kwota"
@@ -270,14 +242,6 @@ msgstr "Zatwierdzanie"
msgid "Approving {0}"
msgstr "Zatwierdzanie {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Eksplorator Arbitrum"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Most tokenów Arbitrum"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Jesteś pewien?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Najlepsze dla par egzotycznych."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Najlepsze dla większości par."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Najlepsze dla stabilnych par."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Zablokowany adres"
@@ -338,6 +290,10 @@ msgstr "Dodając tę listę domyślnie ufasz że dane są poprawne. Każdy może
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Łącząc portfel, akceptujesz <0>Warunki korzystania z Uniswap Labs </0> i potwierdzasz, że przeczytałeś i zrozumiałeś <1>Uniswap Protocol disclaimer</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Anulowany"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Zmiana"
@@ -346,21 +302,12 @@ msgstr "Zmiana"
msgid "Change your network to go back to L1"
msgstr "Zmień sieć, aby wrócić do L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Wykresy"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Sprawdź nasze v3 LP spackthrough i przewodniki migracji."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Claim"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Zgłoszono UNI!"
msgid "Claiming"
msgstr "Roszczenie"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Zauważanie UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Pobieranie opłat"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Pobieranie opłat spowoduje wypłatę obecnie dostępnych dla Ciebie opłat."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Wspólne podstawy"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Potwierdź"
@@ -494,7 +433,6 @@ msgstr "Potwierdź tę transakcję w swoim portfelu"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Połącz portfel"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Utwórz Pulę i Zaopatrzenie"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Utwórz propozycję"
@@ -557,10 +494,6 @@ msgstr "Utwórz parę"
msgid "Create a pool"
msgstr "Utwórz pulę"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Utwórz problem na GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Utwórz pulę i dodaj płynność {0}/{1} V3"
@@ -582,13 +515,17 @@ msgstr "Aktualna cena"
msgid "Current {0} Price:"
msgstr "Aktualna cena {0}:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Pokonany"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Deleguj głosy"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegowane do:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Głosy delegowane"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Depozyt UNI-V2 LP Tokens"
msgid "Deposit liquidity"
msgstr "Depozyt płynności"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Wpłata do arbitrażu"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Wpłać tokeny dostawcy płynności, aby otrzymać UNI, token zarządzania protokołem Uniswap."
@@ -695,7 +628,6 @@ msgstr "Wprowadź adres do uruchomienia UNI. Jeśli adres ma jakiekolwiek roszcz
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Wprowadź kwotę"
@@ -726,17 +658,17 @@ msgstr "Błąd połączenia. Spróbuj odświeżyć stronę."
msgid "Error importing list"
msgstr "Błąd importowania listy"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Rozszerzone wyniki z nieaktywnych list tokenów"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Wykonany"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Tryb ekspercki wyłącza monit potwierdzania transakcji i umożliwia transakcje o wysokim poślizgu, które często skutkują złymi stawkami i straconymi środkami."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Przeglądaj popularne pule w Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Przedawniony"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Od"
msgid "From (at most)"
msgstr "Od (maksymalnie)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Uzyskaj wsparcie na Discordzie"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Ukryć"
@@ -893,10 +821,6 @@ msgstr "Nagrody za płynność"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Dostawcy płynności otrzymują opłatę w wysokości 0,3 % od wszystkich transakcji proporcjonalnie do ich udziału w puli. Opłaty są dodawane do puli, naliczane w czasie rzeczywistym i mogą być pobierane poprzez wycofanie płynności."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listy"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Załadowano"
@@ -912,15 +836,10 @@ msgstr "Załadowano"
msgid "Loading"
msgstr "Ładowanie"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Upewnij się, że adres URL to <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Zarządzaj"
@@ -929,10 +848,6 @@ msgstr "Zarządzaj"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Zarządzaj płynnością w puli nagród"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Zarządzaj listami tokenów"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Zarządzaj tą pulą."
@@ -1025,6 +940,10 @@ msgstr "Nie znaleziono płynności V2."
msgid "No active pools"
msgstr "Brak aktywnych pul"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Bez opisu."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Nie znaleziono płynności."
@@ -1033,34 +952,10 @@ msgstr "Nie znaleziono płynności."
msgid "No pool found."
msgstr "Nie znaleziono puli."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nie znaleziono propozycji."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nie znaleziono wyników."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "POZA"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "NA"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "TYLKO WYKORZYSTUJ TEGO TRYBUNAŁU JEŚLI KOLEJ, JEŚLI KOLEJ."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Poza"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Na"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Gdy będziesz zadowolony z kursu, kliknij przycisk zaopatrzenia, aby przejrzeć."
@@ -1098,6 +993,10 @@ msgstr "Właściciel"
msgid "Participating pools"
msgstr "Uczestniczące grupy"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "W oczekiwaniu"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Połącz się z odpowiednią siecią Ethereum."
@@ -1106,7 +1005,6 @@ msgstr "Połącz się z odpowiednią siecią Ethereum."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Proszę wpisać słowo \"{confirmWord}\", aby włączyć tryb eksperta."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Zbiór"
@@ -1164,7 +1062,6 @@ msgstr "Wpływ cenowy za wysoki"
msgid "Price Updated"
msgstr "Cena zaktualizowana"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Zakres cen"
@@ -1189,14 +1086,6 @@ msgstr "Przesłano propozycję"
msgid "Proposal Title"
msgstr "Tytuł propozycji"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propozycje"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Propozycje złożone przez członków społeczności pojawią się tutaj."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Proponowane działanie"
@@ -1205,6 +1094,10 @@ msgstr "Proponowane działanie"
msgid "Proposer"
msgstr "Wniosek"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "W kolejce"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Stawki"
@@ -1213,10 +1106,6 @@ msgstr "Stawki"
msgid "Read more about UNI"
msgstr "Dowiedz się więcej o UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Dowiedz się więcej o zarządzaniu Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Dowiedz się więcej o zapewnieniu płynności"
@@ -1285,20 +1174,7 @@ msgstr "Powrót"
msgid "Route"
msgstr "Trasa"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Szukaj nazwy lub wklej adres"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Wybierz Pulę"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Wybierz typ puli na podstawie preferowanej opłaty dostawcy płynności."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Wybierz parę"
msgid "Selected Range"
msgstr "Wybrany zakres"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Własny"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Własny Delegat"
@@ -1367,10 +1239,6 @@ msgstr "Tolerancja poślizgu"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Niektóre aktywa nie są dostępne za pośrednictwem tego interfejsu, ponieważ mogą nie działać prawidłowo z inteligentnymi kontraktami lub nie możemy pozwolić na handel ze względów prawnych."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Coś poszło nie tak"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Krok 1. Pobierz tokeny płynności UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Składanie propozycji"
msgid "Submitting Vote"
msgstr "Wysyłanie głosu"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Udało się"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Dostawa"
@@ -1395,9 +1267,7 @@ msgstr "Dostawa"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Zapewnianie {0} {1} i {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Współczynnik dodanych tokenów ustawi cenę tej puli."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Nie można wysłać transakcji, ponieważ upłynął termin. Sprawdź, czy termin transakcji nie jest zbyt krótki."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Te tokeny są zwykle sparowane z innymi tokenami."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Jest to wersja alfa Uniswap w sieci Arbitrum. Aby je zamienić, musisz połączyć zasoby L1 z siecią."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Ten token nie pojawia się na aktywnych listach tokenów. Upewnij się, że jest to token, którym chcesz handlować."
@@ -1499,18 +1361,6 @@ msgstr "Co najmniej do"
msgid "Toggle Expert Mode"
msgstr "Przełącz tryb eksperta"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokeny"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokeny z nieaktywnych list. Zaimportuj określone tokeny poniżej lub kliknij Zarządzaj, aby aktywować więcej list."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Najlepsze pule"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Całkowite podaż"
@@ -1564,10 +1414,6 @@ msgstr "UNI w obiegu:"
msgid "UNI price:"
msgstr "Cena UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Tokeny UNI reprezentują udziały głosujące w zarządzaniu Uniswap. Możesz głosować na każdy wniosek samodzielnie lub delegować swoje głosy na osobę trzecią."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Spalone"
@@ -1593,17 +1439,9 @@ msgstr "Nieodebrane opłaty"
msgid "Unclaimed:"
msgstr "Niezgłoszony:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Zarządzanie Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 jest tutaj!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap dostępny w: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Nieokreślony"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Wydobycie płynności Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Umowa o migracji Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap na <0>Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Nieznane źródło"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Odblokuj głosy"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Odblokuj głosowanie"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Odblokowanie głosów"
@@ -1648,14 +1477,14 @@ msgstr "Nieobsługiwany zasób"
msgid "Unsupported Assets"
msgstr "Nieobsługiwane zasoby"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Nieuprawny"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Unwrap"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Aktualizuj delegację"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Aktualizuj listę"
@@ -1710,10 +1539,6 @@ msgstr "Zobacz w Eksploratorze"
msgid "View transaction on Explorer"
msgstr "Zobacz transakcję na Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Głosuj"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Głosuj przeciwko"
@@ -1905,11 +1730,6 @@ msgstr "Twoja pozycja będzie w 100% {0} w tej cenie."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Twoja pozycja nie będzie zarabiana ani nie będzie używana w transakcjach, dopóki cena rynkowa nie wejdzie w Twój zakres."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Twoje pozycje"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Twój kurs"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> na <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Most"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} żetonów niestandardowych"
@@ -1999,9 +1823,9 @@ msgstr "{0} żetonów niestandardowych"
msgid "{0} Deposited"
msgstr "{0} zdeponowane"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Odkrywca"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokenów"
msgid "{0} {1} Price:"
msgstr "Cena {0} {1}:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Dodane przez użytkownika"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Portuguese, Brazilian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(resgate)"
msgid "(clear all)"
msgstr "(limpar tudo)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(editar)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Todas as propostas"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Votos"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Análise de contas e taxas acumuladas</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "SOBRE"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Conta"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Ativa"
@@ -222,10 +198,6 @@ msgstr "Permitir que o Protocolo Uniswap utilize seu {0}"
msgid "Allowed"
msgstr "Permitido"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Sempre certifique-se de que a URL está marcada como<0>app.uniswap.org</0> - por motivos de segurança."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Valor"
@@ -270,14 +242,6 @@ msgstr "Aprovando"
msgid "Approving {0}"
msgstr "Aprovando {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Ponte de Token Arbitrum"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Tem certeza?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Melhor para pares exóticos."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Melhor para a maioria dos pares."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Melhor para pares estáveis."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Endereço bloqueado"
@@ -338,6 +290,10 @@ msgstr "Ao acrescentar esta lista, você está implicitamente confirmando que co
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Ao se conectar a uma carteira, você concorda com os <0>Termos de Serviço</0> do Uniswap Laboratório e declara ter lido e compreendido o <1>Termo de Isenção de Responsabilidade do Protocolo Unisawp</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Cancelado"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Alterar"
@@ -346,21 +302,12 @@ msgstr "Alterar"
msgid "Change your network to go back to L1"
msgstr "Mude sua rede para voltar para L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Gráficos"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Confira nosso passo-a-passo e o guia de migração da V3 do LP."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Resgatar"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI Resgatadas!"
msgid "Claiming"
msgstr "Resgatando"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Resgatando {0} UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Coletando taxas"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "A coleta das taxas gera um saque das taxas disponíveis atualmente para você."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Bases comuns"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Confirmar"
@@ -494,7 +433,6 @@ msgstr "Confirmar esta operação na sua carteira"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Conectar-se à carteira"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Criar Lote e Fornecimento"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Criar Proposta"
@@ -557,10 +494,6 @@ msgstr "Criar um par"
msgid "Create a pool"
msgstr "Criar um lote"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Abrir um chamado no GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Criar um lote e adicionar liquidez V3 de {0}/{1}"
@@ -582,13 +515,17 @@ msgstr "Preço atual"
msgid "Current {0} Price:"
msgstr "Preço {0} atual:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Derrotado"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegar votos"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegado para:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Votos delegados"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Depositar tokens LP UNI-V2"
msgid "Deposit liquidity"
msgstr "Liquidez do depósito"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Depósito para Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Deposite sua tokens de Fornecedores com Liquidez para receber UNI, o token de governança do Protocolo Uniswap."
@@ -695,7 +628,6 @@ msgstr "Digite um endereço para solicitar um resgate de UNI. Se o endereço tiv
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Digite um valor"
@@ -726,17 +658,17 @@ msgstr "Erro de conexão. Tente atualizar a página."
msgid "Error importing list"
msgstr "Erro ao importar a lista"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Resultados ampliados de Listas de Tokens inativas"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Executado"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "O modo Expert desativa o prompt de confirmação da operação e permite negociações com altas taxas de discrepância, que muitas vezes resultam em taxas ruins e perda de fundos."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Explore lotes populares no Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Expirado"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "De"
msgid "From (at most)"
msgstr "De (no máximo)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Obtenha suporte em caso de Discordância"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Esconder"
@@ -893,10 +821,6 @@ msgstr "Recompensas por liquidez de fornecedores"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Fornecedores com liquidez geram uma taxa de 0,3% em todas as negociações, proporcionalmente ao seu compartilhamento do lote. As taxas são adicionadas ao lote, são provisionadas em tempo real e podem ser resgatadas por meio de saques de sua liquidez."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listas"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Carregadas"
@@ -912,15 +836,10 @@ msgstr "Carregadas"
msgid "Loading"
msgstr "Carregando"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Certifique-se de que a URL é<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gerenciar"
@@ -929,10 +848,6 @@ msgstr "Gerenciar"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gerenciar a liquidez no Lote de Recompensas"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Gerenciar listas de tokens"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Gerenciar este lote."
@@ -1025,6 +940,10 @@ msgstr "Nenhuma liquidez V2 encontrada."
msgid "No active pools"
msgstr "Nenhum lote ativo"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Sem descrição."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Nenhuma liquidez encontrada."
@@ -1033,34 +952,10 @@ msgstr "Nenhuma liquidez encontrada."
msgid "No pool found."
msgstr "Nenhum lote encontrado."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nenhuma proposta encontrada."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nenhum resultado encontrado."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "DESLIGADO"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "SOBRE"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "USE ESTE MODO SOMENTE SE TIVER CERTEZA DO QUE ESTÁ FAZENDO."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Desligado"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Ligado"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Quando estiver satisfeito com a taxa, clique em fornecimento para analisar."
@@ -1098,6 +993,10 @@ msgstr "Proprietário"
msgid "Participating pools"
msgstr "Lotes participantes"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Pendente"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Conecte-se à Ethereum correta."
@@ -1106,7 +1005,6 @@ msgstr "Conecte-se à Ethereum correta."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Digite a palavra \"{confirmWord}\" para habilitar o modo Expert."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Lote"
@@ -1164,7 +1062,6 @@ msgstr "Impacto do preço muito alto"
msgid "Price Updated"
msgstr "Preço atualizado"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Intervalo de preço"
@@ -1189,14 +1086,6 @@ msgstr "Proposta Enviada"
msgid "Proposal Title"
msgstr "Título da Proposta"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propostas"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Propostas apresentadas por membros da comunidade serão exibidas aqui."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Ação Proposta"
@@ -1205,6 +1094,10 @@ msgstr "Ação Proposta"
msgid "Proposer"
msgstr "Proponente"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Na fila"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Taxas"
@@ -1213,10 +1106,6 @@ msgstr "Taxas"
msgid "Read more about UNI"
msgstr "Leia mais sobre as UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Ler mais sobre governança no Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Ler mais sobre geração de liquidez"
@@ -1285,20 +1174,7 @@ msgstr "Voltar"
msgid "Route"
msgstr "Rota"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Pesquise o nome ou cole o endereço"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Selecione o Lote"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Selecione um tipo de lote com base na taxa de seus fornecedores preferenciais com liquidez."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Selecione o par"
msgid "Selected Range"
msgstr "Faixa selecionada"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Auto"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Autodelegação"
@@ -1367,10 +1239,6 @@ msgstr "Tolerância a discrepâncias"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Alguns ativos não estão disponíveis nesta interface, porque não funcionam bem com os contrato inteligentes, ou não foi possível permitir as negociações por motivos legais."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Ocorreu um erro"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Etapa 1. Obtenha Tokens de Liquidez UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Enviando proposta"
msgid "Submitting Vote"
msgstr "Enviando Voto"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Bem sucedido"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Fornecimento"
@@ -1395,9 +1267,7 @@ msgstr "Fornecimento"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Fornecendo {0} {1} e {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "A proporção de tokens que você adicionar determina o preço deste lot
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "A operação não pode ser enviada após a data-limite. Confirme se a data-limite da operação não é cedo demais."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Esses tokens costumam ser pareados com outros tokens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Esta é uma versão alfa do Uniswap na rede Arbitrum. Você deve conectar os ativos L1 à rede para trocá-los."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Este token não figura na(s) lista(s) de tokens ativos. Certifique-se de que este é o tokens que você pretende negociar."
@@ -1499,18 +1361,6 @@ msgstr "Para (pelo menos)"
msgid "Toggle Expert Mode"
msgstr "Alternar para o Modo Expert"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokens de listas inativas. Importe tokens especificados abaixo ou clique em Gerenciar para ativar mais listas."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Lotes superiores"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Fornecimento total"
@@ -1564,10 +1414,6 @@ msgstr "UNI em circulação:"
msgid "UNI price:"
msgstr "Preço da UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Os tokens de UNI representam capital votante na governança do Uniswap. Você mesmo pode votar em cada proposta ou pode delegar seu voto a terceiros."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} queimados"
@@ -1593,17 +1439,9 @@ msgstr "Taxas não resgatadas"
msgid "Unclaimed:"
msgstr "Não resgatadas:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Governança do Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Chegou o Uniswap V3!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponível em: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Indeterminado"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Mineração de liquidez no Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Contrato de migração no Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap em <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Fonte desconhecida"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Desbloquear votos"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Desbloquear votação"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Desbloqueando votos"
@@ -1648,14 +1477,14 @@ msgstr "Ativo incompatível"
msgid "Unsupported Assets"
msgstr "Ativos incompatíveis"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Sem título"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Desacobertar"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Atualizar Delegação"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Atualizar lista"
@@ -1710,10 +1539,6 @@ msgstr "Visualizar no Explorer"
msgid "View transaction on Explorer"
msgstr "Visualizar a operação no Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Votar"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Votar contra"
@@ -1905,11 +1730,6 @@ msgstr "Sua posição será 100% de {0} com esse preço."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Sua posição não receberá taxas nem será utilizada em negociações até que o preço de mercado mude na sua faixa."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Suas posições"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Sua taxa"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> por <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Bridge"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Tokens Personalizados"
@@ -1999,9 +1823,9 @@ msgstr "{0} Tokens Personalizados"
msgid "{0} Deposited"
msgstr "{0} Depositados"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} explorador"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokens"
msgid "{0} {1} Price:"
msgstr "Preço de {0} {1}:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Adicionado pelo usuário"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Portuguese\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(reivindicação)"
msgid "(clear all)"
msgstr "(limpar tudo)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(editar)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Todas as propostas"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Votos"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Análise da conta e comissões acumuladas</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Sobre"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Conta"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Ativo"
@@ -222,10 +198,6 @@ msgstr "Permitir que o Protocolo Uniswap use o seu {0}"
msgid "Allowed"
msgstr "Permitido"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Certifique-se sempre que o URL é <0>app.uniswap.org</0> - marque-o como favorito para ter certeza."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Quantia"
@@ -270,14 +242,6 @@ msgstr "A aprovar"
msgid "Approving {0}"
msgstr "A aprovar {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Ponte de Token Arbitrum"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Tem certeza?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Saldo: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Melhor para pares exóticos."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Melhor para a maioria dos pares."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Melhor para pares estáveis."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Endereço bloqueado"
@@ -338,6 +290,10 @@ msgstr "Ao adicionar esta lista, está a confiar implicitamente que os dados est
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Ao ligar uma carteira, concorda com os <0>Termos de Serviço</0> da Uniswap Labs e reconhece que leu e entendeu o <1>Aviso do Protocolo Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Cancelado"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Alterar"
@@ -346,21 +302,12 @@ msgstr "Alterar"
msgid "Change your network to go back to L1"
msgstr "Mude sua rede para voltar para L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Tabelas"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Consulte os nossos guias passo-a-passo v3 LP e guias de migração."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Reivindicar"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI reivindicado!"
msgid "Claiming"
msgstr "A reivindicar"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "A reivindicar UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "A recolher comissões"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "A recolha de comissões irá retirar para si as comissões disponíveis atualmente."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Bases comuns"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Confirmar"
@@ -494,7 +433,6 @@ msgstr "Confirmar esta transação na sua carteira"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Ligar Carteira"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Criar Pool e Oferta"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Criar Proposta"
@@ -557,10 +494,6 @@ msgstr "Criar um par"
msgid "Create a pool"
msgstr "Criar uma pool"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Criar um problema no GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Criar pool e adicionar {0}/{1} liquidez V3"
@@ -582,13 +515,17 @@ msgstr "Preço atual"
msgid "Current {0} Price:"
msgstr "Preço atual {0}:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Derrotado"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegar votos"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegado a"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Votos delegados"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Depositar Tokens UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Depositar liquidez"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Depósito para Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Deposite os seus tokens de Fornecedor de Liquidez para receber UNI, o token de governança do protocolo Uniswap."
@@ -695,7 +628,6 @@ msgstr "Insira um endereço para acionar uma reivindicação UNI. Se o endereço
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Inserir um montante"
@@ -726,17 +658,17 @@ msgstr "Erro ao ligar. Tente atualizar a página."
msgid "Error importing list"
msgstr "Erro ao importar a lista"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Resultados expandidos da lista de tokens inativos"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Executado"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "O modo Especialista desativa o pedido de confirmação de transação e permite negociações de deslizamento elevado que muitas vezes resultam em taxas más e perda de fundos."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Explore as pools populares no Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Expirado"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "De"
msgid "From (at most)"
msgstr "De (no máximo)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Obtenha suporte no Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Esconder"
@@ -893,10 +821,6 @@ msgstr "Recompensas do fornecedor de liquidez"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Os fornecedores de liquidez ganham uma taxa de 0,3% em todas as trocas, proporcional à sua participação na pool. As comissões são adicionadas à pool, acumulam em tempo real e podem ser reivindicadas retirando a sua liquidez."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listas"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Carregado"
@@ -912,15 +836,10 @@ msgstr "Carregado"
msgid "Loading"
msgstr "A carregar"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Certifique-se que o URL é <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gerir"
@@ -929,10 +848,6 @@ msgstr "Gerir"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gerir Liquidez na Pool de Recompensas"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Gerir listas de tokens"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Gerir esta pool."
@@ -1025,6 +940,10 @@ msgstr "Nenhuma liquidez V2 encontrada."
msgid "No active pools"
msgstr "Não existem pools ativas"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Sem descrição."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Nenhuma liquidez encontrada."
@@ -1033,34 +952,10 @@ msgstr "Nenhuma liquidez encontrada."
msgid "No pool found."
msgstr "Nenhuma pool encontrada."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nenhuma proposta encontrada."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nenhum resultado encontrado."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "DESLIGADO"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "LIGADO"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "USE ESTE MODO APENAS SE SOUBER O QUE ESTÁ A FAZER."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Desligado"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Ligado"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Quando estiver satisfeito com a taxa, clique em fornecer para rever."
@@ -1098,6 +993,10 @@ msgstr "Proprietário"
msgid "Participating pools"
msgstr "Pools participantes"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Pendente"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Por favor, ligue-se à rede Ethereum apropriada."
@@ -1106,7 +1005,6 @@ msgstr "Por favor, ligue-se à rede Ethereum apropriada."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Por favor, digite a palavra \"{confirmWord}\" para ativar o modo de especialista."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Impacto nos preços muito alto"
msgid "Price Updated"
msgstr "Preço Atualizado"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Intervalo de preço"
@@ -1189,14 +1086,6 @@ msgstr "Proposta Enviada"
msgid "Proposal Title"
msgstr "Título da Proposta"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propostas"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "As propostas apresentadas por membros da comunidade aparecerão aqui."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Ação Proposta"
@@ -1205,6 +1094,10 @@ msgstr "Ação Proposta"
msgid "Proposer"
msgstr "Propositor"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Na fila"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Taxas"
@@ -1213,10 +1106,6 @@ msgstr "Taxas"
msgid "Read more about UNI"
msgstr "Leia mais sobre a UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Leia mais sobre a governança Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Leia mais sobre o fornecimento de liquidez"
@@ -1285,20 +1174,7 @@ msgstr "Voltar"
msgid "Route"
msgstr "Rota"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Pesquisar nome ou colar endereço"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Selecionar Pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Selecione um tipo de pool com base na sua comissão de fornecedor de liquidez preferida."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Selecionar par"
msgid "Selected Range"
msgstr "Intervalo Selecionado"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Auto"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Auto Delegar"
@@ -1367,10 +1239,6 @@ msgstr "Tolerância de Deslizamento"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Alguns ativos não estão disponíveis através desta interface porque podem não funcionar bem com os contratos inteligentes ou não podemos permitir a transação por razões legais."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Ocorreu um problema"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Passo 1. Obtenha tokens de Liquidez UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Enviando proposta"
msgid "Submitting Vote"
msgstr "A Enviar Voto"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Bem sucedido"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Fornecer"
@@ -1395,9 +1267,7 @@ msgstr "Fornecer"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "A fornecer {0} {1} e {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "A proporção de tokens que adicionar irá definir o preço desta pool."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "A transação não pôde ser enviada porque o prazo expirou. Verifique se o prazo da transação não é muito reduzido."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Estes tokens são normalmente emparelhados com outros tokens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Esta é uma versão alfa do Uniswap na rede Arbitrum. Você deve conectar os ativos L1 à rede para trocá-los."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Este token não aparece na(s) lista(s) de tokens ativos. Certifique-se que este é o token que deseja negociar."
@@ -1499,18 +1361,6 @@ msgstr "Para (no mínimo)"
msgid "Toggle Expert Mode"
msgstr "Ativar/Desativar Modo Especialista"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokens de listas inativas. Importe tokens específicos abaixo ou clique em Gerir para ativar mais listas."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Melhores pools"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Fornecimento Total"
@@ -1564,10 +1414,6 @@ msgstr "UNI em circulação:"
msgid "UNI price:"
msgstr "Preço da UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Os tokens da UNI representam participações de voto na governança da Uniswap. Pode votar em cada proposta você mesmo ou delegar os seus votos a um terceiro."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Queimado"
@@ -1593,17 +1439,9 @@ msgstr "Comissões não reivindicadas"
msgid "Unclaimed:"
msgstr "Não Reivindicado:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap Governança"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 já chegou!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponível em: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Indeterminado"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap mineração de liquidez"
msgid "Uniswap migration contract↗"
msgstr "Uniswap contrato de migração↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap em <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Fonte desconhecida"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Desbloquear votos"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Desbloquear Votação"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "A desbloquear votos"
@@ -1648,14 +1477,14 @@ msgstr "Ativo não suportado"
msgid "Unsupported Assets"
msgstr "Ativos não suportados"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Sem título"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Desembrulhar"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Atualizar Delegação"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Atualizar lista"
@@ -1710,10 +1539,6 @@ msgstr "Ver no Explorador"
msgid "View transaction on Explorer"
msgstr "Ver transação no Explorador"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Votar"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Votar contra"
@@ -1905,11 +1730,6 @@ msgstr "A sua posição será de 100% {0} a este preço."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "A sua posição não receberá comissões ou será usada em negociações até que o preço do mercado se mova para o seu intervalo."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "As suas posições"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "A sua comissão"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> por <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Bridge"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} tokens personalizados"
@@ -1999,9 +1823,9 @@ msgstr "{0} tokens personalizados"
msgid "{0} Deposited"
msgstr "{0} Depositado"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} explorador"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokens"
msgid "{0} {1} Price:"
msgstr "{0} {1} Preço:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Adicionado pelo utilizador"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Romanian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(revendicare)"
msgid "(clear all)"
msgstr "(elimină tot)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(editează)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Toate propunerile"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "Voturi <0/>"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Statisticile contului și comisioane acumulate</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Pentru depunerea propunerilor este necesar un prag minim de 0,25% din totalul aprovizionării UNI"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Despre"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Cont"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Activ"
@@ -222,10 +198,6 @@ msgstr "Permite Protocolului Uniswap să îți utilizeze {0}"
msgid "Allowed"
msgstr "Permis"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Întotdeauna să te asiguri că URL-ul este<0>app.uniswap.org</0> - marchează-l pentru a fi în siguranță."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Sumă"
@@ -270,14 +242,6 @@ msgstr "Aprobare"
msgid "Approving {0}"
msgstr "Aprobare {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Podul Arbitrum Token"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Ești sigur?"
@@ -310,18 +274,6 @@ msgstr "Sold:"
msgid "Balance: {0} {1}"
msgstr "Sold: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Cel mai bun pentru perechi exotice."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Cel mai bun pentru majoritatea perechilor."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Cel mai bun pentru perechi stabile."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Adresă blocată"
@@ -338,6 +290,10 @@ msgstr "Prin adăugarea acestei liste ești încrezător implicit că datele sun
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Prin conectarea unui portofel, ești de acord cu <0>Termenii de Utilizare</0> ai Uniswap Lab și accepți că ai citit și înțeles <1>Protocolul de Renunțare al Uniswap </1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Anulat"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Schimbă"
@@ -346,21 +302,12 @@ msgstr "Schimbă"
msgid "Change your network to go back to L1"
msgstr "Schimbați-vă rețeaua pentru a reveni la L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Diagramele"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Vezi ghicurile noastre v3 LP de utilizare și migrare."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Solicitare"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI Revendicate!"
msgid "Claiming"
msgstr "Revendicare"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Revendicare UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Colectarea taxelor"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Colectarea taxelor va retrage taxele disponibile în prezent pentru tine."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Baze comune"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Confirmare"
@@ -494,7 +433,6 @@ msgstr "Confirmă această tranzacție în portofelul tău"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Conectează Portofelul"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Crează Rezervă & Aprovizionare"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Creați o propunere"
@@ -557,10 +494,6 @@ msgstr "Creează o pereche"
msgid "Create a pool"
msgstr "Creează o rezervă"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Creează o problemă pe GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Creează rezervă și adaugă {0}/{1} V3 lichiditate"
@@ -582,13 +515,17 @@ msgstr "Prețul actual"
msgid "Current {0} Price:"
msgstr "Prețul actual {0}:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Învins"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Voturi delegate"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegat către:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Voturi delegate"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Depune Jetoane UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Lichiditate de depozit"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Depozit la Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Depune jetoanele Furnizorului tău de Lichidități pentru a primi UNI, jetonul de guvernare al protocolului Uniswap."
@@ -695,7 +628,6 @@ msgstr "Introdu o adresă pentru a declanșa o revendicare UNI. Dacă adresa are
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Introdu o sumă"
@@ -726,17 +658,17 @@ msgstr "Eroare la conectare. Încearcă să reîncarci pagina."
msgid "Error importing list"
msgstr "Eroare la importarea listei"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Rezultate extinse din Listele de Jetoane/Grupuri inactive"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Executat"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Modul Expert dezactivează prompt tranzacția de confirmare și permite tranzacțiile cu derapaj ridicat, care duc adesea la rate nefavorabile și la pierderi de fonduri."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Explorează grupurile populare pe Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Expirat"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "De la"
msgid "From (at most)"
msgstr "De la (cel mult)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Obține asistență pentru Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Ascunde"
@@ -893,10 +821,6 @@ msgstr "Recompense furnizor de lichidități"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Furnizorii de lichidități câștigă o taxă de 0,3 % pentru toate tranzacțiile proporționale cu cota lor din grup. Taxele sunt adăugate în grup, se acumulează în timp real şi pot fi revendicate prin retragerea lichidităţii."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Liste"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Încărcat"
@@ -912,15 +836,10 @@ msgstr "Încărcat"
msgid "Loading"
msgstr "Se încarcă"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Asigură-te că URL-ul este<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Gestionează"
@@ -929,10 +848,6 @@ msgstr "Gestionează"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Gestionează Lichiditatea în Grupul de Recompense"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Gestionează Lista de Jetoane"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Gestionează acest grup."
@@ -1025,6 +940,10 @@ msgstr "Nu s-a găsit nicio Lichiditate V2."
msgid "No active pools"
msgstr "Nu există grupuri active"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Fără descriere."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Nu a fost găsită nicio lichiditate."
@@ -1033,34 +952,10 @@ msgstr "Nu a fost găsită nicio lichiditate."
msgid "No pool found."
msgstr "Nu a fost găsit niciun grup."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Nicio propunere găsită."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Nici un rezultat găsit."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "DEZACTIVAT"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "PORNIT"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "UTILIZEAZĂ DOAR ACEST MOD DACĂ ȘTII CE TREBUIE SĂ FACI."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Dezactivat"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Activat"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Odată ce ești mulțumit de rata de schimb fă clic pe ofertă pentru a o examina."
@@ -1098,6 +993,10 @@ msgstr "Proprietar"
msgid "Participating pools"
msgstr "Grupuri participante"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "In asteptarea"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Vă rugăm să vă conectați la rețeaua Ethereum adecvată."
@@ -1106,7 +1005,6 @@ msgstr "Vă rugăm să vă conectați la rețeaua Ethereum adecvată."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Te rugăm să introduci cuvântul \"{confirmWord}\" pentru a activa modul expert."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Grup"
@@ -1164,7 +1062,6 @@ msgstr "Impact de Preț este Prea Mare"
msgid "Price Updated"
msgstr "Preț Actualizat"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Interval de preț"
@@ -1189,14 +1086,6 @@ msgstr "Propunere trimisă"
msgid "Proposal Title"
msgstr "Titlul propunerii"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Propuneri"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Propunerile depuse de membrii comunității vor apărea aici."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Acțiunea propusă"
@@ -1205,6 +1094,10 @@ msgstr "Acțiunea propusă"
msgid "Proposer"
msgstr "Propunător"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "În așteptare"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tarife"
@@ -1213,10 +1106,6 @@ msgstr "Tarife"
msgid "Read more about UNI"
msgstr "Citește mai multe despre UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Citește mai multe despre guvernarea Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Citește mai multe despre furnizarea de lichidități"
@@ -1285,20 +1174,7 @@ msgstr "Întoarcere"
msgid "Route"
msgstr "Traseu"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Caută nume sau lipește adresa"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Selectare Grup"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Selectează un tip de grup pe baza taxei tale preferate de furnizor de lichidități."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Selectează perechea"
msgid "Selected Range"
msgstr "Gama Selectată"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Sine"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Auto Delegare"
@@ -1367,10 +1239,6 @@ msgstr "Toleranță derapaj"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Unele active nu sunt disponibile prin intermediul acestei interfețe deoarece este posibil să nu funcționeze bine cu contractele inteligente sau nu putem permite tranzacționarea din motive legale."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Ceva nu a funcţionat corect"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Pasul 1. Obține jetoane de Lichiditate UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Trimiterea propunerii"
msgid "Submitting Vote"
msgstr "Se trimite votul"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Reușit"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Furnizare"
@@ -1395,9 +1267,7 @@ msgstr "Furnizare"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Se furnizează {0} {1} și {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Raportul dintre jetoanele adăugate va stabili prețul acestui grup."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Tranzacția nu a putut fi trimisă deoarece termenul a trecut. Te rugăm să verifici dacă termenul limită al acestei tranzacției nu este prea mic."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Aceste jetoane sunt de obicei asociate cu alte jetoane."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Aceasta este o versiune alfa a Uniswap în rețeaua Arbitrum. Trebuie să conectați activele L1 la rețea pentru a le schimba."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Acest jeton nu apare pe lista (listele) de jetoane active. Asigură-te că acesta este jetonul pe care vrei să îl tranzacționezi."
@@ -1499,18 +1361,6 @@ msgstr "La (cel puțin)"
msgid "Toggle Expert Mode"
msgstr "Comută pe Modul Expert"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Jetoane"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Jetoane din liste inactive. Importă jetoanele specifice de mai jos sau fă clic pe Gestionare pentru a activa mai multe liste."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Grupuri de top"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Total Aprovizionare"
@@ -1564,10 +1414,6 @@ msgstr "UNI în circulație:"
msgid "UNI price:"
msgstr "Preț UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Jetoanele UNI reprezintă acțiunile cu drept de vot în guvernarea Uniswap. Poți vota pentru fiecare propunere sau poți să delegi voturile unui terț."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Ars(e)"
@@ -1593,17 +1439,9 @@ msgstr "Taxe nesolicitate"
msgid "Unclaimed:"
msgstr "Nererevendicat:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Guvernare Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 este aici!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap disponibil în: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Nedeterminat"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Exploatare de lichidități Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Contract de migrare Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap pe <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Sursă Necunoscută"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Deblochează Voturi"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Deblochează Votarea"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Se deblochează Voturile"
@@ -1648,14 +1477,14 @@ msgstr "Activ Nesusținut"
msgid "Unsupported Assets"
msgstr "Active Nesusținute"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Fără titlu"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Despachetează"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Actualizează Delegarea"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Actualizare listă"
@@ -1710,10 +1539,6 @@ msgstr "Vizualizează pe Explorer"
msgid "View transaction on Explorer"
msgstr "Vizualizează tranzacția în Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Votează"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Votează Împotrivă"
@@ -1905,11 +1730,6 @@ msgstr "Poziţia ta va fi de 100% {0} la acest preţ."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Poziția dvs. nu va câștiga taxe sau nu va fi utilizată în tranzacții până când prețul de piață nu se va muta în intervalul tău."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Pozițiile tale"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Rata ta"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> pe <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Pod"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Jetoane Personalizate"
@@ -1999,9 +1823,9 @@ msgstr "{0} Jetoane Personalizate"
msgid "{0} Deposited"
msgstr "{0} Depozitate"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Explorer"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} jetoane"
msgid "{0} {1} Price:"
msgstr "{0} {1} Preț:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Adăugat de utilizator"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Russian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(востребовать)"
msgid "(clear all)"
msgstr "(очистить всё)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(редактировать)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Все предложения"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Голоса"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Аналитика по аккаунту и начисленные комиссии</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ msgstr "<0>Разблокируйте голосование</0>, чтобы п
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0>🎉 </0>Добро пожаловать в команду единорогов :) <1>🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Для внесения предложений требуется минимальный порог в 0,25% от общего предложения UNI"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "О протоколе"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Аккаунт"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Активный"
@@ -222,10 +198,6 @@ msgstr "Разрешить протоколу Uniswap использовать
msgid "Allowed"
msgstr "Разрешено"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Всегда проверяйте, что адрес сайта — <0>app.uniswap.org</0>. Для безопасности добавьте его в закладки."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Сумма"
@@ -270,14 +242,6 @@ msgstr "Идёт одобрение"
msgid "Approving {0}"
msgstr "Идёт одобрение {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Арбитрум Эксплорер"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Вы уверены?"
@@ -310,18 +274,6 @@ msgstr "Баланс:"
msgid "Balance: {0} {1}"
msgstr "Баланс: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Подходит для экзотических пар."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Подходит для большинства пар."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Подходит для пар стейблкоинов."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Заблокированный адрес"
@@ -338,6 +290,10 @@ msgstr "Добавляя этот список, вы подразумевает
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Подключая кошелёк, вы соглашаетесь с <0>Условиями предоставления услуг</0> Uniswap Labs и подтверждаете, что прочитали и поняли <1>Отказ от претензий протокола Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Отменено"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Изменить"
@@ -346,21 +302,12 @@ msgstr "Изменить"
msgid "Change your network to go back to L1"
msgstr "Измените свою сеть, чтобы вернуться к L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Графики"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Ознакомьтесь с нашими руководствами по предоставлению и переносу ликвидности в V3."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Востребовать"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Вы востребовали UNI!"
msgid "Claiming"
msgstr "Востребование"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Востребование UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Получение комиссий"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Получение комиссий выведет начисленные для вас комиссии."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Часто используемые базовые"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Подтвердить"
@@ -494,7 +433,6 @@ msgstr "Подтвердите эту транзакцию в своём кош
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Подключить кошелёк"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Создать пул и внести"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Создать предложение"
@@ -557,10 +494,6 @@ msgstr "Создать пару"
msgid "Create a pool"
msgstr "Создать пул"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Создать проблему на GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Создать пул и добавить ликвидность {0}/{1} в V3"
@@ -582,13 +515,17 @@ msgstr "Текущая цена"
msgid "Current {0} Price:"
msgstr "Текущая цена {0}:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Побежден"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Делегировать голоса"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Делегировано кому:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Делегированные голоса"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Внести LP-токены UNI-V2"
msgid "Deposit liquidity"
msgstr "Внести ликвидность"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Депозит в Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Внесите токены поставщика ликвидности, чтобы получать UNI, токен управления протоколом Uniswap."
@@ -695,7 +628,6 @@ msgstr "Введите адрес, чтобы востребовать UNI. Ес
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Введите сумму"
@@ -726,17 +658,17 @@ msgstr "Ошибка подключения. Попробуйте обновит
msgid "Error importing list"
msgstr "Ошибка при импорте списка"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Расширенные результаты из неактивных списков токенов"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Казнен"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Экспертный режим отключает экран подтверждения транзакции и позволяет совершать сделки с большим проскальзыванием, что часто приводит к плохим обменным курсам и потере средств."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Исследуйте популярные пулы в Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Истекший"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Обменять токены"
msgid "From (at most)"
msgstr "Обменять токены (максимум)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Получите поддержку в Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Скрыть"
@@ -893,10 +821,6 @@ msgstr "Вознаграждения для поставщика ликвидн
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Поставщики ликвидности зарабатывают 0,3% от всех сделок пропорционально своей доле в пуле. Комиссии добавляются в пул, начисляются в режиме реального времени и могут быть востребованы путём вывода ликвидности."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Списки"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Загружено"
@@ -912,15 +836,10 @@ msgstr "Загружено"
msgid "Loading"
msgstr "Загрузка"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Убедитесь, что адрес сайта — <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Управлять"
@@ -929,10 +848,6 @@ msgstr "Управлять"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Управление ликвидностью в пуле вознаграждений"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Управлять списками токенов"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Управление этим пулом."
@@ -1025,6 +940,10 @@ msgstr "Ликвидность в V2 не обнаружена."
msgid "No active pools"
msgstr "Нет активных пулов"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Нет описания."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Ликвидность не найдена."
@@ -1033,34 +952,10 @@ msgstr "Ликвидность не найдена."
msgid "No pool found."
msgstr "Пулы не найдены."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Предложения не найдены."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Ничего не найдено."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "ВЫКЛ"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "ВКЛ"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "ИСПОЛЬЗУЙТЕ ЭТОТ РЕЖИМ, ТОЛЬКО ЕСЛИ ЗНАЕТЕ, ЧТО ДЕЛАЕТЕ."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Выкл"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Вкл"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Как только вы будете довольны курсом, нажмите «Внести», чтобы перейти к подтверждению."
@@ -1098,6 +993,10 @@ msgstr "Владелец"
msgid "Participating pools"
msgstr "Участвующие пулы"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "В ожидании"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Пожалуйста, подключитесь к нужной сети Ethereum."
@@ -1106,7 +1005,6 @@ msgstr "Пожалуйста, подключитесь к нужной сети
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Пожалуйста, введите слово \"{confirmWord}\", чтобы включить экспертный режим."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Пулы"
@@ -1164,7 +1062,6 @@ msgstr "Слишком высокое влияние на цену"
msgid "Price Updated"
msgstr "Цена была обновлена"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Диапазон цен"
@@ -1189,14 +1086,6 @@ msgstr "Предложение отправлено"
msgid "Proposal Title"
msgstr "Название предложения"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Предложения"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Предложения, вносимые членами сообщества, будут появляться здесь."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Предлагаемое действие"
@@ -1205,6 +1094,10 @@ msgstr "Предлагаемое действие"
msgid "Proposer"
msgstr "Автор предложения"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "В очереди"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Тарифы"
@@ -1213,10 +1106,6 @@ msgstr "Тарифы"
msgid "Read more about UNI"
msgstr "Подробнее о UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Подробнее об управлении Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Подробнее о предоставлении ликвидности"
@@ -1285,20 +1174,7 @@ msgstr "Назад"
msgid "Route"
msgstr "Маршрут"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Найдите по имени или вставьте адрес"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Выберите пул"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Выберите тип пула в зависимости от подходящей вам комиссии поставщика ликвидности."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Выберите пару"
msgid "Selected Range"
msgstr "Выбранный диапазон"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Себе"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Делегировать себе"
@@ -1367,10 +1239,6 @@ msgstr "Допустимое проскальзывание"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Некоторые активы недоступны через этот интерфейс, потому что они могут неправильно работать со смарт-контрактами или мы не можем разрешить торговлю по юридическим причинам."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Что-то пошло не так"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Шаг 1. Получите токены ликвидности UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Отправка предложения"
msgid "Submitting Vote"
msgstr "Отправка голоса"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Удалось"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Внести"
@@ -1395,9 +1267,7 @@ msgstr "Внести"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Внесение {0} {1} и {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Соотношение добавляемых вами токенов у
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Транзакция не может быть отправлена, потому что срок её действия истек. Пожалуйста, убедитесь, что срок действия вашей транзакции не слишком короткий."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Пары с этими токенами создаются чаще всего."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Это альфа-версия Uniswap в сети Arbitrum. Вы должны подключить ресурсы L1 к сети, чтобы поменять их местами."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Этот токен не входит в активные списки токенов. Убедитесь, что это действительно тот токен, которым вы хотите торговать."
@@ -1499,18 +1361,6 @@ msgstr "На токены (минимум)"
msgid "Toggle Expert Mode"
msgstr "Экспертный режим"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Токены"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Токены из неактивных списков. Импортируйте нужные токены ниже, либо нажмите «Управлять», чтобы активировать другие списки."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Топ пулов"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Общее предложение"
@@ -1564,10 +1414,6 @@ msgstr "UNI в обращении:"
msgid "UNI price:"
msgstr "Цена UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Токены UNI представляют собой права голоса в управлении Uniswap. Вы можете проголосовать по каждому предложению самостоятельно или делегировать свои голоса третьей стороне."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} сожжено"
@@ -1593,17 +1439,9 @@ msgstr "Невостребованные комиссии"
msgid "Unclaimed:"
msgstr "Невостребовано:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Управление Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 запустился!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap доступен на языке <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Неопределенный"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Майнинг ликвидности Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Контракт переноса Uniswap ↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap на <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Неизвестный источник"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Неизвестная ошибка{0}. Попробуйте увеличить допустимое проскальзывание. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Разблокировать голоса"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Разблокировать голосование"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Разблокировка голосов"
@@ -1648,14 +1477,14 @@ msgstr "Актив не поддерживается"
msgid "Unsupported Assets"
msgstr "Неподдерживаемые активы"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Без названия"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Развернуть"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Обновить делегирование"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Обновить список"
@@ -1710,10 +1539,6 @@ msgstr "Просмотреть в обозревателе"
msgid "View transaction on Explorer"
msgstr "Просмотреть транзакцию в обозревателе"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Голосования"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Проголосовать «против»"
@@ -1905,11 +1730,6 @@ msgstr "Ваша позиция будет равна 100% {0} по этой ц
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Ваша позиция не будет зарабатывать комиссии или использоваться в сделках до тех пор, пока рыночная цена не переместится в ваш диапазон."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Ваши позиции"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Ваш курс"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> за <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Мост"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} пользовательских токенов"
@@ -1999,9 +1823,9 @@ msgstr "{0} пользовательских токенов"
msgid "{0} Deposited"
msgstr "{0} внесено"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Исследователь"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} токенов"
msgid "{0} {1} Price:"
msgstr "Цена {0} {1}:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Пользовательский"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Serbian (Cyrillic)\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(потраживање)"
msgid "(clear all)"
msgstr "(обриши све)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(уреди)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Сви предлози"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Гласови"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0> Аналитика рачуна и обрачунате накнаде</0> <1> ↗</1>"
@@ -135,10 +114,6 @@ msgstr "<0> Откључајте гласање</0> да се припреми
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0> 🎉</0> Добродошли у тим Unicorn :) <1> 🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "За подношење предлога потребан је минимални праг од 0,25% укупне УНИ понуде"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "О"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Рачун"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Активно"
@@ -222,10 +198,6 @@ msgstr "Дозволите Uniswap протоколу да користи ваш
msgid "Allowed"
msgstr "Дозвољен"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Увек се уверите да је URL <0>app.uniswap.org</0> - обележите да бисте били сигурни."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Износ"
@@ -270,14 +242,6 @@ msgstr "Одобравање"
msgid "Approving {0}"
msgstr "Одобравање {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Арбитрум Екплорер"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Арбитрум Токен Бридге"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Јеси ли сигуран?"
@@ -310,18 +274,6 @@ msgstr "Стање:"
msgid "Balance: {0} {1}"
msgstr "Стање: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Најбоље за егзотичне парове."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Најбоље за већину парова."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Најбоље за стабилне парове."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Блокирана адреса"
@@ -338,6 +290,10 @@ msgstr "Додавањем ове листе имплицитно сте саг
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Повезивањем новчаника прихватате Uniswap Labs <0>Услове коришћења услуге</0> и потврђујете да сте прочитали и разумели <1>Изјаву о одрицању одговорности Uniswap протокола</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Отказано"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Промена"
@@ -346,21 +302,12 @@ msgstr "Промена"
msgid "Change your network to go back to L1"
msgstr "Промените мрежу да бисте се вратили на Л1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Графикони"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Погледајте наше водиче за v3 LP и водиче за миграцију."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Потраживање"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Преузет УНИ!"
msgid "Claiming"
msgstr "Преузимање"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Преузимање УНИ"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Сакупљање накнада"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Сакупљање накнада повући ће тренутно доступне накнаде за вас."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Заједничке основе"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Потврди"
@@ -494,7 +433,6 @@ msgstr "Потврдите ову трансакцију у новчанику"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Повежите новчаник"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Направите Фонд & Снабдевање"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Направите предлог"
@@ -557,10 +494,6 @@ msgstr "Направите пар"
msgid "Create a pool"
msgstr "Направите фонд"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Направите питање на GitHub-у"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Направите фонд и додајте {0}/{1} V3 ликвидност"
@@ -582,13 +515,17 @@ msgstr "Тренутна цена"
msgid "Current {0} Price:"
msgstr "Тренутна {0} цена:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Поражени"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Делегирајте гласове"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Делегирано за:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Делегирани гласови"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Положите UNI-V2 LP токене"
msgid "Deposit liquidity"
msgstr "Ликвидност депозита"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Депозит на Арбитрум"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Положите своје токене Добављача ликвидности да бисте добили УНИ, токен управљања протоколом Uniswap."
@@ -695,7 +628,6 @@ msgstr "Унесите адресу да бисте покренули преу
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Унесите износ"
@@ -726,17 +658,17 @@ msgstr "Грешка при повезивању. Покушајте да осв
msgid "Error importing list"
msgstr "Грешка при увозу листе"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Проширени резултати са неактивних листа токена"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Погубљен"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Експертни режим искључује упит за потврду трансакције и омогућава велике клизне трансакције које често резултирају лошим стопама и изгубљеним новчаним средствима."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Истражите популарне фондове на Uniswap Аналитици."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Истекло"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Од"
msgid "From (at most)"
msgstr "Од (највише)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Затражите подршку на Discord-у"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Сакрити"
@@ -893,10 +821,6 @@ msgstr "Награде добављача ликвидности"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Даваоци ликвидности зарађују провизију од 0,3% на свим пословима пропорционално њиховом уделу у фонду. Накнаде се додају у фонд, прикупљају се у реалном времену и могу се захтевати повлачењем ваше ликвидности."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Листе"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Учитано"
@@ -912,15 +836,10 @@ msgstr "Учитано"
msgid "Loading"
msgstr "Учитавање"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Уверите се да је URL<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Управљати"
@@ -929,10 +848,6 @@ msgstr "Управљати"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Управљање ликвидношћу у наградном фонду"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Управљање листама токена"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Управљајте овим фондом."
@@ -1025,6 +940,10 @@ msgstr "Није пронађена ликвидност V2."
msgid "No active pools"
msgstr "Нема активних фондова"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Нема описа."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Није пронађена ликвидност."
@@ -1033,34 +952,10 @@ msgstr "Није пронађена ликвидност."
msgid "No pool found."
msgstr "Није пронађен ниједан фонд."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Није пронађен ниједан предлог."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Нема резултата."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "ИСК"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "УКЉ"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "ОВАЈ РЕЖИМ КОРИСТИТЕ САМО АКО ЗНАТЕ ШТА РАДИТЕ."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Иск"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Укљ"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Једном када сте задовољни курсом, кликните снабдевање како бисте прегледали."
@@ -1098,6 +993,10 @@ msgstr "Власник"
msgid "Participating pools"
msgstr "Фондови који учествују"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "нерешен"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Повежите се са одговарајућом мрежом Ethereum."
@@ -1106,7 +1005,6 @@ msgstr "Повежите се са одговарајућом мрежом Ether
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Унесите реч „{confirmWord}“ да бисте омогућили експертни режим."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Фонд"
@@ -1164,7 +1062,6 @@ msgstr "Учинак на цену је превисок"
msgid "Price Updated"
msgstr "Цена ажурирана"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Распон цена"
@@ -1189,14 +1086,6 @@ msgstr "Предлог поднет"
msgid "Proposal Title"
msgstr "Наслов предлога"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Предлози"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Овде ће се појавити предлози које су поднели чланови заједнице."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Предложена акција"
@@ -1205,6 +1094,10 @@ msgstr "Предложена акција"
msgid "Proposer"
msgstr "Предлагач"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "У реду"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Стопе"
@@ -1213,10 +1106,6 @@ msgstr "Стопе"
msgid "Read more about UNI"
msgstr "Прочитајте више о UNI-ју"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Прочитајте више о управљању Uniswap-ом"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Прочитајте више о обезбеђивању ликвидности"
@@ -1285,20 +1174,7 @@ msgstr "Повратак"
msgid "Route"
msgstr "Рута"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Претражите име или налепите адресу"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Изаберите Фонд"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Изаберите врсту базена на основу жељене накнаде за провајдера ликвидности."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Изаберите пар"
msgid "Selected Range"
msgstr "Изабрани опсег"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Сопствени"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Сопствени делегат"
@@ -1367,10 +1239,6 @@ msgstr "Клизна толеранција"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Нека средства нису доступна путем овог интерфејса, јер можда неће добро функционисати са паметним уговорима или из правних разлога не можемо да дозволимо трговање."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Нешто није у реду"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Корак 1. Набавите UNI-V2 токене ликвидности"
@@ -1387,6 +1255,10 @@ msgstr "Подношење предлога"
msgid "Submitting Vote"
msgstr "Слање гласа"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Успео"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Снабдевање"
@@ -1395,9 +1267,7 @@ msgstr "Снабдевање"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Снабдевање {0} {1} и {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Однос жетона које додате ће одредити це
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Трансакција није могла бити послата јер је рок истекао. Молимо вас да проверите да ваш рок за трансакцију није пренизак."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Ови токени су обично упарени са другим токенима."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Ово је алфа издање Унисвап-а на мрежи Арбитрум. Морате повезати средства Л1 на мрежу да бисте их заменили."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Овај токен се не појављује на листи активних токена. Уверите се да је ово жетон којим желите да тргујете."
@@ -1499,18 +1361,6 @@ msgstr "До (најмање)"
msgid "Toggle Expert Mode"
msgstr "Укључивање експертног режима"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Жетони"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Жетони са неактивних листа. Увезите одређене токене у наставку или кликните на Управљаљ да бисте активирали још листа."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Врхунски фондови"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Укупно снабдевање"
@@ -1564,10 +1414,6 @@ msgstr "UNI у оптицају:"
msgid "UNI price:"
msgstr "UNI цена:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI токени представљају акције са правом гласа у управљању Uniswap-ом. Можете сами гласати за сваки предлог или пренети своје гласове трећој страни."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} спаљен"
@@ -1593,17 +1439,9 @@ msgstr "Ненаплаћене накнаде"
msgid "Unclaimed:"
msgstr "Непотраживано:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap управљање"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 је стигао!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap доступан у: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Неодређено"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap рударење ликвидности"
msgid "Uniswap migration contract↗"
msgstr "Uniswap уговор о миграцији↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Откажите на <0> Арбитруму</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Непознат извор"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Непозната грешка{0}. Покушајте да повећате толеранцију на клизање. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Откључај гласове"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Откључај гласање"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Откључавање гласова"
@@ -1648,14 +1477,14 @@ msgstr "Неподржано средство"
msgid "Unsupported Assets"
msgstr "Неподржана средства"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Без наслова"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Одмотај"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Ажурирање делегације"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Ажурирај листу"
@@ -1710,10 +1539,6 @@ msgstr "Поглед на Екплореру"
msgid "View transaction on Explorer"
msgstr "Погледајте трансакцију у Екплореру"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Гласајте"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Гласајте против"
@@ -1905,11 +1730,6 @@ msgstr "Ваша позиција ће бити 100% {0} по овој цени.
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Ваша позиција неће зарађивати провизије нити ће се користити у трговини док се тржишна цена не помери у ваш опсег."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Ваше позиције"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Ваша стопа"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> по <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Мост"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Прилагођени токени"
@@ -1999,9 +1823,9 @@ msgstr "{0} Прилагођени токени"
msgid "{0} Deposited"
msgstr "{0} Депоновано"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Екплорер"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} жетона"
msgid "{0} {1} Price:"
msgstr "{0} {1} Цена:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Додао корисник"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Swedish\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(krav)"
msgid "(clear all)"
msgstr "(rensa alla)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(redigera)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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 %"
@@ -98,11 +82,6 @@ msgstr "75 %"
msgid "<0/> All Proposals"
msgstr "<0/> Alla förslag"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Röster"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Kontoanalys och upplupna avgifter</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Omkring"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Konto"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktivt"
@@ -222,10 +198,6 @@ msgstr "Tillåt Uniswap-protokollet att använda din {0}"
msgid "Allowed"
msgstr "Tillåten"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Se alltid till att URL:en är<0>app.uniswap.org</0> - bokmärk den för att vara på säker sida."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Belopp"
@@ -270,14 +242,6 @@ msgstr "Godkänner"
msgid "Approving {0}"
msgstr "Godkänner {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Bridge"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Är du säker?"
@@ -310,18 +274,6 @@ msgstr "Saldo:"
msgid "Balance: {0} {1}"
msgstr "Balans: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Bäst för exotiska par."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Bäst för de flesta par."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Bäst för stabila par."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Blockerad adress"
@@ -338,6 +290,10 @@ msgstr "Genom att lägga till de här listan litar du underförstått på att up
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Genom att ansluta en plånbok samtycker du till Uniswap Labs <0>användarvillkor</0> och bekräftar att du har läst och förstått <1>Uniswap-protokollets ansvarsfriskrivning</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Inställt"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Ändra"
@@ -346,21 +302,12 @@ msgstr "Ändra"
msgid "Change your network to go back to L1"
msgstr "Ändra ditt nätverk för att gå tillbaka till L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Diagram"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Kolla in våra v3 LP-genomgångs och migrationsguider."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Krav"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Gjorde krav på UNI!"
msgid "Claiming"
msgstr "Kräver"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Gör krav på UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Insamlingsavgifter"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Insamlingsavgifterna kommer att dra av för närvarande tillgängliga avgifter för dig."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Gemensamma baser"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Bekräfta"
@@ -494,7 +433,6 @@ msgstr "Bekräfta transaktionen i din plånbok"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Anslut plånbok"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Skapa pool & tillgång"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Skapa förslag"
@@ -557,10 +494,6 @@ msgstr "Skapa ett par"
msgid "Create a pool"
msgstr "Skapa en pool"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Skapa en tvistefråga på GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Skapa en pool och lägg till {0}/{1} V3-likviditet"
@@ -582,13 +515,17 @@ msgstr "Nuvarande pris"
msgid "Current {0} Price:"
msgstr "Nuvarande {0} pris:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Besegrad"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Delegera röster"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Delegerat till:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Delegerade röster"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Sätt in UNI-V2 LP-tokens"
msgid "Deposit liquidity"
msgstr "Insättningslikviditet"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Insättning till Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Sätt in din likviditetsleverantörs tokens för att få UNI, Uniswap-protokollets styrningssymbol."
@@ -695,7 +628,6 @@ msgstr "Ange en adress för att utlösa ett UNI-krav. Om adressen har några UNI
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Ange ett belopp"
@@ -726,17 +658,17 @@ msgstr "Fel vid anslutning. Prova att uppdatera sidan."
msgid "Error importing list"
msgstr "Fel vid import av lista"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Utökade resultat från inaktiva tokenlistor"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Avrättade"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Expertläget stänger av bekräftelsetransaktionen och tillåter handel med hög tolerrans som ofta resulterar i dåliga kurser och penningförluster."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Utforska populära pooler i Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Utgånget"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Från"
msgid "From (at most)"
msgstr "Från (som mest)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Få support angående brist på överensstämmelse"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Dölj"
@@ -893,10 +821,6 @@ msgstr "Belöningar för likviditetsleverantör"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Likviditetsleverantörer tjänar en avgift på 0,3 procent på alla affärer i proportion till sin andel av poolen. Avgifter läggs till poolen, samlas in i realtid och kan krävas vid likviditetsutflöde."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listor"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Laddad"
@@ -912,15 +836,10 @@ msgstr "Laddad"
msgid "Loading"
msgstr "Laddar"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Se till att webbadressen är <0> app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Hantera"
@@ -929,10 +848,6 @@ msgstr "Hantera"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Hantera likviditet i belöningspoolen"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Hantera tokenlistor"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Hantera den här poolen."
@@ -1025,6 +940,10 @@ msgstr "Ingen V2-likviditet hittades."
msgid "No active pools"
msgstr "Inga aktiva pooler"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Ingen beskrivning."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Ingen likviditet hittades."
@@ -1033,34 +952,10 @@ msgstr "Ingen likviditet hittades."
msgid "No pool found."
msgstr "Ingen pool hittades."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Inga förslag hittades."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Inga resultat hittades."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "AV"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "PÅ"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "ANVÄND DETTA LÄGE BARA OM DU VET VAD DU GÖR."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Av"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "På"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "När du är nöjd med kursen klicka leverans för att granska."
@@ -1098,6 +993,10 @@ msgstr "Ägare"
msgid "Participating pools"
msgstr "Deltagande pooler"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "I väntan på"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Anslut till lämpligt Ethereum-nätverk."
@@ -1106,7 +1005,6 @@ msgstr "Anslut till lämpligt Ethereum-nätverk."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Skriv in ordet \"{confirmWord}\" för att aktivera expertläge."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Prispåverkan för hög"
msgid "Price Updated"
msgstr "Priset uppdaterat"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Prisintervall"
@@ -1189,14 +1086,6 @@ msgstr "Förslaget inlämnat"
msgid "Proposal Title"
msgstr "Förslagets titel"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Förslag"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Förslag som lämnats in av medlemmar i gemenskapen kommer att visas här."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Föreslagen åtgärd"
@@ -1205,6 +1094,10 @@ msgstr "Föreslagen åtgärd"
msgid "Proposer"
msgstr "Förslagsgivare"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Kö"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Kurser"
@@ -1213,10 +1106,6 @@ msgstr "Kurser"
msgid "Read more about UNI"
msgstr "Läs mer om UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Läs mer om Uniswap-styrning"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Läs mer om att tillhandahålla likviditet"
@@ -1285,20 +1174,7 @@ msgstr "Återgå"
msgid "Route"
msgstr "Sökväg"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Sök namn eller klistra in adress"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Välj pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Välj en pooltyp baserat på din föredragna likviditetsleverantörsavgift."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Välj par"
msgid "Selected Range"
msgstr "Valt intervall"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Själv"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Självdelegering"
@@ -1367,10 +1239,6 @@ msgstr "Toleransmarginal"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Vissa tillgångar är inte tillgängliga via detta gränssnitt eftersom de kanske inte fungerar bra med smarta kontrakt eller vi inte kan tillåta handel av juridiska skäl."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Något gick snett"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Steg 1. Få UNI-V2 likviditetstokens"
@@ -1387,6 +1255,10 @@ msgstr "Skicka förslag"
msgid "Submitting Vote"
msgstr "Skickar röstning"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Lyckades"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Tillgång"
@@ -1395,9 +1267,7 @@ msgstr "Tillgång"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Levererar {0} {1} och {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Förhållandet mellan tokens du lägger till kommer att bestämma priset
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Transaktionen kunde inte skickas eftersom tidsfristen har löpt ut. Kontrollera att din transaktionstidsfrist inte är för kort."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Dessa tokens paras vanligtvis ihop med andra tokens."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Detta är en alfa-release av Uniswap i Arbitrum-nätverket. Du måste överbrygga L1-tillgångar till nätverket för att byta dem."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Den här token visas inte i den eller de aktiva tokenlistorna. Se till att detta är den token som du vill handla med."
@@ -1499,18 +1361,6 @@ msgstr "Till (minst)"
msgid "Toggle Expert Mode"
msgstr "Växla expertläge"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Tokens"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Tokens från inaktiva listor. Importera specifika tokens nedan eller klicka på Hantera för att aktivera fler listor."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "De bästa poolerna"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Totalt utbud"
@@ -1564,10 +1414,6 @@ msgstr "UNI i omlopp:"
msgid "UNI price:"
msgstr "UNI pris:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI-tokens representerar röstandelar i Uniswap-styrning. Du kan själv rösta på varje förslag eller delegera dina röstningar till en tredje part."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} bränd"
@@ -1593,17 +1439,9 @@ msgstr "Ej krävda avgifter"
msgid "Unclaimed:"
msgstr "Ej krävda:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap-styrning"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 är här!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap tillgänglig på: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Obestämd"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap likviditetsutvinning"
msgid "Uniswap migration contract↗"
msgstr "Uniswap migrationskontrakt↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Uniswap på <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Okänd källa"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Lås upp röster"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Lås upp röstning"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Låser upp röster"
@@ -1648,14 +1477,14 @@ msgstr "Tillgång som inte stöds"
msgid "Unsupported Assets"
msgstr "Tillgångar som inte stöds"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Ofrälse"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Packa upp"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Uppdatera delegering"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Uppdatera lista"
@@ -1710,10 +1539,6 @@ msgstr "Visa i Utforskare"
msgid "View transaction on Explorer"
msgstr "Visa transaktion i Utforskaren"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Rösta"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Rösta mot"
@@ -1905,11 +1730,6 @@ msgstr "Din position kommer att vara till 100 procent {0} till detta pris."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Din position kommer inte att tjäna avgifter eller användas i affärer tills marknadspriset kommer in i ditt intervall."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Dina positioner"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Din kurs"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> per <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Bro"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Anpassade token"
@@ -1999,9 +1823,9 @@ msgstr "{0} Anpassade token"
msgid "{0} Deposited"
msgstr "{0} insatta"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Explorer"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} tokens"
msgid "{0} {1} Price:"
msgstr "{0} {1} pris:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Tillagd av användare"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Turkish\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(iste)"
msgid "(clear all)"
msgstr "(tümünü temizle)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(düzenle)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+%{feeAmountFormatted}"
@@ -70,18 +66,6 @@ msgstr "-%{feeAmountFormatted}"
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"
@@ -98,11 +82,6 @@ msgstr "%75"
msgid "<0/> All Proposals"
msgstr "<0/> Tüm Teklifler"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> Oylar"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Hesap analizi ve tahakkuk eden ücretler</0><1> ↗</1>"
@@ -135,10 +114,6 @@ 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
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Teklifleri sunmak için toplam UNI arzının minimum %0,25'i gereklidir"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Hakkında"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Hesap"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Aktif"
@@ -222,10 +198,6 @@ msgstr "Uniswap Protokolünün {0} kullanmasına izin verin"
msgid "Allowed"
msgstr "İzin veriliyor"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Her zaman URL'nin <0>app.uniswap.org</0> olduğundan emin olun. Emin olmak için yer işaretlerine ekleyin."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Miktar"
@@ -270,14 +242,6 @@ msgstr "Onaylanıyor"
msgid "Approving {0}"
msgstr "Onaylanıyor {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Gezgini"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Arbitrum Token Köprüsü"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Emin misiniz?"
@@ -310,18 +274,6 @@ msgstr "Bakiye:"
msgid "Balance: {0} {1}"
msgstr "Bakiye: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Egzotik çiftler için en iyisi."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Çoğu çift için en iyisi."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Kararlı çiftler için en iyisi."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Engellenen adres"
@@ -338,6 +290,10 @@ msgstr "Bu listeyi ekleyerek, verilerin doğru olduğuna dolaylı olarak güveni
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Bir cüzdan bağlayarak Uniswap Labs'ın <0>Hizmet Şartları'nı</0> kabul etmiş ve <1>Uniswap protokolü sorumluluk reddini</1> okuduğunuzu ve anladığınızı onaylamış olursunuz."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "İptal edildi"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Değiştir"
@@ -346,21 +302,12 @@ msgstr "Değiştir"
msgid "Change your network to go back to L1"
msgstr "L1'e geri dönmek için ağınızı değiştirin"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Çizelgeler"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "V3 LP adım adım açıklamalı kılavuzumuza ve geçiş kılavuzlarımıza göz atın."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Talep"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "UNI talep edildi!"
msgid "Claiming"
msgstr "Talep ediliyor"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "UNI talep ediliyor"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Ücretler toplanıyor"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Ücretleri toplama işlemi, sizin için şu anda mevcut olan ücretleri çekecektir."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Ortak tabanlar"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Onayla"
@@ -494,7 +433,6 @@ msgstr "Cüzdanınızda bu işlemi onaylayın"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Cüzdanı Bağlayın"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Havuz ve Kaynak Oluştur"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Teklif Oluştur"
@@ -557,10 +494,6 @@ msgstr "Bir çift oluştur"
msgid "Create a pool"
msgstr "Bir havuz oluştur"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "GitHub'da bir konu oluşturun"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Havuz oluşturun ve {0}/{1} V3 likidite ekleyin"
@@ -582,13 +515,17 @@ msgstr "Güncel fiyat"
msgid "Current {0} Price:"
msgstr "Güncel {0} Fiyatı:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "mağlup"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Oylar Devret"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Yetki verildi:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "devredilen oylar"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "UNI-V2 LP Jetonlarını yatırın"
msgid "Deposit liquidity"
msgstr "Mevduat likiditesi"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Arbitrum'a Para Yatırma"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Uniswap protokolü yönetim jetonu olan UNI'yi almak için Likidite Sağlayıcı jetonlarınızı yatırın."
@@ -695,7 +628,6 @@ msgstr "Bir UNI talebini tetiklemek için bir adres girin. Adreste talep edilebi
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Bir tutar girin"
@@ -726,17 +658,17 @@ msgstr "Bağlanırken hata oluştu. Sayfayı yenilemeyi deneyin."
msgid "Error importing list"
msgstr "Liste içe aktarılırken hata oluştu"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Aktif olmayan Jeton Listelerinden genişletilmiş sonuçlar"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "yürütüldü"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Uzman modu, işlem onayı istemini kapatır ve genellikle düşük oranlar ve kayıp fonlar veren yüksek kayma işlemlerine izin verir."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Uniswap Analytics'teki popüler havuzları keşfedin."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Süresi doldu"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Kaynak"
msgid "From (at most)"
msgstr "Gönderen (en fazla)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Discord ile ilgili destek alın"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Saklamak"
@@ -893,10 +821,6 @@ msgstr "Likidite sağlayıcı ödülleri"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Likidite sağlayıcıları, havuzdaki paylarıyla orantılı olarak tüm işlemlerden %0,3 ücret alırlar. Ücretler havuza eklenir, gerçek zamanlı olarak tahakkuk eder ve likidite çekilerek talep edilebilir."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Listeler"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Yüklendi"
@@ -912,15 +836,10 @@ msgstr "Yüklendi"
msgid "Loading"
msgstr "Yükleniyor"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "URL'nin <0>app.uniswap.org</0> olduğundan emin olun"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Yönet"
@@ -929,10 +848,6 @@ msgstr "Yönet"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Ödül Havuzunda Likiditeyi Yönetin"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Jeton Listelerini Yönetin"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Bu havuzu yönetin."
@@ -1025,6 +940,10 @@ msgstr "V2 Likiditesi bulunamadı."
msgid "No active pools"
msgstr "Aktif havuz yok"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Açıklama yok."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Likidite bulunamadı."
@@ -1033,34 +952,10 @@ msgstr "Likidite bulunamadı."
msgid "No pool found."
msgstr "Havuz bulunamadı."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Teklif bulunamadı."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Sonuç bulunamadı."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "KAPALI"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "AÇIK"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "BU MODU YALNIZCA NE YAPTIĞINIZI BİLİYORSANIZ KULLANIN."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Kapalı"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Açık"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Fiyattan memnun olduğunuzda, incelemek için kaynağa tıklayın."
@@ -1098,6 +993,10 @@ msgstr "Sahip"
msgid "Participating pools"
msgstr "Katılımcı havuzlar"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Bekliyor"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Lütfen uygun Ethereum ağına bağlanın."
@@ -1106,7 +1005,6 @@ msgstr "Lütfen uygun Ethereum ağına bağlanın."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Uzman modunu etkinleştirmek için lütfen \"{confirmWord}\" sözcüğünü yazın."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Havuz"
@@ -1164,7 +1062,6 @@ msgstr "Fiyat Etkisi Çok Yüksek"
msgid "Price Updated"
msgstr "Fiyat Güncellendi"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Fiyat aralığı"
@@ -1189,14 +1086,6 @@ msgstr "Teklif Gönderildi"
msgid "Proposal Title"
msgstr "Teklif Başlığı"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Teklifler"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Topluluk üyeleri tarafından gönderilen teklifler burada görünecektir."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Önerilen hareket"
@@ -1205,6 +1094,10 @@ msgstr "Önerilen hareket"
msgid "Proposer"
msgstr "Teklif veren"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "sıraya alındı"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Oranlar"
@@ -1213,10 +1106,6 @@ msgstr "Oranlar"
msgid "Read more about UNI"
msgstr "UNI hakkında daha fazla bilgi edinin"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Uniswap yönetişimi hakkında daha fazla bilgi edinin"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Likidite sağlama hakkında daha fazla bilgi edinin"
@@ -1285,20 +1174,7 @@ msgstr "Geri Dön"
msgid "Route"
msgstr "Rota"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Adı arayın veya adresi yapıştırın"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Havuz Seçin"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Tercih ettiğiniz likidite sağlayıcı ücretine göre bir havuz türü seçin."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Çift seçin"
msgid "Selected Range"
msgstr "Seçilen Aralık"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Kendisi"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Kendinden Temsilci"
@@ -1367,10 +1239,6 @@ msgstr "Kayma toleransı"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Bazı varlıklar bu arayüz aracılığıyla kullanılamaz. Bunun nedeni akıllı sözleşmelerle iyi sonuç vermemeleri veya yasal nedenlerle ticarete izin veremememizdir."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Bir şeyler yanlış gitti"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Adım 1. UNI-V2 Likidite jetonları alın"
@@ -1387,6 +1255,10 @@ msgstr "Teklif Gönderme"
msgid "Submitting Vote"
msgstr "Oy Gönderme"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "başarılı"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Kaynak"
@@ -1395,9 +1267,7 @@ msgstr "Kaynak"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "{0} {1} ve {2} {3} temini"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Eklediğiniz jeton oranı, bu havuzun fiyatını belirleyecektir."
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Son tarih geçtiği için işlem gönderilemedi. Lütfen işlem sürenizin çok kısa olmadığından emin olun."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Bu jetonlar genellikle diğer jetonlarla eşleştirilir."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Bu, Arbitrum ağındaki Uniswap'ın alfa sürümüdür. Bunları takas etmek için L1 varlıklarını ağa bağlamanız gerekir."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Bu jeton, aktif jeton listelerinde görünmüyor. Bunun takas etmek istediğiniz jeton olduğundan emin olun."
@@ -1499,18 +1361,6 @@ msgstr "Alıcı (en az)"
msgid "Toggle Expert Mode"
msgstr "Uzman Modunu Değiştir"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Jetonlar"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Aktif olmayan listelerden gelen jetonlar. Aşağıdan belirli jetonları içe aktarın veya daha fazla listeyi etkinleştirmek için Yönet'e tıklayın."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "En iyi havuzlar"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Toplam Arz"
@@ -1564,10 +1414,6 @@ msgstr "Dolaşımdaki UNI:"
msgid "UNI price:"
msgstr "UNI fiyatı:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "UNI jetonları, Uniswap yönetiminde oy hakkına sahip hisseleri temsil eder. Her bir teklife kendiniz oy verebilir veya oylarınızı üçüncü bir tarafa devredebilirsiniz."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} Yandı"
@@ -1593,17 +1439,9 @@ msgstr "Talep edilmemiş ücretler"
msgid "Unclaimed:"
msgstr "Talep edilmeyen:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Uniswap Yönetimi"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 burada!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap kullanılabilir: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "belirsiz"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Uniswap likidite madenciliği"
msgid "Uniswap migration contract↗"
msgstr "Uniswap geçiş sözleşmesi↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "<0>Arbitrum'da Değiştirmeyi Değiştir</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Bilinmeyen Kaynak"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Oyların Kilidini Aç"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Oylamanın Kilidini Açın"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Oyların Kilidi Açılıyor"
@@ -1648,14 +1477,14 @@ msgstr "Desteklenmeyen Varlık"
msgid "Unsupported Assets"
msgstr "Desteklenmeyen Varlıklar"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "başlıksız"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Paketi Aç"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Yetkilendirmeyi Güncelle"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Güncelleme listesi"
@@ -1710,10 +1539,6 @@ msgstr "Explorer'da Görüntüle"
msgid "View transaction on Explorer"
msgstr "İşlemi Explorer'da görüntüle"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Oyla"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Karşı Oy Ver"
@@ -1905,11 +1730,6 @@ msgstr "Bu fiyatta pozisyonunuz %100 şundan olacak: {0}."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Piyasa fiyatı, aralığınıza girene kadar pozisyonunuz ücret kazanmayacak veya işlemlerde kullanılmayacaktır."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Pozisyonlarınız"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Oranınız"
@@ -1990,6 +1810,10 @@ msgstr "% {0}"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> / <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Köprü"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Özel Jeton"
@@ -1999,9 +1823,9 @@ msgstr "{0} Özel Jeton"
msgid "{0} Deposited"
msgstr "{0} Yatırıldı"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Gezgin"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} jeton"
msgid "{0} {1} Price:"
msgstr "{0} {1} Fiyat:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Kullanıcı tarafından eklendi"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Ukrainian\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(забрати)"
msgid "(clear all)"
msgstr "(забрати все)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(редагувати)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ msgstr "75%"
msgid "<0/> All Proposals"
msgstr "<0/> Всі пропозиції"
#: src/pages/Vote/index.tsx
#: src/pages/Vote/index.tsx
msgid "<0/> Votes"
msgstr "<0/> голосів"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Аналітика облікових записів та накопичена комісія</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ msgstr "<0>Розблокуйте голосування</0> для підгот
msgid "<0>🎉 </0>Welcome to team Unicorn :) <1>🎉</1>"
msgstr "<0>🎉 </0>Вітаємо в команді Unicorn :) <1>🎉</1>"
#: src/pages/Vote/index.tsx
msgid "A minimum threshold of 0.25% of the total UNI supply is required to submit proposals"
msgstr "Для подання пропозицій необхідний мінімальний поріг 0,25% від загальної кількості UNI"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Загальна інформація"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Обліковий запис"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Активний"
@@ -222,10 +198,6 @@ msgstr "Дозвольте протоколу Uniswap використовува
msgid "Allowed"
msgstr "Дозволено"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Завжди переконуйтесь у тому, що URL-адреса така: <0>app.uniswap.org</0>. Додайте її в закладки,аби не загубити."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Сума"
@@ -270,14 +242,6 @@ msgstr "Схвалення"
msgid "Approving {0}"
msgstr "Схвалення {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Міст Arbitrum Token"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Ви впевнені?"
@@ -310,18 +274,6 @@ msgstr "Баланс:"
msgid "Balance: {0} {1}"
msgstr "Баланс: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Найкраще для екзотичних пар."
#: src/components/FeeSelector/index.tsx
msgid "Best for most pairs."
msgstr "Найкраще для більшості пар."
#: src/components/FeeSelector/index.tsx
msgid "Best for stable pairs."
msgstr "Найкраще для стабільних пар."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Заблокована адреса"
@@ -338,6 +290,10 @@ msgstr "Додаючи цей список, ви непрямо погоджує
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Підключаючи гаманець, ви погоджуєтесь із <0>Умовами користування</0> Uniswap Labs та підтверджуєте, що прочитали й розумієте <1>Застереження щодо протоколу Uniswap</1>."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Скасовано"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Змінити"
@@ -346,21 +302,12 @@ msgstr "Змінити"
msgid "Change your network to go back to L1"
msgstr "Змініть свою мережу, щоб повернутися до L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Діаграми"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Ознайомтесь з нашими посібниками з просування v3 LP та посібниками з перенесення."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Забрати"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Зібрано UNI!"
msgid "Claiming"
msgstr "Відбувається збирання"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Відбувається збирання UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Збір комісій"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Збір комісій зніме доступні для вас наразі комісії."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Загальні основи"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Підтвердити"
@@ -494,7 +433,6 @@ msgstr "Підтвердьте цю операцію у своєму гаман
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Підключити Гаманець"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Створити пул і пропозицію"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Створити пропозицію"
@@ -557,10 +494,6 @@ msgstr "Створити пару"
msgid "Create a pool"
msgstr "Створити пул"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Створіть випуск на GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Створіть пул і додайте ліквідність V3 {0}/{1}"
@@ -582,13 +515,17 @@ msgstr "Поточна ціна"
msgid "Current {0} Price:"
msgstr "Поточна {0} ціна:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Переможений"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Делегувати голоси"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Делеговані до:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Делеговані голоси"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Токени для внесення на UNI-V2"
msgid "Deposit liquidity"
msgstr "Ліквідність внеску"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Депозит в Арбітрум"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Вкладіть свої токени Провайдера ліквідності й отримайте UNI, токен управління протоколом Uniswap."
@@ -695,7 +628,6 @@ msgstr "Введіть адресу для ініціювання збору UNI
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Введіть суму"
@@ -726,17 +658,17 @@ msgstr "Помилка підключення. Спробуйте оновити
msgid "Error importing list"
msgstr "Помилка імпорту списку"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Розширені результати з неактивних списків токенів"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Страчений"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Експертний режим вимикає підказку про підтвердження операції та дозволяє торгувати з великим проковзанням, що часто призводить до невдалих ставок і втрати коштів."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Дослідіть популярні пули на Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Термін дії закінчився"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Від"
msgid "From (at most)"
msgstr "Від (максимум)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Отримайте підтримку в Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Сховати"
@@ -893,10 +821,6 @@ msgstr "Нагороди постачальника ліквідності"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Постачальники ліквідності заробляють комісію в розмірі 0,3% за всі продажі, пропорційно своїй частці в пулі. До пула додається комісія, що нараховується в режимі реального часу й може бути отримана шляхом зняття ліквідності."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Списки"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Завантажено"
@@ -912,15 +836,10 @@ msgstr "Завантажено"
msgid "Loading"
msgstr "Завантажується"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Переконайтеся в тому, що URL-адреса така: <0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Управління"
@@ -929,10 +848,6 @@ msgstr "Управління"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Управління ліквідністю в пулі винагород"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Управління списками токенів"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Керуйте цим пулом."
@@ -1025,6 +940,10 @@ msgstr "Не знайдено ліквідності V2."
msgid "No active pools"
msgstr "Немає активних пулів"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Без опису."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Ліквідності не знайдено."
@@ -1033,34 +952,10 @@ msgstr "Ліквідності не знайдено."
msgid "No pool found."
msgstr "Пул не знайдено."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Пропозиції не знайдено."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Результатів не знайдено."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "ВИМК"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "УВІМК"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "ВИКОРИСТОВУЙТЕ ЦИЙ ЛИШЕ РЕЖИМ, ЯкЩО ВИ ЗНАЄТЕ, ЩО РОБИТЕ."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Вимк."
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Увімк."
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Щойно ви будете задоволені ставкою, клацніть для перегляду."
@@ -1098,6 +993,10 @@ msgstr "Власник"
msgid "Participating pools"
msgstr "Пули, що беруть участь"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Очікується"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Підключіться до відповідної мережі Ethereum."
@@ -1106,7 +1005,6 @@ msgstr "Підключіться до відповідної мережі Ethere
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Введіть слово \"{confirmWord}\", аби увімкнути Експертний режим."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Пул"
@@ -1164,7 +1062,6 @@ msgstr "Вплив ціни занадто високий"
msgid "Price Updated"
msgstr "Ціну оновлено"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Діапазон цін"
@@ -1189,14 +1086,6 @@ msgstr "Пропозиція подана"
msgid "Proposal Title"
msgstr "Назва пропозиції"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Пропозиції"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Пропозиції, подані членами спільноти, з’являться тут."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Запропонована дія"
@@ -1205,6 +1094,10 @@ msgstr "Запропонована дія"
msgid "Proposer"
msgstr "Пропонувач"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "У черзі"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Ставки"
@@ -1213,10 +1106,6 @@ msgstr "Ставки"
msgid "Read more about UNI"
msgstr "Дізнатися більше про UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Докладніше про управління Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Докладніше про забезпечення ліквідності"
@@ -1285,20 +1174,7 @@ msgstr "Повернутись"
msgid "Route"
msgstr "Маршрут"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Шукайте ім’я або введіть адресу"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Вибрати пул"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Виберіть тип пулу, виходячи з бажаної комісії постачальника ліквідності."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Виберіть пару"
msgid "Selected Range"
msgstr "Обраний діапазон"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Самостійний аналіз"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Самостійно делеговано"
@@ -1367,10 +1239,6 @@ msgstr "Толерантність до проковзування"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Деякі активи недоступні через цей інтерфейс, оскільки вони можуть погано працювати зі смарт-контрактами, або ж ми не можемо дозволити торгівлю з законних причин."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Сталася помилка"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Крок 1. Отримайте токени ліквідності UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Подання пропозиції"
msgid "Submitting Vote"
msgstr "Відправка голосу"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Вдалося"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Пропозиція"
@@ -1395,9 +1267,7 @@ msgstr "Пропозиція"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Постачання {0} {1} та {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Співвідношення доданих токенів встано
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Не вдалося надіслати транзакцію, оскільки термін минув. Упевніться в тому, що термін транзакції не занадто короткий."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Ці токени зазвичай поєднані в пари з іншими токенами."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Це альфа-версія Uniswap у мережі Arbitrum. Ви повинні підключити активи L1 до мережі, щоб їх обміняти."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Цей токен не відображається в списку (-ах) активних токенів. Переконайтеся в тому, що це токен, яким ви хочете торгувати."
@@ -1499,18 +1361,6 @@ msgstr "До (не менше)"
msgid "Toggle Expert Mode"
msgstr "Переключити режим експерта"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Токени"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Токени з неактивних списків. Імпортуйте конкретні токени нижче або натисніть \"Керувати\", аби активувати більше списків."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Пули в топі"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Загальна пропозиція"
@@ -1564,10 +1414,6 @@ msgstr "UNI в обігу:"
msgid "UNI price:"
msgstr "Ціна UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Токени UNI представляють акції з правом голосу в управлінні Uniswap. Ви можете проголосувати за кожну пропозицію самостійно або делегувати свої голоси третій стороні."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} спалено"
@@ -1593,17 +1439,9 @@ msgstr "Незатребувані комісії"
msgid "Unclaimed:"
msgstr "Незатребуване:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Управління Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 вже тут!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap доступно в: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Невизначено"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Майнінг ліквідності Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Контракт Uniswap щодо перенесення↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Відмінити на <0> Арбітрум</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Невідоме джерело"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
msgstr "Невідома помилка{0}. Спробуйте збільшити свою толерантність до проковзування. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3."
#: src/pages/Vote/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Розблокувати голоси"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Розблокувати голосування"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Розблокування голосів"
@@ -1648,14 +1477,14 @@ msgstr "Непідтримуваний актив"
msgid "Unsupported Assets"
msgstr "Непідтримувані активи"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Без назви"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Розгорнути"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Оновити делегацію"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Оновити список"
@@ -1710,10 +1539,6 @@ msgstr "Переглянути на Explorer"
msgid "View transaction on Explorer"
msgstr "Переглянути транзакцію в Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Голосування"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Проголосувати проти"
@@ -1905,11 +1730,6 @@ msgstr "Ваша позиція буде на 100% {0} за цією ціною.
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Ваша позиція не зароблятиме комісій і не використовуватиметься в торгівлі, поки ринкова ціна не перейде у ваш діапазон."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Ваші позиції"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Ваша ставка"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> на <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Міст"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} спеціальних токенів"
@@ -1999,9 +1823,9 @@ msgstr "{0} спеціальних токенів"
msgid "{0} Deposited"
msgstr "Внесено {0}"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} Провідник"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} токенів"
msgid "{0} {1} Price:"
msgstr "Ціна {0} {1}:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Додано користувачем"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2021-06-27 05:00+0000\n"
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
"X-Crowdin-File-ID: 4\n"
"Project-Id-Version: uniswap-interface\n"
"Language-Team: Vietnamese\n"
"PO-Revision-Date: 2021-06-27 05:04\n"
"PO-Revision-Date: 2021-07-07 03:04\n"
#: src/pages/Pool/PositionPage.tsx
#: src/pages/Pool/PositionPage.tsx
@@ -47,10 +47,6 @@ msgstr "(lấy)"
msgid "(clear all)"
msgstr "(xóa tất cả)"
#: src/pages/Vote/index.tsx
msgid "(edit)"
msgstr "(chỉnh sửa)"
#: src/components/InputStepCounter/InputStepCounter.tsx
msgid "+{feeAmountFormatted}%"
msgstr "+{feeAmountFormatted}%"
@@ -70,18 +66,6 @@ msgstr "-{feeAmountFormatted}%"
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%"
@@ -98,11 +82,6 @@ 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
msgid "<0/> Votes"
msgstr "<0/> Phiếu bầu"
#: src/pages/Pool/v2.tsx
msgid "<0>Account analytics and accrued fees</0><1> ↗ </1>"
msgstr "<0>Phân tích tài khoản và phí tích lũy</0><1> ↗ </1>"
@@ -135,10 +114,6 @@ 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
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"
#: src/components/Menu/index.tsx
msgid "About"
msgstr "Giới thiệu"
@@ -152,6 +127,7 @@ msgid "Account"
msgstr "Tài khoản"
#: src/components/SearchModal/ImportRow.tsx
#: src/pages/Vote/styled.tsx
msgid "Active"
msgstr "Hoạt động"
@@ -222,10 +198,6 @@ msgstr "Cho phép Giao thức hoán đổi Uniswap sử dụng {0}"
msgid "Allowed"
msgstr "Được phép"
#: src/components/Header/URLWarning.tsx
msgid "Always make sure the URL is<0>app.uniswap.org</0> - bookmark it to be safe."
msgstr "Luôn đảm bảo URL là <0> app.uniswap.org</0> - đánh dấu nó để được an toàn."
#: src/pages/RemoveLiquidity/V3.tsx
msgid "Amount"
msgstr "Số tiền"
@@ -270,14 +242,6 @@ msgstr "Đang phê duyệt"
msgid "Approving {0}"
msgstr "Đang phê duyệt {0}"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Explorer"
msgstr "Arbitrum Explorer"
#: src/components/Header/NetworkCard.tsx
msgid "Arbitrum Token Bridge"
msgstr "Cầu mã thông báo Arbitrum"
#: src/components/Settings/index.tsx
msgid "Are you sure?"
msgstr "Bạn có chắc không?"
@@ -310,18 +274,6 @@ msgstr "Thăng bằng:"
msgid "Balance: {0} {1}"
msgstr "Số dư: {0} {1}"
#: src/components/FeeSelector/index.tsx
msgid "Best for exotic pairs."
msgstr "Tốt nhất cho các cặp kỳ lạ."
#: src/components/FeeSelector/index.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
msgid "Best for stable pairs."
msgstr "Tốt nhất cho các cặp ổn định."
#: src/components/Blocklist/index.tsx
msgid "Blocked address"
msgstr "Địa chỉ bị chặn"
@@ -338,6 +290,10 @@ msgstr "Bằng cách thêm danh sách này, bạn hoàn toàn tin tưởng rằn
msgid "By connecting a wallet, you agree to Uniswap Labs <0>Terms of Service</0> and acknowledge that you have read and understand the <1>Uniswap protocol disclaimer</1>."
msgstr "Bằng cách kết nối ví, bạn đồng ý với Điều khoản dịch vụ <0> của Uniswap Labs</0> và xác nhận rằng bạn đã đọc và hiểu <1> tuyên bố từ chối trách nhiệm của giao thức Uniswap</1> ."
#: src/pages/Vote/styled.tsx
msgid "Canceled"
msgstr "Đã hủy"
#: src/components/AccountDetails/index.tsx
msgid "Change"
msgstr "Thay đổi"
@@ -346,21 +302,12 @@ msgstr "Thay đổi"
msgid "Change your network to go back to L1"
msgstr "Thay đổi mạng của bạn để quay lại L1"
#: src/components/Header/index.tsx
msgid "Charts"
msgstr "Biểu đồ"
#: src/pages/Pool/CTACards.tsx
msgid "Check out our v3 LP walkthrough and migration guides."
msgstr "Xem hướng dẫn di chuyển và hướng dẫn v3 LP của chúng tôi."
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/ClaimRewardModal.tsx
#: src/pages/Earn/Manage.tsx
msgid "Claim"
msgstr "Nhận"
#: src/components/Header/index.tsx
#: src/components/Menu/index.tsx
#: src/components/claim/AddressClaimModal.tsx
#: src/components/claim/ClaimModal.tsx
@@ -398,10 +345,6 @@ msgstr "Đã nhận UNI!"
msgid "Claiming"
msgstr "Đang yêu cầu"
#: src/components/Header/index.tsx
msgid "Claiming UNI"
msgstr "Đang yêu cầu UNI"
#: src/components/earn/ClaimRewardModal.tsx
#: src/components/earn/UnstakingModal.tsx
msgid "Claiming {0} UNI"
@@ -461,10 +404,6 @@ msgstr "Thu phí"
msgid "Collecting fees will withdraw currently available fees for you."
msgstr "Thu phí sẽ rút các khoản phí hiện có sẵn cho bạn."
#: src/components/SearchModal/CommonBases.tsx
msgid "Common bases"
msgstr "Cơ sở chung"
#: src/pages/RemoveLiquidity/index.tsx
msgid "Confirm"
msgstr "Xác nhận"
@@ -494,7 +433,6 @@ msgstr "Xác nhận giao dịch này trong ví của bạn"
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Connect Wallet"
msgstr "Kết nối ví"
@@ -544,7 +482,6 @@ msgid "Create Pool & Supply"
msgstr "Tạo Nhóm & Nguồn cung"
#: src/pages/CreateProposal/index.tsx
#: src/pages/Vote/index.tsx
msgid "Create Proposal"
msgstr "Tạo đề xuất"
@@ -557,10 +494,6 @@ msgstr "Tạo một cặp"
msgid "Create a pool"
msgstr "Tạo một nhóm"
#: src/components/ErrorBoundary/index.tsx
msgid "Create an issue on GitHub"
msgstr "Tạo sự cố trên GitHub"
#: src/pages/AddLiquidity/index.tsx
msgid "Create pool and add {0}/{1} V3 liquidity"
msgstr "Tạo nhóm và thêm {0}/{1} thanh khoản V3"
@@ -582,13 +515,17 @@ msgstr "Giá hiện tại"
msgid "Current {0} Price:"
msgstr "Giá {0} hiện tại:"
#: src/pages/Vote/styled.tsx
msgid "Defeated"
msgstr "Bị đánh bại"
#: src/components/vote/DelegateModal.tsx
msgid "Delegate Votes"
msgstr "Phiếu bầu ủy quyền"
#: src/pages/Vote/index.tsx
msgid "Delegated to:"
msgstr "Giao cho:"
#: src/state/governance/hooks.ts
msgid "Delegated votes"
msgstr "Phiếu bầu được ủy quyền"
#: src/components/vote/DelegateModal.tsx
msgid "Delegating votes"
@@ -613,10 +550,6 @@ msgstr "Gửi token UNI-V2 LP"
msgid "Deposit liquidity"
msgstr "Thanh khoản tiền gửi"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Deposit to Arbitrum"
msgstr "Gửi tiền vào Arbitrum"
#: src/pages/Earn/index.tsx
msgid "Deposit your Liquidity Provider tokens to receive UNI, the Uniswap protocol governance token."
msgstr "Gửi mã token Nhà cung cấp thanh khoản của bạn để nhận UNI, mã token quản trị giao thức Uniswap."
@@ -695,7 +628,6 @@ msgstr "Nhập địa chỉ để kích hoạt khiếu nại UNI. Nếu địa c
#: src/state/mint/hooks.ts
#: src/state/mint/v3/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/stake/hooks.ts
#: src/state/swap/hooks.ts
msgid "Enter an amount"
msgstr "Nhập số tiền"
@@ -726,17 +658,17 @@ msgstr "Lỗi kết nối. Hãy thử làm mới trang."
msgid "Error importing list"
msgstr "Lỗi khi nhập danh sách"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Expanded results from inactive Token Lists"
msgstr "Kết quả mở rộng từ Danh sách mã token không hoạt động"
#: src/pages/Vote/styled.tsx
msgid "Executed"
msgstr "Thực thi"
#: src/components/Settings/index.tsx
msgid "Expert mode turns off the confirm transaction prompt and allows high slippage trades that often result in bad rates and lost funds."
msgstr "Chế độ chuyên gia tắt nhắc nhở xác nhận giao dịch và cho phép thực hiện các giao dịch trượt giá cao thường dẫn đến tỷ giá xấu và mất tiền."
#: src/pages/Pool/CTACards.tsx
msgid "Explore popular pools on Uniswap Analytics."
msgstr "Khám phá các pool phổ biến trên Uniswap Analytics."
#: src/pages/Vote/styled.tsx
msgid "Expired"
msgstr "Đã hết hạn"
#: src/components/PositionPreview/index.tsx
msgid "Fee Tier"
@@ -759,10 +691,6 @@ msgstr "Từ"
msgid "From (at most)"
msgstr "Từ (nhiều nhất)"
#: src/components/ErrorBoundary/index.tsx
msgid "Get support on Discord"
msgstr "Nhận hỗ trợ về Discord"
#: src/pages/Pool/index.tsx
msgid "Hide"
msgstr "Ẩn giấu"
@@ -893,10 +821,6 @@ msgstr "Phần thưởng của nhà cung cấp thanh khoản"
msgid "Liquidity providers earn a 0.3% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
msgstr "Các nhà cung cấp thanh khoản kiếm được một khoản phí 0,3% cho tất cả các giao dịch tỷ lệ với phần của họ trong pool. Phí được thêm vào pool, tích lũy trong thời gian thực và có thể được yêu cầu bằng cách rút tiền thanh khoản của bạn."
#: src/components/SearchModal/Manage.tsx
msgid "Lists"
msgstr "Danh sách"
#: src/components/SearchModal/ManageLists.tsx
msgid "Loaded"
msgstr "Đã nạp"
@@ -912,15 +836,10 @@ msgstr "Đã nạp"
msgid "Loading"
msgstr "Đang tải"
#: src/components/Header/URLWarning.tsx
msgid "Make sure the URL is<0>app.uniswap.org</0>"
msgstr "Đảm bảo rằng URL là<0>app.uniswap.org</0>"
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/V2.tsx
#: src/components/PositionCard/index.tsx
#: src/components/PositionCard/index.tsx
#: src/components/SearchModal/Manage.tsx
#: src/components/earn/PoolCard.tsx
msgid "Manage"
msgstr "Quản lý"
@@ -929,10 +848,6 @@ msgstr "Quản lý"
msgid "Manage Liquidity in Rewards Pool"
msgstr "Quản lý tính thanh khoản trong Nhóm phần thưởng"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Manage Token Lists"
msgstr "Quản lý danh sách mã Token"
#: src/pages/PoolFinder/index.tsx
msgid "Manage this pool."
msgstr "Quản lý pool này."
@@ -1025,6 +940,10 @@ msgstr "Không tìm thấy Thanh khoản V2."
msgid "No active pools"
msgstr "Không có pool hoạt động"
#: src/state/governance/hooks.ts
msgid "No description."
msgstr "Không có mô tả."
#: src/pages/Pool/v2.tsx
msgid "No liquidity found."
msgstr "Không tìm thấy thanh khoản."
@@ -1033,34 +952,10 @@ msgstr "Không tìm thấy thanh khoản."
msgid "No pool found."
msgstr "Không tìm thấy pool."
#: src/pages/Vote/index.tsx
msgid "No proposals found."
msgstr "Không tìm thấy đề xuất nào."
#: src/components/SearchModal/CurrencySearch.tsx
msgid "No results found."
msgstr "Không có kết quả nào được tìm thấy."
#: src/components/Toggle/ListToggle.tsx
msgid "OFF"
msgstr "TẮT"
#: src/components/Toggle/ListToggle.tsx
msgid "ON"
msgstr "BẬT"
#: src/components/Settings/index.tsx
msgid "ONLY USE THIS MODE IF YOU KNOW WHAT YOU ARE DOING."
msgstr "CHỈ SỬ DỤNG CHẾ ĐỘ NÀY NẾU BẠN BIẾT BẠN ĐANG LÀM GÌ."
#: src/components/Toggle/index.tsx
msgid "Off"
msgstr "Tắt"
#: src/components/Toggle/index.tsx
msgid "On"
msgstr "Bật"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Once you are happy with the rate click supply to review."
msgstr "Một khi bạn hài lòng với tỷ lệ, nhấp vào cung cấp để xem xét."
@@ -1098,6 +993,10 @@ msgstr "Chủ sở hữu"
msgid "Participating pools"
msgstr "Pool tham gia"
#: src/pages/Vote/styled.tsx
msgid "Pending"
msgstr "Đang chờ xử lý"
#: src/components/WalletModal/index.tsx
msgid "Please connect to the appropriate Ethereum network."
msgstr "Vui lòng kết nối với mạng Ethereum thích hợp."
@@ -1106,7 +1005,6 @@ msgstr "Vui lòng kết nối với mạng Ethereum thích hợp."
msgid "Please type the word \"{confirmWord}\" to enable expert mode."
msgstr "Vui lòng nhập từ \"{confirmWord}\" để bật chế độ chuyên gia."
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
msgid "Pool"
msgstr "Pool"
@@ -1164,7 +1062,6 @@ msgstr "Tác động giá quá cao"
msgid "Price Updated"
msgstr "Đã cập nhật giá"
#: src/components/PositionList/index.tsx
#: src/pages/Pool/PositionPage.tsx
msgid "Price range"
msgstr "Phạm vi giá"
@@ -1189,14 +1086,6 @@ msgstr "Đề xuất đã được đệ trình"
msgid "Proposal Title"
msgstr "Tiêu đề đề xuất"
#: src/pages/Vote/index.tsx
msgid "Proposals"
msgstr "Đề xuất"
#: src/pages/Vote/index.tsx
msgid "Proposals submitted by community members will appear here."
msgstr "Các đề xuất do các thành viên cộng đồng gửi sẽ xuất hiện ở đây."
#: src/pages/CreateProposal/ProposalActionSelector.tsx
msgid "Proposed Action"
msgstr "Đề xuất hành động"
@@ -1205,6 +1094,10 @@ msgstr "Đề xuất hành động"
msgid "Proposer"
msgstr "Người đề xuất"
#: src/pages/Vote/styled.tsx
msgid "Queued"
msgstr "Đã xếp hàng"
#: src/pages/AddLiquidityV2/ConfirmAddModalBottom.tsx
msgid "Rates"
msgstr "Tỷ giá"
@@ -1213,10 +1106,6 @@ msgstr "Tỷ giá"
msgid "Read more about UNI"
msgstr "Đọc thêm về UNI"
#: src/pages/Vote/index.tsx
msgid "Read more about Uniswap governance"
msgstr "Đọc thêm về quản trị Uniswap"
#: src/pages/Pool/v2.tsx
msgid "Read more about providing liquidity"
msgstr "Đọc thêm về cung cấp thanh khoản"
@@ -1285,20 +1174,7 @@ msgstr "Trở về"
msgid "Route"
msgstr "Lộ trình"
#: src/components/SearchModal/CurrencySearch.tsx
msgid "Search name or paste address"
msgstr "Tìm kiếm tên hoặc dán địa chỉ"
#: src/components/FeeSelector/index.tsx
msgid "Select Pool"
msgstr "Chọn Pool"
#: src/components/FeeSelector/index.tsx
msgid "Select a pool type based on your preferred liquidity provider fee."
msgstr "Chọn loại pool dựa trên phí nhà cung cấp thanh khoản ưa thích của bạn."
#: src/components/CurrencyInputPanel/index.tsx
#: src/components/SearchModal/CurrencySearch.tsx
#: src/pages/PoolFinder/index.tsx
#: src/pages/PoolFinder/index.tsx
#: src/state/swap/hooks.ts
@@ -1321,10 +1197,6 @@ msgstr "Chọn cặp"
msgid "Selected Range"
msgstr "Phạm vi đã chọn"
#: src/pages/Vote/index.tsx
msgid "Self"
msgstr "Bản thân"
#: src/components/vote/DelegateModal.tsx
msgid "Self Delegate"
msgstr "Tự ủy quyền"
@@ -1367,10 +1239,6 @@ msgstr "Khả năng chịu trượt"
msgid "Some assets are not available through this interface because they may not work well with the smart contracts or we are unable to allow trading for legal reasons."
msgstr "Một số tài sản không khả dụng thông qua giao diện này vì chúng không hoạt động tốt với các hợp đồng thông minh hoặc chúng tôi không thể cho phép giao dịch vì lý do pháp lý."
#: src/components/ErrorBoundary/index.tsx
msgid "Something went wrong"
msgstr "Đã xảy ra sự cố"
#: src/pages/Earn/Manage.tsx
msgid "Step 1. Get UNI-V2 Liquidity tokens"
msgstr "Bước 1. Nhận mã token thanh khoản UNI-V2"
@@ -1387,6 +1255,10 @@ msgstr "Gửi đề xuất"
msgid "Submitting Vote"
msgstr "Gửi phiếu bầu"
#: src/pages/Vote/styled.tsx
msgid "Succeeded"
msgstr "Thành công"
#: src/pages/AddLiquidityV2/index.tsx
msgid "Supply"
msgstr "Cung cấp"
@@ -1395,9 +1267,7 @@ msgstr "Cung cấp"
msgid "Supplying {0} {1} and {2} {3}"
msgstr "Cung cấp {0} {1} và {2} {3}"
#: src/components/Header/index.tsx
#: src/components/NavigationTabs/index.tsx
#: src/components/swap/SwapHeader.tsx
#: src/pages/Swap/index.tsx
#: src/pages/Swap/index.tsx
msgid "Swap"
@@ -1456,14 +1326,6 @@ msgstr "Tỷ lệ mã token bạn thêm vào sẽ thiết lập giá của nhóm
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
msgstr "Không thể gửi giao dịch vì đã hết thời hạn. Vui lòng kiểm tra xem thời hạn giao dịch của bạn không quá thấp."
#: src/components/SearchModal/CommonBases.tsx
msgid "These tokens are commonly paired with other tokens."
msgstr "Các mã token này thường được ghép nối với các mã token khác."
#: src/components/swap/SwapNetworkAlert.tsx
msgid "This is an alpha release of Uniswap on the Arbitrum network. You must bridge L1 assets to the network to swap them."
msgstr "Đây là bản phát hành alpha của Uniswap trên mạng Arbitrum. Bạn phải kết nối nội dung L1 với mạng để hoán đổi chúng."
#: src/components/SearchModal/ImportToken.tsx
msgid "This token doesn't appear on the active token list(s). Make sure this is the token that you want to trade."
msgstr "Mã token này không xuất hiện trên (các) danh sách mã token đang hoạt động. Đảm bảo rằng đây là mã token mà bạn muốn giao dịch."
@@ -1499,18 +1361,6 @@ msgstr "Đến (Ít nhất)"
msgid "Toggle Expert Mode"
msgstr "Chuyển đổi Chế độ chuyên gia"
#: src/components/SearchModal/Manage.tsx
msgid "Tokens"
msgstr "Token"
#: src/components/SearchModal/CurrencyList.tsx
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
msgstr "Mã token từ danh sách không hoạt động. Nhập mã token cụ thể bên dưới hoặc nhấp vào Quản lý để kích hoạt thêm danh sách."
#: src/pages/Pool/CTACards.tsx
msgid "Top pools"
msgstr "Pool hàng đầu"
#: src/components/Header/UniBalanceContent.tsx
msgid "Total Supply"
msgstr "Tổng cung"
@@ -1564,10 +1414,6 @@ msgstr "UNI đang lưu hành:"
msgid "UNI price:"
msgstr "Giá UNI:"
#: src/pages/Vote/index.tsx
msgid "UNI tokens represent voting shares in Uniswap governance. You can vote on each proposal yourself or delegate your votes to a third party."
msgstr "Mã token UNI đại diện cho cổ phần có quyền biểu quyết trong quản trị Uniswap. Bạn có thể tự bỏ phiếu cho từng đề xuất hoặc ủy thác phiếu bầu của mình cho bên thứ ba."
#: src/pages/RemoveLiquidity/index.tsx
msgid "UNI {0}/{1} Burned"
msgstr "UNI {0}/{1} đã đốt"
@@ -1593,17 +1439,9 @@ msgstr "Phí chưa nhận"
msgid "Unclaimed:"
msgstr "Chưa nhận:"
#: src/pages/Vote/index.tsx
msgid "Uniswap Governance"
msgstr "Quản trị Uniswap"
#: src/pages/Pool/CTACards.tsx
msgid "Uniswap V3 is here!"
msgstr "Uniswap V3 ở đây!"
#: src/components/SwitchLocaleLink/index.tsx
msgid "Uniswap available in: <0>{0}</0>"
msgstr "Uniswap có sẵn ở: <0>{0}</0>"
#: src/pages/Vote/styled.tsx
msgid "Undetermined"
msgstr "Không xác định"
#: src/pages/Earn/index.tsx
msgid "Uniswap liquidity mining"
@@ -1613,10 +1451,6 @@ msgstr "Khai thác thanh khoản Uniswap"
msgid "Uniswap migration contract↗"
msgstr "Hợp đồng di chuyển Uniswap↗"
#: src/components/swap/SwapNetworkAlert.tsx
msgid "Uniswap on <0>Arbitrum</0>"
msgstr "Hủy hoán đổi trên <0> Arbitrum</0>"
#: src/components/SearchModal/ImportToken.tsx
msgid "Unknown Source"
msgstr "Nguồn không rõ"
@@ -1626,14 +1460,9 @@ msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on tr
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/VotePage.tsx
#: src/pages/Vote/index.tsx
msgid "Unlock Votes"
msgstr "Mở khóa phiếu bầu"
#: src/pages/Vote/index.tsx
msgid "Unlock Voting"
msgstr "Mở khóa biểu quyết"
#: src/components/vote/DelegateModal.tsx
msgid "Unlocking Votes"
msgstr "Mở khóa phiếu bầu"
@@ -1648,14 +1477,14 @@ msgstr "Tài sản không được hỗ trợ"
msgid "Unsupported Assets"
msgstr "Tài sản không được hỗ trợ"
#: src/state/governance/hooks.ts
msgid "Untitled"
msgstr "Không có tiêu đề"
#: src/pages/Swap/index.tsx
msgid "Unwrap"
msgstr "Tháo"
#: src/pages/Vote/index.tsx
msgid "Update Delegation"
msgstr "Cập nhật ủy quyền"
#: src/components/SearchModal/ManageLists.tsx
msgid "Update list"
msgstr "Cập nhật danh sách"
@@ -1710,10 +1539,6 @@ msgstr "Xem trên Explorer"
msgid "View transaction on Explorer"
msgstr "Xem giao dịch trên Explorer"
#: src/components/Header/index.tsx
msgid "Vote"
msgstr "Bỏ phiếu"
#: src/pages/Vote/VotePage.tsx
msgid "Vote Against"
msgstr "Bỏ phiếu chống lại"
@@ -1905,11 +1730,6 @@ msgstr "Vị trí của bạn sẽ là 100% {0} ở mức giá này."
msgid "Your position will not earn fees or be used in trades until the market price moves into your range."
msgstr "Vị trí của bạn sẽ không kiếm được phí hoặc được sử dụng trong các giao dịch cho đến khi giá thị trường di chuyển vào phạm vi của bạn."
#: src/components/PositionList/index.tsx
#: src/components/PositionList/index.tsx
msgid "Your positions"
msgstr "Vị trí của bạn"
#: src/components/earn/PoolCard.tsx
msgid "Your rate"
msgstr "Tỷ lệ của bạn"
@@ -1990,6 +1810,10 @@ msgstr "{0} %"
msgid "{0} <0/> per <1/>"
msgstr "{0} <0/> mỗi <1/>"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Bridge"
msgstr "{0} Cầu"
#: src/components/SearchModal/ManageTokens.tsx
msgid "{0} Custom Tokens"
msgstr "{0} Token tùy chỉnh"
@@ -1999,9 +1823,9 @@ msgstr "{0} Token tùy chỉnh"
msgid "{0} Deposited"
msgstr "{0} Đã gửi"
#: src/components/Header/index.tsx
msgid "{0} ETH"
msgstr "{0} ETH"
#: src/components/Header/NetworkCard.tsx
msgid "{0} Explorer"
msgstr "{0} khám phá"
#: src/pages/RemoveLiquidity/V3.tsx
#: src/pages/RemoveLiquidity/V3.tsx
@@ -2070,10 +1894,6 @@ msgstr "{0} mã token"
msgid "{0} {1} Price:"
msgstr "{0} {1} Giá:"
#: src/components/SearchModal/CurrencyList.tsx
msgid "{0} • Added by user"
msgstr "{0} • Người dùng thêm vào"
#: src/components/CurrencyInputPanel/FiatValue.tsx
#: src/components/PositionListItem/index.tsx
#: src/components/PositionPreview/index.tsx

Some files were not shown because too many files have changed in this diff Show More