Compare commits
67 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
244ed38b72 | ||
|
|
87d547ab2b | ||
|
|
0c213be5d9 | ||
|
|
f62d301891 | ||
|
|
902cd343d2 | ||
|
|
a26db9a51d | ||
|
|
b7cb2d24c7 | ||
|
|
aea2bca775 | ||
|
|
93b79be1b6 | ||
|
|
54531b53c6 | ||
|
|
b286c1ba09 | ||
|
|
8dd1be3b47 | ||
|
|
0b8afcff41 | ||
|
|
e4b727f6f0 | ||
|
|
6e0b24cbb1 | ||
|
|
442879ccd9 | ||
|
|
50386f65e7 | ||
|
|
eba8170c46 | ||
|
|
095dbffbca | ||
|
|
4df2824984 | ||
|
|
15345690e3 | ||
|
|
3e36281f77 | ||
|
|
27a868f0cb | ||
|
|
03c3fdef34 | ||
|
|
d37e963f26 | ||
|
|
2e40bef7f0 | ||
|
|
dac87e2299 | ||
|
|
be15604244 | ||
|
|
077570efb4 | ||
|
|
a9ea5c9a1d | ||
|
|
f5b91c9cda | ||
|
|
c0e6388bf8 | ||
|
|
d89d5598a0 | ||
|
|
6f66f5ee77 | ||
|
|
4b8d942da6 | ||
|
|
ef2cb75f6f | ||
|
|
5e0e9be955 | ||
|
|
72a914b0d1 | ||
|
|
c4ce5caf0c | ||
|
|
b87a45b0ba | ||
|
|
80eb394877 | ||
|
|
b47808fcd9 | ||
|
|
e56fdf3eff | ||
|
|
bca70dd46a | ||
|
|
78581d5420 | ||
|
|
896f2fc3c0 | ||
|
|
66e9092d11 | ||
|
|
df397a8a15 | ||
|
|
a7b945a812 | ||
|
|
b71708faee | ||
|
|
7715294bea | ||
|
|
7a57fbe6d9 | ||
|
|
dddd24f1f4 | ||
|
|
13d9f6c29d | ||
|
|
16d8f958b1 | ||
|
|
868242a6b2 | ||
|
|
aa1db580ee | ||
|
|
496a963dcf | ||
|
|
5cb37dc098 | ||
|
|
b58e200eac | ||
|
|
be8b6ccec7 | ||
|
|
d3700882b2 | ||
|
|
31d286c8fa | ||
|
|
77c7dab024 | ||
|
|
ffab1c56c7 | ||
|
|
cd4a2313ac | ||
|
|
81b8afdd3d |
@@ -48,6 +48,11 @@
|
||||
{
|
||||
"name": "styled-components",
|
||||
"message": "Please import from styled-components/macro."
|
||||
},
|
||||
{
|
||||
"name": "@lingui/macro",
|
||||
"importNames": ["t"],
|
||||
"message": "Please use <Trans> instead of t."
|
||||
}
|
||||
],
|
||||
"patterns": [
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -16,6 +16,9 @@
|
||||
# production
|
||||
/build
|
||||
|
||||
# bundle
|
||||
/dist
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
|
||||
7
cosmos.config.json
Normal file
7
cosmos.config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"staticPath": "public",
|
||||
"watchDirs": ["src"],
|
||||
"webpack": {
|
||||
"configPath": "react-scripts/config/webpack.config"
|
||||
}
|
||||
}
|
||||
18
package.json
18
package.json
@@ -2,9 +2,16 @@
|
||||
"name": "@uniswap/interface",
|
||||
"description": "Uniswap Interface",
|
||||
"homepage": ".",
|
||||
"main": "dist/interface.js",
|
||||
"module": "dist/interface.esm.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"dist"
|
||||
],
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@davatar/react": "1.6.0",
|
||||
"@davatar/react": "1.8.1",
|
||||
"@ethersproject/experimental": "^5.4.0",
|
||||
"@gnosis.pm/safe-apps-web3-react": "^0.6.0",
|
||||
"@graphql-codegen/cli": "1.21.5",
|
||||
@@ -71,6 +78,7 @@
|
||||
"array.prototype.flatmap": "^1.2.4",
|
||||
"cids": "^1.0.0",
|
||||
"copy-to-clipboard": "^3.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^7.7.0",
|
||||
"d3": "^7.0.0",
|
||||
"eslint": "^7.11.0",
|
||||
@@ -85,16 +93,18 @@
|
||||
"inter-ui": "^3.13.1",
|
||||
"jest-styled-components": "^7.0.5",
|
||||
"luxon": "^1.25.0",
|
||||
"microbundle": "^0.13.3",
|
||||
"ms.macro": "^2.0.0",
|
||||
"multicodec": "^3.0.1",
|
||||
"multihashes": "^4.0.2",
|
||||
"node-vibrant": "^3.1.5",
|
||||
"node-vibrant": "^3.2.1-alpha.1",
|
||||
"polished": "^3.3.2",
|
||||
"polyfill-object.fromentries": "^1.0.1",
|
||||
"prettier": "^2.2.1",
|
||||
"qs": "^6.9.4",
|
||||
"react": "^17.0.1",
|
||||
"react-confetti": "^6.0.0",
|
||||
"react-cosmos": "^5.6.3",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-feather": "^2.0.8",
|
||||
"react-ga": "^2.5.7",
|
||||
@@ -138,7 +148,9 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=./custom-test-env.js",
|
||||
"test:e2e": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run --record'"
|
||||
"test:e2e": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run --record'",
|
||||
"bundle": "microbundle --tsconfig tsconfig.lib.json src/lib/index.tsx --format esm,cjs",
|
||||
"cosmos": "open http://localhost:5000 && cross-env FAST_REFRESH=false cosmos"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app",
|
||||
|
||||
3
src/assets/svg/dot_line.svg
Normal file
3
src/assets/svg/dot_line.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="100%" height="35" viewBox="800 0 300 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="0" x2="2000" y1="100" y2="100" stroke="currentColor" stroke-width="20" stroke-linecap="round" stroke-dasharray="1, 45"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 233 B |
@@ -1,13 +1,13 @@
|
||||
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="14" height="15" viewBox="0 0 14 15" fill="black" xmlns="http://www.w3.org/2000/svg">
|
||||
<g style="mix-blend-mode:darken">
|
||||
<path d="M4.15217 1.55141C3.96412 1.52242 3.95619 1.51902 4.04468 1.5055C4.21427 1.47958 4.61472 1.51491 4.89067 1.58012C5.53489 1.73232 6.12109 2.12221 6.74683 2.81466L6.91307 2.99862L7.15088 2.96062C8.15274 2.8006 9.17194 2.92778 10.0244 3.31918C10.2589 3.42686 10.6287 3.64121 10.6749 3.69629C10.6896 3.71384 10.7166 3.82684 10.7349 3.94742C10.7982 4.36458 10.7665 4.68434 10.6382 4.92317C10.5683 5.05313 10.5644 5.09432 10.6114 5.20554C10.6489 5.2943 10.7534 5.35999 10.8569 5.35985C11.0687 5.35956 11.2968 5.0192 11.4024 4.54561L11.4444 4.3575L11.5275 4.45109C11.9835 4.96459 12.3417 5.66488 12.4032 6.16335L12.4192 6.29332L12.3426 6.17517C12.2107 5.97186 12.0781 5.83346 11.9084 5.72183C11.6024 5.52062 11.2789 5.45215 10.4222 5.40727C9.64839 5.36675 9.21045 5.30106 8.77621 5.16032C8.03738 4.9209 7.66493 4.60204 6.78729 3.4576C6.39748 2.94928 6.15654 2.66804 5.91687 2.44155C5.37228 1.92691 4.83716 1.65701 4.15217 1.55141Z" fill="black"/>
|
||||
<path d="M10.8494 2.68637C10.8689 2.34575 10.9153 2.12108 11.0088 1.9159C11.0458 1.83469 11.0804 1.76822 11.0858 1.76822C11.0911 1.76822 11.075 1.82816 11.05 1.90142C10.9821 2.10054 10.9709 2.3729 11.0177 2.68978C11.0771 3.09184 11.1109 3.14985 11.5385 3.58416C11.739 3.78788 11.9723 4.0448 12.0568 4.15511L12.2106 4.35568L12.0568 4.21234C11.8688 4.03705 11.4364 3.6952 11.3409 3.64633C11.2768 3.61356 11.2673 3.61413 11.2278 3.65321C11.1914 3.68922 11.1837 3.74333 11.1787 3.99915C11.1708 4.39786 11.1161 4.65377 10.9842 4.90965C10.9128 5.04805 10.9015 5.01851 10.9661 4.8623C11.0143 4.74566 11.0192 4.69439 11.0189 4.30842C11.0181 3.53291 10.9255 3.34647 10.3823 3.02709C10.2447 2.94618 10.0179 2.8295 9.87839 2.76778C9.73887 2.70606 9.62805 2.6523 9.63208 2.64828C9.64746 2.63307 10.1772 2.78675 10.3905 2.86828C10.7077 2.98954 10.76 3.00526 10.7985 2.99063C10.8244 2.98082 10.8369 2.90608 10.8494 2.68637Z" fill="black"/>
|
||||
<path d="M4.51745 4.01304C4.13569 3.49066 3.89948 2.68973 3.95062 2.091L3.96643 1.90572L4.05333 1.92148C4.21652 1.95106 4.49789 2.05515 4.62964 2.13469C4.9912 2.35293 5.14773 2.64027 5.30697 3.37811C5.35362 3.59423 5.41482 3.8388 5.44298 3.9216C5.48831 4.05487 5.65962 4.36617 5.7989 4.56834C5.89922 4.71395 5.83258 4.78295 5.61082 4.76305C5.27215 4.73267 4.8134 4.41799 4.51745 4.01304Z" fill="black"/>
|
||||
<path d="M10.3863 7.90088C8.60224 7.18693 7.97389 6.56721 7.97389 5.52157C7.97389 5.36769 7.97922 5.24179 7.98571 5.24179C7.99221 5.24179 8.06124 5.29257 8.1391 5.35465C8.50088 5.64305 8.906 5.76623 10.0275 5.92885C10.6875 6.02455 11.0589 6.10185 11.4015 6.21477C12.4904 6.57371 13.1641 7.30212 13.3248 8.29426C13.3715 8.58255 13.3441 9.12317 13.2684 9.4081C13.2087 9.63315 13.0263 10.0388 12.9779 10.0544C12.9645 10.0587 12.9514 10.0076 12.9479 9.93809C12.9296 9.56554 12.7402 9.20285 12.4221 8.93116C12.0604 8.62227 11.5745 8.37633 10.3863 7.90088Z" fill="black"/>
|
||||
<path d="M9.13385 8.19748C9.11149 8.06527 9.07272 7.89643 9.04769 7.82228L9.00217 7.68748L9.08672 7.7818C9.20374 7.91233 9.2962 8.07937 9.37457 8.30185C9.43438 8.47165 9.44111 8.52215 9.44066 8.79807C9.4402 9.06896 9.43273 9.12575 9.3775 9.27858C9.29042 9.51959 9.18233 9.69048 9.00097 9.87391C8.67507 10.2036 8.25607 10.3861 7.65143 10.4618C7.54633 10.4749 7.24 10.4971 6.97069 10.511C6.292 10.5461 5.84531 10.6186 5.44393 10.7587C5.38623 10.7788 5.3347 10.7911 5.32947 10.7859C5.31323 10.7698 5.58651 10.6079 5.81223 10.4998C6.1305 10.3474 6.44733 10.2643 7.15719 10.1468C7.50785 10.0887 7.86998 10.0183 7.96194 9.99029C8.83033 9.72566 9.27671 9.04276 9.13385 8.19748Z" fill="black"/>
|
||||
<path d="M9.95169 9.64109C9.71465 9.13463 9.66022 8.64564 9.79009 8.18961C9.80399 8.14088 9.82632 8.101 9.83976 8.101C9.85319 8.101 9.90913 8.13105 9.96404 8.16777C10.0733 8.24086 10.2924 8.36395 10.876 8.68023C11.6043 9.0749 12.0196 9.3805 12.302 9.72965C12.5493 10.0354 12.7023 10.3837 12.776 10.8084C12.8177 11.0489 12.7932 11.6277 12.7311 11.8699C12.5353 12.6337 12.0802 13.2336 11.4311 13.5837C11.336 13.635 11.2506 13.6771 11.2414 13.6773C11.2321 13.6775 11.2668 13.5899 11.3184 13.4827C11.5367 13.029 11.5616 12.5877 11.3965 12.0965C11.2954 11.7957 11.0893 11.4287 10.6732 10.8084C10.1893 10.0873 10.0707 9.89539 9.95169 9.64109Z" fill="black"/>
|
||||
<path d="M3.25046 12.3737C3.91252 11.8181 4.73629 11.4234 5.48666 11.3022C5.81005 11.25 6.34877 11.2707 6.64823 11.3469C7.12824 11.469 7.55763 11.7425 7.78094 12.0683C7.99918 12.3867 8.09281 12.6642 8.19029 13.2816C8.22875 13.5252 8.27057 13.7697 8.28323 13.8251C8.35644 14.1451 8.4989 14.4008 8.67544 14.5293C8.95583 14.7333 9.43865 14.7459 9.91362 14.5618C9.99423 14.5305 10.0642 14.5089 10.0691 14.5138C10.0864 14.5308 9.84719 14.6899 9.67847 14.7737C9.45143 14.8864 9.2709 14.93 9.03102 14.93C8.59601 14.93 8.23486 14.7101 7.9335 14.2616C7.87419 14.1733 7.7409 13.909 7.63729 13.6741C7.3191 12.9528 7.16199 12.7331 6.79255 12.4926C6.47104 12.2834 6.05641 12.2459 5.74449 12.3979C5.33475 12.5976 5.22043 13.118 5.51389 13.4478C5.63053 13.5789 5.84803 13.6919 6.02588 13.7139C6.35861 13.7551 6.64455 13.5035 6.64455 13.1696C6.64455 12.9528 6.56071 12.8291 6.34966 12.7344C6.0614 12.6051 5.75156 12.7562 5.75304 13.0254C5.75368 13.1402 5.80396 13.2122 5.91971 13.2643C5.99397 13.2977 5.99569 13.3003 5.93514 13.2878C5.67066 13.2333 5.6087 12.9164 5.82135 12.706C6.07667 12.4535 6.60461 12.5649 6.78591 12.9097C6.86208 13.0545 6.87092 13.3429 6.80451 13.517C6.6559 13.9068 6.22256 14.1117 5.78297 14.0002C5.48368 13.9242 5.36181 13.842 5.00097 13.4726C4.37395 12.8306 4.13053 12.7062 3.22657 12.566L3.05335 12.5391L3.25046 12.3737Z" fill="black"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.308383 0.883984C2.40235 3.40996 3.84457 4.45213 4.00484 4.67231C4.13717 4.85412 4.08737 5.01757 3.86067 5.14567C3.7346 5.21689 3.47541 5.28905 3.34564 5.28905C3.19887 5.28905 3.14847 5.23278 3.14847 5.23278C3.06337 5.15255 3.01544 5.16658 2.5784 4.39555C1.97166 3.45981 1.46389 2.68357 1.45004 2.67057C1.41801 2.64052 1.41856 2.64153 2.51654 4.59413C2.69394 5.0011 2.55182 5.15049 2.55182 5.20845C2.55182 5.32636 2.51946 5.38834 2.37311 5.55059C2.12914 5.8211 2.02008 6.12505 1.94135 6.7541C1.8531 7.45926 1.60492 7.95737 0.917156 8.80989C0.514562 9.30893 0.448686 9.4004 0.3471 9.60153C0.219144 9.85482 0.183961 9.99669 0.169701 10.3165C0.154629 10.6547 0.183983 10.8732 0.287934 11.1965C0.378939 11.4796 0.473932 11.6665 0.716778 12.0403C0.926351 12.3629 1.04702 12.6027 1.04702 12.6965C1.04702 12.7711 1.06136 12.7712 1.38611 12.6983C2.16328 12.5239 2.79434 12.2171 3.14925 11.8411C3.36891 11.6084 3.42048 11.4799 3.42215 11.1611C3.42325 10.9525 3.41587 10.9088 3.35914 10.7888C3.2668 10.5935 3.09869 10.4311 2.72817 10.1794C2.2427 9.84953 2.03534 9.58398 1.97807 9.21878C1.93108 8.91913 1.98559 8.70771 2.25416 8.14825C2.53214 7.56916 2.60103 7.32239 2.64763 6.73869C2.67773 6.36158 2.71941 6.21286 2.82842 6.09348C2.94212 5.969 3.04447 5.92684 3.32584 5.88863C3.78457 5.82635 4.07667 5.70839 4.31677 5.48849C4.52505 5.29772 4.61221 5.11391 4.62558 4.8372L4.63574 4.62747L4.51934 4.49259C4.09783 4.00411 0.0261003 0.5 0.000160437 0.5C-0.00538105 0.5 0.133325 0.672804 0.308383 0.883984ZM1.28364 10.6992C1.37894 10.5314 1.3283 10.3158 1.16889 10.2104C1.01827 10.1109 0.78428 10.1578 0.78428 10.2875C0.78428 10.3271 0.806303 10.3559 0.855937 10.3813C0.939514 10.424 0.945581 10.4721 0.879823 10.5703C0.81323 10.6698 0.818604 10.7573 0.894991 10.8167C1.0181 10.9125 1.19237 10.8598 1.28364 10.6992Z" fill="black"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.92523 5.99865C4.70988 6.06439 4.50054 6.29124 4.43574 6.5291C4.39621 6.67421 4.41864 6.92875 4.47785 7.00736C4.57351 7.13433 4.66602 7.16778 4.91651 7.16603C5.40693 7.16263 5.83327 6.95358 5.88284 6.69224C5.92347 6.47801 5.73622 6.18112 5.4783 6.05078C5.34521 5.98355 5.06217 5.95688 4.92523 5.99865ZM5.49853 6.44422C5.57416 6.33741 5.54107 6.22198 5.41245 6.14391C5.1675 5.99525 4.79708 6.11827 4.79708 6.34826C4.79708 6.46274 4.99025 6.58765 5.16731 6.58765C5.28516 6.58765 5.44644 6.5178 5.49853 6.44422Z" fill="black"/>
|
||||
<path d="M4.15217 1.55141C3.96412 1.52242 3.95619 1.51902 4.04468 1.5055C4.21427 1.47958 4.61472 1.51491 4.89067 1.58012C5.53489 1.73232 6.12109 2.12221 6.74683 2.81466L6.91307 2.99862L7.15088 2.96062C8.15274 2.8006 9.17194 2.92778 10.0244 3.31918C10.2589 3.42686 10.6287 3.64121 10.6749 3.69629C10.6896 3.71384 10.7166 3.82684 10.7349 3.94742C10.7982 4.36458 10.7665 4.68434 10.6382 4.92317C10.5683 5.05313 10.5644 5.09432 10.6114 5.20554C10.6489 5.2943 10.7534 5.35999 10.8569 5.35985C11.0687 5.35956 11.2968 5.0192 11.4024 4.54561L11.4444 4.3575L11.5275 4.45109C11.9835 4.96459 12.3417 5.66488 12.4032 6.16335L12.4192 6.29332L12.3426 6.17517C12.2107 5.97186 12.0781 5.83346 11.9084 5.72183C11.6024 5.52062 11.2789 5.45215 10.4222 5.40727C9.64839 5.36675 9.21045 5.30106 8.77621 5.16032C8.03738 4.9209 7.66493 4.60204 6.78729 3.4576C6.39748 2.94928 6.15654 2.66804 5.91687 2.44155C5.37228 1.92691 4.83716 1.65701 4.15217 1.55141Z"/>
|
||||
<path d="M10.8494 2.68637C10.8689 2.34575 10.9153 2.12108 11.0088 1.9159C11.0458 1.83469 11.0804 1.76822 11.0858 1.76822C11.0911 1.76822 11.075 1.82816 11.05 1.90142C10.9821 2.10054 10.9709 2.3729 11.0177 2.68978C11.0771 3.09184 11.1109 3.14985 11.5385 3.58416C11.739 3.78788 11.9723 4.0448 12.0568 4.15511L12.2106 4.35568L12.0568 4.21234C11.8688 4.03705 11.4364 3.6952 11.3409 3.64633C11.2768 3.61356 11.2673 3.61413 11.2278 3.65321C11.1914 3.68922 11.1837 3.74333 11.1787 3.99915C11.1708 4.39786 11.1161 4.65377 10.9842 4.90965C10.9128 5.04805 10.9015 5.01851 10.9661 4.8623C11.0143 4.74566 11.0192 4.69439 11.0189 4.30842C11.0181 3.53291 10.9255 3.34647 10.3823 3.02709C10.2447 2.94618 10.0179 2.8295 9.87839 2.76778C9.73887 2.70606 9.62805 2.6523 9.63208 2.64828C9.64746 2.63307 10.1772 2.78675 10.3905 2.86828C10.7077 2.98954 10.76 3.00526 10.7985 2.99063C10.8244 2.98082 10.8369 2.90608 10.8494 2.68637Z"/>
|
||||
<path d="M4.51745 4.01304C4.13569 3.49066 3.89948 2.68973 3.95062 2.091L3.96643 1.90572L4.05333 1.92148C4.21652 1.95106 4.49789 2.05515 4.62964 2.13469C4.9912 2.35293 5.14773 2.64027 5.30697 3.37811C5.35362 3.59423 5.41482 3.8388 5.44298 3.9216C5.48831 4.05487 5.65962 4.36617 5.7989 4.56834C5.89922 4.71395 5.83258 4.78295 5.61082 4.76305C5.27215 4.73267 4.8134 4.41799 4.51745 4.01304Z"/>
|
||||
<path d="M10.3863 7.90088C8.60224 7.18693 7.97389 6.56721 7.97389 5.52157C7.97389 5.36769 7.97922 5.24179 7.98571 5.24179C7.99221 5.24179 8.06124 5.29257 8.1391 5.35465C8.50088 5.64305 8.906 5.76623 10.0275 5.92885C10.6875 6.02455 11.0589 6.10185 11.4015 6.21477C12.4904 6.57371 13.1641 7.30212 13.3248 8.29426C13.3715 8.58255 13.3441 9.12317 13.2684 9.4081C13.2087 9.63315 13.0263 10.0388 12.9779 10.0544C12.9645 10.0587 12.9514 10.0076 12.9479 9.93809C12.9296 9.56554 12.7402 9.20285 12.4221 8.93116C12.0604 8.62227 11.5745 8.37633 10.3863 7.90088Z"/>
|
||||
<path d="M9.13385 8.19748C9.11149 8.06527 9.07272 7.89643 9.04769 7.82228L9.00217 7.68748L9.08672 7.7818C9.20374 7.91233 9.2962 8.07937 9.37457 8.30185C9.43438 8.47165 9.44111 8.52215 9.44066 8.79807C9.4402 9.06896 9.43273 9.12575 9.3775 9.27858C9.29042 9.51959 9.18233 9.69048 9.00097 9.87391C8.67507 10.2036 8.25607 10.3861 7.65143 10.4618C7.54633 10.4749 7.24 10.4971 6.97069 10.511C6.292 10.5461 5.84531 10.6186 5.44393 10.7587C5.38623 10.7788 5.3347 10.7911 5.32947 10.7859C5.31323 10.7698 5.58651 10.6079 5.81223 10.4998C6.1305 10.3474 6.44733 10.2643 7.15719 10.1468C7.50785 10.0887 7.86998 10.0183 7.96194 9.99029C8.83033 9.72566 9.27671 9.04276 9.13385 8.19748Z"/>
|
||||
<path d="M9.95169 9.64109C9.71465 9.13463 9.66022 8.64564 9.79009 8.18961C9.80399 8.14088 9.82632 8.101 9.83976 8.101C9.85319 8.101 9.90913 8.13105 9.96404 8.16777C10.0733 8.24086 10.2924 8.36395 10.876 8.68023C11.6043 9.0749 12.0196 9.3805 12.302 9.72965C12.5493 10.0354 12.7023 10.3837 12.776 10.8084C12.8177 11.0489 12.7932 11.6277 12.7311 11.8699C12.5353 12.6337 12.0802 13.2336 11.4311 13.5837C11.336 13.635 11.2506 13.6771 11.2414 13.6773C11.2321 13.6775 11.2668 13.5899 11.3184 13.4827C11.5367 13.029 11.5616 12.5877 11.3965 12.0965C11.2954 11.7957 11.0893 11.4287 10.6732 10.8084C10.1893 10.0873 10.0707 9.89539 9.95169 9.64109Z"/>
|
||||
<path d="M3.25046 12.3737C3.91252 11.8181 4.73629 11.4234 5.48666 11.3022C5.81005 11.25 6.34877 11.2707 6.64823 11.3469C7.12824 11.469 7.55763 11.7425 7.78094 12.0683C7.99918 12.3867 8.09281 12.6642 8.19029 13.2816C8.22875 13.5252 8.27057 13.7697 8.28323 13.8251C8.35644 14.1451 8.4989 14.4008 8.67544 14.5293C8.95583 14.7333 9.43865 14.7459 9.91362 14.5618C9.99423 14.5305 10.0642 14.5089 10.0691 14.5138C10.0864 14.5308 9.84719 14.6899 9.67847 14.7737C9.45143 14.8864 9.2709 14.93 9.03102 14.93C8.59601 14.93 8.23486 14.7101 7.9335 14.2616C7.87419 14.1733 7.7409 13.909 7.63729 13.6741C7.3191 12.9528 7.16199 12.7331 6.79255 12.4926C6.47104 12.2834 6.05641 12.2459 5.74449 12.3979C5.33475 12.5976 5.22043 13.118 5.51389 13.4478C5.63053 13.5789 5.84803 13.6919 6.02588 13.7139C6.35861 13.7551 6.64455 13.5035 6.64455 13.1696C6.64455 12.9528 6.56071 12.8291 6.34966 12.7344C6.0614 12.6051 5.75156 12.7562 5.75304 13.0254C5.75368 13.1402 5.80396 13.2122 5.91971 13.2643C5.99397 13.2977 5.99569 13.3003 5.93514 13.2878C5.67066 13.2333 5.6087 12.9164 5.82135 12.706C6.07667 12.4535 6.60461 12.5649 6.78591 12.9097C6.86208 13.0545 6.87092 13.3429 6.80451 13.517C6.6559 13.9068 6.22256 14.1117 5.78297 14.0002C5.48368 13.9242 5.36181 13.842 5.00097 13.4726C4.37395 12.8306 4.13053 12.7062 3.22657 12.566L3.05335 12.5391L3.25046 12.3737Z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.308383 0.883984C2.40235 3.40996 3.84457 4.45213 4.00484 4.67231C4.13717 4.85412 4.08737 5.01757 3.86067 5.14567C3.7346 5.21689 3.47541 5.28905 3.34564 5.28905C3.19887 5.28905 3.14847 5.23278 3.14847 5.23278C3.06337 5.15255 3.01544 5.16658 2.5784 4.39555C1.97166 3.45981 1.46389 2.68357 1.45004 2.67057C1.41801 2.64052 1.41856 2.64153 2.51654 4.59413C2.69394 5.0011 2.55182 5.15049 2.55182 5.20845C2.55182 5.32636 2.51946 5.38834 2.37311 5.55059C2.12914 5.8211 2.02008 6.12505 1.94135 6.7541C1.8531 7.45926 1.60492 7.95737 0.917156 8.80989C0.514562 9.30893 0.448686 9.4004 0.3471 9.60153C0.219144 9.85482 0.183961 9.99669 0.169701 10.3165C0.154629 10.6547 0.183983 10.8732 0.287934 11.1965C0.378939 11.4796 0.473932 11.6665 0.716778 12.0403C0.926351 12.3629 1.04702 12.6027 1.04702 12.6965C1.04702 12.7711 1.06136 12.7712 1.38611 12.6983C2.16328 12.5239 2.79434 12.2171 3.14925 11.8411C3.36891 11.6084 3.42048 11.4799 3.42215 11.1611C3.42325 10.9525 3.41587 10.9088 3.35914 10.7888C3.2668 10.5935 3.09869 10.4311 2.72817 10.1794C2.2427 9.84953 2.03534 9.58398 1.97807 9.21878C1.93108 8.91913 1.98559 8.70771 2.25416 8.14825C2.53214 7.56916 2.60103 7.32239 2.64763 6.73869C2.67773 6.36158 2.71941 6.21286 2.82842 6.09348C2.94212 5.969 3.04447 5.92684 3.32584 5.88863C3.78457 5.82635 4.07667 5.70839 4.31677 5.48849C4.52505 5.29772 4.61221 5.11391 4.62558 4.8372L4.63574 4.62747L4.51934 4.49259C4.09783 4.00411 0.0261003 0.5 0.000160437 0.5C-0.00538105 0.5 0.133325 0.672804 0.308383 0.883984ZM1.28364 10.6992C1.37894 10.5314 1.3283 10.3158 1.16889 10.2104C1.01827 10.1109 0.78428 10.1578 0.78428 10.2875C0.78428 10.3271 0.806303 10.3559 0.855937 10.3813C0.939514 10.424 0.945581 10.4721 0.879823 10.5703C0.81323 10.6698 0.818604 10.7573 0.894991 10.8167C1.0181 10.9125 1.19237 10.8598 1.28364 10.6992Z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.92523 5.99865C4.70988 6.06439 4.50054 6.29124 4.43574 6.5291C4.39621 6.67421 4.41864 6.92875 4.47785 7.00736C4.57351 7.13433 4.66602 7.16778 4.91651 7.16603C5.40693 7.16263 5.83327 6.95358 5.88284 6.69224C5.92347 6.47801 5.73622 6.18112 5.4783 6.05078C5.34521 5.98355 5.06217 5.95688 4.92523 5.99865ZM5.49853 6.44422C5.57416 6.33741 5.54107 6.22198 5.41245 6.14391C5.1675 5.99525 4.79708 6.11827 4.79708 6.34826C4.79708 6.46274 4.99025 6.58765 5.16731 6.58765C5.28516 6.58765 5.44644 6.5178 5.49853 6.44422Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -1,11 +0,0 @@
|
||||
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4.15217 1.55141C3.96412 1.52242 3.95619 1.51902 4.04468 1.5055C4.21427 1.47958 4.61472 1.51491 4.89067 1.58012C5.53489 1.73232 6.12109 2.12221 6.74683 2.81466L6.91307 2.99862L7.15088 2.96062C8.15274 2.8006 9.17194 2.92778 10.0244 3.31918C10.2589 3.42686 10.6287 3.64121 10.6749 3.69629C10.6896 3.71384 10.7166 3.82684 10.7349 3.94742C10.7982 4.36458 10.7665 4.68434 10.6382 4.92317C10.5683 5.05313 10.5644 5.09432 10.6114 5.20554C10.6489 5.2943 10.7534 5.35999 10.8569 5.35985C11.0687 5.35956 11.2968 5.0192 11.4024 4.54561L11.4444 4.3575L11.5275 4.45109C11.9835 4.96459 12.3417 5.66488 12.4032 6.16335L12.4192 6.29332L12.3426 6.17517C12.2107 5.97186 12.0781 5.83346 11.9084 5.72183C11.6024 5.52062 11.2789 5.45215 10.4222 5.40727C9.64839 5.36675 9.21045 5.30106 8.77621 5.16032C8.03738 4.9209 7.66493 4.60204 6.78729 3.4576C6.39748 2.94928 6.15654 2.66804 5.91687 2.44155C5.37228 1.92691 4.83716 1.65701 4.15217 1.55141Z" fill="white"/>
|
||||
<path d="M10.8494 2.68637C10.8689 2.34575 10.9153 2.12108 11.0088 1.9159C11.0458 1.83469 11.0804 1.76822 11.0858 1.76822C11.0911 1.76822 11.075 1.82816 11.05 1.90142C10.9821 2.10054 10.9709 2.3729 11.0177 2.68978C11.0771 3.09184 11.1109 3.14985 11.5385 3.58416C11.739 3.78788 11.9723 4.0448 12.0568 4.15511L12.2106 4.35568L12.0568 4.21234C11.8688 4.03705 11.4364 3.6952 11.3409 3.64633C11.2768 3.61356 11.2673 3.61413 11.2278 3.65321C11.1914 3.68922 11.1837 3.74333 11.1787 3.99915C11.1708 4.39786 11.1161 4.65377 10.9842 4.90965C10.9128 5.04805 10.9015 5.01851 10.9661 4.8623C11.0143 4.74566 11.0192 4.69439 11.0189 4.30842C11.0181 3.53291 10.9255 3.34647 10.3823 3.02709C10.2447 2.94618 10.0179 2.8295 9.87839 2.76778C9.73887 2.70606 9.62805 2.6523 9.63208 2.64828C9.64746 2.63307 10.1772 2.78675 10.3905 2.86828C10.7077 2.98954 10.76 3.00526 10.7985 2.99063C10.8244 2.98082 10.8369 2.90608 10.8494 2.68637Z" fill="white"/>
|
||||
<path d="M4.51745 4.01304C4.13569 3.49066 3.89948 2.68973 3.95062 2.091L3.96643 1.90572L4.05333 1.92148C4.21652 1.95106 4.49789 2.05515 4.62964 2.13469C4.9912 2.35293 5.14773 2.64027 5.30697 3.37811C5.35362 3.59423 5.41482 3.8388 5.44298 3.9216C5.48831 4.05487 5.65962 4.36617 5.7989 4.56834C5.89922 4.71395 5.83258 4.78295 5.61082 4.76305C5.27215 4.73267 4.8134 4.41799 4.51745 4.01304Z" fill="white"/>
|
||||
<path d="M10.3863 7.90088C8.60224 7.18693 7.97389 6.56721 7.97389 5.52157C7.97389 5.36769 7.97922 5.24179 7.98571 5.24179C7.99221 5.24179 8.06124 5.29257 8.1391 5.35465C8.50088 5.64305 8.906 5.76623 10.0275 5.92885C10.6875 6.02455 11.0589 6.10185 11.4015 6.21477C12.4904 6.57371 13.1641 7.30212 13.3248 8.29426C13.3715 8.58255 13.3441 9.12317 13.2684 9.4081C13.2087 9.63315 13.0263 10.0388 12.9779 10.0544C12.9645 10.0587 12.9514 10.0076 12.9479 9.93809C12.9296 9.56554 12.7402 9.20285 12.4221 8.93116C12.0604 8.62227 11.5745 8.37633 10.3863 7.90088Z" fill="white"/>
|
||||
<path d="M9.13385 8.19748C9.11149 8.06527 9.07272 7.89643 9.04769 7.82228L9.00217 7.68748L9.08672 7.7818C9.20374 7.91233 9.2962 8.07937 9.37457 8.30185C9.43438 8.47165 9.44111 8.52215 9.44066 8.79807C9.4402 9.06896 9.43273 9.12575 9.3775 9.27858C9.29042 9.51959 9.18233 9.69048 9.00097 9.87391C8.67507 10.2036 8.25607 10.3861 7.65143 10.4618C7.54633 10.4749 7.24 10.4971 6.97069 10.511C6.292 10.5461 5.84531 10.6186 5.44393 10.7587C5.38623 10.7788 5.3347 10.7911 5.32947 10.7859C5.31323 10.7698 5.58651 10.6079 5.81223 10.4998C6.1305 10.3474 6.44733 10.2643 7.15719 10.1468C7.50785 10.0887 7.86998 10.0183 7.96194 9.99029C8.83033 9.72566 9.27671 9.04276 9.13385 8.19748Z" fill="white"/>
|
||||
<path d="M9.95169 9.64109C9.71465 9.13463 9.66022 8.64564 9.79009 8.18961C9.80399 8.14088 9.82632 8.101 9.83976 8.101C9.85319 8.101 9.90913 8.13105 9.96404 8.16777C10.0733 8.24086 10.2924 8.36395 10.876 8.68023C11.6043 9.0749 12.0196 9.3805 12.302 9.72965C12.5493 10.0354 12.7023 10.3837 12.776 10.8084C12.8177 11.0489 12.7932 11.6277 12.7311 11.8699C12.5353 12.6337 12.0802 13.2336 11.4311 13.5837C11.336 13.635 11.2506 13.6771 11.2414 13.6773C11.2321 13.6775 11.2668 13.5899 11.3184 13.4827C11.5367 13.029 11.5616 12.5877 11.3965 12.0965C11.2954 11.7957 11.0893 11.4287 10.6732 10.8084C10.1893 10.0873 10.0707 9.89539 9.95169 9.64109Z" fill="white"/>
|
||||
<path d="M3.25046 12.3737C3.91252 11.8181 4.73629 11.4234 5.48666 11.3022C5.81005 11.25 6.34877 11.2707 6.64823 11.3469C7.12824 11.469 7.55763 11.7425 7.78094 12.0683C7.99918 12.3867 8.09281 12.6642 8.19029 13.2816C8.22875 13.5252 8.27057 13.7697 8.28323 13.8251C8.35644 14.1451 8.4989 14.4008 8.67544 14.5293C8.95583 14.7333 9.43865 14.7459 9.91362 14.5618C9.99423 14.5305 10.0642 14.5089 10.0691 14.5138C10.0864 14.5308 9.84719 14.6899 9.67847 14.7737C9.45143 14.8864 9.2709 14.93 9.03102 14.93C8.59601 14.93 8.23486 14.7101 7.9335 14.2616C7.87419 14.1733 7.7409 13.909 7.63729 13.6741C7.3191 12.9528 7.16199 12.7331 6.79255 12.4926C6.47104 12.2834 6.05641 12.2459 5.74449 12.3979C5.33475 12.5976 5.22043 13.118 5.51389 13.4478C5.63053 13.5789 5.84803 13.6919 6.02588 13.7139C6.35861 13.7551 6.64455 13.5035 6.64455 13.1696C6.64455 12.9528 6.56071 12.8291 6.34966 12.7344C6.0614 12.6051 5.75156 12.7562 5.75304 13.0254C5.75368 13.1402 5.80396 13.2122 5.91971 13.2643C5.99397 13.2977 5.99569 13.3003 5.93514 13.2878C5.67066 13.2333 5.6087 12.9164 5.82135 12.706C6.07667 12.4535 6.60461 12.5649 6.78591 12.9097C6.86208 13.0545 6.87092 13.3429 6.80451 13.517C6.6559 13.9068 6.22256 14.1117 5.78297 14.0002C5.48368 13.9242 5.36181 13.842 5.00097 13.4726C4.37395 12.8306 4.13053 12.7062 3.22657 12.566L3.05335 12.5391L3.25046 12.3737Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.308383 0.883984C2.40235 3.40996 3.84457 4.45213 4.00484 4.67231C4.13717 4.85412 4.08737 5.01757 3.86067 5.14567C3.7346 5.21689 3.47541 5.28905 3.34564 5.28905C3.19887 5.28905 3.14847 5.23278 3.14847 5.23278C3.06337 5.15255 3.01544 5.16658 2.5784 4.39555C1.97166 3.45981 1.46389 2.68357 1.45004 2.67057C1.41801 2.64052 1.41856 2.64153 2.51654 4.59413C2.69394 5.0011 2.55182 5.15049 2.55182 5.20845C2.55182 5.32636 2.51946 5.38834 2.37311 5.55059C2.12914 5.8211 2.02008 6.12505 1.94135 6.7541C1.8531 7.45926 1.60492 7.95737 0.917156 8.80989C0.514562 9.30893 0.448686 9.4004 0.3471 9.60153C0.219144 9.85482 0.183961 9.99669 0.169701 10.3165C0.154629 10.6547 0.183983 10.8732 0.287934 11.1965C0.378939 11.4796 0.473932 11.6665 0.716778 12.0403C0.926351 12.3629 1.04702 12.6027 1.04702 12.6965C1.04702 12.7711 1.06136 12.7712 1.38611 12.6983C2.16328 12.5239 2.79434 12.2171 3.14925 11.8411C3.36891 11.6084 3.42048 11.4799 3.42215 11.1611C3.42325 10.9525 3.41587 10.9088 3.35914 10.7888C3.2668 10.5935 3.09869 10.4311 2.72817 10.1794C2.2427 9.84953 2.03534 9.58398 1.97807 9.21878C1.93108 8.91913 1.98559 8.70771 2.25416 8.14825C2.53214 7.56916 2.60103 7.32239 2.64763 6.73869C2.67773 6.36158 2.71941 6.21286 2.82842 6.09348C2.94212 5.969 3.04447 5.92684 3.32584 5.88863C3.78457 5.82635 4.07667 5.70839 4.31677 5.48849C4.52505 5.29772 4.61221 5.11391 4.62558 4.8372L4.63574 4.62747L4.51934 4.49259C4.09783 4.00411 0.0261003 0.5 0.000160437 0.5C-0.00538105 0.5 0.133325 0.672804 0.308383 0.883984ZM1.28364 10.6992C1.37894 10.5314 1.3283 10.3158 1.16889 10.2104C1.01827 10.1109 0.78428 10.1578 0.78428 10.2875C0.78428 10.3271 0.806303 10.3559 0.855937 10.3813C0.939514 10.424 0.945581 10.4721 0.879823 10.5703C0.81323 10.6698 0.818604 10.7573 0.894991 10.8167C1.0181 10.9125 1.19237 10.8598 1.28364 10.6992Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.92523 5.99865C4.70988 6.06439 4.50054 6.29124 4.43574 6.5291C4.39621 6.67421 4.41864 6.92875 4.47785 7.00736C4.57351 7.13433 4.66602 7.16778 4.91651 7.16603C5.40693 7.16263 5.83327 6.95358 5.88284 6.69224C5.92347 6.47801 5.73622 6.18112 5.4783 6.05078C5.34521 5.98355 5.06217 5.95688 4.92523 5.99865ZM5.49853 6.44422C5.57416 6.33741 5.54107 6.22198 5.41245 6.14391C5.1675 5.99525 4.79708 6.11827 4.79708 6.34826C4.79708 6.46274 4.99025 6.58765 5.16731 6.58765C5.28516 6.58765 5.44644 6.5178 5.49853 6.44422Z" fill="white"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 7.9 KiB |
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { ReactNode, useCallback, useContext } from 'react'
|
||||
import styled, { ThemeContext } from 'styled-components/macro'
|
||||
|
||||
@@ -5,13 +5,21 @@ import { useActiveWeb3React } from '../../hooks/web3'
|
||||
|
||||
// SDN OFAC addresses
|
||||
const BLOCKED_ADDRESSES: string[] = [
|
||||
'0x7Db418b5D567A4e0E8c59Ad71BE1FcE48f3E6107',
|
||||
'0x72a5843cc08275C8171E582972Aa4fDa8C397B2A',
|
||||
'0x7F19720A857F834887FC9A7bC0a0fBe7Fc7f8102',
|
||||
'0xA7e5d5A720f06526557c513402f2e6B5fA20b008',
|
||||
'0x1da5821544e25c636c1417Ba96Ade4Cf6D2f9B5A',
|
||||
'0x9F4cda013E354b8fC285BF4b9A60460cEe7f7Ea9',
|
||||
'0x19Aa5Fe80D33a56D56c78e82eA5E50E5d80b4Dff',
|
||||
'0x2f389cE8bD8ff92De3402FFCe4691d17fC4f6535',
|
||||
'0xe7aa314c77F4233C18C6CC84384A9247c0cf367B',
|
||||
'0x7F367cC41522cE07553e823bf3be79A889DEbe1B',
|
||||
'0xd882cFc20F52f2599D84b8e8D58C7FB62cfE344b',
|
||||
'0x901bb9583b24D97e995513C6778dc6888AB6870e',
|
||||
'0xA7e5d5A720f06526557c513402f2e6B5fA20b008',
|
||||
'0x8576aCC5C05D6Ce88f4e49bf65BdF0C62F91353C',
|
||||
'0xC8a65Fadf0e0dDAf421F28FEAb69Bf6E2E589963',
|
||||
'0x9f4cda013e354b8fc285bf4b9a60460cee7f7ea9',
|
||||
'0x308eD4B7b49797e1A98D3818bFF6fe5385410370',
|
||||
]
|
||||
|
||||
export default function Blocklist({ children }: { children: ReactNode }) {
|
||||
|
||||
@@ -7,9 +7,10 @@ import Card from 'components/Card'
|
||||
import { AutoColumn } from 'components/Column'
|
||||
import { RowBetween } from 'components/Row'
|
||||
import { useFeeTierDistribution } from 'hooks/useFeeTierDistribution'
|
||||
import { PoolState, usePools } from 'hooks/usePools'
|
||||
import usePrevious from 'hooks/usePrevious'
|
||||
import { DynamicSection } from 'pages/AddLiquidity/styled'
|
||||
import React, { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'
|
||||
import ReactGA from 'react-ga'
|
||||
import { Box } from 'rebass'
|
||||
import styled, { keyframes } from 'styled-components/macro'
|
||||
@@ -41,6 +42,7 @@ const ResponsiveText = styled(TYPE.label)`
|
||||
const FocusedOutlineCard = styled(Card)<{ pulsing: boolean }>`
|
||||
border: 1px solid ${({ theme }) => theme.bg2};
|
||||
animation: ${({ pulsing, theme }) => pulsing && pulse(theme.primary1)} 0.6s linear;
|
||||
align-self: center;
|
||||
`
|
||||
|
||||
const FeeAmountLabel = {
|
||||
@@ -58,11 +60,25 @@ const FeeAmountLabel = {
|
||||
},
|
||||
}
|
||||
|
||||
const FeeTierPercentageBadge = ({ percentage }: { percentage: number | undefined }) => {
|
||||
function FeeTierPercentageBadge({
|
||||
feeAmount,
|
||||
distributions,
|
||||
poolState,
|
||||
}: {
|
||||
feeAmount: FeeAmount
|
||||
distributions: ReturnType<typeof useFeeTierDistribution>['distributions']
|
||||
poolState: PoolState
|
||||
}) {
|
||||
return (
|
||||
<Badge>
|
||||
<TYPE.label fontSize={12}>
|
||||
{percentage !== undefined ? <Trans>{percentage?.toFixed(0)}% select</Trans> : <Trans>Not created</Trans>}
|
||||
{!distributions || poolState === PoolState.NOT_EXISTS || poolState === PoolState.INVALID ? (
|
||||
<Trans>Not created</Trans>
|
||||
) : distributions[feeAmount] !== undefined ? (
|
||||
<Trans>{distributions[feeAmount]?.toFixed(0)}% select</Trans>
|
||||
) : (
|
||||
<Trans>No data</Trans>
|
||||
)}
|
||||
</TYPE.label>
|
||||
</Badge>
|
||||
)
|
||||
@@ -83,6 +99,33 @@ export default function FeeSelector({
|
||||
}) {
|
||||
const { isLoading, isError, largestUsageFeeTier, distributions } = useFeeTierDistribution(currencyA, currencyB)
|
||||
|
||||
// get pool data on-chain for latest states
|
||||
const pools = usePools([
|
||||
[currencyA, currencyB, FeeAmount.LOW],
|
||||
[currencyA, currencyB, FeeAmount.MEDIUM],
|
||||
[currencyA, currencyB, FeeAmount.HIGH],
|
||||
])
|
||||
|
||||
const poolsByFeeTier = useMemo(
|
||||
() =>
|
||||
pools.reduce(
|
||||
(acc, [curPoolState, curPool]) => {
|
||||
acc = {
|
||||
...acc,
|
||||
...{ [curPool?.fee as FeeAmount]: curPoolState },
|
||||
}
|
||||
return acc
|
||||
},
|
||||
{
|
||||
// default all states to NOT_EXISTS
|
||||
[FeeAmount.LOW]: PoolState.NOT_EXISTS,
|
||||
[FeeAmount.MEDIUM]: PoolState.NOT_EXISTS,
|
||||
[FeeAmount.HIGH]: PoolState.NOT_EXISTS,
|
||||
}
|
||||
),
|
||||
[pools]
|
||||
)
|
||||
|
||||
const [showOptions, setShowOptions] = useState(false)
|
||||
const [pulsing, setPulsing] = useState(false)
|
||||
|
||||
@@ -153,7 +196,13 @@ export default function FeeSelector({
|
||||
<Trans>{FeeAmountLabel[feeAmount].label}% fee tier</Trans>
|
||||
</TYPE.label>
|
||||
<Box style={{ width: 'fit-content', marginTop: '8px' }} className="selected-fee-percentage">
|
||||
{distributions && feeAmount && <FeeTierPercentageBadge percentage={distributions[feeAmount]} />}
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
distributions={distributions}
|
||||
feeAmount={feeAmount}
|
||||
poolState={poolsByFeeTier[feeAmount]}
|
||||
/>
|
||||
)}
|
||||
</Box>
|
||||
</>
|
||||
)}
|
||||
@@ -182,7 +231,13 @@ export default function FeeSelector({
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && <FeeTierPercentageBadge percentage={distributions[FeeAmount.LOW]} />}
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
distributions={distributions}
|
||||
feeAmount={FeeAmount.LOW}
|
||||
poolState={poolsByFeeTier[FeeAmount.LOW]}
|
||||
/>
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
<ButtonRadioChecked
|
||||
@@ -200,7 +255,13 @@ export default function FeeSelector({
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && <FeeTierPercentageBadge percentage={distributions[FeeAmount.MEDIUM]} />}
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
distributions={distributions}
|
||||
feeAmount={FeeAmount.MEDIUM}
|
||||
poolState={poolsByFeeTier[FeeAmount.MEDIUM]}
|
||||
/>
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
<ButtonRadioChecked
|
||||
@@ -218,7 +279,13 @@ export default function FeeSelector({
|
||||
</TYPE.main>
|
||||
</AutoColumn>
|
||||
|
||||
{distributions && <FeeTierPercentageBadge percentage={distributions[FeeAmount.HIGH]} />}
|
||||
{distributions && (
|
||||
<FeeTierPercentageBadge
|
||||
distributions={distributions}
|
||||
feeAmount={FeeAmount.HIGH}
|
||||
poolState={poolsByFeeTier[FeeAmount.HIGH]}
|
||||
/>
|
||||
)}
|
||||
</AutoColumn>
|
||||
</ButtonRadioChecked>
|
||||
</RowBetween>
|
||||
|
||||
@@ -11,8 +11,8 @@ import { useOnClickOutside } from 'hooks/useOnClickOutside'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import { useCallback, useRef } from 'react'
|
||||
import { ArrowDownCircle, ChevronDown } from 'react-feather'
|
||||
import { ApplicationModal } from 'state/application/actions'
|
||||
import { useModalOpen, useToggleModal } from 'state/application/hooks'
|
||||
import { ApplicationModal } from 'state/application/reducer'
|
||||
import { useAppSelector } from 'state/hooks'
|
||||
import styled from 'styled-components/macro'
|
||||
import { ExternalLink, MEDIA_WIDTHS } from 'theme'
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import useScrollPosition from '@react-hook/window-scroll'
|
||||
import { CHAIN_INFO, SupportedChainId } from 'constants/chains'
|
||||
import useTheme from 'hooks/useTheme'
|
||||
import { darken } from 'polished'
|
||||
import { useState } from 'react'
|
||||
import { NavLink } from 'react-router-dom'
|
||||
@@ -13,7 +14,6 @@ import { useETHBalances } from 'state/wallet/hooks'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
import { ReactComponent as Logo } from '../../assets/svg/logo.svg'
|
||||
import { ReactComponent as LogoDark } from '../../assets/svg/logo_white.svg'
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { ExternalLink, TYPE } from '../../theme'
|
||||
import ClaimModal from '../claim/ClaimModal'
|
||||
@@ -248,6 +248,7 @@ export default function Header() {
|
||||
|
||||
const userEthBalance = useETHBalances(account ? [account] : [])?.[account ?? '']
|
||||
const [darkMode] = useDarkModeManager()
|
||||
const { white, black } = useTheme()
|
||||
|
||||
const toggleClaimModal = useToggleSelfClaimModal()
|
||||
|
||||
@@ -269,11 +270,7 @@ export default function Header() {
|
||||
</Modal>
|
||||
<Title href=".">
|
||||
<UniIcon>
|
||||
{darkMode ? (
|
||||
<LogoDark width="24px" height="100%" title="logo" />
|
||||
) : (
|
||||
<Logo width="24px" height="100%" title="logo" />
|
||||
)}
|
||||
<Logo fill={darkMode ? white : black} width="24px" height="100%" title="logo" />
|
||||
</UniIcon>
|
||||
</Title>
|
||||
<HeaderLinks>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { area, curveStepAfter, ScaleLinear } from 'd3'
|
||||
import inRange from 'lodash/inRange'
|
||||
import React, { useMemo } from 'react'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
@@ -36,7 +35,10 @@ export const Area = ({
|
||||
.x((d: unknown) => xScale(xValue(d as ChartEntry)))
|
||||
.y1((d: unknown) => yScale(yValue(d as ChartEntry)))
|
||||
.y0(yScale(0))(
|
||||
series.filter((d) => inRange(xScale(xValue(d)), 0, innerWidth)) as Iterable<[number, number]>
|
||||
series.filter((d) => {
|
||||
const value = xScale(xValue(d))
|
||||
return value > 0 && value <= innerWidth
|
||||
}) as Iterable<[number, number]>
|
||||
) ?? undefined
|
||||
}
|
||||
/>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { CHAIN_INFO, L2_CHAIN_IDS, SupportedChainId } from 'constants/chains'
|
||||
@@ -13,8 +14,8 @@ import styled, { css } from 'styled-components/macro'
|
||||
import { ReactComponent as MenuIcon } from '../../assets/images/menu.svg'
|
||||
import { useOnClickOutside } from '../../hooks/useOnClickOutside'
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { ApplicationModal } from '../../state/application/actions'
|
||||
import { useModalOpen, useToggleModal } from '../../state/application/hooks'
|
||||
import { ApplicationModal } from '../../state/application/reducer'
|
||||
import { ExternalLink } from '../../theme'
|
||||
import { ButtonPrimary } from '../Button'
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ import styled, { keyframes } from 'styled-components/macro'
|
||||
import tokenLogo from '../../assets/images/token-logo.png'
|
||||
import { ButtonPrimary } from '../../components/Button'
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { ApplicationModal } from '../../state/application/actions'
|
||||
import {
|
||||
useModalOpen,
|
||||
useShowClaimPopup,
|
||||
useToggleSelfClaimModal,
|
||||
useToggleShowClaimPopup,
|
||||
} from '../../state/application/hooks'
|
||||
import { ApplicationModal } from '../../state/application/reducer'
|
||||
import { useUserHasAvailableClaim, useUserUnclaimedAmount } from '../../state/claim/hooks'
|
||||
import { TYPE } from '../../theme'
|
||||
import { AutoColumn } from '../Column'
|
||||
|
||||
@@ -4,8 +4,8 @@ import { animated } from 'react-spring'
|
||||
import { useSpring } from 'react-spring/web'
|
||||
import styled, { ThemeContext } from 'styled-components/macro'
|
||||
|
||||
import { PopupContent } from '../../state/application/actions'
|
||||
import { useRemovePopup } from '../../state/application/hooks'
|
||||
import { PopupContent } from '../../state/application/reducer'
|
||||
import TransactionPopup from './TransactionPopup'
|
||||
|
||||
const StyledClose = styled(X)`
|
||||
|
||||
@@ -9,6 +9,8 @@ import { Box } from 'rebass'
|
||||
import styled from 'styled-components/macro'
|
||||
import { TYPE } from 'theme'
|
||||
|
||||
import { ReactComponent as DotLine } from '../../assets/svg/dot_line.svg'
|
||||
|
||||
export interface RoutingDiagramEntry {
|
||||
percent: Percent
|
||||
path: [Currency, Currency, FeeAmount][]
|
||||
@@ -40,13 +42,18 @@ const PoolBadge = styled(Badge)`
|
||||
`
|
||||
|
||||
const DottedLine = styled.div`
|
||||
border-color: ${({ theme }) => theme.bg4};
|
||||
border-top-style: dotted;
|
||||
border-width: 4px;
|
||||
height: 0px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
width: calc(100%);
|
||||
z-index: 1;
|
||||
opacity: 0.5;
|
||||
`
|
||||
|
||||
const DotColor = styled(DotLine)`
|
||||
path {
|
||||
stroke: ${({ theme }) => theme.bg4};
|
||||
}
|
||||
`
|
||||
|
||||
const OpaqueBadge = styled(Badge)`
|
||||
@@ -82,7 +89,9 @@ export default function RoutingDiagram({
|
||||
function Route({ percent, path }: { percent: RoutingDiagramEntry['percent']; path: RoutingDiagramEntry['path'] }) {
|
||||
return (
|
||||
<RouteRow>
|
||||
<DottedLine />
|
||||
<DottedLine>
|
||||
<DotColor />
|
||||
</DottedLine>
|
||||
<OpaqueBadge>
|
||||
<TYPE.small fontSize={12} style={{ wordBreak: 'normal' }}>
|
||||
{percent.toSignificant(2)}%
|
||||
|
||||
@@ -13,10 +13,16 @@ exports[`renders multi route 1`] = `
|
||||
class="sc-bdnxRM Row-sc-nrd8cx-0 RoutingDiagram__RouteRow-sc-o1ook0-2 lmTMKd itvFNV fzMiot"
|
||||
>
|
||||
<div
|
||||
class="RoutingDiagram__DottedLine-sc-o1ook0-4 gwivhA"
|
||||
/>
|
||||
class="RoutingDiagram__DottedLine-sc-o1ook0-4 kkXINS"
|
||||
>
|
||||
<svg
|
||||
class="RoutingDiagram__DotColor-sc-o1ook0-5 kgYqrO"
|
||||
>
|
||||
dot_line.svg
|
||||
</svg>
|
||||
</div>
|
||||
<div
|
||||
class="Badge-sc-1mhw5si-0 RoutingDiagram__OpaqueBadge-sc-o1ook0-5 gayll cvyxdH"
|
||||
class="Badge-sc-1mhw5si-0 RoutingDiagram__OpaqueBadge-sc-o1ook0-6 gayll khxosM"
|
||||
>
|
||||
<div
|
||||
class="theme__TextWrapper-sc-18nh1jk-0 cWOfab css-15li2d9"
|
||||
@@ -56,10 +62,16 @@ exports[`renders multi route 1`] = `
|
||||
class="sc-bdnxRM Row-sc-nrd8cx-0 RoutingDiagram__RouteRow-sc-o1ook0-2 lmTMKd itvFNV fzMiot"
|
||||
>
|
||||
<div
|
||||
class="RoutingDiagram__DottedLine-sc-o1ook0-4 gwivhA"
|
||||
/>
|
||||
class="RoutingDiagram__DottedLine-sc-o1ook0-4 kkXINS"
|
||||
>
|
||||
<svg
|
||||
class="RoutingDiagram__DotColor-sc-o1ook0-5 kgYqrO"
|
||||
>
|
||||
dot_line.svg
|
||||
</svg>
|
||||
</div>
|
||||
<div
|
||||
class="Badge-sc-1mhw5si-0 RoutingDiagram__OpaqueBadge-sc-o1ook0-5 gayll cvyxdH"
|
||||
class="Badge-sc-1mhw5si-0 RoutingDiagram__OpaqueBadge-sc-o1ook0-6 gayll khxosM"
|
||||
>
|
||||
<div
|
||||
class="theme__TextWrapper-sc-18nh1jk-0 cWOfab css-15li2d9"
|
||||
@@ -122,10 +134,16 @@ exports[`renders single route 1`] = `
|
||||
class="sc-bdnxRM Row-sc-nrd8cx-0 RoutingDiagram__RouteRow-sc-o1ook0-2 lmTMKd itvFNV fzMiot"
|
||||
>
|
||||
<div
|
||||
class="RoutingDiagram__DottedLine-sc-o1ook0-4 gwivhA"
|
||||
/>
|
||||
class="RoutingDiagram__DottedLine-sc-o1ook0-4 kkXINS"
|
||||
>
|
||||
<svg
|
||||
class="RoutingDiagram__DotColor-sc-o1ook0-5 kgYqrO"
|
||||
>
|
||||
dot_line.svg
|
||||
</svg>
|
||||
</div>
|
||||
<div
|
||||
class="Badge-sc-1mhw5si-0 RoutingDiagram__OpaqueBadge-sc-o1ook0-5 gayll cvyxdH"
|
||||
class="Badge-sc-1mhw5si-0 RoutingDiagram__OpaqueBadge-sc-o1ook0-6 gayll khxosM"
|
||||
>
|
||||
<div
|
||||
class="theme__TextWrapper-sc-18nh1jk-0 cWOfab css-15li2d9"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Currency, Token } from '@uniswap/sdk-core'
|
||||
import useDebounce from 'hooks/useDebounce'
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { TokenList } from '@uniswap/token-lists'
|
||||
import Card from 'components/Card'
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Percent } from '@uniswap/sdk-core'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
@@ -9,8 +10,8 @@ import { Text } from 'rebass'
|
||||
import styled, { ThemeContext } from 'styled-components/macro'
|
||||
|
||||
import { useOnClickOutside } from '../../hooks/useOnClickOutside'
|
||||
import { ApplicationModal } from '../../state/application/actions'
|
||||
import { useModalOpen, useToggleSettingsMenu } from '../../state/application/hooks'
|
||||
import { ApplicationModal } from '../../state/application/reducer'
|
||||
import { useClientSideRouter, useExpertModeManager } from '../../state/user/hooks'
|
||||
import { TYPE } from '../../theme'
|
||||
import { ButtonError } from '../Button'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Percent } from '@uniswap/sdk-core'
|
||||
import { L2_CHAIN_IDS } from 'constants/chains'
|
||||
import { DEFAULT_DEADLINE_FROM_NOW } from 'constants/misc'
|
||||
@@ -233,7 +233,7 @@ export default function TransactionSettings({ placeholderSlippage }: Transaction
|
||||
<Trans>Transaction deadline</Trans>
|
||||
</TYPE.black>
|
||||
<QuestionHelper
|
||||
text={t`Your transaction will revert if it is pending for more than this period of time.`}
|
||||
text={<Trans>Your transaction will revert if it is pending for more than this period of time.</Trans>}
|
||||
/>
|
||||
</RowFixed>
|
||||
<RowFixed>
|
||||
|
||||
@@ -4,6 +4,7 @@ import { UnsupportedChainIdError, useWeb3React } from '@web3-react/core'
|
||||
import { WalletConnectConnector } from '@web3-react/walletconnect-connector'
|
||||
import { AutoRow } from 'components/Row'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { ArrowLeft } from 'react-feather'
|
||||
import ReactGA from 'react-ga'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
@@ -13,8 +14,8 @@ import { fortmatic, injected, portis } from '../../connectors'
|
||||
import { OVERLAY_READY } from '../../connectors/Fortmatic'
|
||||
import { SUPPORTED_WALLETS } from '../../constants/wallet'
|
||||
import usePrevious from '../../hooks/usePrevious'
|
||||
import { ApplicationModal } from '../../state/application/actions'
|
||||
import { useModalOpen, useWalletModalToggle } from '../../state/application/hooks'
|
||||
import { ApplicationModal } from '../../state/application/reducer'
|
||||
import { ExternalLink, TYPE } from '../../theme'
|
||||
import { isMobile } from '../../utils/userAgent'
|
||||
import AccountDetails from '../AccountDetails'
|
||||
@@ -330,7 +331,7 @@ export default function WalletModal({
|
||||
setWalletView(WALLET_VIEWS.ACCOUNT)
|
||||
}}
|
||||
>
|
||||
<Trans>Back</Trans>
|
||||
<ArrowLeft />
|
||||
</HoverText>
|
||||
</HeaderRow>
|
||||
) : (
|
||||
@@ -344,14 +345,14 @@ export default function WalletModal({
|
||||
<ContentWrapper>
|
||||
<LightCard style={{ marginBottom: '16px' }}>
|
||||
<AutoRow style={{ flexWrap: 'nowrap' }}>
|
||||
<TYPE.main fontSize={14}>
|
||||
<TYPE.black fontSize={14}>
|
||||
<Trans>
|
||||
By connecting a wallet, you agree to Uniswap Labs’{' '}
|
||||
<ExternalLink href="https://uniswap.org/terms-of-service/">Terms of Service</ExternalLink> and
|
||||
acknowledge that you have read and understand the{' '}
|
||||
<ExternalLink href="https://uniswap.org/disclaimer/">Uniswap protocol disclaimer</ExternalLink>.
|
||||
</Trans>
|
||||
</TYPE.main>
|
||||
</TYPE.black>
|
||||
</AutoRow>
|
||||
</LightCard>
|
||||
{walletView === WALLET_VIEWS.PENDING ? (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { AbstractConnector } from '@web3-react/abstract-connector'
|
||||
import { UnsupportedChainIdError, useWeb3React } from '@web3-react/core'
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import { useEffect } from 'react'
|
||||
import ReactGA from 'react-ga'
|
||||
import { RouteComponentProps } from 'react-router-dom'
|
||||
@@ -21,6 +22,11 @@ export default function GoogleAnalyticsReporter({ location: { pathname, search }
|
||||
getCLS(reportWebVitals)
|
||||
}, [])
|
||||
|
||||
const { chainId } = useActiveWeb3React()
|
||||
useEffect(() => {
|
||||
ReactGA.set({ ['Chain ID']: chainId ?? 0 })
|
||||
}, [chainId])
|
||||
|
||||
useEffect(() => {
|
||||
ReactGA.pageview(`${pathname}${search}`)
|
||||
}, [pathname, search])
|
||||
|
||||
22
src/components/analytics/index.ts
Normal file
22
src/components/analytics/index.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import ReactGA from 'react-ga'
|
||||
import { isMobile } from 'utils/userAgent'
|
||||
|
||||
const GOOGLE_ANALYTICS_ID: string | undefined = process.env.REACT_APP_GOOGLE_ANALYTICS_ID
|
||||
if (typeof GOOGLE_ANALYTICS_ID === 'string') {
|
||||
ReactGA.initialize(GOOGLE_ANALYTICS_ID, {
|
||||
gaOptions: {
|
||||
storage: 'none',
|
||||
storeGac: false,
|
||||
},
|
||||
})
|
||||
ReactGA.set({
|
||||
anonymizeIp: true,
|
||||
customBrowserType: !isMobile
|
||||
? 'desktop'
|
||||
: 'web3' in window || 'ethereum' in window
|
||||
? 'mobileWeb3'
|
||||
: 'mobileRegular',
|
||||
})
|
||||
} else {
|
||||
ReactGA.initialize('test', { testMode: true, debug: true })
|
||||
}
|
||||
@@ -9,8 +9,8 @@ import styled from 'styled-components/macro'
|
||||
import Circle from '../../assets/images/blue-loader.svg'
|
||||
import tokenLogo from '../../assets/images/token-logo.png'
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { ApplicationModal } from '../../state/application/actions'
|
||||
import { useModalOpen, useToggleSelfClaimModal } from '../../state/application/hooks'
|
||||
import { ApplicationModal } from '../../state/application/reducer'
|
||||
import { useClaimCallback, useUserClaimData, useUserUnclaimedAmount } from '../../state/claim/hooks'
|
||||
import { useUserHasSubmittedClaim } from '../../state/transactions/hooks'
|
||||
import { CloseIcon, CustomLightSpinner, ExternalLink, TYPE, UniTokenAnimated } from '../../theme'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { TransactionResponse } from '@ethersproject/providers'
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { useState } from 'react'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { ReactNode, useState } from 'react'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
import { useStakingContract } from '../../hooks/useContract'
|
||||
@@ -61,12 +61,12 @@ export default function ClaimRewardModal({ isOpen, onDismiss, stakingInfo }: Sta
|
||||
}
|
||||
}
|
||||
|
||||
let error: string | undefined
|
||||
let error: ReactNode | undefined
|
||||
if (!account) {
|
||||
error = t`Connect Wallet`
|
||||
error = <Trans>Connect Wallet</Trans>
|
||||
}
|
||||
if (!stakingInfo?.stakedAmount) {
|
||||
error = error ?? t`Enter an amount`
|
||||
error = error ?? <Trans>Enter an amount</Trans>
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { TransactionResponse } from '@ethersproject/providers'
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { useState } from 'react'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { ReactNode, useState } from 'react'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
import { useStakingContract } from '../../hooks/useContract'
|
||||
@@ -63,12 +63,12 @@ export default function UnstakingModal({ isOpen, onDismiss, stakingInfo }: Staki
|
||||
}
|
||||
}
|
||||
|
||||
let error: string | undefined
|
||||
let error: ReactNode | undefined
|
||||
if (!account) {
|
||||
error = t`Connect a wallet`
|
||||
error = <Trans>Connect a wallet</Trans>
|
||||
}
|
||||
if (!stakingInfo?.stakedAmount) {
|
||||
error = error ?? t`Enter an amount`
|
||||
error = error ?? <Trans>Enter an amount</Trans>
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, Price } from '@uniswap/sdk-core'
|
||||
import useUSDCPrice from 'hooks/useUSDCPrice'
|
||||
import { useCallback, useContext } from 'react'
|
||||
import { Text } from 'rebass'
|
||||
import styled, { ThemeContext } from 'styled-components/macro'
|
||||
import { TYPE } from 'theme'
|
||||
|
||||
interface TradePriceProps {
|
||||
price: Price<Currency, Currency>
|
||||
@@ -10,21 +13,23 @@ interface TradePriceProps {
|
||||
}
|
||||
|
||||
const StyledPriceContainer = styled.button`
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
display: grid;
|
||||
height: 24px;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-gap: 0.25rem;
|
||||
`
|
||||
|
||||
export default function TradePrice({ price, showInverted, setShowInverted }: TradePriceProps) {
|
||||
const theme = useContext(ThemeContext)
|
||||
|
||||
const usdcPrice = useUSDCPrice(showInverted ? price.baseCurrency : price.quoteCurrency)
|
||||
|
||||
let formattedPrice: string
|
||||
try {
|
||||
formattedPrice = showInverted ? price.toSignificant(4) : price.invert()?.toSignificant(4)
|
||||
@@ -40,11 +45,14 @@ export default function TradePrice({ price, showInverted, setShowInverted }: Tra
|
||||
|
||||
return (
|
||||
<StyledPriceContainer onClick={flipPrice} title={text}>
|
||||
<div style={{ alignItems: 'center', display: 'flex', width: 'fit-content' }}>
|
||||
<Text fontWeight={500} fontSize={14} color={theme.text1}>
|
||||
{text}
|
||||
</Text>
|
||||
</div>
|
||||
<Text fontWeight={500} fontSize={14} color={theme.text1}>
|
||||
{text}
|
||||
</Text>{' '}
|
||||
{usdcPrice && (
|
||||
<TYPE.darkGray>
|
||||
<Trans>(${usdcPrice.toSignificant(6, { groupSeparator: ',' })})</Trans>
|
||||
</TYPE.darkGray>
|
||||
)}
|
||||
</StyledPriceContainer>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ import { AutoRow, RowBetween } from 'components/Row'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import { useState } from 'react'
|
||||
import styled from 'styled-components/macro'
|
||||
import { CloseIcon, ExternalLink, TYPE } from 'theme'
|
||||
import { CloseIcon, ExternalLink, TYPE, Z_INDEX } from 'theme'
|
||||
|
||||
import { useUnsupportedTokens } from '../../hooks/Tokens'
|
||||
import { ExplorerDataType, getExplorerLink } from '../../utils/getExplorerLink'
|
||||
@@ -17,6 +17,8 @@ import { ExplorerDataType, getExplorerLink } from '../../utils/getExplorerLink'
|
||||
const DetailsFooter = styled.div<{ show: boolean }>`
|
||||
padding-top: calc(16px + 2rem);
|
||||
padding-bottom: 20px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: -2rem;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
@@ -24,13 +26,17 @@ const DetailsFooter = styled.div<{ show: boolean }>`
|
||||
border-bottom-right-radius: 20px;
|
||||
color: ${({ theme }) => theme.text2};
|
||||
background-color: ${({ theme }) => theme.advancedBG};
|
||||
z-index: -1;
|
||||
z-index: ${Z_INDEX.deprecated_zero};
|
||||
|
||||
transform: ${({ show }) => (show ? 'translateY(0%)' : 'translateY(-100%)')};
|
||||
transition: transform 300ms ease-in-out;
|
||||
text-align: center;
|
||||
`
|
||||
|
||||
const StyledButtonEmpty = styled(ButtonEmpty)`
|
||||
text-decoration: none;
|
||||
`
|
||||
|
||||
const AddressText = styled(TYPE.blue)`
|
||||
font-size: 12px;
|
||||
|
||||
@@ -101,11 +107,11 @@ export default function UnsupportedCurrencyFooter({
|
||||
</AutoColumn>
|
||||
</Card>
|
||||
</Modal>
|
||||
<ButtonEmpty padding={'0'} onClick={() => setShowDetails(true)}>
|
||||
<StyledButtonEmpty padding={'0'} onClick={() => setShowDetails(true)}>
|
||||
<TYPE.blue>
|
||||
<Trans>Read more about unsupported assets</Trans>
|
||||
</TYPE.blue>
|
||||
</ButtonEmpty>
|
||||
</StyledButtonEmpty>
|
||||
</DetailsFooter>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ export const USDC = new Token(
|
||||
)
|
||||
export const USDC_ARBITRUM = new Token(
|
||||
SupportedChainId.ARBITRUM_ONE,
|
||||
'0xe865dF68133fcEd7c2285ff3896B406CAfAa2dB8',
|
||||
'0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
|
||||
6,
|
||||
'USDC',
|
||||
'USD//C'
|
||||
|
||||
@@ -13,6 +13,7 @@ import { useActiveWeb3React } from './web3'
|
||||
const QUOTE_GAS_OVERRIDES: { [chainId: number]: number } = {
|
||||
[SupportedChainId.OPTIMISM]: 6_000_000,
|
||||
[SupportedChainId.OPTIMISTIC_KOVAN]: 6_000_000,
|
||||
[SupportedChainId.ARBITRUM_ONE]: 26_000_000,
|
||||
}
|
||||
|
||||
const DEFAULT_GAS_QUOTE = 2_000_000
|
||||
|
||||
@@ -1,46 +1,64 @@
|
||||
import { Token } from '@uniswap/sdk-core'
|
||||
import Vibrant from 'node-vibrant'
|
||||
import { SupportedChainId } from 'constants/chains'
|
||||
import Vibrant from 'node-vibrant/lib/bundle'
|
||||
import { shade } from 'polished'
|
||||
import { useLayoutEffect, useState } from 'react'
|
||||
import { WrappedTokenInfo } from 'state/lists/wrappedTokenInfo'
|
||||
import uriToHttp from 'utils/uriToHttp'
|
||||
import { hex } from 'wcag-contrast'
|
||||
|
||||
function URIForEthToken(address: string) {
|
||||
return `https://raw.githubusercontent.com/uniswap/assets/master/blockchains/ethereum/assets/${address}/logo.png`
|
||||
}
|
||||
|
||||
async function getColorFromToken(token: Token): Promise<string | null> {
|
||||
if (token.chainId !== 1) {
|
||||
return Promise.resolve('#FAAB14')
|
||||
if (!(token instanceof WrappedTokenInfo)) {
|
||||
return null
|
||||
}
|
||||
|
||||
const path = `https://raw.githubusercontent.com/uniswap/assets/master/blockchains/ethereum/assets/${token.address}/logo.png`
|
||||
|
||||
return Vibrant.from(path)
|
||||
.getPalette()
|
||||
.then((palette) => {
|
||||
if (palette?.Vibrant) {
|
||||
let detectedHex = palette.Vibrant.hex
|
||||
let AAscore = hex(detectedHex, '#FFF')
|
||||
while (AAscore < 3) {
|
||||
detectedHex = shade(0.005, detectedHex)
|
||||
AAscore = hex(detectedHex, '#FFF')
|
||||
}
|
||||
return detectedHex
|
||||
}
|
||||
const wrappedToken = token as WrappedTokenInfo
|
||||
const { address } = wrappedToken
|
||||
let { logoURI } = wrappedToken
|
||||
if (!logoURI) {
|
||||
if (token.chainId !== SupportedChainId.MAINNET) {
|
||||
return null
|
||||
})
|
||||
.catch(() => null)
|
||||
} else {
|
||||
logoURI = URIForEthToken(address)
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
return await getColorFromUriPath(logoURI)
|
||||
} catch (e) {
|
||||
if (logoURI === URIForEthToken(address)) {
|
||||
return null
|
||||
}
|
||||
|
||||
try {
|
||||
logoURI = URIForEthToken(address)
|
||||
return await getColorFromUriPath(logoURI)
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
return null
|
||||
}
|
||||
|
||||
async function getColorFromUriPath(uri: string): Promise<string | null> {
|
||||
const formattedPath = uriToHttp(uri)[0]
|
||||
|
||||
return Vibrant.from(formattedPath)
|
||||
.getPalette()
|
||||
.then((palette) => {
|
||||
if (palette?.Vibrant) {
|
||||
return palette.Vibrant.hex
|
||||
}
|
||||
return null
|
||||
})
|
||||
.catch(() => null)
|
||||
const palette = await Vibrant.from(formattedPath).getPalette()
|
||||
if (!palette?.Vibrant) {
|
||||
return null
|
||||
}
|
||||
|
||||
let detectedHex = palette.Vibrant.hex
|
||||
let AAscore = hex(detectedHex, '#FFF')
|
||||
while (AAscore < 3) {
|
||||
detectedHex = shade(0.005, detectedHex)
|
||||
AAscore = hex(detectedHex, '#FFF')
|
||||
}
|
||||
|
||||
return detectedHex
|
||||
}
|
||||
|
||||
export function useColor(token?: Token) {
|
||||
|
||||
@@ -144,31 +144,28 @@ function usePoolTVL(token0: Token | undefined, token1: Token | undefined) {
|
||||
const mean = (tvl0: number | undefined, sumTvl0: number, tvl1: number | undefined, sumTvl1: number) =>
|
||||
tvl0 === undefined && tvl1 === undefined ? undefined : ((tvl0 ?? 0) + (tvl1 ?? 0)) / (sumTvl0 + sumTvl1) || 0
|
||||
|
||||
const distributions = {
|
||||
[FeeAmount.LOW]: mean(tvlByFeeTier[FeeAmount.LOW][0], sumToken0Tvl, tvlByFeeTier[FeeAmount.LOW][1], sumToken1Tvl),
|
||||
[FeeAmount.MEDIUM]: mean(
|
||||
tvlByFeeTier[FeeAmount.MEDIUM][0],
|
||||
sumToken0Tvl,
|
||||
tvlByFeeTier[FeeAmount.MEDIUM][1],
|
||||
sumToken1Tvl
|
||||
),
|
||||
[FeeAmount.HIGH]: mean(
|
||||
tvlByFeeTier[FeeAmount.HIGH][0],
|
||||
sumToken0Tvl,
|
||||
tvlByFeeTier[FeeAmount.HIGH][1],
|
||||
sumToken1Tvl
|
||||
),
|
||||
}
|
||||
|
||||
return {
|
||||
isLoading,
|
||||
isFetching,
|
||||
isUninitialized,
|
||||
isError,
|
||||
distributions: {
|
||||
[FeeAmount.LOW]: mean(
|
||||
tvlByFeeTier[FeeAmount.LOW][0],
|
||||
sumToken0Tvl,
|
||||
tvlByFeeTier[FeeAmount.LOW][1],
|
||||
sumToken1Tvl
|
||||
),
|
||||
[FeeAmount.MEDIUM]: mean(
|
||||
tvlByFeeTier[FeeAmount.MEDIUM][0],
|
||||
sumToken0Tvl,
|
||||
tvlByFeeTier[FeeAmount.MEDIUM][1],
|
||||
sumToken1Tvl
|
||||
),
|
||||
[FeeAmount.HIGH]: mean(
|
||||
tvlByFeeTier[FeeAmount.HIGH][0],
|
||||
sumToken0Tvl,
|
||||
tvlByFeeTier[FeeAmount.HIGH][1],
|
||||
sumToken1Tvl
|
||||
),
|
||||
},
|
||||
distributions,
|
||||
}
|
||||
}, [_meta, asToken0, asToken1, isLoading, isError, isFetching, isUninitialized, latestBlock])
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import { BigNumber } from '@ethersproject/bignumber'
|
||||
import { t } from '@lingui/macro'
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Currency, Percent, TradeType } from '@uniswap/sdk-core'
|
||||
import { Router, Trade as V2Trade } from '@uniswap/v2-sdk'
|
||||
import { SwapRouter, Trade as V3Trade } from '@uniswap/v3-sdk'
|
||||
import { useMemo } from 'react'
|
||||
import { ReactNode, useMemo } from 'react'
|
||||
|
||||
import { SWAP_ROUTER_ADDRESSES } from '../constants/addresses'
|
||||
import { TransactionType } from '../state/transactions/actions'
|
||||
@@ -191,7 +192,7 @@ function useSwapCallArguments(
|
||||
* This object seems to be undocumented by ethers.
|
||||
* @param error an error from the ethers provider
|
||||
*/
|
||||
function swapErrorToUserReadableMessage(error: any): string {
|
||||
function swapErrorToUserReadableMessage(error: any): ReactNode {
|
||||
let reason: string | undefined
|
||||
while (Boolean(error)) {
|
||||
reason = error.reason ?? error.message ?? reason
|
||||
@@ -202,30 +203,64 @@ function swapErrorToUserReadableMessage(error: any): string {
|
||||
|
||||
switch (reason) {
|
||||
case 'UniswapV2Router: EXPIRED':
|
||||
return t`The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low.`
|
||||
return (
|
||||
<Trans>
|
||||
The transaction could not be sent because the deadline has passed. Please check that your transaction deadline
|
||||
is not too low.
|
||||
</Trans>
|
||||
)
|
||||
case 'UniswapV2Router: INSUFFICIENT_OUTPUT_AMOUNT':
|
||||
case 'UniswapV2Router: EXCESSIVE_INPUT_AMOUNT':
|
||||
return t`This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance.`
|
||||
return (
|
||||
<Trans>
|
||||
This transaction will not succeed either due to price movement or fee on transfer. Try increasing your
|
||||
slippage tolerance.
|
||||
</Trans>
|
||||
)
|
||||
case 'TransferHelper: TRANSFER_FROM_FAILED':
|
||||
return t`The input token cannot be transferred. There may be an issue with the input token.`
|
||||
return <Trans>The input token cannot be transferred. There may be an issue with the input token.</Trans>
|
||||
case 'UniswapV2: TRANSFER_FAILED':
|
||||
return t`The output token cannot be transferred. There may be an issue with the output token.`
|
||||
return <Trans>The output token cannot be transferred. There may be an issue with the output token.</Trans>
|
||||
case 'UniswapV2: K':
|
||||
return t`The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer.`
|
||||
return (
|
||||
<Trans>
|
||||
The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are
|
||||
swapping incorporates custom behavior on transfer.
|
||||
</Trans>
|
||||
)
|
||||
case 'Too little received':
|
||||
case 'Too much requested':
|
||||
case 'STF':
|
||||
return t`This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3.`
|
||||
return (
|
||||
<Trans>
|
||||
This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on
|
||||
transfer and rebase tokens are incompatible with Uniswap V3.
|
||||
</Trans>
|
||||
)
|
||||
case 'TF':
|
||||
return t`The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3.`
|
||||
return (
|
||||
<Trans>
|
||||
The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and
|
||||
rebase tokens are incompatible with Uniswap V3.
|
||||
</Trans>
|
||||
)
|
||||
default:
|
||||
if (reason?.indexOf('undefined is not an object') !== -1) {
|
||||
console.error(error, reason)
|
||||
return t`An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3.`
|
||||
return (
|
||||
<Trans>
|
||||
An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If
|
||||
that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer
|
||||
and rebase tokens are incompatible with Uniswap V3.
|
||||
</Trans>
|
||||
)
|
||||
}
|
||||
return t`Unknown error${
|
||||
reason ? `: "${reason}"` : ''
|
||||
}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3.`
|
||||
return (
|
||||
<Trans>
|
||||
Unknown error{reason ? `: "${reason}"` : ''}. Try increasing your slippage tolerance. Note: fee on transfer
|
||||
and rebase tokens are incompatible with Uniswap V3.
|
||||
</Trans>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -236,7 +271,7 @@ export function useSwapCallback(
|
||||
allowedSlippage: Percent, // in bips
|
||||
recipientAddressOrName: string | null, // the ENS name or address of the recipient of the trade, or null if swap should be returned to sender
|
||||
signatureData: SignatureData | undefined | null
|
||||
): { state: SwapCallbackState; callback: null | (() => Promise<string>); error: string | null } {
|
||||
): { state: SwapCallbackState; callback: null | (() => Promise<string>); error: ReactNode | null } {
|
||||
const { account, chainId, library } = useActiveWeb3React()
|
||||
|
||||
const swapCalls = useSwapCallArguments(trade, allowedSlippage, recipientAddressOrName, signatureData)
|
||||
@@ -248,11 +283,11 @@ export function useSwapCallback(
|
||||
|
||||
return useMemo(() => {
|
||||
if (!trade || !library || !account || !chainId) {
|
||||
return { state: SwapCallbackState.INVALID, callback: null, error: 'Missing dependencies' }
|
||||
return { state: SwapCallbackState.INVALID, callback: null, error: <Trans>Missing dependencies</Trans> }
|
||||
}
|
||||
if (!recipient) {
|
||||
if (recipientAddressOrName !== null) {
|
||||
return { state: SwapCallbackState.INVALID, callback: null, error: 'Invalid recipient' }
|
||||
return { state: SwapCallbackState.INVALID, callback: null, error: <Trans>Invalid recipient</Trans> }
|
||||
} else {
|
||||
return { state: SwapCallbackState.LOADING, callback: null, error: null }
|
||||
}
|
||||
@@ -290,11 +325,11 @@ export function useSwapCallback(
|
||||
.call(tx)
|
||||
.then((result) => {
|
||||
console.debug('Unexpected successful call after failed estimate gas', call, gasError, result)
|
||||
return { call, error: new Error('Unexpected issue with estimating the gas. Please try again.') }
|
||||
return { call, error: <Trans>Unexpected issue with estimating the gas. Please try again.</Trans> }
|
||||
})
|
||||
.catch((callError) => {
|
||||
console.debug('Call threw error', call, callError)
|
||||
return { call, error: new Error(swapErrorToUserReadableMessage(callError)) }
|
||||
return { call, error: swapErrorToUserReadableMessage(callError) }
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -313,7 +348,7 @@ export function useSwapCallback(
|
||||
const firstNoErrorCall = estimatedCalls.find<SwapCallEstimate>(
|
||||
(call): call is SwapCallEstimate => !('error' in call)
|
||||
)
|
||||
if (!firstNoErrorCall) throw new Error('Unexpected error. Could not estimate gas for the swap.')
|
||||
if (!firstNoErrorCall) throw new Error(t`Unexpected error. Could not estimate gas for the swap.`)
|
||||
bestCallOption = firstNoErrorCall
|
||||
}
|
||||
|
||||
@@ -362,12 +397,12 @@ export function useSwapCallback(
|
||||
.catch((error) => {
|
||||
// if the user rejected the tx, pass this along
|
||||
if (error?.code === 4001) {
|
||||
throw new Error('Transaction rejected.')
|
||||
throw new Error(t`Transaction rejected.`)
|
||||
} else {
|
||||
// otherwise, the error was unexpected and we need to convey that
|
||||
console.error(`Swap failed`, error, address, calldata, value)
|
||||
|
||||
throw new Error(`Swap failed: ${swapErrorToUserReadableMessage(error)}`)
|
||||
throw new Error(t`Swap failed: ${swapErrorToUserReadableMessage(error)}`)
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -1,11 +1,11 @@
|
||||
import 'inter-ui'
|
||||
import '@reach/dialog/styles.css'
|
||||
import 'inter-ui'
|
||||
import 'polyfills'
|
||||
import 'components/analytics'
|
||||
|
||||
import { createWeb3ReactRoot, Web3ReactProvider } from '@web3-react/core'
|
||||
import { StrictMode } from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import ReactGA from 'react-ga'
|
||||
import { Provider } from 'react-redux'
|
||||
import { HashRouter } from 'react-router-dom'
|
||||
|
||||
@@ -24,7 +24,6 @@ import UserUpdater from './state/user/updater'
|
||||
import ThemeProvider, { ThemedGlobalStyle } from './theme'
|
||||
import RadialGradientByChainUpdater from './theme/RadialGradientByChainUpdater'
|
||||
import getLibrary from './utils/getLibrary'
|
||||
import { isMobile } from './utils/userAgent'
|
||||
|
||||
const Web3ProviderNetwork = createWeb3ReactRoot(NetworkContextName)
|
||||
|
||||
@@ -32,26 +31,6 @@ if (!!window.ethereum) {
|
||||
window.ethereum.autoRefreshOnNetworkChange = false
|
||||
}
|
||||
|
||||
const GOOGLE_ANALYTICS_ID: string | undefined = process.env.REACT_APP_GOOGLE_ANALYTICS_ID
|
||||
if (typeof GOOGLE_ANALYTICS_ID === 'string') {
|
||||
ReactGA.initialize(GOOGLE_ANALYTICS_ID, {
|
||||
gaOptions: {
|
||||
storage: 'none',
|
||||
storeGac: false,
|
||||
},
|
||||
})
|
||||
ReactGA.set({
|
||||
anonymizeIp: true,
|
||||
customBrowserType: !isMobile
|
||||
? 'desktop'
|
||||
: 'web3' in window || 'ethereum' in window
|
||||
? 'mobileWeb3'
|
||||
: 'mobileRegular',
|
||||
})
|
||||
} else {
|
||||
ReactGA.initialize('test', { testMode: true, debug: true })
|
||||
}
|
||||
|
||||
function Updaters() {
|
||||
return (
|
||||
<>
|
||||
|
||||
7
src/lib/index.test.tsx
Normal file
7
src/lib/index.test.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import './'
|
||||
|
||||
describe('lib', () => {
|
||||
it('exists', () => {
|
||||
expect(true).toBeTruthy()
|
||||
})
|
||||
})
|
||||
1
src/lib/index.tsx
Normal file
1
src/lib/index.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export {}
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: af_ZA\n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$ -"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Maksimum)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(wysig)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Verwyder stuur"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Verwyder ontvanger"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Toegelaatde gly"
|
||||
msgid "Amount"
|
||||
msgstr "Bedrag"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "'N Fout het voorgekom tydens die uitvoering van hierdie ruil. U moet dalk u glyverdraagsaamheid verhoog. As dit nie werk nie, kan daar 'n onversoenbaarheid wees met die teken wat u verhandel. Opmerking: fooi vir oordrag en herbasis-tokens is nie versoenbaar met Uniswap V3 nie."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Outo -router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Beskikbaar vir deposito: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Terug"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Bevestig transaksie in beursie"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Verbind Wallet"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Wysig"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Doeltreffendheidsvergelyking"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Voer 'n persentasie in"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Voer 'n ontvanger in"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Voer 'n adres in om 'n UNI-eis te aktiveer. As die adres 'n UNI kan eis,
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Voer 'n bedrag in"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Installeer Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Onvoldoende likiditeit vir hierdie handel."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Onvoldoende {0} balans"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Onvoldoende {0} balans"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Interface-instellings"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Ongeldige paar"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Ongeldige paar"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Ongeldige paar."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ongeldige prysinsette"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ongeldige prysinsette"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Ongeldige reeks gekies. Die minimum prys moet laer wees as die maksimum prys."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Ongeldige ontvanger"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum ontvang"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Ontbrekings ontbreek"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Meer"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Geen V2-likiditeit gevind nie."
|
||||
msgid "No active pools"
|
||||
msgstr "Geen aktiewe poele nie"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Geen data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Geen beskrywing."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Verwyder lys"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Verwyder {0} {1} en {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Verwyder {0} {1} en{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Kies 'n netwerk"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Kies 'n teken"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Voorsiening"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Verskaf {0} {1} en {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Gee {0} {1} en{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Ruil in elk geval"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Ruil presies <0/> vir <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Ruil misluk: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Ruil {0} {1} vir {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Dankie dat u deel is van die Uniswap-gemeenskap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Die persentasiegeld wat u verdien."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Die ruil-invariant x * y = k is nie bevredig deur die ruil nie. Dit beteken gewoonlik dat een van die tekens wat u omruil, persoonlike gedrag by oordrag bevat."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Die invoer-teken kan nie oorgedra word nie. Die invoer-teken kan 'n probleem hê."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Die invoer-teken kan nie oorgedra word nie. Die invoer-teken kan 'n prob
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Die markprys is buite u gespesifiseerde prysklas. Slegs deposito vir enkelbates."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Die uitvoer-teken kan nie oorgedra word nie. Daar kan 'n probleem wees met die uitvoer-teken."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Die uitvoer-teken kan nie oorgedra word nie. Daar is 'n probleem met die uitvoer-teken. Opmerking: fooi vir oordrag en herbasis-tekens is nie versoenbaar met Uniswap V3 nie."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Die prys van hierdie poel is binne u gekose reeks. U posisie verdien tan
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Die verhouding tekens wat u byvoeg bepaal die prys van hierdie poel."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Hierdie teken verskyn nie op die aktiewe tekenlys(te) nie. Maak seker da
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Hierdie instrument sal u {0} likiditeit veilig na V3 migreer. Die proses is heeltemal vertroulik danksy die"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Hierdie transaksie sal weens die prysbeweging nie slaag nie. Probeer u glyverdraagsaamheid verhoog. Opmerking: fooi vir oordrag en herbasis-tekens is nie versoenbaar met Uniswap V3 nie."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Hierdie transaksie sal ook nie slaag nie as gevolg van prysbeweging of fooi by oordrag. Probeer u glyverdraagsaamheid verhoog."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaksie voltooi in"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Transaksiesperdatum"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaksie verwerp."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Oordragtoken"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Onopgeëiste:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Onbepaald"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Onverwagte fout. Kon nie gas vir die ruil skat nie."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Onverwagte probleem met die skatting van die gas. Probeer asseblief weer."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Onttrek bestuur"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Ontruil op {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Onbekende bron"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Onbekende fout{0}. Probeer u glyverdraagsaamheid verhoog. Opmerking: fooi vir oordrag en herbasis-tekens is nie versoenbaar met Uniswap V3 nie."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ar_SA\n"
|
||||
"Language-Team: Arabic\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(الحد الأقصى)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(تعديل)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- إزالة الإرسال"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- إزالة المستلم"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "الانزلاق السعري المسموح به"
|
||||
msgid "Amount"
|
||||
msgstr "المبلغ"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "حدث خطأ أثناء محاولة تنفيذ هذا التبادل. قد تحتاج إلى زيادة تحملك للانزلاق. إذا لم يفلح ذلك ، فقد يكون هناك عدم توافق مع الرمز الذي تتداوله. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "جهاز التوجيه التلقائي"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "متاح للإيداع: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "الرجوع"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "الرصيد:"
|
||||
@@ -521,12 +521,12 @@ msgstr "تأكيد المعاملة في المحفظة"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "توصيل المحفظة"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "يحرر"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "مقارنة الكفاءة"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "أدخل نسبة مئوية"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "أدخل المستلم"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "أدخل عنوانًا لتشغيل مطالبة UNI. إذا كان ا
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "أدخل مبلغ"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "تثبيت Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "السيولة غير كافية لهذه التجارة."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "رصيد {0} غير كاف"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "رصيد {0} غير كاف"
|
||||
msgid "Interface Settings"
|
||||
msgstr "إعدادات الواجهة"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "زوج غير صالح"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "زوج غير صالح"
|
||||
msgid "Invalid pair."
|
||||
msgstr "زوج غير صالح."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "إدخال سعر غير صالح"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "إدخال سعر غير صالح"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "النطاق المحدد غير صالح. يجب أن يكون الحد الأدنى للسعر أقل من الحد الأقصى للسعر."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "مستلم غير صالح"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "دقيقة:"
|
||||
msgid "Minimum received"
|
||||
msgstr "تلقى الحد الأدنى"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "التبعيات المفقودة"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "المزيد"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "لم يتم العثور على سيولة V2."
|
||||
msgid "No active pools"
|
||||
msgstr "لا توجد محموعات نشطة"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "لايوجد بيانات"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "بدون وصف."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "إزالة القائمة"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "إزالة {0} {1} و {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "إزالة {0} {1} و{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "حدد شبكة"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "حدد الرمز"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "الإمداد"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "إمداد {0} {1} و {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "توريد {0} {1} و{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "مبادلة على أي حال"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "استبدل بالضبط <0 /> بـ <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "فشل المبادلة: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "مبادلة {0} {1} مقابل {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "نشكرك على كونك جزءًا من مجتمع Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "النسبة التي ستكسبها في الرسوم."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "الثابت Uniswap x*y=k لم يكن راضيًا عن المبادلة. يعني هذا عادةً أن أحد الرموز التي تقوم بتبادلها يتضمن سلوكًا مخصصًا عند النقل."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "لا يمكن نقل رمز الإدخال. قد تكون هناك مشكلة في رمز الإدخال."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "لا يمكن نقل رمز الإدخال. قد تكون هناك مش
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "سعر السوق خارج نطاق السعر المحدد الخاص بك. إيداع أصل واحد فقط."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "لا يمكن نقل رمز الإخراج. قد تكون هناك مشكلة في رمز الإخراج."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "لا يمكن نقل رمز الإخراج. قد تكون هناك مشكلة في رمز الإخراج. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "سعر هذه المجموعة ضمن النطاق المحدد الخا
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "نسبة الرموز التي تضيفها سوف تحدد سعر هذه المجموعة."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "تعذر إرسال المعاملة لانتهاء الموعد المحدد. يرجى التحقق من أن الموعد النهائي لمعاملاتك ليس منخفضًا جدًا."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "لا يظهر هذا الرمز في قائمة (قوائم) الرمو
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "هذه الأداة سوف تنقل سيولتك {0} إلى V3. العملية غير موثوق بها تمامًا بسبب"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "لن تنجح هذه الصفقة بسبب حركة السعر. حاول زيادة تحملك للانزلاق. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "لن تنجح هذه الصفقة إما بسبب حركة السعر أو بسبب رسوم التحويل. حاول زيادة تحملك للانزلاق."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "اكتملت المعاملة في"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "الموعد النهائي للمعاملة"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "الصفقة مرفوضة."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "رمز التحويل"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "غير المطالب به:"
|
||||
msgid "Undetermined"
|
||||
msgstr "غير محدد"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "خطأ غير متوقع. لا يمكن تقدير الغاز للمبادلة."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "مشكلة غير متوقعة في تقدير الغاز. حاول مرة اخرى."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "إدارة Uniswitp"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap على {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "مصدر مجهول"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "خطأ غير معروف{0}. حاول زيادة تحملك للانزلاق. ملاحظة: رسوم النقل وإعادة الرموز المميزة غير متوافقة مع Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ca_ES\n"
|
||||
"Language-Team: Catalan\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Màxim)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(edita)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Elimina l'enviament"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Elimina el destinatari"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Lliscament permès"
|
||||
msgid "Amount"
|
||||
msgstr "Import"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "S'ha produït un error en intentar executar aquest intercanvi. És possible que hàgiu d'augmentar la tolerància a la relliscada. Si això no funciona, és possible que hi hagi una incompatibilitat amb el testimoni que esteu negociant. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Enrutador automàtic"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponible per ingressar: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Torna"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Confirmeu la transacció a la cartera"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Connect Wallet"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Edita"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Comparació de l’eficiència"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Introduïu un percentatge"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Introduïu un destinatari"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Introduïu una adreça per activar una reclamació UNI. Si l'adreça té
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Introduïu un import"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Instal·leu Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Liquiditat insuficient per a aquest comerç."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Saldo {0} insuficient"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Saldo {0} insuficient"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Configuració de la interfície"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Parella no vàlida"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Parella no vàlida"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Parella no vàlida."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Entrada de preu no vàlida"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Entrada de preu no vàlida"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "L'interval no és vàlid. El preu mínim ha de ser inferior al preu màxim."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Destinatari no vàlid"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Mínim rebut"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Falten dependències"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Més"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "No s'ha trobat cap liquiditat V2."
|
||||
msgid "No active pools"
|
||||
msgstr "No hi ha cap grup actiu"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "No hi ha informació"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Sense descripció."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Elimina la llista"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Eliminació de {0} {1} i {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Eliminació de {0} {1} i{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Seleccioneu una xarxa"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Seleccioneu una fitxa"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Subministrament"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Subministrant {0} {1} i {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Subministrant {0} {1} i{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Intercanviar de totes maneres"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Canvieu exactament <0 /> per <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Ha fallat l'intercanvi: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Intercanvi de {0} {1} per {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Gràcies per formar part de la comunitat Uniswap <0 />"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "El% que obtindreu en honoraris."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "L'invariant Uniswap x * y = k no va quedar satisfet per l'intercanvi. Normalment, això significa que un de les fitxes que canvieu incorpora un comportament personalitzat en la transferència."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "La fitxa d’entrada no es pot transferir. Pot haver-hi un problema amb la fitxa d’entrada."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "La fitxa d’entrada no es pot transferir. Pot haver-hi un problema amb
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "El preu de mercat està fora de l’interval de preus especificat. Només dipòsit d'un actiu únic."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "La fitxa de sortida no es pot transferir. Pot haver-hi un problema amb la fitxa de sortida."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "El testimoni de sortida no es pot transferir. Pot haver-hi un problema amb el testimoni de sortida. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "El preu d'aquest grup està dins de l'interval seleccionat. Actualment,
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "La proporció de fitxes que afegiu fixarà el preu d’aquest grup."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Aquest testimoni no apareix a la llista de fitxes actives. Assegureu-vos
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Aquesta eina migrarà de manera segura la vostra {0} a V3. El procés és completament desconfiat gràcies a"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Aquesta transacció no tindrà èxit a causa del moviment dels preus. Proveu d'augmentar la tolerància al lliscament. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Aquesta transacció no tindrà èxit a causa del moviment de preus o de la comissió de transferència. Proveu d'augmentar la tolerància al lliscament."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transacció finalitzada el"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Termini de transacció"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "S'ha rebutjat la transacció."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Transferir el testimoni"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "No reclamat:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Sense determinar"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Error inesperat. No s'ha pogut estimar el gas per a l'intercanvi."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperat en estimar el gas. Siusplau torna-ho a provar."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Governança Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap a {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Font desconeguda"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Error desconegut{0}. Proveu d'augmentar la tolerància al lliscament. Nota: els tokens de transferència i rebase no són compatibles amb Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: cs_CZ\n"
|
||||
"Language-Team: Czech\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(upravit)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Odebrat odeslání"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Odebrat příjemce"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Povolený skluz"
|
||||
msgid "Amount"
|
||||
msgstr "Částka"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Při pokusu o provedení tohoto swapu došlo k chybě. Možná budete muset zvýšit toleranci skluzu. Pokud to nefunguje, může dojít k nekompatibilitě s tokenem, s nímž obchodujete. Poznámka: Poplatky za tokeny za převody a rebase nejsou kompatibilní s Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automatický router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "K dispozici k uložení: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Zpět"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Zůstatek:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Potvrďte transakci v peněžence"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Připojit peněženku"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Upravit"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Porovnání efektivity"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Zadejte procento"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Zadejte příjemce"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Chcete-li spustit nárokování UNI, zadejte adresu. Jestliže bude mít
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Zadejte částku"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Nainstalovat Metamasku"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Nedostatek likvidity pro tento obchod."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Nedostatečný zůstatek {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Nedostatečný zůstatek {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Nastavení rozhraní"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Neplatný pár"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Neplatný pár"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Neplatný pár."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Neplatné zadání ceny"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Neplatné zadání ceny"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Vybrán neplatný rozsah. Minimální cena musí být nižší než maximální cena."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Neplatný příjemce"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Minimum:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum přijato"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Chybějící závislosti"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Více"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Nebyla nalezena likvidita V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Žádné aktivní fondy"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Žádná data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Bez popisu."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Odstranit seznam"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Odstraňování {0} {1} a {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Odebírání {0} {1} a{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Vyberte síť"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Vyberte žeton"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Zásoba"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Dodávání {0} {1} a {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Zásobování {0} {1} a{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Přesto prohodit"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Vyměňte přesně <0/> za <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Výměna se nezdařila: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Výměna {0} {1} za {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Děkujeme, že jste součástí komunity Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Procento, které získáte na poplatcích."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Konstanta Uniswap x*y=k nebyla swapem splněna. To obvykle znamená, že jeden z žetonů, které prohazujete, zahrnuje vlastní chování při přenosu."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Vstupní žeton nelze přenést. Možná je se vstupním žetonem nějaký problém."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Vstupní žeton nelze přenést. Možná je se vstupním žetonem nějak
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Tržní cena je mimo Vámi stanovené cenové rozmezí. Pouze vklad na jedno aktivum."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Výstupní žeton nelze přenést. Možná je s výstupním žetonem nějaký problém."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Výstupní žeton nelze přenést. Může dojít k problému s výstupním žetonem. Poznámka: Poplatky za žetony za převody a rebase nejsou kompatibilní s Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Cena tohoto fondu je ve Vámi vybraném rozsahu. Vaše pozice nyní vyn
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Cenu tohoto fondu stanoví poměr žetonů, které přidáte."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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á."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Tento žeton není na seznamech aktivních žetonů. Ujistěte se, že t
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Tento nástroj bezpečně migruje vaši {0} likviditu do V3. Proces je zcela bez důvěry, a to díky"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Tato transakce nebude úspěšná z důvodu cenového pohybu. Zkuste zvýšit toleranci skluzu. Poznámka: Poplatky za žetony za převody a rebase nejsou kompatibilní s Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Tato transakce nebude úspěšná buďto z důvodu pohybu ceny, nebo z důvodu poplatku za převod. Zkuste zvýšit svou toleranci skluzu."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transakce dokončena v"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Lhůta pro transakce"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transakce zamítnuta."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Přenosový token"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Nenárokované:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Neurčeno"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Neočekávaná chyba. Plyn pro výměnu se nepodařilo odhadnout."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Neočekávaný problém s odhadem plynu. Prosím zkuste to znovu."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Správa Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap na {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Neznámý zdroj"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Neznámá chyba{0}. Zkuste zvýšit toleranci skluzu. Poznámka: Poplatky za žetony za převody a rebase nejsou kompatibilní s Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: da_DK\n"
|
||||
"Language-Team: Danish\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Maks)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(rediger)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Fjern afsendelse"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Fjern modtager"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Tilladt glidning"
|
||||
msgid "Amount"
|
||||
msgstr "Beløb"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Der opstod en fejl under forsøg på at udføre denne swap. Det kan være nødvendigt at øge din glidningstolerance. Hvis det ikke virker, kan der være en uforenelighed med det token, du handler. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Auto router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Tilgængelig for depositum: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Tilbage"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Bekræft transaktion i tegnebogen"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Forbind tegnebog"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Redigere"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Effektivitetssammenligning"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Indtast en procent"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Indtast en modtager"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Indtast en adresse for at udløse et UNI-krav. Hvis adressen har nogen U
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Indtast et beløb"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Installer Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Utilstrækkelig likviditet til denne handel."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Utilstrækkelig {0} saldo"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Utilstrækkelig {0} saldo"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Grænsefladeindstillinger"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Ugyldigt par"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Ugyldigt par"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Ugyldigt par."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ugyldig prisinput"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ugyldig prisinput"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Ugyldigt interval valgt. Minimumspris skal være lavere end den maksimale pris."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Ugyldig modtager"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum modtaget"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Manglende afhængigheder"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mere"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Ingen V2-likviditet fundet."
|
||||
msgid "No active pools"
|
||||
msgstr "Ingen aktive puljer"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ingen data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Ingen beskrivelse."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Fjern liste"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Fjerner {0} {1} og {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Fjernelse af {0} {1} og{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Vælg et netværk"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Vælg et token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Forsyning"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Forsyning {0} {1} og {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Leverer {0} {1} og{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Ombyt alligevel"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Skift nøjagtigt <0/> for <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Skift mislykkedes: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Byt {0} {1} til {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Tak, fordi du er en del af Uniswap-gruppen <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Den%, du tjener i gebyrer."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap-invarianten x * y = k var ikke tilfreds med byttet. Dette betyder normalt, at et af de tokens, du bytter, indeholder brugerdefineret adfærd ved overførsel."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Input-token kan ikke overføres. Der kan være et problem med input-token."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Input-token kan ikke overføres. Der kan være et problem med input-toke
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Markedsprisen ligger uden for din angivne prisklasse. Kun enkeltindskud."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Output-token kan ikke overføres. Der kan være et problem med output-token."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Output-token kan ikke overføres. Der kan være et problem med output-token. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Prisen på denne pulje ligger inden for dit valgte interval. Din positio
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Forholdet mellem tokens du tilføjer, vil sætte prisen på denne pulje."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Dette token vises ikke på den/de aktive tokenlister. Sørg for, at dett
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Dette værktøj vil sikkert overføre din {0}-likviditet til V3. Processen er helt troværdig takket være"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Denne transaktion lykkes ikke på grund af prisbevægelse. Prøv at øge din glidningstolerance. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Denne transaktion lykkes ikke på grund af prisbevægelse eller gebyr ved overførsel. Prøv at øge din glidningstolerance."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaktion gennemført i"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Frist for transaktion"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaktionen blev afvist."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Overførselstoken"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Der ikke er gjort krav på:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Ubestemt"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Uforventet fejl. Kunne ikke estimere gas til byttet."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Uventet problem med estimering af gassen. Prøv igen."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governance"
|
||||
@@ -1790,9 +1820,9 @@ msgstr "Uniswap på {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Ukendt kilde"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ukendt fejl{0}. Prøv at øge din glidningstolerance. Bemærk: gebyr ved overførsel og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
msgstr "Ukendt fejl{0}. Prøv at øge din glidetolerance. Bemærk: gebyr ved overførsel og rebase -tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: de_DE\n"
|
||||
"Language-Team: German\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(bearbeiten)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Senden entfernen"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Empfänger entfernen"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Zulässiges Rutschen"
|
||||
msgid "Amount"
|
||||
msgstr "Betrag"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Beim Versuch, diesen Swap auszuführen, ist ein Fehler aufgetreten. Möglicherweise müssen Sie Ihre Schlupftoleranz erhöhen. Wenn dies nicht funktioniert, liegt möglicherweise eine Inkompatibilität mit dem Token vor, den Sie handeln. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automatischer Router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Zur Einlage verfügbar: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Zurück"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Guthaben:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Transaktion in Wallet bestätigen"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Wallet verbinden"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Bearbeiten"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Effizienzvergleich"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Prozentsatz eingeben"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Empfänger eingeben"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Geben Sie eine Adresse ein, um UNI einzufordern. Wenn die Adresse Anspru
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Betrag eingeben"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Metamask installieren"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Unzureichende Liquidität für diesen Handel."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Unzureichendes {0} Guthaben"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Unzureichendes {0} Guthaben"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Einstellungen der Benutzeroberfläche"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Ungültiges Paar"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Ungültiges Paar"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Ungültiges Paar."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ungültige Preisangabe"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ungültige Preisangabe"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Ungültiger Bereich ausgewählt. Der Mindestpreis muss kleiner als der Maximalpreis sein."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Ungültiger Empfänger"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min.:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum erhalten"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Fehlende Abhängigkeiten"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mehr"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Keine V2-Liquidität gefunden."
|
||||
msgid "No active pools"
|
||||
msgstr "Keine aktiven Pools"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Keine Daten"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Keine Beschreibung."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Liste entfernen"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Entferne {0} {1} und {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Entfernen {0} {1} und{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Wählen Sie ein Netzwerk"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Token auswählen"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Bereitstellen"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Stelle {0} {1} und {2} {3} bereit"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Versorgung {0} {1} und{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Trotzdem tauschen"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Tausche genau <0/> gegen <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Tausch fehlgeschlagen: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Tausche {0} {1} gegen {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Danke, dass du Teil der Uniswap-Community bist <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Der Prozentsatz, den Sie an Gebühren verdienen."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Die Uniswap-Invariante x*y=k wurde durch den Tausch nicht erfüllt. Dies bedeutet normalerweise, dass einer der Token, die Sie austauschen, ein benutzerdefiniertes Verhalten bei der Übertragung enthält."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Der eingegebene Token kann nicht übertragen werden. Möglicherweise liegt ein Problem mit dem Token vor."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Der eingegebene Token kann nicht übertragen werden. Möglicherweise lie
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Der Marktpreis liegt außerhalb der angegebenen Preisklasse. Nur einseitige Liquiditätsgabe möglich."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Der Ausgabe-Token kann nicht übertragen werden. Möglicherweise liegt ein Problem mit dem Token vor."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Das Ausgabetoken kann nicht übertragen werden. Möglicherweise liegt ein Problem mit dem Ausgabetoken vor. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Der Preis für diesen Pool liegt innerhalb des gewählten Bereichs. Ihre
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Das Verhältnis der von Ihnen hinzugefügten Token legt den Preis für diesen Pool fest."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Dieser Token erscheint nicht in der/den aktiven Token-Liste(n). Stellen
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Dieses Tool wird Ihre {0}-Liquidität sicher auf V3 migrieren. Der Prozess ist dank des"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Diese Transaktion wird aufgrund von Preisbewegungen nicht erfolgreich sein. Versuchen Sie, Ihre Schlupftoleranz zu erhöhen. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Diese Transaktion wird nicht erfolgreich sein, entweder aufgrund von Preisbewegungen oder aufgrund von Gebühr-bei-Transfer. Versuchen Sie, Ihre Schlupftoleranz zu erhöhen."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaktion abgeschlossen in"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Transaktionsfrist"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaktion abgelehnt."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token übertragen"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Noch nicht bezogen:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Unbestimmt"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Unerwarteter Fehler. Gas für den Tausch konnte nicht geschätzt werden."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Unerwartetes Problem bei der Schätzung des Gases. Bitte versuche es erneut."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governance"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap auf {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Unbekannte Quelle"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Unbekannter Fehler{0}. Versuchen Sie, Ihre Schlupftoleranz zu erhöhen. Hinweis: Gebühren für Transfer- und Rebase-Token sind nicht mit Uniswap V3 kompatibel."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: el_GR\n"
|
||||
"Language-Team: Greek\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Μέγιστο)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(επεξεργασία)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Αφαίρεση αποστολής"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Αφαίρεση παραλήπτη"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Επιτρέπεται η ολίσθηση"
|
||||
msgid "Amount"
|
||||
msgstr "Ποσό"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Παρουσιάστηκε σφάλμα κατά την προσπάθεια εκτέλεσης αυτής της ανταλλαγής. Ίσως χρειαστεί να αυξήσετε την ανοχή ολίσθησης. Εάν αυτό δεν λειτουργεί, μπορεί να υπάρχει ασυμβατότητα με το διακριτικό που διαπραγματεύεστε. Σημείωση: τα τέλη μεταφοράς και επαναφοράς δεν είναι συμβατά με το Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Αυτόματος δρομολογητής"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Διαθέσιμο για κατάθεση: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Πίσω"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Υπόλοιπο:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Επιβεβαίωση συναλλαγής στο πορτοφόλι"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Σύνδεση Πορτοφολιού"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Επεξεργασία"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Σύγκριση αποδοτικότητας"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Εισαγωγή ποσοστού"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Εισαγάγετε έναν παραλήπτη"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Εισάγετε μια διεύθυνση για να εκκινήσε
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Εισάγετε ένα ποσό"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Εγκατάσταση Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Ανεπαρκής ρευστότητα για αυτή τη διαπραγμάτευση."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Ανεπαρκές υπόλοιπο {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Ανεπαρκές υπόλοιπο {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Ρυθμίσεις Διεπαφής"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Μη έγκυρο ζεύγος"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Μη έγκυρο ζεύγος"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Μη έγκυρο ζεύγος."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Μη έγκυρη εισαγωγή τιμής"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Μη έγκυρη εισαγωγή τιμής"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Επιλέχθηκε μη έγκυρο εύρος. Η ελάχιστη τιμή πρέπει να είναι χαμηλότερη από τη μέγιστη τιμή."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Μη έγκυρος παραλήπτης"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Ελάχιστο:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Ελάχιστο λαμβανόμενο"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Λείπουν εξαρτήσεις"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Περισσότερα"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Δεν βρέθηκε ρευστότητα V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Δεν υπάρχει ενεργή δεξαμενή"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Χωρίς δεδομένα"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Χωρίς περιγραφή."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Αφαίρεση λίστας"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Αφαίρεση των {0} {1} και {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Αφαίρεση {0} {1} και{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Επιλέξτε ένα δίκτυο"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Επιλέξτε μία μάρκα"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Παροχή"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Γίνεται παροχή {0} {1} και {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Παροχή {0} {1} και{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Ανταλλάξτε ούτως ή άλλως"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Αντικαταστήστε ακριβώς <0/> με <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Η ανταλλαγή απέτυχε: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Ανταλλαγή {0} {1} για {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Σας ευχαριστούμε που συμμετείχατε στην
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Το% που θα κερδίσετε σε προμήθειες."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Το αμετάβλητο Uniswap x * y = k δεν ικανοποιήθηκε από την ανταλλαγή. Αυτό συνήθως σημαίνει ότι μία από τις μάρκες που ανταλλάσσετε περιλαμβάνει προσαρμοσμένη συμπεριφορά κατά τη μεταφορά."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Δεν είναι δυνατή η μεταφορά της μάρκας εισαγωγής. Ενδέχεται να υπάρχει πρόβλημα με τη μάρκα εισαγωγής."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Δεν είναι δυνατή η μεταφορά της μάρκας
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Η αγοραία τιμή είναι εκτός του εύρους τιμών που καθορίσατε. Καταθέσεις ενός μόνου περιουσιακού στοιχείου μόνο."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Η μάρκα αποτελέσματος δεν μπορεί να μεταφερθεί. Ενδέχεται να υπάρχει ένα ζήτημα με τη μάρκα αποτελέσματος."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Δεν είναι δυνατή η μεταφορά της μάρκας αποτελέσματος. Ενδέχεται να υπάρχει πρόβλημα με τη μάρκα αποτελέσματος. Σημείωση: οι χρεώσεις μεταφοράς και οι μάρκες rebase δεν είναι συμβατές με το Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Η τιμή αυτής της δεξαμενής είναι εντός
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Η αναλογία των διακριτικών που προσθέτετε θα ορίσει την τιμή αυτής της δεξαμενής."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "Δεν ήταν δυνατή η αποστολή της συναλλαγής επειδή έχει παρέλθει η προθεσμία. Βεβαιωθείτε ότι η προθεσμία συναλλαγής σας δεν είναι πολύ μικρή."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Αυτή η μάρκα δεν εμφανίζεται στην(ις) εν
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Αυτό το εργαλείο θα μεταφέρει με ασφάλεια τη ρευστότητα {0} σας στο V3. Η διαδικασία αυτή διακρίνεται από έλλειψη εμπιστοσύνης μεταξύ των μερών χάρη στο"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Αυτή η συναλλαγή δεν θα πετύχει λόγω της μεταβολής των τιμών. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης. Σημείωση: οι χρεώσεις μεταφοράς και οι μάρκες rebase δεν είναι συμβατές με το Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Αυτή η συναλλαγή δεν θα πετύχει είτε λόγω της κίνησης των τιμών είτε της χρέωσης κατά τη μεταφορά. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Η συναλλαγή ολοκληρώθηκε στις"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Προθεσμία συναλλαγής"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Η συναλλαγή απορρίφθηκε."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Μεταφορά κουπονιού"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Αζήτητα:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Αναποφάσιστος"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Απρόσμενο σφάλμα. Δεν ήταν δυνατή η εκτίμηση αερίου για την ανταλλαγή."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Μη αναμενόμενο πρόβλημα με την εκτίμηση του αερίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Διακυβέρνηση"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Απεμπλοκή στο {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Άγνωστη πηγή"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Άγνωστο σφάλμα{0}. Δοκιμάστε να αυξήσετε την ανοχή ολίσθησης Σημείωση: οι χρεώσεις μεταφοράς και οι rebase μάρκες δεν είναι συμβατές με το Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: es_ES\n"
|
||||
"Language-Team: Spanish\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Máx)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(editar)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Eliminar envío"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Eliminar destinatario"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Deslizamiento permitido"
|
||||
msgid "Amount"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Se produjo un error al intentar ejecutar este intercambio. Es posible que deba aumentar su tolerancia al deslizamiento. Si eso no funciona, puede haber una incompatibilidad con el token que está negociando. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Enrutador automático"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponible para depositar: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Atrás"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Confirmar transacción en billetera"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Conectar cartera"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Editar"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Comparación de eficiencia"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Introduzca un porcentaje"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Introduzca un destinatario"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Introduzca una dirección para activar una reclamación de UNI. Si la di
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Introduzca un monto"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Instalar Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Liquidez insuficiente para esta operación."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Saldo {0} insuficiente"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Saldo {0} insuficiente"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Ajustes de la interfaz"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Par inválido"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Par inválido"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Pare inválido."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Entrada de precio no válida"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Entrada de precio no válida"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Rango seleccionado no válido. El precio mínimo debe ser inferior al precio máximo."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Receptor no válido"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Mín:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Mínimo recibido"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Dependencias faltantes"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Más"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "No se encontró liquidez V2."
|
||||
msgid "No active pools"
|
||||
msgstr "No hay fondos comunes activos"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Sin datos"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Sin descripción."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Eliminar lista"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Eliminando {0} {1} y {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Eliminando {0} {1} y{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Seleccione una red"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Seleccione un token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Suministro"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Suministrando {0} {1} y {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Suministrando {0} {1} y{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Intercambiar de todos modos"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Cambiar exactamente <0 /> por <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Error de intercambio: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Intercambiando {0} {1} por {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Gracias por ser parte de la comunidad Uniswap <0 />"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "El% que ganarás en comisiones."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "El invariante Uniswap x*y=k no estaba satisfecho con el intercambio. Esto generalmente significa que uno de los tokens que está intercambiando incorpora un comportamiento personalizado en la transferencia."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "El token de entrada no se puede transferir. Puede haber un problema con el token de entrada."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "El token de entrada no se puede transferir. Puede haber un problema con
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "El precio de mercado está fuera del rango de precios especificado. Depósito de un solo activo."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "El token de salida no se puede transferir. Puede haber un problema con el token de salida."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "El token de salida no se puede transferir. Puede haber un problema con el token de salida. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "El precio de este fondo común está dentro de su rango seleccionado. Su
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "La proporción de tokens que añada establecerá el precio de este fondo común."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Este token no aparece en las listas de tokens activos. Asegúrese de que
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Esta herramienta migrará su liquidez {0} a V3. El proceso es totalmente infalible gracias a la"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Esta transacción no se realizará correctamente debido al movimiento de precios. Intente aumentar su tolerancia al deslizamiento. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Esta transacción no se realizará correctamente debido al movimiento del precio o al cargo por transferencia. Intente aumentar su tolerancia al deslizamiento."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transacción completada en"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Fecha límite de la transacción"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transacción rechazada."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token de transferencia"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Sin reclamar:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Indeterminado"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Error inesperado. No se pudo estimar el gas para el canje."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperado con la estimación del gas. Inténtalo de nuevo."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Gestión Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap en {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Fuente desconocida"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Error desconocido{0}. Intente aumentar su tolerancia al deslizamiento. Nota: la tarifa de transferencia y los tokens de rebase son incompatibles con Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: fi_FI\n"
|
||||
"Language-Team: Finnish\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(edit)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Poista lähetys"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Poista vastaanottaja"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Sallittu liukuminen"
|
||||
msgid "Amount"
|
||||
msgstr "Määrä"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Tapahtui virhe yritettäessä suorittaa tämä vaihto. Saatat joutua lisäämään luistonsietokykyäsi. Jos se ei toimi, kaupankäynnin kohteena olevan tunnuksen kanssa saattaa olla ristiriita. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automaattinen reititin"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Talletettavissa: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Takaisin"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Vahvista tapahtuma lompakossa"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Yhdistä lompakko"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Muokata"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Tehokkuuden vertailu"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Syötä prosenttiosuus"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Syötä vastaanottaja"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Syötä osoite, joka käynnistää UNI-lunastuksen. Jos osoitteella on l
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Syötä summa"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Asenna Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Ei riittävästi likviditeettiä tälle kaupalle."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Riittämätön {0} saldo"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Riittämätön {0} saldo"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Käyttöliittymän asetukset"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Virheellinen pari"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Virheellinen pari"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Virheellinen pari."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Virheellinen hintatieto"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Virheellinen hintatieto"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Virheellinen vaihteluväli valittu. Minimihinnan on oltava pienempi kuin maksimihinta."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Virheellinen vastaanottaja"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Minimi:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimi vastaanotettu"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Puuttuvat riippuvuudet"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Lisää"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "V2-likviditeettiä ei löytynyt."
|
||||
msgid "No active pools"
|
||||
msgstr "Ei aktiivisia pooleja"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ei dataa"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Ei kuvausta."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Poista luettelo"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Poistetaan {0} {1} ja {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Irrottaminen {0} {1} ja{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Valitse verkko"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Valitse rahake"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Tarjonta"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Toimitetaan {0} {1} ja {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Toimitetaan {0} {1} ja{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Vaihda silti"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Vaihda täsmälleen <0/> arvoon <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Vaihto epäonnistui: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Vaihdetaan {0} {1} kohteeseen {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Kiitos, että olet osa Uniswap-yhteisöä <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% Ansaitset palkkioita."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Vaihto ei tyydyttänyt Uniswap-invarianttia x*y=k. Tämä tarkoittaa yleensä sitä, että yksi vaihtamistasi rahakkeista käyttäytyy mukautetusti siirron yhteydessä."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Syöterahaketta ei voida siirtää. Syöterahakkeessa voi olla ongelma."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Syöterahaketta ei voida siirtää. Syöterahakkeessa voi olla ongelma."
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Markkinahinta on määritellyn hintaluokan ulkopuolella. Vain yksittäisen omaisuuserän talletus."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Tulosrahaketta ei voida siirtää. Tulosrahakkeessa voi olla ongelma."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Tulostunnusta ei voi siirtää. Tulostunnuksessa voi olla ongelma. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Tämän poolin hinta sopii vallittuun hintaluokkaan. Positiosi ansaitsee
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Lisäämiesi rahakkeiden suhde määrittää tämän poolin hinnan."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Tätä rahaketta ei näy aktiivisissa rahakeluetteloissa. Varmista, ett
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Tämä työkalu siirtää {0} likviditeettisi turvallisesti V3:lle. Prosessi on täysin luotettava kiitos"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Tämä kauppa ei onnistu hintaliikkeen vuoksi. Yritä lisätä liukastumistoleranssia. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Tämä tapahtuma ei onnistu joko hinnanmuutoksen tai siirtopalkkion vuoksi. Yritä nostaa luistonsietoprosenttia."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Kauppa suoritettu vuonna"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Tapahtuman määräaika"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Tapahtuma hylätty."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Siirtotunnus"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Lunastamaton:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Ei määritelty"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Odottamaton virhe. Vaihdon kaasua ei voitu arvioida."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Odottamaton ongelma kaasun arvioinnissa. Yritä uudelleen."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswapin hallinto"
|
||||
@@ -1790,9 +1820,9 @@ msgstr "Peruuta {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Tuntematon lähde"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Tuntematon virhe{0}. Yritä lisätä liukastumistoleranssia. Huomautus: siirto- ja uudelleentase-tunnusten maksu ei ole yhteensopiva Uniswap V3: n kanssa."
|
||||
msgstr "Tuntematon virhe{0}. Yritä lisätä liukastumissietokykyäsi. Huomaa: siirto- ja uudelleenkorotusmaksut eivät ole yhteensopivia Uniswap V3: n kanssa."
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: fr_FR\n"
|
||||
"Language-Team: French\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,7 +52,7 @@ msgid "(edit)"
|
||||
msgstr "(modifier)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Supprimer le destinataire"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Glissement autorisé"
|
||||
msgid "Amount"
|
||||
msgstr "Montant"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Une erreur s'est produite lors de la tentative d'exécution de cet échange. Vous devrez peut-être augmenter votre tolérance au slippage. Si cela ne fonctionne pas, il peut y avoir une incompatibilité avec le token que vous échangez. Remarque : les frais sur les token de transfert et de rebase sont incompatibles avec Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Routeur automatique"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponible pour déposer: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Précédent"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Solde :"
|
||||
@@ -521,12 +521,12 @@ msgstr "Confirmer la transaction dans le portefeuille"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Connecter le portefeuille"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Éditer"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Comparaison d'efficacité"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Saisissez un pourcentage"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Saisissez un destinataire"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Saisissez une adresse pour déclencher une réclamation UNI. Si l'adress
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Saisissez un montant"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Installer Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Pas assez de liquidités pour cette transaction."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Solde {0} insuffisant"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Solde {0} insuffisant"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Paramètres de l'interface"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Paire invalide"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Paire invalide"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Paire invalide."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Entrée de prix non valide"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Entrée de prix non valide"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Plage non valide sélectionnée. Le prix minimum doit être inférieur au prix maximum."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Destinataire invalide"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min :"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum reçu"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Dépendances manquantes"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "En savoir plus"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Aucune liquidité V2 trouvée."
|
||||
msgid "No active pools"
|
||||
msgstr "Aucun pool actif"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Pas de données"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Aucune description."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Supprimer la liste"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Suppression de {0} {1} et {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Supprimer {0} {1} et{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Sélectionnez un réseau"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Sélectionnez un jeton"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Approvisionnement"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Approvisionnement {0} {1} et {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Alimentation {0} {1} et{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Échanger quand même"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Remplacez exactement <0/> par <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Échec de l'échange : {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Échange de {0} {1} contre {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Merci de faire partie de la communauté Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Le % que vous gagnerez en frais."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "L'invariant Uniswap x*y=k n'a pas été satisfait par l'échange. Cela signifie généralement que l'un des jetons que vous échangez incorpore un comportement personnalisé lors du transfert."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Le jeton d'entrée ne peut pas être transféré. Il peut y avoir un problème avec le jeton d'entrée."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Le jeton d'entrée ne peut pas être transféré. Il peut y avoir un pro
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Le prix du marché est en dehors de votre fourchette de prix spécifiée. Dépôt d'actifs unique seulement."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Le jeton de sortie ne peut pas être transféré. Il peut y avoir un problème avec le jeton de sortie."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Le token de sortie ne peut pas être transféré. Il peut y avoir un problème avec le token de sortie. Remarque : les frais sur les jetons de transfert et de rebase sont incompatibles avec Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Le prix de ce pool est dans votre fourchette sélectionnée. Votre posit
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Le ratio de jetons que vous ajoutez fixera le prix de ce pool."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Ce jeton n'apparaît pas sur la ou les listes de jetons actifs. Assurez-
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Cet outil va migrer en toute sécurité vos liquidités {0} vers V3. Le processus est complètement sans confiance grâce à la"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Cette transaction ne réussira pas en raison du mouvement des prix. Essayez d'augmenter votre tolérance au slippage. Remarque : les frais sur les token de transfert et de rebase sont incompatibles avec Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Cette transaction ne réussira pas en raison du mouvement des prix ou des frais de transfert. Essayez d'augmenter votre tolérance au glissement."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaction réalisée en"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Date limite de la transaction"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaction rejetée."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token de transfert"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Non réclamé :"
|
||||
msgid "Undetermined"
|
||||
msgstr "Indéterminé"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Erreur inattendue. Impossible d'estimer le gaz pour l'échange."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problème inattendu avec l'estimation du gaz. Veuillez réessayer."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Gouvernance Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap sur {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Source inconnue"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Erreur inconnue{0}. Essayez d'augmenter votre tolérance au glissement. Remarque : les frais sur les tokens de transfert et de rebase sont incompatibles avec Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: he_IL\n"
|
||||
"Language-Team: Hebrew\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(מקסימום)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(עריכה)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- הסר שליחה"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- הסר את הנמען"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "מותר החלקה"
|
||||
msgid "Amount"
|
||||
msgstr "כמות"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "אירעה שגיאה בניסיון לבצע החלפה זו. יתכן שתצטרך להגביר את סובלנות ההחלקה שלך. אם זה לא עובד, ייתכן שיש אי התאמה לאסימון שאתה סוחר בו. הערה: עמלה על אסימון העברה וריבוס אינם תואמים ל- Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "נתב אוטומטי"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "זמין להפקדה: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "חזרה"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "מאזן:"
|
||||
@@ -521,12 +521,12 @@ msgstr "אשר עסקה בארנק"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "חבר ארנק"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "לַעֲרוֹך"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "השוואת יעילות"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "הזן אחוז"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "הזן נמען"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "הזן כתובת להפעלת תביעה של UNI. אם לכתובת י
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "הזן סכום"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "התקן את Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "לא מספיק נזילות למסחר זה."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "איזון {0} לא מספיק"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "איזון {0} לא מספיק"
|
||||
msgid "Interface Settings"
|
||||
msgstr "הגדרות ממשק"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "זוג לא חוקי"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "זוג לא חוקי"
|
||||
msgid "Invalid pair."
|
||||
msgstr "זוג לא חוקי."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "קלט מחירים לא חוקי"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "קלט מחירים לא חוקי"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "נבחר טווח לא חוקי. המחיר המינימלי חייב להיות נמוך מהמחיר המקסימלי."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "נמען לא חוקי"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "דקה:"
|
||||
msgid "Minimum received"
|
||||
msgstr "מינימום שהתקבל"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "חסרות תלות"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "יותר"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "לא נמצאה נזילות V2."
|
||||
msgid "No active pools"
|
||||
msgstr "אין בריכות פעילות"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "אין מידע"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "אין תיאור."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "הסר את הרשימה"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "הסרת {0} {1} ו {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "הסרת {0} {1} ו-{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "בחר רשת"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "בחר אסימון"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "לְסַפֵּק"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "אספקת {0} {1} ו {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "מתן {0} {1} ו{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "החלף בכל מקרה"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "החלף בדיוק <0/> עבור <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "החלפה נכשלה: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "החלפת {0} {1} ב- {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "תודה שהיית חלק מקהילת Uniswap <0 />"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "האחוזים שתרוויחו בעמלות."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "המשתנה של Uniswap x * y = k לא הסתפק בהחלפה. זה בדרך כלל אומר שאחד מהאסימונים שאתה מחליף משלב התנהגות מותאמת אישית בהעברה."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "לא ניתן להעביר את אסימון הקלט. יכול להיות שיש בעיה באסימון הקלט."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "לא ניתן להעביר את אסימון הקלט. יכול להיו
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "מחיר השוק הוא מחוץ לטווח המחירים שצוין. הפקדת נכס יחיד בלבד."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "לא ניתן להעביר את אסימון הפלט. ייתכן שיש בעיה באסימון הפלט."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "לא ניתן להעביר את אסימון הפלט. ייתכן שיש בעיה באסימון הפלט. הערה: עמלה על אסימון העברה וריבוס אינם תואמים ל- Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "המחיר של המאגר הזה הוא בטווח שבחרתם. עמד
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "יחס האסימונים שתוסיף יקבע את מחיר הבריכה הזו."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "לא ניתן היה לשלוח את העסקה מכיוון שהמועד האחרון חלף. אנא בדוק שמועד העסקה האחרון שלך אינו קרוב מדי."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "אסימון זה אינו מופיע ברשימות האסימונים
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "כלי זה יעביר בבטחה את נזילות {0} שלך ל- V3. התהליך חסר אמון לחלוטין בזכות"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "עסקה זו לא תצליח בגלל תנועת מחירים. נסה להגביר את סובלנות ההחלקה שלך. הערה: עמלה על אסימון העברה ומיקום מחדש אינם תואמים ל- Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "עסקה זו לא תצליח גם בגלל תנועת מחירים או עמלה על העברה. נסה להגביר את סובלנות ההחלקה שלך."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "העסקה הושלמה בשנת"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "מועד אחרון לעסקה"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "העסקה נדחתה."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "העברת אסימון"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "ללא דרישה:"
|
||||
msgid "Undetermined"
|
||||
msgstr "לא נקבע"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "שגיאה לא צפויה. לא ניתן היה לאמוד גז להחלפה."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "בעיה בלתי צפויה בהערכת הגז. בבקשה נסה שוב."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "ממשל לא מוחלף"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "ביטול החלפה ב- {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "מקור לא ידוע"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "שגיאה לא ידועה{0}. נסה להגביר את סובלנות ההחלקה שלך. הערה: עמלה על אסימון העברה ומיקום מחדש אינם תואמים ל- Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: hu_HU\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$ -"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(szerkesztés)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Küldés eltávolítása"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Távolítsa el a címzettet"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Megengedett csúszás"
|
||||
msgid "Amount"
|
||||
msgstr "Összeg"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Hiba történt a csere végrehajtása során. Lehet, hogy növelnie kell a csúszási toleranciát. Ha ez nem működik, akkor összeférhetetlenség állhat fenn az Ön által forgalmazott tokennel. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automatikus útválasztó"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Letétbe helyezhető: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Vissza"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Egyenleg:"
|
||||
@@ -521,12 +521,12 @@ msgstr "A tranzakció megerősítése a pénztárcában"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Pénztárca csatlakoztatása"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Szerkesztés"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Hatékonyság-összehasonlítás"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Adjon meg egy százalékot"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Címzett megadása"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Adjon meg egy címet az UNI-követelés kiváltásához. Ha a címnek va
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Adjon meg egy összeget"
|
||||
|
||||
@@ -910,11 +910,11 @@ msgstr "Metamask telepítése"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Nincs elegendő likviditás ehhez a kereskedéshez."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Elégtelen {0} egyenleg"
|
||||
|
||||
@@ -922,8 +922,8 @@ msgstr "Elégtelen {0} egyenleg"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Interfész beállítások"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Érvénytelen pár"
|
||||
|
||||
@@ -931,7 +931,7 @@ msgstr "Érvénytelen pár"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Érvénytelen pár."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Érvénytelen ár input"
|
||||
|
||||
@@ -940,7 +940,8 @@ msgstr "Érvénytelen ár input"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Érvénytelen tartományt választott ki. A minimális árnak alacsonyabbnak kell lennie, mint a maximális ár."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Érvénytelen címzett"
|
||||
|
||||
@@ -1100,6 +1101,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum beérkezett"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Hiányzó függőségek"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Több"
|
||||
@@ -1121,6 +1126,10 @@ msgstr "V2 likviditás nem található."
|
||||
msgid "No active pools"
|
||||
msgstr "Nincs aktív pool"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Nincs adat"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Nincs leírás."
|
||||
@@ -1399,10 +1408,13 @@ msgid "Remove list"
|
||||
msgstr "Lista eltávolítása"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} és {2} {3} eltávolítása"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} és{2} {3}eltávolítása"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1425,7 +1437,7 @@ msgstr "Válasszon hálózatot"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Token választása"
|
||||
|
||||
@@ -1524,8 +1536,8 @@ msgid "Supply"
|
||||
msgstr "Kínálat"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} és {2} {3} kínálása"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} és{2} {3}ellátása"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1548,6 +1560,11 @@ msgstr "Swap mindenképp"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Pontosan cserélje ki a <0/> értéket a <1/> értékre"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "A csere nem sikerült: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "{0} {1} cseréje a következőre {2} {3}"
|
||||
@@ -1560,11 +1577,11 @@ msgstr "Köszönjük, hogy az Uniswap közösség tagja <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "A díjakban keresett%."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "A Uniswap invariáns x*y=k nem teljesült a swap során. Ez általában azt jelenti, hogy a cserélendő tokenek egyike egyéni viselkedést tartalmaz az átadáskor."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Az input token nem transzferálható. Probléma lehet az input tokennel."
|
||||
|
||||
@@ -1572,11 +1589,11 @@ msgstr "Az input token nem transzferálható. Probléma lehet az input tokennel.
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "A piaci ár kívül esik a megadott ártartományon. Csak egy eszközzel történő befizetés."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Az output token nem transzferálható. Probléma lehet az output tokennel."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "A kimeneti token nem vihető át. Probléma lehet a kimeneti tokennel. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval."
|
||||
|
||||
@@ -1592,7 +1609,7 @@ msgstr "Ennek a poolnak az ára az Ön által kiválasztott tartományon belül
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Az Ön által hozzáadott tokenek aránya határozza meg ennek a poolnak az árát."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1624,11 +1641,11 @@ msgstr "Ez a token nem jelenik meg az aktív tokenek listájában. Győződjön
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Ez az eszköz biztonságosan migrálja a {0} likviditását a V3-ba. A folyamat teljesen megbízhatatlan köszönhetően"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ez a tranzakció az ármozgás miatt nem fog sikerülni. Próbáld meg növelni a csúszástűrést. Megjegyzés: az átviteli és újrabázis tokenek díja nem kompatibilis az Uniswap V3 verzióval."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Ez a tranzakció sem az ármozgás, sem az átutalási díj miatt nem lesz sikeres. Próbáld meg növelni a csúszástűrést."
|
||||
|
||||
@@ -1706,6 +1723,11 @@ msgstr "A tranzakció befejeződött"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Tranzakció határideje"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "A tranzakció elutasítva."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Transfer Token"
|
||||
@@ -1763,6 +1785,14 @@ msgstr "Nem igényelt:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Meghatározatlan"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Váratlan hiba. Nem sikerült megbecsülni a cseréhez szükséges gázt."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Váratlan probléma a gáz becslésével. Kérlek próbáld újra."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap irányítás"
|
||||
@@ -1791,9 +1821,9 @@ msgstr "Lecserélés a {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Ismeretlen forrás"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ismeretlen hiba{0}. Próbá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."
|
||||
msgstr "Ismeretlen hiba{0}. Próbálja meg növelni a csúszástűrést. Megjegyzés: az átutalási és újbóli alapkivonási díjak nem kompatibilisek az Uniswap V3 -mal."
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: id_ID\n"
|
||||
"Language-Team: Indonesian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Maks)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(edit)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Hapus pengiriman"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Hapus penerima"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Slip yang Diizinkan"
|
||||
msgid "Amount"
|
||||
msgstr "Jumlah"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Terjadi kesalahan saat mengeksekusi swap ini. Anda mungkin memerlukan peningkatan toleransi slip Anda. Jika tidak berhasil, kemungkinan token yang anda perdagangkan tidak cocok. Catatan: biaya transfer token rebase tidak cocok dengan Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Router Otomatis"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Tersedia untuk disetor: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Kembali"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Konfirmasi transaksi di dompet"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Hubungkan Dompet"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Ubah"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Perbandingan Efisiensi"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Masukkan persen"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Masukkan penerima"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Masukkan alamat untuk memicu klaim UNI. Jika alamat tersebut memiliki UN
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Masukkan jumlah"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Pasang Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Likuiditas tidak cukup untuk perdagangan ini."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Saldo {0} tidak cukup"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Saldo {0} tidak cukup"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Pengaturan Antarmuka"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Pasangan tidak valid"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Pasangan tidak valid"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Pasangan tidak valid."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Masukan harga tidak valid"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Masukan harga tidak valid"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Rentang yang tidak valid dipilih. Harga min harus lebih rendah dari harga maks."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Penerima tidak valid"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum diterima"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Ketergantungan yang hilang"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Lebih"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Tidak ditemukan Likuiditas V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Tidak ada pangkalan aktif"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Tidak ada data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Tidak ada deskripsi."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Hapus daftar"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Menghapus {0} {1} dan {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Menghapus {0} {1} dan{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Pilih jaringan"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Pilih token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Pasokan"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Memasok {0} {1} dan {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Menyediakan {0} {1} dan{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Tukar Saja"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Tukar persis <0/> untuk <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Tukar gagal: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Menukar {0} {1} untuk {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Terima kasih telah menjadi bagian dari komunitas Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% yang akan Anda peroleh dalam bentuk biaya."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Invarian Uniswap x*y=k tidak dipenuhi oleh penukaran. Ini biasanya berarti salah satu token yang Anda tukar menyertakan perilaku khusus saat transfer."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Token input tidak dapat ditransfer. Mungkin ada masalah dengan token input."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Token input tidak dapat ditransfer. Mungkin ada masalah dengan token inp
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Harga pasar di luar rentang harga yang Anda tentukan. Khusus setoran aset tunggal."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Token output tidak dapat ditransfer. Mungkin ada masalah dengan token output."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Output token tidak dapat ditransfer. Mungkin ada masalah dengan output token. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Harga pool ini berada dalam rentang yang Anda pilih. Posisi Anda saat in
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Rasio token yang Anda tambahkan akan menetapkan harga pool ini."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Token ini tidak muncul di daftar token yang aktif. Pastikan ini adalah t
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Alat ini akan memigrasikan {0} likuiditas Anda ke V3 dengan aman. Prosesnya benar-benar tidak dapat dipercaya berkat"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Transaksi ini tidak akan berhasil karena pergerakan harga. Coba tingkatkan toleransi selip Anda. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Transaksi ini tidak akan berhasil baik karena pergerakan harga atau biaya transfer. Coba tingkatkan toleransi selip Anda."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaksi selesai pada"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Batas waktu transaksi"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaksi ditolak."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Transfer Token"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Tidak diklaim:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Tidak dapat ditentukan"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Kesalahan yang tidak diduga. Tidak dapat memperkirakan gas untuk swap."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Masalah tak terduga dengan memperkirakan gas. Silakan coba lagi."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Tata Kelola Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap pada {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Sumber tidak diketahui"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Kesalahan tidak diketahui{0}. Coba tingkatkan toleransi selip Anda. Catatan: biaya transfer dan token rebase tidak sesuai dengan Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: it_IT\n"
|
||||
"Language-Team: Italian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Massimo)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(modifica)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Rimuovi invio"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Rimuovi destinatario"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Slittamento consentito"
|
||||
msgid "Amount"
|
||||
msgstr "Importo"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Si è verificato un errore durante il tentativo di eseguire questo scambio. Potrebbe essere necessario aumentare la tolleranza allo slittamento. Se ciò non funziona, potrebbe esserci un'incompatibilità con il token che stai scambiando. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Router automatico"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponibile per il deposito: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Indietro"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Conferma transazione nel portafoglio"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Connetti Portafoglio"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "modificare"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Confronto di efficienza"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Inserisci una percentuale"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Inserisci un destinatario"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Inserisci un indirizzo per attivare un reclamo UNI. Se l'indirizzo ha un
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Inserisci un importo"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Installa Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Liquidità insufficiente per questa operazione."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Saldo {0} insufficiente"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Saldo {0} insufficiente"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Impostazioni Interfaccia"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Coppia non valida"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Coppia non valida"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Coppia non valida."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Input di prezzo non valido"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Input di prezzo non valido"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Intervallo selezionato non valido. Il prezzo minimo deve essere inferiore al prezzo massimo."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Destinatario non valido"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimo ricevuto"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Dipendenze mancanti"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Altro"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Nessuna liquidità V2 trovata."
|
||||
msgid "No active pools"
|
||||
msgstr "Nessun pool attivo"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Nessun dato"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Nessuna descrizione."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Rimuovi elenco"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Rimozione di {0} {1} e {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Rimozione {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Seleziona una rete"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Seleziona un token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Fornitura"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Fornitura di {0} {1} e {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Fornitura {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Scambia Comunque"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Scambia esattamente <0/> con <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Scambio fallito: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Scambio di {0} {1} per {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Grazie per far parte della community di Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "La % che guadagnerai in commissioni."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "L'invariante Uniswap x * y = k non è stata soddisfatta con lo scambio. Questo di solito significa che uno dei token che stai scambiando incorpora un comportamento personalizzato durante il trasferimento."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Il token di input non può essere trasferito. Potrebbe esserci un problema con il token di input."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Il token di input non può essere trasferito. Potrebbe esserci un proble
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Il prezzo di mercato è al di fuori della tua fascia di prezzo specificata. Solo deposito singolo asset."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Il token di output non può essere trasferito. Potrebbe esserci un problema con il token di output."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Il token di output non può essere trasferito. Potrebbe esserci un problema con il token di output. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Il prezzo di questo pool è entro l'intervallo selezionato. La tua posiz
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Il rapporto tra i gettoni che aggiungi imposterà il prezzo di questo pool."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Questo token non viene visualizzato negli elenchi di token attivi. Assic
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Questo strumento eseguirà la migrazione in modo sicuro della tua liquidità {0} a V3. Il processo è completamente affidabile grazie alla"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Questa transazione non avrà esito positivo a causa del movimento dei prezzi. Prova ad aumentare la tua tolleranza allo slittamento. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Questa transazione non avrà esito positivo a causa del movimento del prezzo o della commissione sul trasferimento. Prova ad aumentare la tua tolleranza allo slittamento."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transazione completata in"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Termine transazione"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transazione rifiutata."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token di trasferimento"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Non Richiesto:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Indeterminato"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Errore inaspettato. Impossibile stimare il gas per lo scambio."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema imprevisto con la stima del gas. Per favore riprova."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governance"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap su {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Fonte sconosciuta"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Errore sconosciuto{0}. Prova ad aumentare la tua tolleranza allo slittamento. Nota: la commissione sui token di trasferimento e rebase non è compatibile con Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-17 03:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ja_JP\n"
|
||||
"Language-Team: Japanese\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(最大)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(編集)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- 送信を削除"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "-受信者を削除します"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -152,7 +156,7 @@ msgstr "追加"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Add <0/> and <1/> to Uniswap V2"
|
||||
msgstr "<0 />と<1 />をUniswapV2に追加します"
|
||||
msgstr "<0/>と<1/>をユニスワップV2に追加"
|
||||
|
||||
#: src/components/vote/DelegateModal.tsx
|
||||
msgid "Add Delegate +"
|
||||
@@ -223,7 +227,7 @@ msgstr "許可されたスリッページ"
|
||||
msgid "Amount"
|
||||
msgstr "数量"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "スワップ実行時にエラーが発生しました。スリッページの許容範囲を広げる必要がある可能性があります。それでも上手くいかない場合、取引しているトークンとの互換性がない可能性があります。注:転送時に手数料が発生するトークンおよびリベースするトークンは、UniswapV3と互換性がありません。"
|
||||
|
||||
@@ -266,11 +270,11 @@ msgstr "{0} を承認中"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Arbiscan"
|
||||
msgstr "アルビスカン"
|
||||
msgstr "Arbiscan"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Arbitrum Bridge"
|
||||
msgstr "アービトラムブリッジ"
|
||||
msgstr "Arbitrumブリッジ"
|
||||
|
||||
#: src/components/DowntimeWarning/index.tsx
|
||||
msgid "Arbitrum is in Beta and may experience downtime. During downtime, your position will not earn fees and you will be unable to remove liquidity. <0>Read more.</0>"
|
||||
@@ -300,10 +304,6 @@ msgstr "自動ルーター"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "預け入れ可能: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "戻る"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "残高:"
|
||||
@@ -333,7 +333,7 @@ msgstr "ブロックされたアドレス"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Bridge"
|
||||
msgstr "橋"
|
||||
msgstr "ブリッジ"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
msgid "By adding liquidity you'll earn 0.3% of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity."
|
||||
@@ -361,7 +361,7 @@ msgstr "チャート"
|
||||
|
||||
#: src/components/Header/ChainConnectivityWarning.tsx
|
||||
msgid "Check network status"
|
||||
msgstr "ネットワークステータスを確認する"
|
||||
msgstr "ネットワークの状態を確認"
|
||||
|
||||
#: src/pages/Pool/CTACards.tsx
|
||||
msgid "Check out our v3 LP walkthrough and migration guides."
|
||||
@@ -375,7 +375,7 @@ msgstr "請求"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Claim <0/> for {0}"
|
||||
msgstr "以下のための請求<0 /> {0}"
|
||||
msgstr "{0} の <0/> を請求する"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
@@ -391,7 +391,7 @@ msgstr "UNIトークンを請求する"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Claim UNI reward for {0}"
|
||||
msgstr "{0}UNI報酬を請求する"
|
||||
msgstr "{0} のUNI報酬を請求する"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Claim fees"
|
||||
@@ -412,7 +412,7 @@ msgstr "請求済みのUNI!"
|
||||
|
||||
#: src/components/claim/ClaimModal.tsx
|
||||
msgid "Claimed!"
|
||||
msgstr "主張!"
|
||||
msgstr "請求済み"
|
||||
|
||||
#: src/components/claim/AddressClaimModal.tsx
|
||||
#: src/components/claim/ClaimModal.tsx
|
||||
@@ -465,7 +465,7 @@ msgstr "報酬を取得"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Collect {0}/{1} fees"
|
||||
msgstr "収集 {0}/{1} の手数料"
|
||||
msgstr "{0}/{1} の報酬を受け取る"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collected"
|
||||
@@ -521,12 +521,12 @@ msgstr "ウォレットで取引を確認する"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "ウォレットに接続"
|
||||
|
||||
@@ -626,7 +626,7 @@ msgstr "投票を委任する"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Delegate voting power to {0}"
|
||||
msgstr "投票権を {0}"
|
||||
msgstr "{0} に投票権を委任する"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Delegated to:"
|
||||
@@ -649,7 +649,7 @@ msgstr "預け入れる数量"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "Deposit Assets"
|
||||
msgstr "預金資産"
|
||||
msgstr "預け入れ資産"
|
||||
|
||||
#: src/pages/Earn/Manage.tsx
|
||||
msgid "Deposit UNI-V2 LP Tokens"
|
||||
@@ -719,11 +719,11 @@ msgstr "編集"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "効率性の比較"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "パーセントを入力してください"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "受取人を入力"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "UNIの請求を行うためのアドレスを入力してください。
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "数量を入力してください"
|
||||
|
||||
@@ -798,7 +798,7 @@ msgstr "Uniswap分析サイトで人気のあるプールを探しましょう
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Explorer"
|
||||
msgstr "冒険者"
|
||||
msgstr "エクスプローラー"
|
||||
|
||||
#: src/components/PositionPreview/index.tsx
|
||||
msgid "Fee Tier"
|
||||
@@ -831,7 +831,7 @@ msgstr "全範囲"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "Full range positions may earn less fees than concentrated positions. Learn more <0>here</0>."
|
||||
msgstr "フルレンジのポジションは、集中ポジションよりも少ない手数料を稼ぐことができます。詳細はこちら<0></0> 。"
|
||||
msgstr "全範囲のポジションは、集中型ポジションよりも手数料報酬が少ない場合があります。詳細は<0>こちら</0> 。"
|
||||
|
||||
#: src/components/ErrorBoundary/index.tsx
|
||||
msgid "Get support on Discord"
|
||||
@@ -909,11 +909,11 @@ msgstr "メタマスクのインストール"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "流動性が不足しているため、取引できません。"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "{0} の残高が足りません"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "{0} の残高が足りません"
|
||||
msgid "Interface Settings"
|
||||
msgstr "インターフェイスの設定"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "無効なペア"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "無効なペア"
|
||||
msgid "Invalid pair."
|
||||
msgstr "無効なペアです。"
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "無効な価格入力"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "無効な価格入力"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "設定した価格範囲が間違っています。最小価格は最大価格より低くしてください。"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "受け取りアドレスが無効です"
|
||||
|
||||
@@ -1076,7 +1077,7 @@ msgstr "Uniswap V2からUniswap V3に流動性トークンを移行します。"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Migrate {0}/{1} liquidity to V3"
|
||||
msgstr "移行 {0}/{1} V3への流動性"
|
||||
msgstr "{0}/{1} の流動性をV3へ移行"
|
||||
|
||||
#: src/pages/MigrateV2/MigrateV2Pair.tsx
|
||||
msgid "Migrating"
|
||||
@@ -1099,6 +1100,10 @@ msgstr "最小:"
|
||||
msgid "Minimum received"
|
||||
msgstr "最小購入数"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "依存関係がありません"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "もっと見る"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "V2の流動性が見つかりません。"
|
||||
msgid "No active pools"
|
||||
msgstr "アクティブなプールがありません"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "データがありません"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "説明はありません。"
|
||||
@@ -1178,7 +1187,7 @@ msgstr "不明なエラーが発生しました。ページを更新するか、
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Optimism Gateway"
|
||||
msgstr "オプティミズムゲートウェイ"
|
||||
msgstr "Optimismゲートウェイ"
|
||||
|
||||
#: src/components/DowntimeWarning/index.tsx
|
||||
msgid "Optimistic Ethereum is in Beta and may experience downtime. Optimism expects planned downtime to upgrade the network in the near future. During downtime, your position will not earn fees and you will be unable to remove liquidity. <0>Read more.</0>"
|
||||
@@ -1377,7 +1386,7 @@ msgstr "削除"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Remove <0/> and <1/>"
|
||||
msgstr "<0 />と<1 />を削除します"
|
||||
msgstr "<0/>と<1/>を削除"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Remove Amount"
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "リストを削除"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} と {2} {3} を解除中"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} と {2} {3} を削除"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1418,13 +1430,13 @@ msgstr "ペアを選択"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Select a network"
|
||||
msgstr "ネットワークを選択する"
|
||||
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
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "トークン選択"
|
||||
|
||||
@@ -1500,7 +1512,7 @@ msgstr "ステップ1. UNI-V2流動性トークンを入手"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Submit new proposal"
|
||||
msgstr "新しい提案を送信する"
|
||||
msgstr "新しい提案を出す"
|
||||
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
msgid "Submitting Proposal"
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "追加"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} と {2} {3} を追加中"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} と{2} {3} を提供"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1536,7 +1548,7 @@ msgstr "スワップ"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Swap <0/> for exactly <1/>"
|
||||
msgstr "<0 />を正確に<1 />に交換します"
|
||||
msgstr "<0 />を<1 />に正確にスワップする"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
@@ -1545,7 +1557,12 @@ msgstr "問題発生の可能性があるが、スワップする"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "正確に<0 />を<1 />に交換します"
|
||||
msgstr "<0 />を<1 />に正確にスワップする"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "スワップに失敗しました: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Uniswapコミュニティにご参加いただきありがとうござ
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "設定する手数料率"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap不変式 x * y = kはスワップで満たされませんでした。これは通常、スワップするトークンの1つが転送時のカスタム動作を組み込んでいることを意味します。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "売るトークンが転送できません。売るトークンに問題がある可能性があります。"
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "売るトークンが転送できません。売るトークンに問題
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "市場価格が設定した価格範囲から外れています。単一トークンのみ預け入れできます。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "購入するトークンを転送できません。購入するトークンに問題がある可能性があります。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "購入するトークンを転送できません。購入するトークンに問題がある可能性があります。注:転送時に手数料が発生するトークンおよびリベースするトークンは、UniswapV3と互換性がありません。"
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "現在の価格は設定した価格範囲に入っています。その
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "追加するトークンの比率によって、プールの価格が決まります。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "期限が過ぎたため、取引を送信できませんでした。期限が短すぎないかご確認ください。"
|
||||
|
||||
@@ -1605,11 +1622,11 @@ msgstr "これらのトークンは一般的に他のトークンとペアにな
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction."
|
||||
msgstr "流動性を追加する前に、このプールを初期化する必要があります。初期化するには、プールの開始価格を選択します。次に、流動性の価格帯と預金額を入力します。初期化取引のため、ガス料金は通常より高くなります。"
|
||||
msgstr "流動性を追加する前に、このプールを初期化する必要があります。初期化するには、プールの開始価格を選択します。次に、流動性の価格帯と預け入れ数量を入力します。初期化取引のため、ガス料金は通常より高くなります。"
|
||||
|
||||
#: src/pages/AddLiquidity/index.tsx
|
||||
msgid "This pool must be initialized on {0} before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount."
|
||||
msgstr "流動性を追加する前に {0} に初期化する必要があります。初期化するには、プールの開始価格を選択します。次に、流動性の価格帯と預金額を入力します。"
|
||||
msgstr "流動性を追加する前に {0} に初期化する必要があります。初期化するには、プールの開始価格を選択します。次に、流動性の価格帯と預け入れ数量を入力します。"
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
@@ -1623,11 +1640,11 @@ msgstr "このトークンはご利用中のトークンリストに存在しま
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "本ツールで {0} の流動性をV3に安全に移行します。このプロセスは以下によって特定の第三者を信用する必要が一切ないものになっています。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "価格変動により、この取引は成功しません。スリッページの許容範囲を広げてみてください。注:転送時に手数料が発生するトークンおよびリベーストークンは、UniswapV3と互換性がありません。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "この取引は、価格変動または転送時に手数料が発生するため、成功しません。スリッページの許容範囲を広げてみてください。"
|
||||
|
||||
@@ -1676,7 +1693,7 @@ msgstr "合計預入額"
|
||||
|
||||
#: src/components/swap/RouterLabel.tsx
|
||||
msgid "Trade Route"
|
||||
msgstr "交易路"
|
||||
msgstr "取引ルート"
|
||||
|
||||
#: src/components/swap/AdvancedSwapDetails.tsx
|
||||
msgid "Transaction Details"
|
||||
@@ -1699,12 +1716,17 @@ msgstr "取引が送信されました"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
msgid "Transaction completed in"
|
||||
msgstr "で完了したトランザクション"
|
||||
msgstr "で完了した取引"
|
||||
|
||||
#: src/components/TransactionSettings/index.tsx
|
||||
msgid "Transaction deadline"
|
||||
msgstr "取引期限"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "取引が拒否されました"
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "トークンを転送する"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "未請求:"
|
||||
msgid "Undetermined"
|
||||
msgstr "未定"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "予期しないエラー。スワップのガスを見積もることができませんでした。"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "ガスの見積もりに関する予期しない問題。もう一度やり直してください。"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswapのガバナンス"
|
||||
@@ -1772,7 +1802,7 @@ msgstr "利用可能言語: <0>{0}</0>"
|
||||
|
||||
#: src/components/vote/ProposalEmptyState.tsx
|
||||
msgid "Uniswap governance is only available on Layer 1. Switch your network to Ethereum Mainnet to view Proposals and Vote."
|
||||
msgstr "Uniswapガバナンスは、レイヤー1でのみ使用できます。ネットワークをEthereum Mainnetに切り替えて、提案と投票を表示します。"
|
||||
msgstr "Uniswapのガバナンスは、レイヤー1でのみ使用できます。提案と投票を表示するために、ネットワークをEthereumメインネットに切り替えて下さい。"
|
||||
|
||||
#: src/pages/Earn/index.tsx
|
||||
msgid "Uniswap liquidity mining"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "{0}ユニスワップ"
|
||||
msgid "Unknown Source"
|
||||
msgstr "不明なソース"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "不明なエラー{0}。スリッページの許容範囲を広げてみてください。注:転送時に手数料が発生するトークンおよびリベーストークンは、UniswapV3と互換性がありません。"
|
||||
|
||||
@@ -1919,11 +1949,11 @@ msgstr "提案 {proposalId} に反対票を入れる"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote against proposal {proposalKey}"
|
||||
msgstr "{proposalKey}反対票を投じる"
|
||||
msgstr "提案 {proposalKey} に反対票を入れる"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote against proposal {proposalKey} with reason \"{0}\""
|
||||
msgstr "理由「{0}」 {proposalKey} 反対票を投じる"
|
||||
msgstr "「{0} 」という理由で提案 {proposalKey} に反対票を投じる"
|
||||
|
||||
#: src/components/vote/VoteModal.tsx
|
||||
#: src/components/vote/VoteModal.tsx
|
||||
@@ -1932,24 +1962,24 @@ msgstr "提案 {proposalId} に賛成票を入れる"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote for proposal {proposalKey}"
|
||||
msgstr "{proposalKey}投票する"
|
||||
msgstr "提案{proposalKey} に賛成票を入れる"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote for proposal {proposalKey} with reason \"{0}\""
|
||||
msgstr "理由「{0}」で提案 {proposalKey}"
|
||||
msgstr "「{0} 」という理由で提案 {proposalKey} に賛成票を入れる"
|
||||
|
||||
#: src/components/vote/VoteModal.tsx
|
||||
#: src/components/vote/VoteModal.tsx
|
||||
msgid "Vote to abstain on proposal {proposalId}"
|
||||
msgstr "{proposalId}を棄権するために投票する"
|
||||
msgstr "提案{proposalId} を棄権する"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote to abstain on proposal {proposalKey}"
|
||||
msgstr "{proposalKey}を棄権するために投票する"
|
||||
msgstr "提案{proposalKey} を棄権する"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\""
|
||||
msgstr "理由「{0}」 {proposalKey} を棄権することに投票する"
|
||||
msgstr "「{0} 」という理由で提案 {proposalKey} で棄権する"
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
msgid "Voting ended {0}"
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ko_KR\n"
|
||||
"Language-Team: Korean\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(최대)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(편집)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "-보내기 제거"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- 받는 사람 제거"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "허용된 미끄러짐"
|
||||
msgid "Amount"
|
||||
msgstr "금액"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "이 스왑을 실행하는 중에 오류가 발생했습니다. 미끄러짐 허용치를 높여야 할 수도 있습니다. 그래도 작동하지 않으면 거래중인 토큰과 호환되지 않을 수 있습니다. 참고 : 전송 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "자동 라우터"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "입금 가능 : {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "뒤로"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "잔액:"
|
||||
@@ -521,12 +521,12 @@ msgstr "지갑에서 거래 확인"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "지갑 연결"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "편집하다"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "효율성 비교"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "퍼센트를 입력하세요."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "수령인을 입력하세요."
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "UNI 청구를 트리거할 주소를 입력하십시오. 주소에 청
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "금액을 입력하세요."
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "메타 마스크 설치"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "이 거래에 대한 유동성이 충분하지 않습니다."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "부족한 {0} 잔액"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "부족한 {0} 잔액"
|
||||
msgid "Interface Settings"
|
||||
msgstr "인터페이스 설정"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "잘못된 쌍"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "잘못된 쌍"
|
||||
msgid "Invalid pair."
|
||||
msgstr "잘못된 쌍"
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "잘못된 가격 입력"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "잘못된 가격 입력"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "잘못된 범위를 선택했습니다. 최소 가격은 최대 가격보다 낮아야합니다."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "잘못된 수령인"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "최소 :"
|
||||
msgid "Minimum received"
|
||||
msgstr "최소 수령됨"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "누락된 종속성"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "추가"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "V2 유동성이 없습니다."
|
||||
msgid "No active pools"
|
||||
msgstr "활성 풀 없음"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "데이터 없음"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "설명이 없습니다."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "목록 제거"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} 및 {2} {3} 제거 중"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} 및{2} {3}제거"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "네트워크 선택"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "토큰 선택"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "공급"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} 및 {2} {3} 공급 중"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} 및{2} {3}공급"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "어쨌든 스왑"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "<1/>에 대해 정확히 <0/> 스왑"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "스왑 실패: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "{0} {1} 을 {2} {3}(으)로 스왑"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Uniswap 커뮤니티에 참여해 주셔서 감사합니다. <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "수수료로받을 수있는 %입니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap 불변 x * y = k가 스왑에 의해 충족되지 않았습니다. 이는 일반적으로 스와핑하는 토큰 중 하나가 이체시 사용자 지정 동작을 통합함을 의미합니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "입력 토큰을 이체할 수 없습니다. 입력 토큰에 문제가 있을 수 있습니다."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "입력 토큰을 이체할 수 없습니다. 입력 토큰에 문제가
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "시장 가격이 지정된 가격 범위를 벗어났습니다. 단일 자산 예금만."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "산출 토큰을 이체할 수 없습니다. 산출 토큰에 문제가 있을 수 있습니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "산출 토큰을 이체할 수 없습니다. 산출 토큰에 문제가 있을 수 있습니다. 참고: 이체 수수료 및 리베이스 토큰이 Uniswap V3와 호환되지 않습니다."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "이 풀의 가격은 선택한 범위 내에 있습니다. 귀하의 포
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "추가하는 토큰의 요율이 이 풀의 가격을 설정합니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "기한이 지났기 때문에 거래를 보낼 수 없습니다. 거래 기한이 너무 낮지 않은지 확인하십시오."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "이 토큰은 활성 토큰 목록에 표시되지 않습니다. 이것
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "이 도구로 {0} 유동성을 V3로 안전하게 마이그레이션할 수 있습니다. 이 과정은 다음 덕분에 신뢰할 수 있습니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "이 거래는 가격 변동으로 인해 성공하지 못합니다. 슬리피지 허용치를 높이십시오. 참고: 이체 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "이 거래는 가격 변동이나 이체 수수료로 인해 성공하지 못합니다. 슬리피지 허용치를 높이십시오."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "거래 완료"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "거래 마감 시간"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "거래가 거부되었습니다."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "이전 토큰"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "미 청구:"
|
||||
msgid "Undetermined"
|
||||
msgstr "분명치 않은"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "예기치 않은 오류. 스왑을 위한 가스를 추정할 수 없습니다."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "가스 추정에 예상치 못한 문제가 있습니다. 다시 시도해 주세요."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap 거버넌스"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "{0}Uniswap"
|
||||
msgid "Unknown Source"
|
||||
msgstr "알 수 없는 출처"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "알 수 없는 오류 {0}. 슬리피지 허용치를 높이십시오. 참고: 이체 수수료 및 리베이스 토큰은 Uniswap V3와 호환되지 않습니다."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: nl_NL\n"
|
||||
"Language-Team: Dutch\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(bewerken)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Verzenden verwijderen"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Ontvanger verwijderen"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Toegestane slip"
|
||||
msgid "Amount"
|
||||
msgstr "Bedrag"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Er is een fout opgetreden bij het uitvoeren van deze swap. Mogelijk moet u uw sliptolerantie verhogen. Als dat niet werkt, is er mogelijk een incompatibiliteit met het token dat u verhandelt. Let op: kosten voor overdracht en rebase tokens zijn niet compatibel met Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automatische router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Beschikbaar om te storten: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Terug"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Bevestig transactie in portemonnee"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Verbind Portemonnee"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Bewerk"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Efficiëntie vergelijking:"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Voer een percentage in"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Voer een ontvanger in"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Voer een adres in om een UNI-claim te activeren. Als het adres een claim
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Voer een bedrag in"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Metamask installeren"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Onvoldoende liquiditeit voor deze transactie."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Onvoldoende saldo {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Onvoldoende saldo {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Interface-instellingen"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Ongeldig paar"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Ongeldig paar"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Ongeldig paar."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ongeldige prijsinvoer"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ongeldige prijsinvoer"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Ongeldig bereik geselecteerd. De minimumprijs moet lager zijn dan de maximumprijs."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Ongeldige ontvanger"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum ontvangen"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Ontbrekende afhankelijkheden"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Meer"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Geen V2-liquiditeit gevonden."
|
||||
msgid "No active pools"
|
||||
msgstr "Geen actieve pools"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Geen informatie"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Geen beschrijving."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Verwijder lijst"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Verwijderen van {0} {1} en {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Verwijderen {0} {1} en{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Selecteer een netwerk"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Selecteer een token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Levering"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} en {2} {3} aanbieden"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Leveren {0} {1} en{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Toch wisselen"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Wissel exact <0/> in voor <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Wissel mislukt: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "{0} {1} ruilen voor {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Bedankt dat u deel uitmaakt van de Uniswap-gemeenschap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Het % dat u aan vergoedingen verdient."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Aan de Uniswap-invariant x * y = k werd door de swap niet voldaan. Dit betekent meestal dat een van de tokens die u ruilt, aangepast gedrag bij overdracht bevat."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "De input-token kan niet worden overgedragen. Er is mogelijk een probleem met de input-token."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "De input-token kan niet worden overgedragen. Er is mogelijk een probleem
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "De marktprijs ligt buiten uw opgegeven prijsbereik. Alleen single-activa storten."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "De output-token kan niet worden overgedragen. Er is mogelijk een probleem met de output-token."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "De output token kan niet worden overgedragen. Er is mogelijk een probleem met de output token. Let op: kosten voor overdracht en rebase tokens zijn niet compatibel met Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "De prijs van deze pool valt binnen het door u geselecteerde bereik. Uw p
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "De verhouding van tokens die u toevoegt zal de prijs van deze pool bepalen."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Deze token wordt niet weergegeven op de actieve tokenlijst(en). Zorg erv
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Deze tool zal uw {0} liquiditeit veilig migreren naar V3. Het proces is volledig betrouwbaar dankzij de"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Deze transactie zal niet slagen vanwege prijsbewegingen. Probeer uw slippage tolerantie te vergroten. Let op: kosten voor overdracht en rebasetokens zijn niet compatibel met Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Deze transactie zal niet slagen vanwege prijsbewegingen of kosten bij overdracht. Probeer uw slipping tolerantie te vergroten."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transactie voltooid in"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Transactiedeadline"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transactie afgewezen."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token overdragen"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Niet-opgeëist:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Onbepaald"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Onverwachte fout. Kon het gas voor de swap niet schatten."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Onverwacht probleem met het schatten van het gas. Probeer het opnieuw."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap-bestuur"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap op {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Onbekende bron"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Onbekende fout{0}. Probeer uw slippage tolerantie te vergroten. Let op: kosten voor overdracht en rebase tokens zijn niet compatibel met Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: no_NO\n"
|
||||
"Language-Team: Norwegian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Maks)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(rediger)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Fjern sending"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Fjern mottaker"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Tillatt glidning"
|
||||
msgid "Amount"
|
||||
msgstr "Beløp"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Det oppstod en feil under forsøket på å utføre dette byttet. Det kan hende du må øke glidetoleransen. Hvis det ikke fungerer, kan det være en inkompatibilitet med symbolet du handler. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Auto ruter"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Tilgjengelig for innskudd: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Tilbake"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Bekreft transaksjonen i lommeboken"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Koble til lommebok"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Redigere"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Effektivitetssammenligning"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Oppgi en prosent"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Oppgi en mottaker"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Skriv inn en adresse for å aktivere en UNI-henting. Hvis adressen har n
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Oppgi et beløp"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Installer metamaske"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Utilstrekkelig likviditet for denne handelen."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Utilstrekkelig {0} saldo"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Utilstrekkelig {0} saldo"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Grensesnittsinnstillinger"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Ugyldig par"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Ugyldig par"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Ugyldig par."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ugyldig prisinngang"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ugyldig prisinngang"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Ugyldig område valgt. Minsteprisen må være lavere enn maks prisen."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Ugyldig mottaker"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum mottatt"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Mangler avhengigheter"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mer"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Ingen V2-likviditet funnet."
|
||||
msgid "No active pools"
|
||||
msgstr "Ingen aktive potter"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Ingen data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Ingen beskrivelse."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Fjern liste"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Fjerner {0} {1} og {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Fjerner {0} {1} og{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Velg et nettverk"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Velg en pollett"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Levering"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Leverer {0} {1} og {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Leverer {0} {1} og{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Bytt uansett"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Bytt nøyaktig <0/> for <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Bytting mislyktes: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Bytte {0} {1} mot {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Takk for at du er en del av Uniswap-fellesskapet <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% Du vil tjene i gebyrer."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap-invarianten x * y = k ble ikke tilfreds med byttet. Dette betyr vanligvis at en av pollettene du bytter inneholder tilpasset oppførsel ved overføring."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Inngangspolletten kan ikke overføres. Det kan være et problem med inndatapolletten."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Inngangspolletten kan ikke overføres. Det kan være et problem med innd
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Markedsprisen er kun utenfor ditt angitte prisintervall."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Utgangspolletten kan ikke overføres. Det kan være et problem med utgangspolletten."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Utgangstokenet kan ikke overføres. Det kan være et problem med utgangstokenet. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Prisen på denne potten er innenfor ditt valgte område. Din posisjon er
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Forholdet mellom symboler du legger til vil angi prisen på denne potten."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Denne polletten vises ikke på den / de aktive pollettlistene. Forsikre
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Dette verktøyet vil trygt migrere din {0} likviditeten til V3. Prosessen er fullstendig pålitelig takket være"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Denne transaksjonen vil ikke lykkes på grunn av prisbevegelse. Prøv å øke glidetoleransen. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Denne transaksjonen vil ikke lykkes på grunn av prisbevegelse eller gebyr ved overføring. Prøv å øke glidetoleransen."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaksjonen fullført i"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Transaksjons frist"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaksjonen ble avvist."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Overfør token"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Ikke angitt:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Ubestemt"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Uventet feil. Kunne ikke estimere gass for byttet."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Uventet problem med estimering av gassen. Vær så snill, prøv på nytt."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap-styring"
|
||||
@@ -1790,9 +1820,9 @@ msgstr "Uniswap på {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Ukjent kilde"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ukjent feil{0}. Prøv å øke glidetoleransen. Merk: gebyr ved overføring og rebase-tokens er inkompatibelt med Uniswap V3."
|
||||
msgstr "Ukjent feil{0}. Prøv å øke glattoleransen. Merk: gebyr ved overføring og rebase -tokens er inkompatibelt med Uniswap V3."
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: pl_PL\n"
|
||||
"Language-Team: Polish\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(edytować)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Usuń wysłanie"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Usuń odbiorcę"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Dozwolony poślizg"
|
||||
msgid "Amount"
|
||||
msgstr "Kwota"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Wystąpił błąd podczas próby wykonania tej wymiany. Może być konieczne zwiększenie tolerancji na poślizg. Jeśli to nie zadziała, może występować niezgodność z tokenem, którym handlujesz. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automatyczny router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Dostępne do wpłaty: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Powrót"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Potwierdź transakcję w portfelu"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Połącz portfel"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Edytować"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Porównanie wydajności"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Wpisz procent"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Wprowadź odbiorcę"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Wprowadź adres do uruchomienia UNI. Jeśli adres ma jakiekolwiek roszcz
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Wprowadź kwotę"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Zainstaluj Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Niewystarczająca płynność na tę transakcję."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Niewystarczające saldo {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Niewystarczające saldo {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Ustawienia interfejsu"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Nieprawidłowa para"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Nieprawidłowa para"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Nieprawidłowa para."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Nieprawidłowa cena wprowadzona"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Nieprawidłowa cena wprowadzona"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Wybrano nieprawidłowy zakres. Minimalna cena musi być niższa niż maksymalna cena."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Nieprawidłowy odbiorca"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Otrzymane minimum"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Brakujące zależności"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Więcej"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Nie znaleziono płynności V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Brak aktywnych pul"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Brak danych"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Bez opisu."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Usuń listę"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Usuwanie {0} {1} i {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Usuwanie {0} {1} i{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Wybierz sieć"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Wybierz token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Dostawa"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Zapewnianie {0} {1} i {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Dostarczanie {0} {1} i{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Zamień mimo to"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Zamień dokładnie <0/> na <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Zamiana nie powiodła się: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Zamiana {0} {1} na {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Dziękujemy za bycie częścią społeczności Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "%, który zarobisz na opłatach."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Niezmiennik Uniswap x * y = k nie został spełniony przez zamianę. Zwykle oznacza to, że jeden z wymienianych tokenów ma niestandardowe zachowanie podczas transferu."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Nie można przenieść tokena wejściowego. Być może wystąpił problem z tokenem wejściowym."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Nie można przenieść tokena wejściowego. Być może wystąpił proble
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Cena rynkowa znajduje się poza Twoim zakresem cenowym. Tylko depozyt pojedynczego aktywa."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Nie można przenieść tokenu wyjściowego. Może wystąpić problem z tokenem wyjściowym."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Nie można przenieść tokena wyjściowego. Może występować problem z tokenem wyjściowym. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Cena tej puli mieści się w wybranym przez Ciebie zasięgu. Twoja pozyc
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Współczynnik dodanych tokenów ustawi cenę tej puli."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Ten token nie pojawia się na aktywnych listach tokenów. Upewnij się,
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "To narzędzie będzie bezpiecznie migrować Twoją płynność {0} do V3. Proces jest całkowicie pozbawiony zaufania dzięki"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ta transakcja nie powiedzie się z powodu ruchu cen. Spróbuj zwiększyć swoją tolerancję na poślizg. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Ta transakcja nie powiedzie się ze względu na ruch cen lub opłatę za transfer. Spróbuj zwiększyć tolerancję na poślizg."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transakcja zakończona w"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Termin transakcji"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transakcja odrzucona."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Transfer tokena"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Niezgłoszony:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Nieokreślony"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Niespodziewany błąd. Nie udało się oszacować gazu do wymiany."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Nieoczekiwany problem z szacowaniem gazu. Proszę spróbuj ponownie."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Zarządzanie uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap na {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Nieznane źródło"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Nieznany błąd{0}. Spróbuj zwiększyć swoją tolerancję na poślizg. Uwaga: opłata za transfer i rebase tokeny są niezgodne z Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Máx)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(editar)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Remover o envio"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Remover destinatário"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Deslizamento permitido"
|
||||
msgid "Amount"
|
||||
msgstr "Valor"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ocorreu um erro ao tentar executar esta troca. Pode ser necessário aumentar sua tolerância ao deslizamento. Se isso não funcionar, pode haver uma incompatibilidade com o token que você está negociando. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Auto Router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponível para depósito: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Voltar"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Confirme a transação na carteira"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Conectar-se à carteira"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Editar"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Comparação de Eficiência"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Digite um percentual"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Digite um destinatário"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Digite um endereço para solicitar um resgate de UNI. Se o endereço tiv
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Digite um valor"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Instalar o Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Liquidez insuficiente para esta negociação."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Saldo insuficiente {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Saldo insuficiente {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Configurações de Interface"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Par inválido"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Par inválido"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Par inválido."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Preço lançado inválido"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Preço lançado inválido"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Faixa selecionada inválida. O preço mín deve ser inferior ao preço máx."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Destinatário inválido"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Mín:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Mínimo recebido"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Dependências ausentes"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mais"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Nenhuma liquidez V2 encontrada."
|
||||
msgid "No active pools"
|
||||
msgstr "Nenhum lote ativo"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Sem dados"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Sem descrição."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Remover lista"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Removendo {0} {1} e {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Removendo {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Selecione uma rede"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Selecione um token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Fornecimento"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Fornecendo {0} {1} e {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Fornecendo {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Converter assim mesmo"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Troque exatamente <0 /> por <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "A troca falhou: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Convertendo {0} {1} para {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Obrigado por fazer parte da comunidade Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "A% que você receberá em taxas."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "A invariante x*y=k do Uniswap não foi observada na conversão. Isto geralmente significa que um dos tokens que você está convertendo tem um comportamento de transferência personalizado."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "O token lançado não pode ser transferido. Pode haver um problema com o token lançado."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "O token lançado não pode ser transferido. Pode haver um problema com o
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "O preço de mercado está fora da faixa de preço especificada. Somente para depósito de um único ativo."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "O token resultante não pode ser transferido. Pode haver um problema com o token resultante."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "O token de saída não pode ser transferido. Pode haver um problema com o token de saída. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "O preço deste lote está dento da faixa selecionada. Sua posição atua
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "A proporção de tokens que você adicionar determina o preço deste lote."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Este token não figura na(s) lista(s) de tokens ativos. Certifique-se de
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Esta ferramenta fará a migração da sua liquidez {0} em segurança para V3. O processo não é inteiramente confiável, devido ao"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Esta transação não terá sucesso devido ao movimento do preço. Tente aumentar sua tolerância ao deslizamento. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Esta operação não será realizada, devido às alterações nos preços ou à taxa de transferência. Tente aumentar sua tolerância a discrepâncias."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transação concluída em"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Data-limite da operação"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transação rejeitada."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token de transferência"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Não resgatadas:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Indeterminado"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Erro inesperado. Não foi possível estimar o gás para a troca."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperado com a estimativa do gás. Por favor, tente novamente."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Governança do Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap em {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Fonte desconhecida"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Erro desconhecido{0}. Tente aumentar sua tolerância ao deslizamento. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: pt_PT\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Máximo)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(editar)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Remover o envio"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Remover destinatário"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Deslizamento permitido"
|
||||
msgid "Amount"
|
||||
msgstr "Quantia"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ocorreu um erro ao tentar executar esta troca. Pode ser necessário aumentar sua tolerância ao deslizamento. Se isso não funcionar, pode haver uma incompatibilidade com o token que você está negociando. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Auto Router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponível para depositar: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Anterior"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Confirme a transação na carteira"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Ligar Carteira"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Editar"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Comparação de Eficiência"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Insira uma percentagem"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Insira um destinatário"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Insira um endereço para acionar uma reivindicação UNI. Se o endereço
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Inserir um montante"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Instalar Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Liquidez insuficiente para esta troca."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Saldo {0} insuficiente"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Saldo {0} insuficiente"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Configurações de Interface"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Par inválido"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Par inválido"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Par inválido."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Entrada de preço inválida"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Entrada de preço inválida"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Intervalo selecionado inválido. O preço mínimo deve ser inferior ao preço máximo."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Destinatário inválido"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Mín:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Mínimo recebido"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Dependências ausentes"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mais"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Nenhuma liquidez V2 encontrada."
|
||||
msgid "No active pools"
|
||||
msgstr "Não existem pools ativas"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Sem dados"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Sem descrição."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Remover lista"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "A remover {0} {1} e {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Removendo {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Selecione uma rede"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Selecione um token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Fornecer"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "A fornecer {0} {1} e {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Fornecendo {0} {1} e{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Trocar mesmo assim"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Troque exatamente <0 /> por <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "A troca falhou: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "A Trocar {0} {1} por {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Obrigado por fazer parte da comunidade Uniswap <0 />"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "A% que você receberá em taxas."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "O invariante Uniswap x * y = k não foi satisfeito pela troca. Isso geralmente significa que um dos tokens que está a trocar incorpora um comportamento personalizado aquando da transferência."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "O token de entrada não pode ser transferido. Pode haver um problema com o token de entrada."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "O token de entrada não pode ser transferido. Pode haver um problema com
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "O preço de mercado está fora do seu intervalo de preços especificado. Apenas depósito de ativo único."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "O token de saída não pode ser transferido. Pode haver um problema com o token de saída."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "O token de saída não pode ser transferido. Pode haver um problema com o token de saída. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "O preço desta pool está dentro do seu intervalo selecionado. A sua pos
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "A proporção de tokens que adicionar irá definir o preço desta pool."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Este token não aparece na(s) lista(s) de tokens ativos. Certifique-se q
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Esta ferramenta migrará com segurança a sua liquidez {0} para V3. O processo é completamente autónomo graças à"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Esta transação não terá sucesso devido ao movimento do preço. Tente aumentar sua tolerância ao deslizamento. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Esta transação não terá sucesso devido ao movimento do preço ou à comissão sobre transferência. Tente aumentar a sua tolerância ao deslizamento."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transação concluída em"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Prazo de transação"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transação rejeitada."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Token de transferência"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Não Reivindicado:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Indeterminado"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Erro inesperado. Não foi possível estimar o gás para a troca."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problema inesperado com a estimativa do gás. Por favor, tente novamente."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Governança"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap em {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Fonte desconhecida"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Erro desconhecido{0}. Tente aumentar sua tolerância ao deslizamento. Nota: a taxa de transferência e tokens de rebase são incompatíveis com Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ro_RO\n"
|
||||
"Language-Team: Romanian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(editează)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Elimină trimiterile"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Eliminați destinatarul"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Glisare permisă"
|
||||
msgid "Amount"
|
||||
msgstr "Sumă"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "A apărut o eroare la încercarea de a executa acest swap. Este posibil să fie nevoie să vă măriți toleranța la alunecare. Dacă acest lucru nu funcționează, poate exista o incompatibilitate cu jetonul pe care îl tranzacționați. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Router auto"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Disponibil pentru depunere: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Înapoi"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Sold:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Confirmați tranzacția în portofel"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Conectează Portofelul"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Editați | ×"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Compararea eficienței"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Introdu un procent"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Introdu un destinatar"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Introdu o adresă pentru a declanșa o revendicare UNI. Dacă adresa are
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Introdu o sumă"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Instalează Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Lichiditate insuficientă pentru această tranzacție."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Sold {0} insuficient"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Sold {0} insuficient"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Setări Interfață"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Pereche nevalidă"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Pereche nevalidă"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Pereche nevalidă."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Introducere de preț nevalidă"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Introducere de preț nevalidă"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Interval invalid selectat. Prețul minim trebuie să fie mai mic decât prețul maxim."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Destinatar nevalid"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Min:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum primit"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Dependențe lipsă"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mai mult"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Nu s-a găsit nicio Lichiditate V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Nu există grupuri active"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Nu există date"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Fără descriere."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Elimină lista"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Se elimină {0} {1} și {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Se elimină {0} {1} și{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Selectați o rețea"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Selectează un grup/jeton"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Furnizare"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Se furnizează {0} {1} și {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Furnizarea {0} {1} și{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Schimbă Oricum"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Schimbați exact <0 /> cu <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Schimbarea a eșuat: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Se schimbă {0} {1} cu {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Îți mulțumim că faci parte din comunitatea Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Procentul pe care îl veți câștiga în taxe."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Invariantul Uniswap x*y=k nu a fost satisfăcut de schimbare. Acest lucru înseamnă, de obicei, că unul dintre jetoanele pe care le schimbi încorporează un comportament personalizat la transfer."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Jetonul de intrare nu poate fi transferat. Este posibil să existe o problemă cu jetonul de intrare."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Jetonul de intrare nu poate fi transferat. Este posibil să existe o pro
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Prețul de piață este în afara intervalului de preț specificat. Doar depozitul de active unice."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Jetonul de ieșire nu poate fi transferat. S-ar putea să existe o problemă cu simbolul de ieșire."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Jetonul de ieșire nu poate fi transferat. S-ar putea să existe o problemă cu simbolul de ieșire. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Prețul acestui pool se încadrează în intervalul selectat. Poziția d
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Raportul dintre jetoanele adăugate va stabili prețul acestui grup."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Acest jeton nu apare pe lista (listele) de jetoane active. Asigură-te c
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Acest instrument va migra în siguranță lichiditatea ta {0} în V3. Procesul este complet lipsit de încredere datorită"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Această tranzacție nu va reuși din cauza mișcării prețurilor. Încercați să vă măriți toleranța la alunecare. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Această tranzacție nu va reuși nici din cauza mișcării prețului, nici a comisioanelor la transfer. Încearcă să îți sporești toleranța la alunecare."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Tranzacție finalizată în"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Termen limită tranzacție"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Tranzacția respinsă."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Jeton de transfer"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Nererevendicat:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Nedeterminat"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Eroare neașteptată. Nu s-a putut estima gazul pentru swap."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Problemă neașteptată cu estimarea gazului. Vă rugăm să încercați din nou."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Guvernare Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap pe {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Sursă Necunoscută"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Eroare necunoscută{0}. Încercați să vă măriți toleranța la alunecare. Notă: taxa pentru jetoane de transfer și rebase sunt incompatibile cu Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-25 10:06\n"
|
||||
"PO-Revision-Date: 2021-10-17 01:29\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ru_RU\n"
|
||||
"Language-Team: Russian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Макс.)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(изменить)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Удалить отправку"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Удалить получателя"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -152,7 +156,7 @@ msgstr "Добавить"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Add <0/> and <1/> to Uniswap V2"
|
||||
msgstr "Добавить <0 /> и <1 /> в Uniswap V2"
|
||||
msgstr "Добавить <0/> и <1/> в Uniswap V2"
|
||||
|
||||
#: src/components/vote/DelegateModal.tsx
|
||||
msgid "Add Delegate +"
|
||||
@@ -223,7 +227,7 @@ msgstr "Допустимое проскальзывание"
|
||||
msgid "Amount"
|
||||
msgstr "Сумма"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Произошла ошибка при попытке произвести этот обмен. Возможно, нужно увеличить допустимое проскальзывание. Если это не сработает, возможно, имеет место несовместимость с токеном, которым вы торгуете. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3."
|
||||
|
||||
@@ -274,7 +278,7 @@ msgstr "Мост в Arbitrum"
|
||||
|
||||
#: src/components/DowntimeWarning/index.tsx
|
||||
msgid "Arbitrum is in Beta and may experience downtime. During downtime, your position will not earn fees and you will be unable to remove liquidity. <0>Read more.</0>"
|
||||
msgstr "Arbitrum находится на стадии бета-тестирования и может испытывать простои. Во время простоя ваша позиция не будет получать комиссию, и вы не сможете удалить ликвидность. <0> Читать дальше.</0>"
|
||||
msgstr "Arbitrum находится на стадии бета-тестирования, возможны перерывы в его работе. Во время перерыва ваша позиция не будет зарабатывать комиссии, и вы не сможете удалить ликвидность. <0>Читать дальше.</0>"
|
||||
|
||||
#: src/components/Settings/index.tsx
|
||||
msgid "Are you sure?"
|
||||
@@ -300,10 +304,6 @@ msgstr "Автомаршрутизатор"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Доступно для внесения: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Баланс:"
|
||||
@@ -361,7 +361,7 @@ msgstr "Графики"
|
||||
|
||||
#: src/components/Header/ChainConnectivityWarning.tsx
|
||||
msgid "Check network status"
|
||||
msgstr "Проверить статус сети"
|
||||
msgstr "Проверьте состояние сети"
|
||||
|
||||
#: src/pages/Pool/CTACards.tsx
|
||||
msgid "Check out our v3 LP walkthrough and migration guides."
|
||||
@@ -375,7 +375,7 @@ msgstr "Востребовать"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Claim <0/> for {0}"
|
||||
msgstr "Востребовать <0 /> за {0}"
|
||||
msgstr "Востребовать <0/> за {0}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/Menu/index.tsx
|
||||
@@ -391,7 +391,7 @@ msgstr "Claim UNI Token"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Claim UNI reward for {0}"
|
||||
msgstr "Востребовать награду UNI за {0}"
|
||||
msgstr "Востребовать награду в UNI за {0}"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Claim fees"
|
||||
@@ -465,7 +465,7 @@ msgstr "Получить комиссии"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Collect {0}/{1} fees"
|
||||
msgstr "Собирают {0}/{1} сборы"
|
||||
msgstr "Получить комиссии {0}/{1}"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Collected"
|
||||
@@ -521,12 +521,12 @@ msgstr "Подтвердите транзакцию в кошельке"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Подключить кошелёк"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Изменить"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Сравнение эффективности"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Введите процент"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Введите получателя"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Введите адрес, чтобы востребовать UNI. Ес
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Введите сумму"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Установить MetaMask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Недостаточно ликвидности для этой сделки."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Баланс {0} недостаточен"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Баланс {0} недостаточен"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Настройки интерфейса"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Неверная пара"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Неверная пара"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Неверная пара."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Цена указана неверно"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Цена указана неверно"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Выбран неверный диапазон. Минимальная цена должна быть меньше, чем максимальная цена."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Неверный получатель"
|
||||
|
||||
@@ -1010,7 +1011,7 @@ msgstr "Загрузка"
|
||||
#: src/components/SearchModal/Manage.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
msgid "Manage"
|
||||
msgstr "Управлять"
|
||||
msgstr "Управление"
|
||||
|
||||
#: src/components/PositionCard/index.tsx
|
||||
msgid "Manage Liquidity in Rewards Pool"
|
||||
@@ -1043,7 +1044,7 @@ msgstr "Макс.:"
|
||||
|
||||
#: src/components/swap/AdvancedSwapDetails.tsx
|
||||
msgid "Maximum sent"
|
||||
msgstr "Максимально к отправлению"
|
||||
msgstr "Максимум к продаже"
|
||||
|
||||
#: src/components/Menu/index.tsx
|
||||
msgid "Menu"
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Мин.:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Минимум к получению"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Отсутствуют зависимости"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Ещё"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Ликвидность в V2 не обнаружена."
|
||||
msgid "No active pools"
|
||||
msgstr "Нет активных пулов"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Нет данных"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Нет описания."
|
||||
@@ -1182,11 +1191,11 @@ msgstr "Шлюз в Optimism"
|
||||
|
||||
#: src/components/DowntimeWarning/index.tsx
|
||||
msgid "Optimistic Ethereum is in Beta and may experience downtime. Optimism expects planned downtime to upgrade the network in the near future. During downtime, your position will not earn fees and you will be unable to remove liquidity. <0>Read more.</0>"
|
||||
msgstr "Оптимистичный Ethereum находится на стадии бета-тестирования и может испытывать простои. В ближайшем будущем ожидается запланированный простой Optimism для обновления сети. Во время простоя ваша позиция не будет зарабатывать комиссии, и вы не сможете удалить ликвидность. <0>Читать дальше.</0>"
|
||||
msgstr "Оптимистичный Ethereum находится на стадии бета-тестирования, возможны перерывы в работе. В ближайшем будущем ожидается плановый перерыв в работе Optimism для обновления сети. Во время перерыва ваша позиция не будет зарабатывать комиссии, и вы не сможете удалить ликвидность. <0>Читать дальше.</0>"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Optimistic Etherscan"
|
||||
msgstr "Etherscan сети Optimism"
|
||||
msgstr "Etherscan для Optimism"
|
||||
|
||||
#: src/components/Badge/RangeBadge.tsx
|
||||
msgid "Out of range"
|
||||
@@ -1377,7 +1386,7 @@ msgstr "Удалить"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Remove <0/> and <1/>"
|
||||
msgstr "Удалить <0 /> и <1 />"
|
||||
msgstr "Удалить <0/> и <1/>"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Remove Amount"
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Удалить список"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Удаление {0} {1} и {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Удаление {0} {1} и{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Выберите сеть"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Выберите токен"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Внести"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Внесение {0} {1} и {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Внесение {0} {1} и{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1536,7 +1548,7 @@ msgstr "Обменять"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Swap <0/> for exactly <1/>"
|
||||
msgstr "Обменять <0 /> на ровно <1 />"
|
||||
msgstr "Обменять <0/> на ровно <1/>"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
@@ -1545,7 +1557,12 @@ msgstr "Всё равно обменять"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Обменять ровно <0 /> на <1 />"
|
||||
msgstr "Обменять ровно <0/> на <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Обмен не удался: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Спасибо, что присоединились к сообщест
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "%, который вы заработаете в виде комиссий."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Инвариант Uniswap x * y = k не соблюдается при обмене. Обычно это означает, что один из токенов, которые вы обмениваете, имеет особенности поведения при его передаче."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Невозможно перевести входящий токен. Возможно, имеется проблема с входящим токеном."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Невозможно перевести входящий токен. В
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Рыночная цена находится вне указанного вами диапазона. Вы можете внести только один актив."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Невозможно перевести токен к получению. Возможно, имеется проблема с токеном к получению."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Невозможно перевести токен к получению. Возможно, имеется проблема с токеном к получению. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Цена этого пула находится в пределах вы
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Соотношение добавляемых вами токенов установит цену этого пула."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "Транзакция не может быть отправлена, потому что срок её действия истек. Пожалуйста, убедитесь, что срок действия вашей транзакции не слишком короткий."
|
||||
|
||||
@@ -1613,7 +1630,7 @@ msgstr "Этот пул необходимо инициализировать в
|
||||
|
||||
#: src/components/swap/SwapRoute.tsx
|
||||
msgid "This route optimizes your price by considering split routes, multiple hops, and gas costs."
|
||||
msgstr "Этот маршрут оптимизирует для вас цену, оценивая возможность разделения маршрутов, сложные маршруты, а также стоимость газа."
|
||||
msgstr "Этот маршрут оптимизирует вашу конечную цену с учётом возможности разбивки маршрутов, использования сложных маршрутов, а также стоимости газа."
|
||||
|
||||
#: 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."
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Этот токен не входит в активные списки
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "При помощи этого инструмент вы можете безопасно перенести свою ликвидность {0} в V3. Процесс не требует доверия благодаря"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Эта транзакция не будет успешной из-за движения цены. Попробуйте увеличить допустимое проскальзывание. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Эта транзакция не будет успешной из-за движения цены или комиссии за перевод. Попробуйте увеличить допустимое проскальзывание."
|
||||
|
||||
@@ -1648,7 +1665,7 @@ msgstr "На токены (минимум)"
|
||||
|
||||
#: src/components/NetworkAlert/NetworkAlert.tsx
|
||||
msgid "To starting trading on {0}, first bridge your assets from L1 to L2. Please treat this as a beta release and learn about the risks before using {1}."
|
||||
msgstr "Чтобы начать торговлю на {0}, вам нужно перенести свои активы с L1 на L2 через мост. Пожалуйста, относитесь к этому как к бета-версии и узнайте о рисках, прежде чем использовать {1}."
|
||||
msgstr "Чтобы начать торговлю в {0}, вам нужно перенести свои активы с L1 на L2 через мост. Пожалуйста, относитесь к этому как к бета-версии и узнайте о рисках, прежде чем использовать {1}."
|
||||
|
||||
#: src/components/SearchModal/Manage.tsx
|
||||
msgid "Tokens"
|
||||
@@ -1656,7 +1673,7 @@ msgstr "Токены"
|
||||
|
||||
#: src/components/SearchModal/CurrencyList.tsx
|
||||
msgid "Tokens from inactive lists. Import specific tokens below or click Manage to activate more lists."
|
||||
msgstr "Токены из неактивных списков. Импортируйте нужные токены ниже, либо нажмите «Управлять», чтобы активировать другие списки."
|
||||
msgstr "Показаны токены из неактивных списков. Импортируйте нужные токены или нажмите «Управлять», чтобы активировать больше списков."
|
||||
|
||||
#: src/pages/Pool/CTACards.tsx
|
||||
msgid "Top pools"
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Транзакция завершена за"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Cрок действия транзакции"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Транзакция отклонена."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Перевести токен"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Невостребовано:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Не определено"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Неожиданная ошибка. Невозможно спрогнозировать газ для обмена."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Неожиданная проблема при прогнозировании газа. Пожалуйста, попробуйте еще раз."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Управление Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap в {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Неизвестный источник"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Неизвестная ошибка{0}. Попробуйте увеличить допустимое проскальзывание. Обратите внимание: токены с комиссией за перевод или изменяемой базой несовместимы с Uniswap V3."
|
||||
|
||||
@@ -1827,7 +1857,7 @@ msgstr "Развернуть"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Unwrap <0/> to ETH"
|
||||
msgstr "Развернуть <0 /> в ETH"
|
||||
msgstr "Развернуть <0/> в ETH"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Update Delegation"
|
||||
@@ -1839,7 +1869,7 @@ msgstr "Обновить список"
|
||||
|
||||
#: src/components/Settings/index.tsx
|
||||
msgid "Use the Uniswap Labs API to get better pricing through a more efficient route."
|
||||
msgstr "Использовать API Uniswap Labs, чтобы получить более выгодную цену за счет более эффективного маршрута."
|
||||
msgstr "Использовать API от Uniswap Labs, чтобы получить более выгодную цену за счет более эффективного маршрута."
|
||||
|
||||
#: src/components/claim/ClaimModal.tsx
|
||||
msgid "User"
|
||||
@@ -1936,7 +1966,7 @@ msgstr "Проголосовать за предложение {proposalKey}"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote for proposal {proposalKey} with reason \"{0}\""
|
||||
msgstr "Проголосуйте за предложение {proposalKey} по причине \"{0}\""
|
||||
msgstr "Проголосовать за предложение {proposalKey} по причине \"{0}\""
|
||||
|
||||
#: src/components/vote/VoteModal.tsx
|
||||
#: src/components/vote/VoteModal.tsx
|
||||
@@ -1945,11 +1975,11 @@ msgstr "Воздержаться при голосовании по предло
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote to abstain on proposal {proposalKey}"
|
||||
msgstr "Воздержаться при голосовании по предложению {proposalKey}"
|
||||
msgstr "Воздержаться от голосования по предложению {proposalKey}"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Vote to abstain on proposal {proposalKey} with reason \"{0}\""
|
||||
msgstr "Проголосовать за воздержание по предложению {proposalKey} по причине \"{0}\""
|
||||
msgstr "Воздержаться от голосования по предложению {proposalKey} по причине \"{0}\""
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
msgid "Voting ended {0}"
|
||||
|
||||
2398
src/locales/sl-SI.po
Normal file
2398
src/locales/sl-SI.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sr_SP\n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$ -"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Макс)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(уреди)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Уклони слање"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Уклоните примаоца"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Дозвољено клизање"
|
||||
msgid "Amount"
|
||||
msgstr "Износ"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Дошло је до грешке приликом покушаја извршења ове замене. Можда ћете морати повећати толеранцију клизања. Ако то не успе, можда постоји некомпатибилност са токеном којим тргујете. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Ауто Роутер"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Доступно за депозит: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Стање:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Потврдите трансакцију у новчанику"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Повежите новчаник"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Уредити"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Поређење ефикасности"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Унесите проценат"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Унесите примаоца"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Унесите адресу да бисте покренули преу
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Унесите износ"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Инсталирајте Метамаск"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Недовољна ликвидност за ову трговину."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Недовољно {0} на стању"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Недовољно {0} на стању"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Подешавања интерфејса"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Неважећи пар"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Неважећи пар"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Неважећи пар."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Неважећи унос цене"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Неважећи унос цене"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Изабран је неважећи опсег. Минимална цена мора бити нижа од максималне."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Неважећи прималац"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Мин:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Минимално примљено"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Недостају зависности"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Више"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Није пронађена ликвидност V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Нема активних фондова"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Нема података"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Нема описа."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Уклони листу"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Уклањање {0} {1} и {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Уклањање {0} {1} и{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Изаберите мрежу"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Изаберите жетон"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Снабдевање"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Снабдевање {0} {1} и {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Снабдевање {0} {1} и{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Замени свеједно"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Замените тачно <0/> за <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Замена није успела: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Замена {0} {1} за {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Хвала вам што сте део заједнице Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% Који ћете зарадити на накнадама."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap непроменљива x*y=k није испоштована разменом. То обично значи да један од токена које замењујете укључује прилагођено понашање приликом преноса."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Токен за унос није могуће пренети. Можда постоји проблем са улазним токеном."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Токен за унос није могуће пренети. Можд
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Тржишна цена је изван наведеног распона цена. Само депозит за једно средство."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Излазни токен се не може пренети. Можда постоји проблем са излазним токеном."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Излазни токен се не може пренети. Можда постоји проблем са излазним токеном. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Цена овог фонда је у вашем одабраном оп
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Однос жетона које додате ће одредити цену овог фонда."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "Трансакција није могла бити послата јер је рок истекао. Молимо вас да проверите да ваш рок за трансакцију није пренизак."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Овај токен се не појављује на листи акт
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Овај алат ће безбедно пребацити вашу {0} ликвидност на V3. Процес је потпуно неповерљив захваљујући"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ова трансакција неће успети због кретања цена. Покушајте да повећате толеранцију на клизање. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Ова трансакција неће успети или због кретања цена или због накнаде за пренос. Покушајте да повећате клизну толеранцију."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Трансакција је завршена у"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Крајњи рок за трансакцију"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Трансакција је одбијена."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Токен за пренос"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Непотраживано:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Неодређено"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Неочекивана грешка. Није могуће проценити гас за замену."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Неочекивани проблем са проценом гаса. Молим вас, покушајте поново."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap управљање"
|
||||
@@ -1790,9 +1820,9 @@ msgstr "Унисвап на {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Непознат извор"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Непозната грешка{0}. Покушајте да повећате толеранцију на клизање. Напомена: накнада за токене за пренос и пребазу није компатибилна са Унисвап В3."
|
||||
msgstr "Непозната грешка{0}. Покушајте повећати толеранцију клизања. Напомена: накнада за токене за пренос и поновну надоградњу није компатибилна са Унисвап В3."
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sv_SE\n"
|
||||
"Language-Team: Swedish\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Max)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(redigera)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Ta bort sändning"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Ta bort mottagaren"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Tillåten glidning"
|
||||
msgid "Amount"
|
||||
msgstr "Belopp"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ett fel uppstod när det här försöket skulle genomföras. Du kan behöva öka din glidningstolerans. Om det inte fungerar kan det finnas en inkompatibilitet med det token du handlar. Obs: avgift för överföring och rebase-tokens är oförenliga med Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Automatisk router"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Tillgänglig för insättning: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Tillbaka"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Saldo:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Bekräfta transaktionen i plånboken"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Anslut plånbok"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Redigera"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Effektivitetsjämförelse"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Ange en procentandel"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Ange en mottagare"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Ange en adress för att utlösa ett UNI-krav. Om adressen har några UNI
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Ange ett belopp"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Installera Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Otillräcklig likviditet för denna handel."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Otillräckligt {0} saldo"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Otillräckligt {0} saldo"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Gränssnittsinställningar"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Ogiltigt par"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Ogiltigt par"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Ogiltigt par."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ogiltig prisinmatning"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ogiltig prisinmatning"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Ogiltigt intervall valt. Minimipriset måste vara lägre än maxpriset."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Ogiltig mottagare"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Minimum:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum mottaget"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Beroenden saknas"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Mer"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Ingen V2-likviditet hittades."
|
||||
msgid "No active pools"
|
||||
msgstr "Inga aktiva pooler"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Inga data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Ingen beskrivning."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Ta bort lista"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Tar bort {0} {1} och {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Ta bort {0} {1} och{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Välj ett nätverk"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Välj en token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Tillgång"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Levererar {0} {1} och {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Levererar {0} {1} och{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Byt ändå"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Byt exakt <0/> för <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Byte misslyckades: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Byter ut {0} {1} mot {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Tack för att du deltar i Uniswap-gemenskapen<0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Den procent du tjänar i avgifter."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap-invarianten x * y = k var inte nöjd med bytet. Detta innebär vanligtvis att ett av de token du byter innehåller anpassat beteende vid överföring."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Inmatningstoken kan inte överföras. Det kan finnas ett problem med inmatningtoken."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Inmatningstoken kan inte överföras. Det kan finnas ett problem med inm
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Marknadspriset ligger utanför ditt angivna prisintervall. Endast insättning för enstaka tillgång."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Utmatningstoken kan inte överföras. Det kan finnas ett problem med utmatningtoken."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Utmatningstoken kan inte överföras. Det kan finnas ett problem med utmatningtoken. Obs att avgifter för överföring och rebase-tokens är oförenliga med Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Priset för denna pool ligger inom ditt valda intervall. För närvarand
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Förhållandet mellan tokens du lägger till kommer att bestämma priset på denna pool."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Den här token visas inte i den eller de aktiva tokenlistorna. Se till a
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Detta verktyg migrerar säkert din {0} likviditet till V3. Processen är helt pålitlig tack vare"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Denna transaktion kommer inte att lyckas på grund av prisrörelser. Försök öka din toleransmarginal. Obs att avgifter vid överföring och rebase-tokens är oförenliga med Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Denna transaktion kommer inte att lyckas antingen på grund av prisrörelser eller avgift vid överföring. Försök att öka din toleransmarginal."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Transaktionen slutfördes"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Tidsfrist för transaktion"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Transaktionen avvisades."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Överför Token"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Ej krävda:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Obestämd"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Oväntat fel. Det gick inte att uppskatta gasen för bytet."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Oväntat problem med att uppskatta gasen. Var god försök igen."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap-styrning"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap på {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Okänd källa"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Okänt fel{0}. Försök öka din toleransmarginal. Obs att avgifter vid överföring och rebase-tokens är oförenliga med Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-26 16:06\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: sw_TZ\n"
|
||||
"Language-Team: Swahili, Tanzania\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$ -"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Sote)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(rekebisha)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Ondoa kutuma"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Ondoa mpokeaji"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Kuruhusiwa Slippage"
|
||||
msgid "Amount"
|
||||
msgstr "Kiasi"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Hitilafu ilitokea wakati wa kujaribu kutekeleza ubadilishaji huu. Unaweza kuhitaji kuongeza uvumilivu wako wa kuteleza. Ikiwa hiyo haifanyi kazi, kunaweza kuwa na kutokubaliana na ishara unayofanya biashara. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3."
|
||||
|
||||
@@ -298,11 +302,7 @@ msgstr "Njia ya Kiotomatiki"
|
||||
|
||||
#: src/components/earn/StakingModal.tsx
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Inapatikana kwa amana: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Nyuma"
|
||||
msgstr "Inapatikana kwa kutuma: {0}"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
@@ -315,21 +315,21 @@ msgstr "Kiasi: {0} {1}"
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "Best for exotic pairs."
|
||||
msgstr "Bora kwa jozi za kigeni."
|
||||
msgstr "Bora kwa pair maalum."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "Best for most pairs."
|
||||
msgstr "Bora kwa jozi nyingi."
|
||||
msgstr "Bora kwa pair nyingi."
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "Best for stable pairs."
|
||||
msgstr "Bora kwa jozi thabiti."
|
||||
msgstr "Bora kwa pair thabiti."
|
||||
|
||||
#: src/components/Blocklist/index.tsx
|
||||
msgid "Blocked address"
|
||||
msgstr "Anwani iliyozuiwa"
|
||||
msgstr "Anwani iliyozuiliwa"
|
||||
|
||||
#: src/components/Header/NetworkSelector.tsx
|
||||
msgid "Bridge"
|
||||
@@ -395,7 +395,7 @@ msgstr "Dai malipo ya UNI kwa {0}"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Claim fees"
|
||||
msgstr "Ada ya madai"
|
||||
msgstr "Chukua makato"
|
||||
|
||||
#: src/components/Popups/ClaimPopup.tsx
|
||||
msgid "Claim your UNI tokens"
|
||||
@@ -421,7 +421,7 @@ msgstr "Inachukuliwa"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
msgid "Claiming UNI"
|
||||
msgstr "Kudai UNI"
|
||||
msgstr "Inachukuliwa UNI"
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
@@ -521,12 +521,12 @@ msgstr "Thibitisha shughuli kwenye mkoba"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Unganisha Mkoba"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Hariri"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Ufanisi Kulinganisha"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Ingiza asilimia"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Ingiza mpokeaji"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Ingiza anwani ili kuchochea dai la UNI. Ikiwa anwani ina UNI yoyote inay
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Ingiza kiasi"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Sakinisha Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Ukosefu wa kutosha wa biashara hii."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Usawa wa kutosha {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Usawa wa kutosha {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Mipangilio ya Kiolesura"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Jozi batili"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Jozi batili"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Jozi batili."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Ingizo batili la bei"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Ingizo batili la bei"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Masafa batili yamechaguliwa. Bei ya min lazima iwe chini kuliko bei ya juu."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Mpokeaji si sahihi"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Dak:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Kiwango cha chini kimepokelewa"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Kukosa utegemezi"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Zaidi"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Hakuna V2 Liquidity iliyopatikana."
|
||||
msgid "No active pools"
|
||||
msgstr "Hakuna mabwawa ya kazi"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Hakuna data"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Hakuna maelezo."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Ondoa orodha"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Kuondoa {0} {1} na {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Kuondoa {0} {1} na{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Chagua mtandao"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Chagua ishara"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Ugavi"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Kusambaza {0} {1} na {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Kusambaza {0} {1} na{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Badili Vyovyote vile"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Badilisha kabisa <0 /> kwa <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Kubadilisha kumeshindwa: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Kubadilisha {0} {1} kwa {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Asante kwa kuwa sehemu ya jamii ya Uniswap <0 />"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% Utakayopata katika ada."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Kiasi kisichobadilika x * y = k hakiridhika na ubadilishaji. Hii kawaida inamaanisha moja ya ishara unazobadilisha zinajumuisha tabia ya kawaida kwenye uhamishaji."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Ishara ya kuingiza haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara ya kuingiza."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Ishara ya kuingiza haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Bei ya soko iko nje ya kiwango chako cha bei maalum. Amana ya mali moja tu."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Ishara ya pato haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara ya pato."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ishara ya pato haiwezi kuhamishwa. Kunaweza kuwa na shida na ishara ya pato. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Bei ya dimbwi hili iko katika anuwai uliyochagua. Msimamo wako kwa sasa
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Uwiano wa ishara unazoongeza zitaweka bei ya dimbwi hili."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "Shughuli haikuweza kutumwa kwa sababu tarehe ya mwisho imepita. Tafadhali angalia kuwa tarehe ya mwisho ya ununuzi sio chini sana."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Ishara hii haionekani kwenye orodha (s) zinazotumika. Hakikisha hii ndio
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Chombo hiki kitahamisha {0} kwa V3. Mchakato huo hauna shukrani kabisa kwa"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Uuzaji huu hautafaulu kwa sababu ya harakati za bei. Jaribu kuongeza uvumilivu wako wa kuteleza. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Ununuzi huu hautafanikiwa ama kwa sababu ya kusonga kwa bei au ada kwenye uhamishaji. Jaribu kuongeza uvumilivu wako wa kuteleza."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Ununuzi umekamilika katika"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Mwisho wa shughuli"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Ununuzi umekataliwa."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Hati ya Kuhamisha"
|
||||
@@ -1752,16 +1774,24 @@ msgstr "Aujachukua UNI"
|
||||
|
||||
#: src/pages/Pool/PositionPage.tsx
|
||||
msgid "Unclaimed fees"
|
||||
msgstr "Ada ambazo hazijadaiwa"
|
||||
msgstr "Makato ambayo ayajachukuliwa"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Unclaimed:"
|
||||
msgstr "Haikutajwa:"
|
||||
msgstr "Ayajachukuliwa:"
|
||||
|
||||
#: src/pages/Vote/styled.tsx
|
||||
msgid "Undetermined"
|
||||
msgstr "Haijakadiriwa"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Hitilafu isiyotarajiwa. Haikuweza kukadiria gesi kwa ubadilishaji."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Suala lisilotarajiwa na kukadiria gesi. Tafadhali jaribu tena."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Utawala usiobadilika"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Haibadiliki kwenye {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Chanzo kisichojulikana"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Hitilafu isiyojulikana{0}. Jaribu kuongeza uvumilivu wako wa kuteleza. Kumbuka: ada ya uhamishaji na toa rehani haziendani na Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: th_TH\n"
|
||||
"Language-Team: Thai\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(สูงสุด)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(แก้ไข)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- ลบส่ง"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- ลบผู้รับ"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "อนุญาตการเลื่อนหลุด"
|
||||
msgid "Amount"
|
||||
msgstr "จำนวน"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "เกิดข้อผิดพลาดขณะพยายามดำเนินการสลับนี้ คุณอาจต้องเพิ่มความทนทานต่อการเลื่อนหลุด หากไม่ได้ผล อาจมีความไม่เข้ากันกับโทเค็นที่คุณกำลังซื้อขาย หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3"
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "เราเตอร์อัตโนมัติ"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "สามารถฝากได้: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "กลับ"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "สมดุล:"
|
||||
@@ -521,12 +521,12 @@ msgstr "ยืนยันการทำธุรกรรมในกระเ
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "เชื่อมต่อกระเป๋าเงิน"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "แก้ไข"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "การเปรียบเทียบประสิทธิภาพ"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "ป้อนเปอร์เซ็นต์"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "ใส่ผู้รับ"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "ป้อนที่อยู่เพื่อเรียกใช้
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "ใส่จำนวนเงิน"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "ติดตั้ง Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "สภาพคล่องไม่เพียงพอสำหรับการค้านี้"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "ไม่เพียงพอ {0} ยอดคงเหลือ"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "ไม่เพียงพอ {0} ยอดคงเหลือ"
|
||||
msgid "Interface Settings"
|
||||
msgstr "การตั้งค่าอินเทอร์เฟซ"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "คู่ไม่ถูกต้อง"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "คู่ไม่ถูกต้อง"
|
||||
msgid "Invalid pair."
|
||||
msgstr "คู่ที่ไม่ถูกต้อง"
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "ใส่ราคาไม่ถูกต้อง"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "ใส่ราคาไม่ถูกต้อง"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "เลือกช่วงที่ไม่ถูกต้อง ราคาขั้นต่ำต้องต่ำกว่าราคาสูงสุด"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "ผู้รับไม่ถูกต้อง"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "นาที:"
|
||||
msgid "Minimum received"
|
||||
msgstr "รับขั้นต่ำ"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "ไม่มีการพึ่งพา"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "มากกว่า"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "ไม่พบสภาพคล่อง V2"
|
||||
msgid "No active pools"
|
||||
msgstr "ไม่มีสระว่ายน้ำที่ใช้งาน"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "ไม่มีข้อมูล"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "ไม่มีคำอธิบาย."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "ลบรายการ"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "กำลังลบ {0} {1} และ {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "กำลังลบ {0} {1} และ{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "เลือกเครือข่าย"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "เลือกโทเค็น"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "จัดหา"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "จัดหา {0} {1} และ {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "จัดหา {0} {1} และ{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "สลับกัน"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "สลับเฉพาะ <0/> เป็น <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "สลับล้มเหลว: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "สลับ {0} {1} เป็น {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "ขอบคุณที่เป็นส่วนหนึ่งขอ
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% ที่คุณจะได้รับเป็นค่าธรรมเนียม"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "ค่าคงที่ Uniswap x*y=k ไม่พอใจโดยการแลกเปลี่ยน ซึ่งมักจะหมายถึงหนึ่งในโทเค็นที่คุณกำลังแลกเปลี่ยนรวมลักษณะการทำงานที่กำหนดเองในการโอน"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "ไม่สามารถโอนโทเค็นอินพุตได้ อาจมีปัญหากับโทเค็นอินพุต"
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "ไม่สามารถโอนโทเค็นอินพุต
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "ราคาตลาดอยู่นอกช่วงราคาที่คุณกำหนด เงินฝากสินทรัพย์เดียวเท่านั้น"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "ไม่สามารถโอนโทเค็นเอาต์พุตได้ อาจมีปัญหากับโทเค็นเอาต์พุต"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "ไม่สามารถโอนโทเค็นเอาต์พุตได้ อาจมีปัญหากับโทเค็นเอาต์พุต หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3"
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "ราคาของพูลนี้อยู่ในช่วงท
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "อัตราส่วนของโทเค็นที่คุณเพิ่มจะกำหนดราคาของพูลนี้"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "ไม่สามารถส่งธุรกรรมได้เนื่องจากเลยกำหนดส่งแล้ว โปรดตรวจสอบว่ากำหนดเวลาในการทำธุรกรรมของคุณไม่ต่ำเกินไป"
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "โทเค็นนี้ไม่ปรากฏในรายกา
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "เครื่องมือนี้จะย้าย {0} ของคุณไปยัง V3 อย่างปลอดภัย กระบวนการนี้ไม่น่าเชื่อถืออย่างสมบูรณ์ต้องขอบคุณ"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "ธุรกรรมนี้จะไม่สำเร็จเนื่องจากการเคลื่อนไหวของราคา ลองเพิ่มความทนทานต่อการเลื่อนหลุด หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "ธุรกรรมนี้จะไม่สำเร็จเนื่องจากการเคลื่อนไหวของราคาหรือค่าธรรมเนียมในการโอน ลองเพิ่มความทนทานต่อการเลื่อนหลุด"
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "ธุรกรรมเสร็จสมบูรณ์ใน"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "กำหนดเวลาการทำธุรกรรม"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "ธุรกรรมถูกปฏิเสธ"
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "โทเค็นการโอน"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "ไม่มีการอ้างสิทธิ์:"
|
||||
msgid "Undetermined"
|
||||
msgstr "ไม่แน่นอน"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "ข้อผิดพลาดที่ไม่คาดคิด ไม่สามารถประมาณค่าก๊าซสำหรับการแลกเปลี่ยนได้"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "ปัญหาที่ไม่คาดคิดกับการประมาณค่าก๊าซ กรุณาลองอีกครั้ง."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "การกำกับดูแล Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Uniswap บน {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "ไม่ทราบแหล่งที่มา"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "ข้อผิดพลาดที่ไม่รู้จัก{0}ลองเพิ่มความทนทานต่อการเลื่อนหลุด หมายเหตุ: ค่าธรรมเนียมการโอนและโทเค็นการรีเบสเข้ากันไม่ได้กับ Uniswap V3"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-22 19:04\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: tr_TR\n"
|
||||
"Language-Team: Turkish\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Maks.)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(düzenle)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Göndermeyi kaldır"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Alıcıyı kaldır"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "İzin Verilen Kayma"
|
||||
msgid "Amount"
|
||||
msgstr "Miktar"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Bu takas yürütülmeye çalışılırken bir hata oluştu. Kayma toleransınızı artırmanız gerekebilir. Bu işe yaramazsa, işlem yaptığınız token ile uyumsuzluk olabilir. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Otomatik Yönlendirici"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Para yatırmaya uygun: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Geri"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Bakiye:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Cüzdandaki işlemi onaylayın"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Cüzdanı Bağlayın"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Düzenle"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Verimlilik Karşılaştırması"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Yüzde girin"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Bir alıcı girin"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Bir UNI talebini tetiklemek için bir adres girin. Adreste talep edilebi
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Bir tutar girin"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Metamask'ı yükleyin"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Bu işlem için yetersiz likidite."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Yetersiz {0} bakiye"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Yetersiz {0} bakiye"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Arayüz Ayarları"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Geçersiz çift"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Geçersiz çift"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Geçersiz çift."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Geçersiz fiyat girişi"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Geçersiz fiyat girişi"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Geçersiz aralık seçildi. Minimum fiyat, maksimum fiyattan düşük olmalıdır."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Geçersiz alıcı"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Minimum:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Minimum alınan"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Eksik bağımlılıklar"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Daha fazla"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "V2 Likiditesi bulunamadı."
|
||||
msgid "No active pools"
|
||||
msgstr "Aktif havuz yok"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Veri yok"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Açıklama yok."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Listeyi kaldır"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} ve {2} {3} kaldırılıyor"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "{0} {1} ve{2} {3}kaldırma"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Bir ağ seçin"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Bir jeton seçin"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Kaynak"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "{0} {1} ve {2} {3} temini"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Tedarik {0} {1} ve{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Yine de Swap"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Tam olarak <0/> ile <1/> arasında geçiş yapın"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Değiştirilemedi: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "{2} {3} yerine {0} {1} swap ediliyor"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Uniswap topluluğunun bir parçası olduğunuz için teşekkürler <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "Ücretlerde kazanacağınız yüzde."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Uniswap değişmez değeri x*y=k, swap ile sağlanmadı. Bu genellikle, swap ettiğiniz jetonlardan birinin aktarım sırasında özel davranış içerdiği anlamına gelir."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Giriş jetonu aktarılamaz. Giriş jetonuyla ilgili bir sorun olabilir."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Giriş jetonu aktarılamaz. Giriş jetonuyla ilgili bir sorun olabilir."
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Piyasa fiyatı, belirttiğiniz fiyat aralığının dışında. Yalnızca tek varlıklı para yatırma yapılabilir."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Çıkış jetonu aktarılamaz. Çıkış jetonuyla ilgili bir sorun olabilir."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Çıkış jetonu aktarılamaz. Çıkış belirteciyle ilgili bir sorun olabilir. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Bu havuzun fiyatı seçtiğiniz aralık dahilinde. Pozisyonunuz şu anda
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Eklediğiniz jeton oranı, bu havuzun fiyatını belirleyecektir."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Bu jeton, aktif jeton listelerinde görünmüyor. Bunun takas etmek iste
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Bu araç, {0} likiditenizi güvenli bir şekilde V3'e geçirecektir. Bu süreç şunun sayesinde sayesinde tamamen güvensizdir:"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Bu işlem, fiyat hareketi nedeniyle başarılı olamayacak. Kayma toleransınızı artırmayı deneyin. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Bu işlem, ya fiyat hareketinden dolayı ya da transfer ücretinden dolayı başarılı olmayacak. Kayma toleransınızı artırmayı deneyin."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "İşlem tamamlandı"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "İşlem son tarihi"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "İşlem reddedildi."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Transfer Jetonu"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Talep edilmeyen:"
|
||||
msgid "Undetermined"
|
||||
msgstr "belirsiz"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Beklenmeyen hata. Takas için gaz tahmin edilemedi."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Gaz tahmininde beklenmeyen bir sorun. Lütfen tekrar deneyin."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap Yönetimi"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Üzerinde Uniswap {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Bilinmeyen Kaynak"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Bilinmeyen hata{0}. Kayma toleransınızı artırmayı deneyin. Not: Transfer ve rebase jetonlarındaki ücret, Uniswap V3 ile uyumlu değildir."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: uk_UA\n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Максимум)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(редагувати)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Видалити відправку"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Вилучити одержувача"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Дозволено прослизання"
|
||||
msgid "Amount"
|
||||
msgstr "Сума"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Під час спроби виконати цей обмін сталася помилка. Можливо, вам доведеться збільшити толерантність до ковзання. Якщо це не спрацює, можливо, існує несумісність з токеном, яким ви торгуєте. Примітка: плата за перенесення та перебазування токенів несумісні з Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Авто маршрутизатор"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Доступно для депозиту: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Баланс:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Підтвердіть транзакцію в гаманці"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Підключити Гаманець"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Редагувати"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "Порівняння ефективності"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Введіть відсоток"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Введіть одержувача"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Введіть адресу для ініціювання збору UNI
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Введіть суму"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Встановити Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Недостатня ліквідність для цієї угоди."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Недостатній баланс {0}"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Недостатній баланс {0}"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Налаштування інтерфейсу"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Недійсна пара"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Недійсна пара"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Недійсна пара."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Недійсне введення ціни"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Недійсне введення ціни"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Вибрано недійсний діапазон. Мінімальна ціна має бути нижчою за максимальну."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Недійсний одержувач"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Мінімум:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Мінімум отриманих"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Відсутня залежність"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Більше"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "Не знайдено ліквідності V2."
|
||||
msgid "No active pools"
|
||||
msgstr "Немає активних пулів"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Немає даних"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Без опису."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Видалити список"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Видалення {0} {1} та {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Видалення {0} {1} і{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Виберіть мережу"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Вибрати токен"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Пропозиція"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Постачання {0} {1} та {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "Постачання {0} {1} і{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Обміняти в будь-якому випадку"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Поміняти <0/> на <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Помилка підкачки: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Обмін {0} {1} на {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Дякуємо за участь у спільноті Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "%, Який ви заробите на гонорарах."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Інваріант Uniswap x * y = k не був задоволений в обміні. Зазвичай це означає, що один із токенів, який ви міняєте, включає спеціальну поведінку при передачі."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Вхідний токен неможливо передати. Можливо, виникла проблема з вхідним токеном."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Вхідний токен неможливо передати. Можл
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Ринкова ціна виходить за межі вказаного діапазону цін. Можливі лише внески з одним активом."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Вихідний токен неможливо передати. Можливо, виникла проблема з вихідним токеном."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Вихідний токен результату неможливо передати. Можливо, виникла проблема з вихідним токеном результату. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Ціна цього пулу перебуває в межах вибра
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Співвідношення доданих токенів встановить ціну цього пулу."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "Не вдалося надіслати транзакцію, оскільки термін минув. Упевніться в тому, що термін транзакції не занадто короткий."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Цей токен не відображається в списку (-а
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Цей інструмент безпечно перенесе вашу ліквідність {0} до V3. Цей процес абсолютно не вимагає надійності завдяки"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Ця операція не буде успішною через рух ціни. Спробуйте збільшити свою толерантність до проковзування. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Ця транзакція не буде успішною ані через рух ціни, ані через комісію за переказ. Спробуйте збільшити свою толерантність до проковзування."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Транзакція завершена в"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Кінцевий термін транзакції"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Транзакцію відхилено."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Токен передачі"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Незатребуване:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Невизначено"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Неочікувана помилка. Не вдалося оцінити газ для обміну."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Неочікувана проблема з оцінкою газу. Будь ласка спробуйте ще раз."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Управління Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Відмінити на {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Невідоме джерело"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Невідома помилка{0}. Спробуйте збільшити свою толерантність до проковзування. Зауважте: комісія за перенесення й перебазування токенів несумісна з Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-21 22:05\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: vi_VN\n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(Tối đa)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(chỉnh sửa)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- Xóa gửi"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- Xóa người nhận"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "Độ trượt được phép"
|
||||
msgid "Amount"
|
||||
msgstr "Số tiền"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Đã xảy ra lỗi khi cố gắng thực hiện hoán đổi này. Bạn có thể cần phải tăng khả năng chịu trượt của mình. Nếu điều đó không hiệu quả, có thể có sự không tương thích với mã thông báo bạn đang giao dịch. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3."
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "Bộ định tuyến tự động"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "Có sẵn để đặt cọc: {0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "Trở lại"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "Thăng bằng:"
|
||||
@@ -521,12 +521,12 @@ msgstr "Xác nhận giao dịch trong ví"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "Kết nối ví"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "Biên tập"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "So sánh hiệu quả"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "Nhập một phần trăm"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "Nhập người nhận"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "Nhập địa chỉ để kích hoạt khiếu nại UNI. Nếu địa c
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "Nhập số tiền"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "Cài đặt Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "Không đủ thanh khoản cho giao dịch này."
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "Số dư {0} không đủ"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "Số dư {0} không đủ"
|
||||
msgid "Interface Settings"
|
||||
msgstr "Cài đặt giao diện"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "Cặp không hợp lệ"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "Cặp không hợp lệ"
|
||||
msgid "Invalid pair."
|
||||
msgstr "Cặp không hợp lệ."
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "Giá đầu vào không hợp lệ"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "Giá đầu vào không hợp lệ"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "Đã chọn dải ô không hợp lệ. Giá tối thiểu phải thấp hơn giá tối đa."
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "Người nhận không hợp lệ"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "Tối thiểu:"
|
||||
msgid "Minimum received"
|
||||
msgstr "Số tiền nhận được tối thiểu"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "Thiếu phụ thuộc"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "Thêm nữa"
|
||||
@@ -1120,6 +1125,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/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "Không có dữ liệu"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "Không có mô tả."
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "Xóa danh sách"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "Loại bỏ {0} {1} và {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "Loại bỏ {0} {1} và{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "Chọn một mạng"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "Chọn một mã token"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "Cung cấp"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "Cung cấp {0} {1} và {2} {3}"
|
||||
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
|
||||
@@ -1547,6 +1559,11 @@ msgstr "Vẫn hoán đổi"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "Hoán đổi chính xác <0 /> lấy <1 />"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "Hoán đổi không thành công: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "Đổi {0} {1} lấy {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "Cảm ơn bạn đã tham gia cộng đồng Uniswap <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "% Bạn sẽ kiếm được từ phí."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "Bất biến Uniswap x * y = k không được thỏa mãn bởi hoán đổi. Điều này thường có nghĩa là một trong những mã token bạn đang hoán đổi kết hợp hành vi tùy chỉnh khi chuyển."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "Không thể chuyển mã token đầu vào. Có thể có sự cố với mã token đầu vào."
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "Không thể chuyển mã token đầu vào. Có thể có sự cố v
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "Giá thị trường nằm ngoài phạm vi giá đã chỉ định của bạn. Chỉ gửi một tài sản duy nhất."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "Không thể chuyển mã token đầu ra. Có thể có sự cố với mã token đầu ra."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Không thể chuyển mã thông báo đầu ra. Có thể có sự cố với mã thông báo đầu ra. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3."
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "Giá của pool này nằm trong phạm vi bạn đã chọn. Vị trí
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "Tỷ lệ mã token bạn thêm vào sẽ thiết lập giá của nhóm này."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
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."
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "Mã token này không xuất hiện trên (các) danh sách mã token đ
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "Công cụ này sẽ chuyển thanh khoản {0} sang V3. Quá trình này hoàn toàn không đáng tin cậy nhờ vào"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Giao dịch này sẽ không thành công do biến động giá. Hãy thử tăng khả năng chịu trượt của bạn. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3."
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "Giao dịch này sẽ không thành công do biến động giá hoặc phí chuyển nhượng. Hãy thử tăng khả năng chịu trượt của bạn."
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "Giao dịch đã hoàn tất trong"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "Thời hạn giao dịch"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "Giao dịch bị từ chối."
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "Mã thông báo chuyển"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "Chưa nhận:"
|
||||
msgid "Undetermined"
|
||||
msgstr "Không xác định"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "Lỗi không mong đợi. Không thể ước tính khí cho hoán đổi."
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "Vấn đề không mong muốn với ước tính khí. Vui lòng thử lại."
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Quản trị Uniswap"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "Hủy hoán đổi trên {0}"
|
||||
msgid "Unknown Source"
|
||||
msgstr "Nguồn không rõ"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "Lỗi không xác định{0}. Hãy thử tăng khả năng chịu trượt của bạn. Lưu ý: phí chuyển và mã thông báo rebase không tương thích với Uniswap V3."
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-22 18:04\n"
|
||||
"PO-Revision-Date: 2021-10-15 07:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(最大值)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(编辑)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- 删除发送"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- 删除接收人"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "允许滑点"
|
||||
msgid "Amount"
|
||||
msgstr "数额"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "尝试执行此兑换时发生错误。您可能需要增加滑点限制。如果还是不行,则可能是您正在交易的代币与Uniswap不兼容。注:Uniswap V3不兼容转账时带扣除费用(fee-on-transfer)的代币和弹性供应(rebase)代币。"
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "自动路由"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "可调用的数额:{0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "返回"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "余额:"
|
||||
@@ -521,12 +521,12 @@ msgstr "在钱包中确认交易"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "连接钱包"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "修改"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "效率对比"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "输入百分比"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "输入接收者"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "输入地址来查看领取 UNI 代币的资质。如果地址有任何
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "输入数额"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "安装Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "现有流动量不足以支持此交易。"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "{0} 余额不足"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "{0} 余额不足"
|
||||
msgid "Interface Settings"
|
||||
msgstr "界面设置"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "无效的币对"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "无效的币对"
|
||||
msgid "Invalid pair."
|
||||
msgstr "无效的币对。"
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "无效的兑换率输入"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "无效的兑换率输入"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "选择的范围无效。最小兑换率必须低于最大兑换率。"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "无效的接收方"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "最小值:"
|
||||
msgid "Minimum received"
|
||||
msgstr "收到的最低数额"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "缺少依赖项"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "更多"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "找不到V2流动资金。"
|
||||
msgid "No active pools"
|
||||
msgstr "无运行中的流动池"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "没有数据"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "没有说明。"
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "去除代币列表"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "正在去除 {0} {1} 和 {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "移除 {0} {1} 和{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "选择网络"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "选择代币"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "供应"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "提供 {0} {1} 和 {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "供应 {0} {1} 和{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1536,7 +1548,7 @@ msgstr "兑换"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Swap <0/> for exactly <1/>"
|
||||
msgstr "将 <0/> 兑换成恰好 <1/>"
|
||||
msgstr "将约 <0/> 兑换成 <1/>"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "仍要兑换"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "将恰好 <0/> 兑换成 <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "交换失败: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "将 {0} {1} 兑换为 {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "感谢您加入 Uniswap 社区 <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "您将赚取的手续费百分比。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "兑换交易不满足 Uniswap 不变量 X × Y = K 的要求。这通常意味着您要兑换的代币之一在代币转账过程中带有一些自定义代币合约特性。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "输入代币无法进行转账。输入代币可能有些问题。"
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "输入代币无法进行转账。输入代币可能有些问题。"
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "市场兑换率超出您指定的范围。将只注入单项代币。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "输出代币无法进行转账。输出代币可能有些问题。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "无法对输出代币进行转账。输出代币可能有些问题。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。"
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "此流动池的兑换率在您选定的范围内。因此您的流动资
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "您注入的代币比率将决定此流动池的初始兑换率。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "由于期限已过,因此无法发送交易。请检查您的交易截止期限设置。"
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "此代币未出现在激活的代币列表中。请确保这是您想要
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "该工具将安全地将您的 {0} 流动资金迁移到 V3。该过程完全不依赖任何信任需求"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "由于兑换率变动,此交易将不会成功。尝试增加您的滑点容差。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "由于兑换率变动或代币带有转账时的扣除费用(fee-on-transfer),该交易将不会成功。请尝试增加滑点容差。"
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "交易完成于"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "交易截止期限"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "交易被拒绝。"
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "代币转账"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "未领取:"
|
||||
msgid "Undetermined"
|
||||
msgstr "未定"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "意外的错误。无法估计交换的gas。"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "估计气体的意外问题。请再试一次。"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap治理"
|
||||
@@ -1790,9 +1820,9 @@ msgstr "在 {0} 上的 Uniswap"
|
||||
msgid "Unknown Source"
|
||||
msgstr "未知来源"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "未知错误{0}。尝试增加您的滑点容差。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。"
|
||||
msgstr "未知错误{0}。可以尝试增加滑点容差。注:转账时额外抽取费用(fee-on-transfer)的代币和弹性供应(rebase)代币都与Uniswap V3不兼容。"
|
||||
|
||||
#: src/pages/Vote/VotePage.tsx
|
||||
#: src/pages/Vote/index.tsx
|
||||
|
||||
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: uniswap-interface\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2021-09-22 19:04\n"
|
||||
"PO-Revision-Date: 2021-10-14 18:06\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
@@ -27,6 +27,10 @@ msgstr "$-"
|
||||
msgid "${0}"
|
||||
msgstr "${0}"
|
||||
|
||||
#: src/components/swap/TradePrice.tsx
|
||||
msgid "(${0})"
|
||||
msgstr "(${0})"
|
||||
|
||||
#: src/components/CurrencyInputPanel/index.tsx
|
||||
msgid "(Max)"
|
||||
msgstr "(最大值)"
|
||||
@@ -48,8 +52,8 @@ msgid "(edit)"
|
||||
msgstr "(編輯)"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
msgid "- Remove send"
|
||||
msgstr "- 刪除發送"
|
||||
msgid "- Remove recipient"
|
||||
msgstr "- 刪除接收人"
|
||||
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
#: src/components/earn/PoolCard.tsx
|
||||
@@ -223,7 +227,7 @@ msgstr "允許滑點"
|
||||
msgid "Amount"
|
||||
msgstr "數額"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "An error occurred when trying to execute this swap. You may need to increase your slippage tolerance. If that does not work, there may be an incompatibility with the token you are trading. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "嘗試執行此兌換時發生錯誤。您可能需要增加滑點限制。如果還是不行,則可能是您正在交易的代幣與Uniswap不兼容。注:Uniswap V3不兼容轉賬時帶扣除費用(fee-on-transfer)的代幣和彈性供應(rebase)代幣。"
|
||||
|
||||
@@ -300,10 +304,6 @@ msgstr "自動路由"
|
||||
msgid "Available to deposit: {0}"
|
||||
msgstr "可存入的數額:{0}"
|
||||
|
||||
#: src/components/WalletModal/index.tsx
|
||||
msgid "Back"
|
||||
msgstr "返回"
|
||||
|
||||
#: src/components/Header/UniBalanceContent.tsx
|
||||
msgid "Balance:"
|
||||
msgstr "余額:"
|
||||
@@ -521,12 +521,12 @@ msgstr "在錢包中確認交易"
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Connect Wallet"
|
||||
msgstr "連接錢包"
|
||||
|
||||
@@ -719,11 +719,11 @@ msgstr "修改"
|
||||
msgid "Efficiency Comparison"
|
||||
msgstr "效率對比"
|
||||
|
||||
#: src/state/burn/v3/hooks.ts
|
||||
#: src/state/burn/v3/hooks.tsx
|
||||
msgid "Enter a percent"
|
||||
msgstr "輸入百分比"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter a recipient"
|
||||
msgstr "輸入接收者"
|
||||
|
||||
@@ -737,11 +737,11 @@ msgstr "輸入地址來查看領取 UNI 代幣的資質。如果地址有任何
|
||||
|
||||
#: src/components/earn/ClaimRewardModal.tsx
|
||||
#: src/components/earn/UnstakingModal.tsx
|
||||
#: src/state/burn/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/stake/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/burn/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/stake/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Enter an amount"
|
||||
msgstr "輸入數額"
|
||||
|
||||
@@ -909,11 +909,11 @@ msgstr "安裝Metamask"
|
||||
msgid "Insufficient liquidity for this trade."
|
||||
msgstr "現有流動量不足以支持此交易。"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Insufficient {0} balance"
|
||||
msgstr "{0} 余額不足"
|
||||
|
||||
@@ -921,8 +921,8 @@ msgstr "{0} 余額不足"
|
||||
msgid "Interface Settings"
|
||||
msgstr "界面設置"
|
||||
|
||||
#: src/state/mint/hooks.ts
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/hooks.tsx
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid pair"
|
||||
msgstr "無效的幣對"
|
||||
|
||||
@@ -930,7 +930,7 @@ msgstr "無效的幣對"
|
||||
msgid "Invalid pair."
|
||||
msgstr "無效的幣對。"
|
||||
|
||||
#: src/state/mint/v3/hooks.ts
|
||||
#: src/state/mint/v3/hooks.tsx
|
||||
msgid "Invalid price input"
|
||||
msgstr "無效的兌換率輸入"
|
||||
|
||||
@@ -939,7 +939,8 @@ msgstr "無效的兌換率輸入"
|
||||
msgid "Invalid range selected. The min price must be lower than the max price."
|
||||
msgstr "選擇的範圍無效。最小兌換率必須低於最大兌換率。"
|
||||
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Invalid recipient"
|
||||
msgstr "無效的接收方"
|
||||
|
||||
@@ -1099,6 +1100,10 @@ msgstr "最小值:"
|
||||
msgid "Minimum received"
|
||||
msgstr "收到的最低數額"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Missing dependencies"
|
||||
msgstr "缺少依賴項"
|
||||
|
||||
#: src/pages/Pool/index.tsx
|
||||
msgid "More"
|
||||
msgstr "更多"
|
||||
@@ -1120,6 +1125,10 @@ msgstr "找不到V2流動資金。"
|
||||
msgid "No active pools"
|
||||
msgstr "無運行中的流動池"
|
||||
|
||||
#: src/components/FeeSelector/index.tsx
|
||||
msgid "No data"
|
||||
msgstr "沒有數據"
|
||||
|
||||
#: src/state/governance/hooks.ts
|
||||
msgid "No description."
|
||||
msgstr "沒有說明。"
|
||||
@@ -1398,10 +1407,13 @@ msgid "Remove list"
|
||||
msgstr "去除代幣列表"
|
||||
|
||||
#: src/pages/RemoveLiquidity/V3.tsx
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and {2} {3}"
|
||||
msgstr "正在去除 {0} {1} 和 {2} {3}"
|
||||
|
||||
#: src/pages/RemoveLiquidity/index.tsx
|
||||
msgid "Removing {0} {1} and{2} {3}"
|
||||
msgstr "刪除 {0} {1} 和{2} {3}"
|
||||
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/components/TransactionConfirmationModal/index.tsx
|
||||
#: src/pages/CreateProposal/ProposalSubmissionModal.tsx
|
||||
@@ -1424,7 +1436,7 @@ msgstr "選擇網絡"
|
||||
#: src/components/SearchModal/CurrencySearch.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/pages/PoolFinder/index.tsx
|
||||
#: src/state/swap/hooks.ts
|
||||
#: src/state/swap/hooks.tsx
|
||||
msgid "Select a token"
|
||||
msgstr "選擇代幣"
|
||||
|
||||
@@ -1523,8 +1535,8 @@ msgid "Supply"
|
||||
msgstr "供應"
|
||||
|
||||
#: src/pages/AddLiquidityV2/index.tsx
|
||||
msgid "Supplying {0} {1} and {2} {3}"
|
||||
msgstr "供應 {0} {1} 和 {2} {3}"
|
||||
msgid "Supplying {0} {1} and{2} {3}"
|
||||
msgstr "供應 {0} {1} 和{2} {3}"
|
||||
|
||||
#: src/components/Header/index.tsx
|
||||
#: src/components/NavigationTabs/index.tsx
|
||||
@@ -1536,7 +1548,7 @@ msgstr "兌換"
|
||||
|
||||
#: src/components/AccountDetails/TransactionSummary.tsx
|
||||
msgid "Swap <0/> for exactly <1/>"
|
||||
msgstr "將 <0/> 兌換成恰好 <1/>"
|
||||
msgstr "將約 <0/> 兌換成 <1/>"
|
||||
|
||||
#: src/pages/Swap/index.tsx
|
||||
#: src/pages/Swap/index.tsx
|
||||
@@ -1547,6 +1559,11 @@ msgstr "仍要兌換"
|
||||
msgid "Swap exactly <0/> for <1/>"
|
||||
msgstr "將恰好 <0/> 兌換成 <1/>"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Swap failed: {0}"
|
||||
msgstr "交換失敗: {0}"
|
||||
|
||||
#: src/components/swap/ConfirmSwapModal.tsx
|
||||
msgid "Swapping {0} {1} for {2} {3}"
|
||||
msgstr "將 {0} {1} 兌換為 {2} {3}"
|
||||
@@ -1559,11 +1576,11 @@ msgstr "感謝您加入 Uniswap 社區 <0/>"
|
||||
msgid "The % you will earn in fees."
|
||||
msgstr "您將賺取的手續費百分比。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The Uniswap invariant x*y=k was not satisfied by the swap. This usually means one of the tokens you are swapping incorporates custom behavior on transfer."
|
||||
msgstr "兌換交易不滿足 Uniswap 不變量 X × Y = K 的要求。這通常意味著您要兌換的代幣之一在代幣轉賬過程中帶有一些自定義代幣合約特性。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The input token cannot be transferred. There may be an issue with the input token."
|
||||
msgstr "輸入代幣無法進行轉賬。輸入代幣可能有些問題。"
|
||||
|
||||
@@ -1571,11 +1588,11 @@ msgstr "輸入代幣無法進行轉賬。輸入代幣可能有些問題。"
|
||||
msgid "The market price is outside your specified price range. Single-asset deposit only."
|
||||
msgstr "市場兌換率超出您指定的範圍。將只註入單項代幣。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token."
|
||||
msgstr "輸出代幣無法進行轉賬。輸出代幣可能有些問題。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The output token cannot be transferred. There may be an issue with the output token. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "輸出代幣無法進行轉賬。輸出代幣可能有些問題。註:轉賬時帶扣除費用(fee-on-transfer)的代幣和會自動重新定價(rebase)的代幣都與Uniswap V3不相容。"
|
||||
|
||||
@@ -1591,7 +1608,7 @@ msgstr "此流動池的兌換率在您選定的範圍內。因此您的流動資
|
||||
msgid "The ratio of tokens you add will set the price of this pool."
|
||||
msgstr "您註入的代幣比率將決定此流動池的初始兌換率。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "The transaction could not be sent because the deadline has passed. Please check that your transaction deadline is not too low."
|
||||
msgstr "由於期限已過,因此無法發送交易。請檢查您的交易截止期限設置。"
|
||||
|
||||
@@ -1623,11 +1640,11 @@ msgstr "此代幣未出現在激活的代幣列表中。請確保這是您想要
|
||||
msgid "This tool will safely migrate your {0} liquidity to V3. The process is completely trustless thanks to the"
|
||||
msgstr "該工具將安全地將您的 {0} 流動資金遷移到 V3。該過程完全不依賴任何信任需求"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed due to price movement. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "由於兌換率變動,該交易將不會成功。請嘗試增加滑點容差。註:轉賬時帶扣除費用(fee-on-transfer)的代幣和會自動重新定價(rebase)的代幣都與Uniswap V3不兼容。"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "This transaction will not succeed either due to price movement or fee on transfer. Try increasing your slippage tolerance."
|
||||
msgstr "由於兌換率變動或代幣帶有轉賬時的扣除費用(fee-on-transfer),該交易將不會成功。請嘗試增加滑點容差。"
|
||||
|
||||
@@ -1705,6 +1722,11 @@ msgstr "交易完成於"
|
||||
msgid "Transaction deadline"
|
||||
msgstr "交易截止期限"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Transaction rejected."
|
||||
msgstr "交易被拒絕。"
|
||||
|
||||
#: src/pages/CreateProposal/ProposalActionSelector.tsx
|
||||
msgid "Transfer Token"
|
||||
msgstr "代幣轉賬"
|
||||
@@ -1762,6 +1784,14 @@ msgstr "未領取:"
|
||||
msgid "Undetermined"
|
||||
msgstr "未定"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected error. Could not estimate gas for the swap."
|
||||
msgstr "意外的錯誤。無法估計交換的gas。"
|
||||
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unexpected issue with estimating the gas. Please try again."
|
||||
msgstr "估計氣體的意外問題。請再試一次。"
|
||||
|
||||
#: src/pages/Vote/index.tsx
|
||||
msgid "Uniswap Governance"
|
||||
msgstr "Uniswap治理"
|
||||
@@ -1790,7 +1820,7 @@ msgstr "在 {0} 上的 Uniswap"
|
||||
msgid "Unknown Source"
|
||||
msgstr "未知來源"
|
||||
|
||||
#: src/hooks/useSwapCallback.ts
|
||||
#: src/hooks/useSwapCallback.tsx
|
||||
msgid "Unknown error{0}. Try increasing your slippage tolerance. Note: fee on transfer and rebase tokens are incompatible with Uniswap V3."
|
||||
msgstr "未知錯誤{0}。請嘗試增加滑點容差。註:轉賬時帶扣除費用(fee-on-transfer)的代幣和會自動重新定價(rebase)的代幣都與Uniswap V3不相容。"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { BigNumber } from '@ethersproject/bignumber'
|
||||
import { TransactionResponse } from '@ethersproject/providers'
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Percent } from '@uniswap/sdk-core'
|
||||
import { FeeAmount, NonfungiblePositionManager } from '@uniswap/v3-sdk'
|
||||
import DowntimeWarning from 'components/DowntimeWarning'
|
||||
@@ -560,7 +560,7 @@ export default function AddLiquidity({
|
||||
hash={txHash}
|
||||
content={() => (
|
||||
<ConfirmationModalContent
|
||||
title={t`Add Liquidity`}
|
||||
title={<Trans>Add Liquidity</Trans>}
|
||||
onDismiss={handleDismissConfirmation}
|
||||
topContent={() => (
|
||||
<Review
|
||||
@@ -641,10 +641,11 @@ export default function AddLiquidity({
|
||||
}}
|
||||
onCurrencySelect={handleCurrencyASelect}
|
||||
showMaxButton={!atMaxAmounts[Field.CURRENCY_A]}
|
||||
currency={currencies[Field.CURRENCY_A]}
|
||||
currency={currencies[Field.CURRENCY_A] ?? null}
|
||||
id="add-liquidity-input-tokena"
|
||||
showCommonBases
|
||||
/>
|
||||
|
||||
<div style={{ width: '12px' }} />
|
||||
|
||||
<CurrencyDropdown
|
||||
@@ -656,7 +657,7 @@ export default function AddLiquidity({
|
||||
onFieldBInput(maxAmounts[Field.CURRENCY_B]?.toExact() ?? '')
|
||||
}}
|
||||
showMaxButton={!atMaxAmounts[Field.CURRENCY_B]}
|
||||
currency={currencies[Field.CURRENCY_B]}
|
||||
currency={currencies[Field.CURRENCY_B] ?? null}
|
||||
id="add-liquidity-input-tokenb"
|
||||
showCommonBases
|
||||
/>
|
||||
@@ -697,7 +698,7 @@ export default function AddLiquidity({
|
||||
onFieldAInput(maxAmounts[Field.CURRENCY_A]?.toExact() ?? '')
|
||||
}}
|
||||
showMaxButton={!atMaxAmounts[Field.CURRENCY_A]}
|
||||
currency={currencies[Field.CURRENCY_A]}
|
||||
currency={currencies[Field.CURRENCY_A] ?? null}
|
||||
id="add-liquidity-input-tokena"
|
||||
fiatValue={usdcValues[Field.CURRENCY_A]}
|
||||
showCommonBases
|
||||
@@ -712,7 +713,7 @@ export default function AddLiquidity({
|
||||
}}
|
||||
showMaxButton={!atMaxAmounts[Field.CURRENCY_B]}
|
||||
fiatValue={usdcValues[Field.CURRENCY_B]}
|
||||
currency={currencies[Field.CURRENCY_B]}
|
||||
currency={currencies[Field.CURRENCY_B] ?? null}
|
||||
id="add-liquidity-input-tokenb"
|
||||
showCommonBases
|
||||
locked={depositBDisabled}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { BigNumber } from '@ethersproject/bignumber'
|
||||
import { TransactionResponse } from '@ethersproject/providers'
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Percent } from '@uniswap/sdk-core'
|
||||
import UnsupportedCurrencyFooter from 'components/swap/UnsupportedCurrencyFooter'
|
||||
import { SwitchLocaleLink } from 'components/SwitchLocaleLink'
|
||||
@@ -270,9 +270,12 @@ export default function AddLiquidity({
|
||||
)
|
||||
}
|
||||
|
||||
const pendingText = t`Supplying ${parsedAmounts[Field.CURRENCY_A]?.toSignificant(6)} ${
|
||||
currencies[Field.CURRENCY_A]?.symbol
|
||||
} and ${parsedAmounts[Field.CURRENCY_B]?.toSignificant(6)} ${currencies[Field.CURRENCY_B]?.symbol}`
|
||||
const pendingText = (
|
||||
<Trans>
|
||||
Supplying {parsedAmounts[Field.CURRENCY_A]?.toSignificant(6)} {currencies[Field.CURRENCY_A]?.symbol} and
|
||||
{parsedAmounts[Field.CURRENCY_B]?.toSignificant(6)} {currencies[Field.CURRENCY_B]?.symbol}
|
||||
</Trans>
|
||||
)
|
||||
|
||||
const handleCurrencyASelect = useCallback(
|
||||
(currencyA: Currency) => {
|
||||
@@ -379,7 +382,7 @@ export default function AddLiquidity({
|
||||
}}
|
||||
onCurrencySelect={handleCurrencyASelect}
|
||||
showMaxButton={!atMaxAmounts[Field.CURRENCY_A]}
|
||||
currency={currencies[Field.CURRENCY_A]}
|
||||
currency={currencies[Field.CURRENCY_A] ?? null}
|
||||
id="add-liquidity-input-tokena"
|
||||
showCommonBases
|
||||
/>
|
||||
@@ -394,7 +397,7 @@ export default function AddLiquidity({
|
||||
onFieldBInput(maxAmounts[Field.CURRENCY_B]?.toExact() ?? '')
|
||||
}}
|
||||
showMaxButton={!atMaxAmounts[Field.CURRENCY_B]}
|
||||
currency={currencies[Field.CURRENCY_B]}
|
||||
currency={currencies[Field.CURRENCY_B] ?? null}
|
||||
id="add-liquidity-input-tokenb"
|
||||
showCommonBases
|
||||
/>
|
||||
|
||||
@@ -9,8 +9,8 @@ import Header from '../components/Header'
|
||||
import Polling from '../components/Header/Polling'
|
||||
import Popups from '../components/Popups'
|
||||
import Web3ReactManager from '../components/Web3ReactManager'
|
||||
import { ApplicationModal } from '../state/application/actions'
|
||||
import { useModalOpen, useToggleModal } from '../state/application/hooks'
|
||||
import { ApplicationModal } from '../state/application/reducer'
|
||||
import DarkModeQueryParamReader from '../theme/DarkModeQueryParamReader'
|
||||
import AddLiquidity from './AddLiquidity'
|
||||
import { RedirectDuplicateTokenIds } from './AddLiquidity/redirects'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import React from 'react'
|
||||
import styled from 'styled-components/macro'
|
||||
import { Z_INDEX } from 'theme'
|
||||
|
||||
export const BodyWrapper = styled.main<{ margin?: string; maxWidth?: string }>`
|
||||
position: relative;
|
||||
@@ -11,6 +12,7 @@ export const BodyWrapper = styled.main<{ margin?: string; maxWidth?: string }>`
|
||||
0px 24px 32px rgba(0, 0, 0, 0.01);
|
||||
border-radius: 24px;
|
||||
margin-top: 1rem;
|
||||
z-index: ${Z_INDEX.deprecated_content};
|
||||
`
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { ResizingTextArea, TextInput } from 'components/TextInput'
|
||||
import React, { memo } from 'react'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { BigNumber } from '@ethersproject/bignumber'
|
||||
import { Contract } from '@ethersproject/contracts'
|
||||
import { TransactionResponse } from '@ethersproject/providers'
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, Percent } from '@uniswap/sdk-core'
|
||||
import { useCallback, useContext, useMemo, useState } from 'react'
|
||||
import { ArrowDown, Plus } from 'react-feather'
|
||||
@@ -371,9 +371,12 @@ export default function RemoveLiquidity({
|
||||
)
|
||||
}
|
||||
|
||||
const pendingText = t`Removing ${parsedAmounts[Field.CURRENCY_A]?.toSignificant(6)} ${
|
||||
currencyA?.symbol
|
||||
} and ${parsedAmounts[Field.CURRENCY_B]?.toSignificant(6)} ${currencyB?.symbol}`
|
||||
const pendingText = (
|
||||
<Trans>
|
||||
Removing {parsedAmounts[Field.CURRENCY_A]?.toSignificant(6)} {currencyA?.symbol} and
|
||||
{parsedAmounts[Field.CURRENCY_B]?.toSignificant(6)} {currencyB?.symbol}
|
||||
</Trans>
|
||||
)
|
||||
|
||||
const liquidityPercentChangeCallback = useCallback(
|
||||
(value: number) => {
|
||||
|
||||
@@ -435,7 +435,7 @@ export default function Swap({ history }: RouteComponentProps) {
|
||||
<ArrowDown size="16" color={theme.text2} />
|
||||
</ArrowWrapper>
|
||||
<LinkStyledButton id="remove-recipient-button" onClick={() => onChangeRecipient(null)}>
|
||||
<Trans>- Remove send</Trans>
|
||||
<Trans>- Remove recipient</Trans>
|
||||
</LinkStyledButton>
|
||||
</AutoRow>
|
||||
<AddressInputPanel id="recipient" value={recipient} onChange={onChangeRecipient} />
|
||||
|
||||
@@ -2,7 +2,7 @@ import { useEffect } from 'react'
|
||||
import { Redirect, RouteComponentProps } from 'react-router-dom'
|
||||
import { useAppDispatch } from 'state/hooks'
|
||||
|
||||
import { ApplicationModal, setOpenModal } from '../../state/application/actions'
|
||||
import { ApplicationModal, setOpenModal } from '../../state/application/reducer'
|
||||
|
||||
// Redirects to swap but only replace the pathname
|
||||
export function RedirectPathToSwapOnly({ location }: RouteComponentProps) {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import { BigNumber } from '@ethersproject/bignumber'
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t, Trans } from '@lingui/macro'
|
||||
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
import useCurrentBlockTimestamp from 'hooks/useCurrentBlockTimestamp'
|
||||
import JSBI from 'jsbi'
|
||||
import { DateTime } from 'luxon'
|
||||
import { DateTime } from 'luxon/src/luxon'
|
||||
import { useState } from 'react'
|
||||
import { ArrowLeft } from 'react-feather'
|
||||
import ReactMarkdown from 'react-markdown'
|
||||
@@ -26,8 +27,8 @@ import {
|
||||
import { ZERO_ADDRESS } from '../../constants/misc'
|
||||
import { UNI } from '../../constants/tokens'
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { ApplicationModal } from '../../state/application/actions'
|
||||
import { useBlockNumber, useModalOpen, useToggleDelegateModal, useToggleVoteModal } from '../../state/application/hooks'
|
||||
import { ApplicationModal } from '../../state/application/reducer'
|
||||
import {
|
||||
ProposalData,
|
||||
ProposalState,
|
||||
|
||||
@@ -14,8 +14,8 @@ import JSBI from 'jsbi'
|
||||
import { darken } from 'polished'
|
||||
import { Link } from 'react-router-dom'
|
||||
import { Button } from 'rebass/styled-components'
|
||||
import { ApplicationModal } from 'state/application/actions'
|
||||
import { useModalOpen, useToggleDelegateModal } from 'state/application/hooks'
|
||||
import { ApplicationModal } from 'state/application/reducer'
|
||||
import { ProposalData, useAllProposalData, useUserDelegatee, useUserVotes } from 'state/governance/hooks'
|
||||
import { useTokenBalance } from 'state/wallet/hooks'
|
||||
import styled from 'styled-components/macro'
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
import { createAction } from '@reduxjs/toolkit'
|
||||
|
||||
export type PopupContent = {
|
||||
txn: {
|
||||
hash: string
|
||||
}
|
||||
}
|
||||
|
||||
export enum ApplicationModal {
|
||||
WALLET,
|
||||
SETTINGS,
|
||||
SELF_CLAIM,
|
||||
ADDRESS_CLAIM,
|
||||
CLAIM_POPUP,
|
||||
MENU,
|
||||
DELEGATE,
|
||||
VOTE,
|
||||
POOL_OVERVIEW_OPTIONS,
|
||||
NETWORK_SELECTOR,
|
||||
}
|
||||
|
||||
export const updateChainId = createAction<{ chainId: number | null }>('application/updateChainId')
|
||||
export const updateBlockNumber = createAction<{ chainId: number; blockNumber: number }>('application/updateBlockNumber')
|
||||
export const setOpenModal = createAction<ApplicationModal | null>('application/setOpenModal')
|
||||
export const addPopup =
|
||||
createAction<{ key?: string; removeAfterMs?: number | null; content: PopupContent }>('application/addPopup')
|
||||
export const removePopup = createAction<{ key: string }>('application/removePopup')
|
||||
export const setImplements3085 = createAction<{ implements3085: boolean }>('application/setImplements3085')
|
||||
export const setChainConnectivityWarning = createAction<{ warn: boolean }>('application/setChainConnectivityWarning')
|
||||
@@ -4,7 +4,7 @@ import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
import { AppState } from '../index'
|
||||
import { addPopup, ApplicationModal, PopupContent, removePopup, setOpenModal } from './actions'
|
||||
import { addPopup, ApplicationModal, PopupContent, removePopup, setOpenModal } from './reducer'
|
||||
|
||||
export function useBlockNumber(): number | undefined {
|
||||
const { chainId } = useActiveWeb3React()
|
||||
|
||||
@@ -1,20 +1,28 @@
|
||||
import { createStore, Store } from 'redux'
|
||||
|
||||
import { addPopup, ApplicationModal, removePopup, setOpenModal, updateBlockNumber, updateChainId } from './actions'
|
||||
import reducer, { ApplicationState } from './reducer'
|
||||
import reducer, {
|
||||
addPopup,
|
||||
ApplicationModal,
|
||||
ApplicationState,
|
||||
removePopup,
|
||||
setOpenModal,
|
||||
updateBlockNumber,
|
||||
updateChainId,
|
||||
} from './reducer'
|
||||
|
||||
describe('application reducer', () => {
|
||||
let store: Store<ApplicationState>
|
||||
|
||||
beforeEach(() => {
|
||||
store = createStore(reducer, {
|
||||
chainId: null,
|
||||
chainConnectivityWarning: false,
|
||||
popupList: [],
|
||||
blockNumber: {
|
||||
[1]: 3,
|
||||
},
|
||||
chainId: null,
|
||||
chainConnectivityWarning: false,
|
||||
implements3085: false,
|
||||
openModal: null,
|
||||
popupList: [],
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@@ -1,17 +1,24 @@
|
||||
import { createReducer, nanoid } from '@reduxjs/toolkit'
|
||||
import { createSlice, nanoid } from '@reduxjs/toolkit'
|
||||
import { DEFAULT_TXN_DISMISS_MS } from 'constants/misc'
|
||||
|
||||
import {
|
||||
addPopup,
|
||||
ApplicationModal,
|
||||
PopupContent,
|
||||
removePopup,
|
||||
setChainConnectivityWarning,
|
||||
setImplements3085,
|
||||
setOpenModal,
|
||||
updateBlockNumber,
|
||||
updateChainId,
|
||||
} from './actions'
|
||||
export type PopupContent = {
|
||||
txn: {
|
||||
hash: string
|
||||
}
|
||||
}
|
||||
|
||||
export enum ApplicationModal {
|
||||
WALLET,
|
||||
SETTINGS,
|
||||
SELF_CLAIM,
|
||||
ADDRESS_CLAIM,
|
||||
CLAIM_POPUP,
|
||||
MENU,
|
||||
DELEGATE,
|
||||
VOTE,
|
||||
POOL_OVERVIEW_OPTIONS,
|
||||
NETWORK_SELECTOR,
|
||||
}
|
||||
|
||||
type PopupList = Array<{ key: string; show: boolean; content: PopupContent; removeAfterMs: number | null }>
|
||||
|
||||
@@ -33,24 +40,26 @@ const initialState: ApplicationState = {
|
||||
popupList: [],
|
||||
}
|
||||
|
||||
export default createReducer(initialState, (builder) =>
|
||||
builder
|
||||
.addCase(updateChainId, (state, action) => {
|
||||
const applicationSlice = createSlice({
|
||||
name: 'application',
|
||||
initialState,
|
||||
reducers: {
|
||||
updateChainId(state, action) {
|
||||
const { chainId } = action.payload
|
||||
state.chainId = chainId
|
||||
})
|
||||
.addCase(updateBlockNumber, (state, action) => {
|
||||
},
|
||||
updateBlockNumber(state, action) {
|
||||
const { chainId, blockNumber } = action.payload
|
||||
if (typeof state.blockNumber[chainId] !== 'number') {
|
||||
state.blockNumber[chainId] = blockNumber
|
||||
} else {
|
||||
state.blockNumber[chainId] = Math.max(blockNumber, state.blockNumber[chainId])
|
||||
}
|
||||
})
|
||||
.addCase(setOpenModal, (state, action) => {
|
||||
},
|
||||
setOpenModal(state, action) {
|
||||
state.openModal = action.payload
|
||||
})
|
||||
.addCase(addPopup, (state, { payload: { content, key, removeAfterMs = DEFAULT_TXN_DISMISS_MS } }) => {
|
||||
},
|
||||
addPopup(state, { payload: { content, key, removeAfterMs = DEFAULT_TXN_DISMISS_MS } }) {
|
||||
state.popupList = (key ? state.popupList.filter((popup) => popup.key !== key) : state.popupList).concat([
|
||||
{
|
||||
key: key || nanoid(),
|
||||
@@ -59,18 +68,30 @@ export default createReducer(initialState, (builder) =>
|
||||
removeAfterMs,
|
||||
},
|
||||
])
|
||||
})
|
||||
.addCase(removePopup, (state, { payload: { key } }) => {
|
||||
},
|
||||
removePopup(state, { payload: { key } }) {
|
||||
state.popupList.forEach((p) => {
|
||||
if (p.key === key) {
|
||||
p.show = false
|
||||
}
|
||||
})
|
||||
})
|
||||
.addCase(setImplements3085, (state, { payload: { implements3085 } }) => {
|
||||
},
|
||||
setImplements3085(state, { payload: { implements3085 } }) {
|
||||
state.implements3085 = implements3085
|
||||
})
|
||||
.addCase(setChainConnectivityWarning, (state, { payload: { warn } }) => {
|
||||
},
|
||||
setChainConnectivityWarning(state, { payload: { warn } }) {
|
||||
state.chainConnectivityWarning = warn
|
||||
})
|
||||
)
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
export const {
|
||||
updateChainId,
|
||||
updateBlockNumber,
|
||||
setOpenModal,
|
||||
addPopup,
|
||||
removePopup,
|
||||
setImplements3085,
|
||||
setChainConnectivityWarning,
|
||||
} = applicationSlice.actions
|
||||
export default applicationSlice.reducer
|
||||
|
||||
@@ -9,8 +9,8 @@ import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
import { supportedChainId } from 'utils/supportedChainId'
|
||||
import { switchToNetwork } from 'utils/switchToNetwork'
|
||||
|
||||
import { setChainConnectivityWarning, setImplements3085, updateBlockNumber, updateChainId } from './actions'
|
||||
import { useBlockNumber } from './hooks'
|
||||
import { setChainConnectivityWarning, setImplements3085, updateBlockNumber, updateChainId } from './reducer'
|
||||
|
||||
function useQueryCacheInvalidator() {
|
||||
const dispatch = useAppDispatch()
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { t } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Percent, Token } from '@uniswap/sdk-core'
|
||||
import { Pair } from '@uniswap/v2-sdk'
|
||||
import JSBI from 'jsbi'
|
||||
import { useCallback } from 'react'
|
||||
import { ReactNode, useCallback } from 'react'
|
||||
import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
|
||||
import { useTotalSupply } from '../../hooks/useTotalSupply'
|
||||
@@ -28,7 +28,7 @@ export function useDerivedBurnInfo(
|
||||
[Field.CURRENCY_A]?: CurrencyAmount<Currency>
|
||||
[Field.CURRENCY_B]?: CurrencyAmount<Currency>
|
||||
}
|
||||
error?: string
|
||||
error?: ReactNode
|
||||
} {
|
||||
const { account } = useActiveWeb3React()
|
||||
|
||||
@@ -122,13 +122,13 @@ export function useDerivedBurnInfo(
|
||||
: undefined,
|
||||
}
|
||||
|
||||
let error: string | undefined
|
||||
let error: ReactNode | undefined
|
||||
if (!account) {
|
||||
error = t`Connect Wallet`
|
||||
error = <Trans>Connect Wallet</Trans>
|
||||
}
|
||||
|
||||
if (!parsedAmounts[Field.LIQUIDITY] || !parsedAmounts[Field.CURRENCY_A] || !parsedAmounts[Field.CURRENCY_B]) {
|
||||
error = error ?? t`Enter an amount`
|
||||
error = error ?? <Trans>Enter an amount</Trans>
|
||||
}
|
||||
|
||||
return { pair, parsedAmounts, error }
|
||||
@@ -1,11 +1,11 @@
|
||||
import { t } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Percent } from '@uniswap/sdk-core'
|
||||
import { Position } from '@uniswap/v3-sdk'
|
||||
import { useToken } from 'hooks/Tokens'
|
||||
import { usePool } from 'hooks/usePools'
|
||||
import { useV3PositionFees } from 'hooks/useV3PositionFees'
|
||||
import { useActiveWeb3React } from 'hooks/web3'
|
||||
import { useCallback, useMemo } from 'react'
|
||||
import { ReactNode, useCallback, useMemo } from 'react'
|
||||
import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
import { PositionDetails } from 'types/position'
|
||||
import { unwrappedToken } from 'utils/unwrappedToken'
|
||||
@@ -28,7 +28,7 @@ export function useDerivedV3BurnInfo(
|
||||
feeValue0?: CurrencyAmount<Currency>
|
||||
feeValue1?: CurrencyAmount<Currency>
|
||||
outOfRange: boolean
|
||||
error?: string
|
||||
error?: ReactNode
|
||||
} {
|
||||
const { account } = useActiveWeb3React()
|
||||
const { percent } = useBurnV3State()
|
||||
@@ -74,12 +74,12 @@ export function useDerivedV3BurnInfo(
|
||||
const outOfRange =
|
||||
pool && position ? pool.tickCurrent < position.tickLower || pool.tickCurrent > position.tickUpper : false
|
||||
|
||||
let error: string | undefined
|
||||
let error: ReactNode | undefined
|
||||
if (!account) {
|
||||
error = t`Connect Wallet`
|
||||
error = <Trans>Connect Wallet</Trans>
|
||||
}
|
||||
if (percent === 0) {
|
||||
error = error ?? t`Enter a percent`
|
||||
error = error ?? <Trans>Enter a percent</Trans>
|
||||
}
|
||||
return {
|
||||
position: positionSDK,
|
||||
@@ -10,7 +10,7 @@ const CHAIN_SUBGRAPH_URL: Record<number, string> = {
|
||||
[SupportedChainId.MAINNET]: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3',
|
||||
[SupportedChainId.RINKEBY]: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3',
|
||||
|
||||
[SupportedChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-arbitrum-one',
|
||||
[SupportedChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/arbitrum-minimal',
|
||||
|
||||
[SupportedChainId.OPTIMISM]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-optimism-dev',
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ import { Contract } from '@ethersproject/contracts'
|
||||
import { TransactionResponse } from '@ethersproject/providers'
|
||||
import { toUtf8String, Utf8ErrorFuncs, Utf8ErrorReason } from '@ethersproject/strings'
|
||||
import { formatUnits } from '@ethersproject/units'
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { t } from '@lingui/macro'
|
||||
import { abi as GOV_ABI } from '@uniswap/governance/build/GovernorAlpha.json'
|
||||
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { t } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Percent, Price, Token } from '@uniswap/sdk-core'
|
||||
import { Pair } from '@uniswap/v2-sdk'
|
||||
import JSBI from 'jsbi'
|
||||
import { useCallback, useMemo } from 'react'
|
||||
import { ReactNode, useCallback, useMemo } from 'react'
|
||||
import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
|
||||
import { useTotalSupply } from '../../hooks/useTotalSupply'
|
||||
@@ -59,7 +59,7 @@ export function useDerivedMintInfo(
|
||||
noLiquidity?: boolean
|
||||
liquidityMinted?: CurrencyAmount<Token>
|
||||
poolTokenPercentage?: Percent
|
||||
error?: string
|
||||
error?: ReactNode
|
||||
} {
|
||||
const { account } = useActiveWeb3React()
|
||||
|
||||
@@ -176,27 +176,27 @@ export function useDerivedMintInfo(
|
||||
}
|
||||
}, [liquidityMinted, totalSupply])
|
||||
|
||||
let error: string | undefined
|
||||
let error: ReactNode | undefined
|
||||
if (!account) {
|
||||
error = t`Connect Wallet`
|
||||
error = <Trans>Connect Wallet</Trans>
|
||||
}
|
||||
|
||||
if (pairState === PairState.INVALID) {
|
||||
error = error ?? t`Invalid pair`
|
||||
error = error ?? <Trans>Invalid pair</Trans>
|
||||
}
|
||||
|
||||
if (!parsedAmounts[Field.CURRENCY_A] || !parsedAmounts[Field.CURRENCY_B]) {
|
||||
error = error ?? t`Enter an amount`
|
||||
error = error ?? <Trans>Enter an amount</Trans>
|
||||
}
|
||||
|
||||
const { [Field.CURRENCY_A]: currencyAAmount, [Field.CURRENCY_B]: currencyBAmount } = parsedAmounts
|
||||
|
||||
if (currencyAAmount && currencyBalances?.[Field.CURRENCY_A]?.lessThan(currencyAAmount)) {
|
||||
error = t`Insufficient ${currencies[Field.CURRENCY_A]?.symbol} balance`
|
||||
error = <Trans>Insufficient {currencies[Field.CURRENCY_A]?.symbol} balance</Trans>
|
||||
}
|
||||
|
||||
if (currencyBAmount && currencyBalances?.[Field.CURRENCY_B]?.lessThan(currencyBAmount)) {
|
||||
error = t`Insufficient ${currencies[Field.CURRENCY_B]?.symbol} balance`
|
||||
error = <Trans>Insufficient {currencies[Field.CURRENCY_B]?.symbol} balance</Trans>
|
||||
}
|
||||
|
||||
return {
|
||||
@@ -1,4 +1,4 @@
|
||||
import { t } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { Currency, CurrencyAmount, Price, Rounding, Token } from '@uniswap/sdk-core'
|
||||
import {
|
||||
encodeSqrtRatioX96,
|
||||
@@ -13,7 +13,7 @@ import {
|
||||
} from '@uniswap/v3-sdk'
|
||||
import { usePool } from 'hooks/usePools'
|
||||
import JSBI from 'jsbi'
|
||||
import { useCallback, useMemo } from 'react'
|
||||
import { ReactNode, useCallback, useMemo } from 'react'
|
||||
import { useAppDispatch, useAppSelector } from 'state/hooks'
|
||||
import { getTickToPrice } from 'utils/getTickToPrice'
|
||||
|
||||
@@ -112,7 +112,7 @@ export function useV3DerivedMintInfo(
|
||||
parsedAmounts: { [field in Field]?: CurrencyAmount<Currency> }
|
||||
position: Position | undefined
|
||||
noLiquidity?: boolean
|
||||
errorMessage?: string
|
||||
errorMessage?: ReactNode
|
||||
invalidPool: boolean
|
||||
outOfRange: boolean
|
||||
invalidRange: boolean
|
||||
@@ -218,7 +218,7 @@ export function useV3DerivedMintInfo(
|
||||
// if pool exists use it, if not use the mock pool
|
||||
const poolForPosition: Pool | undefined = pool ?? mockPool
|
||||
|
||||
// lower and upper limits in the tick space for `feeAmount`
|
||||
// lower and upper limits in the tick space for `feeAmoun<Trans>
|
||||
const tickSpaceLimits: {
|
||||
[bound in Bound]: number | undefined
|
||||
} = useMemo(
|
||||
@@ -423,34 +423,34 @@ export function useV3DerivedMintInfo(
|
||||
tickUpper,
|
||||
])
|
||||
|
||||
let errorMessage: string | undefined
|
||||
let errorMessage: ReactNode | undefined
|
||||
if (!account) {
|
||||
errorMessage = t`Connect Wallet`
|
||||
errorMessage = <Trans>Connect Wallet</Trans>
|
||||
}
|
||||
|
||||
if (poolState === PoolState.INVALID) {
|
||||
errorMessage = errorMessage ?? t`Invalid pair`
|
||||
errorMessage = errorMessage ?? <Trans>Invalid pair</Trans>
|
||||
}
|
||||
|
||||
if (invalidPrice) {
|
||||
errorMessage = errorMessage ?? t`Invalid price input`
|
||||
errorMessage = errorMessage ?? <Trans>Invalid price input</Trans>
|
||||
}
|
||||
|
||||
if (
|
||||
(!parsedAmounts[Field.CURRENCY_A] && !depositADisabled) ||
|
||||
(!parsedAmounts[Field.CURRENCY_B] && !depositBDisabled)
|
||||
) {
|
||||
errorMessage = errorMessage ?? t`Enter an amount`
|
||||
errorMessage = errorMessage ?? <Trans>Enter an amount</Trans>
|
||||
}
|
||||
|
||||
const { [Field.CURRENCY_A]: currencyAAmount, [Field.CURRENCY_B]: currencyBAmount } = parsedAmounts
|
||||
|
||||
if (currencyAAmount && currencyBalances?.[Field.CURRENCY_A]?.lessThan(currencyAAmount)) {
|
||||
errorMessage = t`Insufficient ${currencies[Field.CURRENCY_A]?.symbol} balance`
|
||||
errorMessage = <Trans>Insufficient {currencies[Field.CURRENCY_A]?.symbol} balance</Trans>
|
||||
}
|
||||
|
||||
if (currencyBAmount && currencyBalances?.[Field.CURRENCY_B]?.lessThan(currencyBAmount)) {
|
||||
errorMessage = t`Insufficient ${currencies[Field.CURRENCY_B]?.symbol} balance`
|
||||
errorMessage = <Trans>Insufficient {currencies[Field.CURRENCY_B]?.symbol} balance</Trans>
|
||||
}
|
||||
|
||||
const invalidPool = poolState === PoolState.INVALID
|
||||
@@ -5,6 +5,7 @@ import qs from 'qs'
|
||||
import { GetQuoteResult } from './types'
|
||||
|
||||
export const routingApi = createApi({
|
||||
reducerPath: 'routingApi',
|
||||
baseQuery: fetchBaseQuery({
|
||||
baseUrl: 'https://api.uniswap.org/v1/',
|
||||
}),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Token } from '@uniswap/sdk-core'
|
||||
|
||||
export enum V3TradeState {
|
||||
LOADING,
|
||||
INVALID,
|
||||
@@ -6,39 +8,36 @@ export enum V3TradeState {
|
||||
SYNCING,
|
||||
}
|
||||
|
||||
export type TokenInRoute = Pick<Token, 'address' | 'chainId' | 'symbol' | 'decimals'>
|
||||
|
||||
export type PoolInRoute = {
|
||||
type: 'v3-pool'
|
||||
address: string
|
||||
tokenIn: TokenInRoute
|
||||
tokenOut: TokenInRoute
|
||||
sqrtRatioX96: string
|
||||
liquidity: string
|
||||
tickCurrent: string
|
||||
fee: string
|
||||
amountIn?: string
|
||||
amountOut?: string
|
||||
}
|
||||
|
||||
export interface GetQuoteResult {
|
||||
quoteId?: string
|
||||
blockNumber: string
|
||||
amount: string
|
||||
amountDecimals: string
|
||||
gasPriceWei: string
|
||||
gasUseEstimate: string
|
||||
gasUseEstimateQuote: string
|
||||
gasUseEstimateQuoteDecimals: string
|
||||
gasUseEstimateUSD: string
|
||||
methodParameters: { calldata: string; value: string }
|
||||
methodParameters?: { calldata: string; value: string }
|
||||
quote: string
|
||||
quoteDecimals: string
|
||||
quoteGasAdjusted: string
|
||||
quoteGasAdjustedDecimals: string
|
||||
quoteId: string
|
||||
route: {
|
||||
address: string
|
||||
amountIn?: string
|
||||
amountOut?: string
|
||||
fee: string
|
||||
liquidity: string
|
||||
sqrtRatioX96: string
|
||||
tickCurrent: string
|
||||
tokenIn: {
|
||||
address: string
|
||||
chainId: number
|
||||
decimals: string | number
|
||||
symbol?: string
|
||||
}
|
||||
tokenOut: {
|
||||
address: string
|
||||
chainId: number
|
||||
decimals: string | number
|
||||
symbol?: string
|
||||
}
|
||||
}[][]
|
||||
route: PoolInRoute[][]
|
||||
routeString: string
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@ import { useMemo } from 'react'
|
||||
import { useBlockNumber } from 'state/application/hooks'
|
||||
import { useGetQuoteQuery } from 'state/routing/slice'
|
||||
|
||||
import { computeRoutes } from './computeRoutes'
|
||||
import { V3TradeState } from './types'
|
||||
import { computeRoutes } from './utils'
|
||||
|
||||
function useFreshData<T>(data: T, dataBlockNumber: number, maxBlockAge = 10): T | undefined {
|
||||
const localBlockNumber = useBlockNumber()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Ether, Token } from '@uniswap/sdk-core'
|
||||
|
||||
import { computeRoutes } from './computeRoutes'
|
||||
import { computeRoutes } from './utils'
|
||||
|
||||
const USDC = new Token(1, '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', 6, 'USDC')
|
||||
const DAI = new Token(1, '0x6B175474E89094C44Da98b954EedeAC495271d0F', 6, 'DAI')
|
||||
@@ -31,6 +31,7 @@ describe('#useRoute', () => {
|
||||
route: [
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x1f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`1`,
|
||||
amountOut: amount`5`,
|
||||
@@ -59,6 +60,7 @@ describe('#useRoute', () => {
|
||||
route: [
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x1f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`5`,
|
||||
amountOut: amount`6`,
|
||||
@@ -72,6 +74,7 @@ describe('#useRoute', () => {
|
||||
],
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x2f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`10`,
|
||||
amountOut: amount`1`,
|
||||
@@ -83,6 +86,7 @@ describe('#useRoute', () => {
|
||||
tickCurrent: '-69633',
|
||||
},
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x3f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`1`,
|
||||
amountOut: amount`200`,
|
||||
@@ -118,6 +122,7 @@ describe('#useRoute', () => {
|
||||
route: [
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x1f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`1`,
|
||||
amountOut: amount`5`,
|
||||
@@ -131,6 +136,7 @@ describe('#useRoute', () => {
|
||||
],
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x2f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`10`,
|
||||
amountOut: amount`50`,
|
||||
@@ -162,6 +168,7 @@ describe('#useRoute', () => {
|
||||
route: [
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x1f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: (1e18).toString(),
|
||||
amountOut: amount`5`,
|
||||
@@ -191,6 +198,7 @@ describe('#useRoute', () => {
|
||||
route: [
|
||||
[
|
||||
{
|
||||
type: 'v3-pool',
|
||||
address: '0x1f8F72aA9304c8B593d555F12eF6589cC3A579A2',
|
||||
amountIn: amount`5`,
|
||||
amountOut: (1e18).toString(),
|
||||
@@ -1,11 +1,11 @@
|
||||
import { Interface } from '@ethersproject/abi'
|
||||
import { t } from '@lingui/macro'
|
||||
import { Trans } from '@lingui/macro'
|
||||
import { abi as STAKING_REWARDS_ABI } from '@uniswap/liquidity-staker/build/StakingRewards.json'
|
||||
import { CurrencyAmount, Token } from '@uniswap/sdk-core'
|
||||
import { Pair } from '@uniswap/v2-sdk'
|
||||
import useCurrentBlockTimestamp from 'hooks/useCurrentBlockTimestamp'
|
||||
import JSBI from 'jsbi'
|
||||
import { useMemo } from 'react'
|
||||
import { ReactNode, useMemo } from 'react'
|
||||
|
||||
import { DAI, UNI, USDC, USDT, WBTC, WETH9_EXTENDED } from '../../constants/tokens'
|
||||
import { useActiveWeb3React } from '../../hooks/web3'
|
||||
@@ -250,7 +250,7 @@ export function useDerivedStakeInfo(
|
||||
userLiquidityUnstaked: CurrencyAmount<Token> | undefined
|
||||
): {
|
||||
parsedAmount?: CurrencyAmount<Token>
|
||||
error?: string
|
||||
error?: ReactNode
|
||||
} {
|
||||
const { account } = useActiveWeb3React()
|
||||
|
||||
@@ -261,12 +261,12 @@ export function useDerivedStakeInfo(
|
||||
? parsedInput
|
||||
: undefined
|
||||
|
||||
let error: string | undefined
|
||||
let error: ReactNode | undefined
|
||||
if (!account) {
|
||||
error = t`Connect Wallet`
|
||||
error = <Trans>Connect Wallet</Trans>
|
||||
}
|
||||
if (!parsedAmount) {
|
||||
error = error ?? t`Enter an amount`
|
||||
error = error ?? <Trans>Enter an amount</Trans>
|
||||
}
|
||||
|
||||
return {
|
||||
@@ -8,12 +8,11 @@ export enum Field {
|
||||
export const selectCurrency = createAction<{ field: Field; currencyId: string }>('swap/selectCurrency')
|
||||
export const switchCurrencies = createAction<void>('swap/switchCurrencies')
|
||||
export const typeInput = createAction<{ field: Field; typedValue: string }>('swap/typeInput')
|
||||
export const replaceSwapState =
|
||||
createAction<{
|
||||
field: Field
|
||||
typedValue: string
|
||||
inputCurrencyId?: string
|
||||
outputCurrencyId?: string
|
||||
recipient: string | null
|
||||
}>('swap/replaceSwapState')
|
||||
export const replaceSwapState = createAction<{
|
||||
field: Field
|
||||
typedValue: string
|
||||
inputCurrencyId?: string
|
||||
outputCurrencyId?: string
|
||||
recipient: string | null
|
||||
}>('swap/replaceSwapState')
|
||||
export const setRecipient = createAction<{ recipient: string | null }>('swap/setRecipient')
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user