Merge pull request #7223 from MetaMask/Version-v7.3.0

Version v7.3.0 RC
feature/default_network_editable
Dan Finlay 5 years ago committed by GitHub
commit 32f20587ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 57
      .circleci/config.yml
  2. 5
      .circleci/scripts/collect-har-artifact.sh
  3. 13
      .circleci/scripts/create-sesify-viz
  4. 22
      .circleci/scripts/deps-install.sh
  5. 2
      .eslintrc
  6. 2
      .github/CODEOWNERS
  7. 2
      .stylelintrc
  8. 20
      CHANGELOG.md
  9. 496
      app/_locales/am/messages.json
  10. 502
      app/_locales/ar/messages.json
  11. 499
      app/_locales/bg/messages.json
  12. 499
      app/_locales/bn/messages.json
  13. 479
      app/_locales/ca/messages.json
  14. 349
      app/_locales/cs/messages.json
  15. 484
      app/_locales/da/messages.json
  16. 484
      app/_locales/de/messages.json
  17. 496
      app/_locales/el/messages.json
  18. 538
      app/_locales/en/messages.json
  19. 458
      app/_locales/es/messages.json
  20. 492
      app/_locales/es_419/messages.json
  21. 496
      app/_locales/et/messages.json
  22. 496
      app/_locales/fa/messages.json
  23. 496
      app/_locales/fi/messages.json
  24. 452
      app/_locales/fil/messages.json
  25. 470
      app/_locales/fr/messages.json
  26. 42
      app/_locales/gu/messages.json
  27. 499
      app/_locales/he/messages.json
  28. 502
      app/_locales/hi/messages.json
  29. 331
      app/_locales/hn/messages.json
  30. 493
      app/_locales/hr/messages.json
  31. 402
      app/_locales/ht/messages.json
  32. 496
      app/_locales/hu/messages.json
  33. 477
      app/_locales/id/messages.json
  34. 2
      app/_locales/index.json
  35. 482
      app/_locales/it/messages.json
  36. 325
      app/_locales/ja/messages.json
  37. 499
      app/_locales/kn/messages.json
  38. 490
      app/_locales/ko/messages.json
  39. 499
      app/_locales/lt/messages.json
  40. 492
      app/_locales/lv/messages.json
  41. 42
      app/_locales/ml/messages.json
  42. 42
      app/_locales/mr/messages.json
  43. 480
      app/_locales/ms/messages.json
  44. 324
      app/_locales/nl/messages.json
  45. 487
      app/_locales/no/messages.json
  46. 223
      app/_locales/ph/messages.json
  47. 481
      app/_locales/pl/messages.json
  48. 330
      app/_locales/pt/messages.json
  49. 490
      app/_locales/pt_BR/messages.json
  50. 52
      app/_locales/pt_PT/messages.json
  51. 480
      app/_locales/ro/messages.json
  52. 508
      app/_locales/ru/messages.json
  53. 487
      app/_locales/sk/messages.json
  54. 471
      app/_locales/sl/messages.json
  55. 492
      app/_locales/sr/messages.json
  56. 484
      app/_locales/sv/messages.json
  57. 496
      app/_locales/sw/messages.json
  58. 385
      app/_locales/ta/messages.json
  59. 42
      app/_locales/te/messages.json
  60. 367
      app/_locales/th/messages.json
  61. 345
      app/_locales/tr/messages.json
  62. 499
      app/_locales/uk/messages.json
  63. 258
      app/_locales/vi/messages.json
  64. 474
      app/_locales/zh_CN/messages.json
  65. 486
      app/_locales/zh_TW/messages.json
  66. 2
      app/home.html
  67. BIN
      app/images/404.png
  68. 19
      app/images/alert-red.svg
  69. 23
      app/images/alert.svg
  70. 4
      app/images/arrow-popout.svg
  71. 19
      app/images/arrow-right.svg
  72. 20
      app/images/camera.svg
  73. BIN
      app/images/cancel.png
  74. 19
      app/images/caret-left-black.svg
  75. 21
      app/images/caret-left.svg
  76. 79
      app/images/caret-right.svg
  77. 8
      app/images/check-green-solid.svg
  78. 21
      app/images/check-icon.svg
  79. 17
      app/images/check-white.svg
  80. 6
      app/images/close-gray.svg
  81. BIN
      app/images/coinbase logo.png
  82. BIN
      app/images/coinswitch_logo.png
  83. 15
      app/images/connect-icon.svg
  84. 29
      app/images/copy-to-clipboard.svg
  85. 24
      app/images/copy.svg
  86. BIN
      app/images/deadface.png
  87. 40
      app/images/deposit-eth.svg
  88. 16
      app/images/double-arrow.svg
  89. 10
      app/images/download-alt.svg
  90. 30
      app/images/download.svg
  91. 20
      app/images/enslogo.svg
  92. 15
      app/images/eth.svg
  93. 29
      app/images/eth_logo.svg
  94. BIN
      app/images/ethereum-metamask-chrome.png
  95. 16
      app/images/expand.svg
  96. 75
      app/images/forward-carrat.svg
  97. 65
      app/images/hardware-wallet-step-1.svg
  98. 138
      app/images/hardware-wallet-step-2.svg
  99. 62
      app/images/hardware-wallet-step-3.svg
  100. 17
      app/images/help.svg
  101. Some files were not shown because too many files have changed in this diff Show More

@ -14,6 +14,9 @@ workflows:
- prep-build:
requires:
- prep-deps
- prep-build-test:
requires:
- prep-deps
# - prep-docs:
# requires:
# - prep-deps
@ -25,10 +28,10 @@ workflows:
- prep-deps
- test-e2e-chrome:
requires:
- prep-deps
- prep-build-test
- test-e2e-firefox:
requires:
- prep-deps
- prep-build-test
- test-unit:
requires:
- prep-deps
@ -92,11 +95,16 @@ jobs:
- run:
name: Install deps
command: |
yarn --frozen-lockfile
.circleci/scripts/deps-install.sh
- run:
name: Collect yarn install HAR logs
command: |
.circleci/scripts/collect-har-artifact.sh
- persist_to_workspace:
root: .
paths:
- node_modules
- build-artifacts
prep-build:
docker:
@ -117,6 +125,24 @@ jobs:
- dist
- builds
prep-build-test:
docker:
- image: circleci/node:10.16-browsers
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Build extension for testing
command: yarn build:test
- run:
name: Move test build to 'dist-test' to avoid conflict with production build
command: mv ./dist ./dist-test
- persist_to_workspace:
root: .
paths:
- dist-test
prep-docs:
docker:
- image: circleci/node:10.16-browsers
@ -159,8 +185,11 @@ jobs:
- attach_workspace:
at: .
- run:
name: Test
name: Lint
command: yarn lint
- run:
name: Verify locales
command: yarn verify-locales --quiet
test-deps:
docker:
@ -180,9 +209,12 @@ jobs:
- checkout
- attach_workspace:
at: .
- run:
name: Move test build to dist
command: mv ./dist-test ./dist
- run:
name: test:e2e:chrome
command: yarn build:test && yarn test:e2e:chrome
command: yarn test:e2e:chrome
no_output_timeout: 20m
- store_artifacts:
path: test-artifacts
@ -198,9 +230,12 @@ jobs:
command: ./.circleci/scripts/firefox-install
- attach_workspace:
at: .
- run:
name: Move test build to dist
command: mv ./dist-test ./dist
- run:
name: test:e2e:firefox
command: yarn build:test && yarn test:e2e:firefox
command: yarn test:e2e:firefox
no_output_timeout: 20m
- store_artifacts:
path: test-artifacts
@ -213,6 +248,9 @@ jobs:
- checkout
- attach_workspace:
at: .
- run:
name: build:source-map-explorer
command: ./development/source-map-explorer.sh
- store_artifacts:
path: dist/sourcemaps
destination: builds/sourcemaps
@ -222,6 +260,13 @@ jobs:
- store_artifacts:
path: test-artifacts
destination: test-artifacts
# important: generate sesify viz AFTER uploading builds as artifacts
- run:
name: build:sesify-viz
command: ./.circleci/scripts/create-sesify-viz
- store_artifacts:
path: build-artifacts
destination: build-artifacts
- run:
name: build:announce
command: ./development/metamaskbot-build-announce.js

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
mkdir -p build-artifacts/yarn-install-har
mv ./*.har build-artifacts/yarn-install-har/

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -x
set -e
set -u
set -o pipefail
# prepare artifacts dir
mkdir -p ./build-artifacts/deps-viz/
# generate viz
SESIFY_AUTOGEN=1 npx gulp build:extension:js:background
npx sesify-viz --deps sesify/deps-background.json --config sesify/background.json --dest ./build-artifacts/deps-viz/background

@ -0,0 +1,22 @@
#!/usr/bin/env bash
set -x
yarn --frozen-lockfile --ignore-scripts --har
# run each in subshell so directory change does not persist
# scripts can be any of:
# preinstall
# install
# postinstall
# for build
(cd node_modules/node-sass && yarn run postinstall)
(cd node_modules/optipng-bin && yarn run postinstall)
(cd node_modules/gifsicle && yarn run postinstall)
(cd node_modules/jpegtran-bin && yarn run postinstall)
# for test
(cd node_modules/scrypt && yarn run install)
(cd node_modules/weak && yarn run install)
(cd node_modules/chromedriver && yarn run install)
(cd node_modules/geckodriver && yarn run postinstall)

@ -14,7 +14,7 @@
"templateStrings": true,
"classes": true,
"jsx": true
},
}
},
"extends": ["plugin:react/recommended"],

@ -5,4 +5,4 @@ package.json @danjm @whymarrh @Gudahtt
yarn.lock @danjm @whymarrh @Gudahtt
ui/ @danjm @whymarrh @Gudahtt
app/scripts/controllers/transactions @frankiebee
.circleci/scripts/deps-install.sh @kumavis @Gudahtt

@ -33,7 +33,7 @@
"always",
{
"ignore": [
"after-comment",
"after-comment"
]
}
],

@ -2,9 +2,29 @@
## Current Develop Branch
## 7.3.0 Fri Sep 27 2019
- [#6972](https://github.com/MetaMask/metamask-extension/pull/6972): 3box integration
- [#7168](https://github.com/MetaMask/metamask-extension/pull/7168): Add fixes for German translations
- [#7170](https://github.com/MetaMask/metamask-extension/pull/7170): Remove the disk store
- [#7176](https://github.com/MetaMask/metamask-extension/pull/7176): Performance: Delivery optimized images
- [#7189](https://github.com/MetaMask/metamask-extension/pull/7189): add goerli to incoming tx
- [#7190](https://github.com/MetaMask/metamask-extension/pull/7190): Remove unused locale messages
- [#7173](https://github.com/MetaMask/metamask-extension/pull/7173): Fix RPC error messages
- [#7205](https://github.com/MetaMask/metamask-extension/pull/7205): address book entries by chainId
- [#7207](https://github.com/MetaMask/metamask-extension/pull/7207): obs-store/local-store should upgrade webextension error to real error
- [#7162](https://github.com/MetaMask/metamask-extension/pull/7162): Add a/b test for full screen transaction confirmations
- [#7089](https://github.com/MetaMask/metamask-extension/pull/7089): Add advanced setting to enable editing nonce on confirmation screens
- [#7239](https://github.com/MetaMask/metamask-extension/pull/7239): Update ETH logo, update deposit Ether logo height and width
- [#7255](https://github.com/MetaMask/metamask-extension/pull/7255): Use translated string for state log
- [#7266](https://github.com/MetaMask/metamask-extension/pull/7266): fix issue of xyz ens not resolving
- [#7253](https://github.com/MetaMask/metamask-extension/pull/7253): Prevent Logout Timer that's longer than a week.
- [#7285](https://github.com/MetaMask/metamask-extension/pull/7285): Lessen the length of ENS validation to 3
- [#7287](https://github.com/MetaMask/metamask-extension/pull/7287): Fix phishing detect script
## 7.2.3 Fri Oct 04 2019
- [#7252](https://github.com/MetaMask/metamask-extension/pull/7252): Fix gas limit when sending tx without data to a contract
- [#7260](https://github.com/MetaMask/metamask-extension/pull/7260): Do not transate on seed phrases
- [#7252](https://github.com/MetaMask/metamask-extension/pull/7252): Ensure correct tx category when sending to contracts without tx data
## 7.2.2 Tue Sep 24 2019
- [#7213](https://github.com/MetaMask/metamask-extension/pull/7213): Update minimum Firefox verison to 56.0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "Vystavte účty"
},
"exposeDescription": {
"message": "Vystavte účty na aktuální webové stránky. Užitečné pro starší dappy."
},
"confirmExpose": {
"message": "Opravdu chcete své účty vystavit na stávajícím webu?"
},
"confirmClear": {
"message": "Naozaj chcete vymazať schválené webové stránky?"
},
"clearApprovalDataSuccess": {
"message": "Schválené údaje webových stránek byly úspěšně zrušeny."
},
"clearApprovalData": {
"message": "Jasné údaje o schválení"
},
@ -23,9 +11,6 @@
"providerRequestInfo": {
"message": "Níže uvedená doména se pokouší požádat o přístup k API Ethereum, aby mohla komunikovat s blokádou Ethereum. Před schválením přístupu Ethereum vždy zkontrolujte, zda jste na správném místě."
},
"accept": {
"message": "Přijmout"
},
"account": {
"message": "Účet"
},
@ -35,12 +20,6 @@
"accountName": {
"message": "Název účtu"
},
"address": {
"message": "Adresa"
},
"addCustomToken": {
"message": "Přidat vlastní token"
},
"addToken": {
"message": "Přidat token"
},
@ -50,9 +29,6 @@
"amount": {
"message": "Částka"
},
"amountPlusGas": {
"message": "Částka + palivo"
},
"appDescription": {
"message": "Ethereum rozšíření prohlížeče",
"description": "The description of the application"
@ -73,18 +49,12 @@
"attributions": {
"message": "Zásluhy"
},
"available": {
"message": "Dostupné"
},
"back": {
"message": "Zpět"
},
"balance": {
"message": "Zůstatek:"
},
"balances": {
"message": "Zůstatek tokenu"
},
"balanceIsInsufficientGas": {
"message": "Nedostatek prostředků pro aktuální množství paliva"
},
@ -95,21 +65,9 @@
"blockiesIdenticon": {
"message": "Použít Blockies Identicon"
},
"borrowDharma": {
"message": "Pújčit si přes Dharma (Beta)"
},
"builtInCalifornia": {
"message": "MetaMask je navržen a vytvořen v Kalifornii."
},
"buy": {
"message": "Koupit"
},
"buyCoinbase": {
"message": "Nákup na Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Coinbase je světově nejoblíbenější místo k nákupu a prodeji bitcoinu, etherea nebo litecoinu."
},
"buyCoinSwitch": {
"message": "Nákup na CoinSwitch"
},
@ -119,27 +77,15 @@
"cancel": {
"message": "Zrušit"
},
"classicInterface": {
"message": "Použít klasické rozhraní"
},
"clickCopy": {
"message": "Kliknutím zkopírovat"
},
"confirm": {
"message": "Potvrdit"
},
"confirmed": {
"message": "Potvrzeno"
},
"confirmContract": {
"message": "Potvrdit kontrakt"
},
"confirmPassword": {
"message": "Potvrdit heslo"
},
"confirmTransaction": {
"message": "Potvrdit transakci"
},
"connectingToKovan": {
"message": "Připojuji se k Kovan Test Network"
},
@ -152,15 +98,6 @@
"connectingToRinkeby": {
"message": "Připojuji se k Rinkeby Test Network"
},
"connectingToUnknown": {
"message": "Připojuji se k neznámé síti"
},
"continue": {
"message": "Pokračovat"
},
"continueToCoinbase": {
"message": "Přejít na Coinbase"
},
"continueToCoinSwitch": {
"message": "Přejít na CoinSwitch"
},
@ -173,15 +110,9 @@
"copiedButton": {
"message": "Zkopírováno"
},
"copiedClipboard": {
"message": "Zkopírováno do schránky"
},
"copiedExclamation": {
"message": "Zkopírováno!"
},
"copiedSafe": {
"message": "Zkopíroval jsem to na bezpečné místo"
},
"copy": {
"message": "Kopírovat"
},
@ -200,28 +131,12 @@
"createAccount": {
"message": "Vytvořit účet"
},
"createDen": {
"message": "Vytvořit"
},
"crypto": {
"message": "Krypto",
"description": "Exchange type (cryptocurrencies)"
},
"currentNetwork": {
"message": "Aktuální síť"
},
"currentRpc": {
"message": "Současné RPC"
},
"customGas": {
"message": "Nastavit palivo"
},
"customToken": {
"message": "Vlastní token"
},
"customize": {
"message": "Nastavit"
},
"customRPC": {
"message": "Vlastní RPC"
},
@ -234,39 +149,15 @@
"defaultNetwork": {
"message": "Výchozí síť pro Etherové transakce je Main Net."
},
"denExplainer": {
"message": "Váš DEN je heslem šifrované uložiště v MetaMasku."
},
"deposit": {
"message": "Vklad"
},
"depositBTC": {
"message": "Vložte BTC na níže uvedenou adresu:"
},
"depositEth": {
"message": "Vložit Eth"
},
"depositEther": {
"message": "Vložit Ether"
},
"depositFiat": {
"message": "Vklad s fiat měnou"
},
"depositFromAccount": {
"message": "Vložte z jiného účtu"
},
"depositShapeShift": {
"message": "Vklad přes ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Pokud vlastníte jiné kryptoměny, můžete je směnit Ether a vložit ho přímo do peněženky MetaMask. Bez založení účtu."
},
"details": {
"message": "Podrobnosti"
},
"directDeposit": {
"message": "Přímý vklad"
},
"directDepositEther": {
"message": "Vložit Ether přímo"
},
@ -285,33 +176,18 @@
"edit": {
"message": "Upravit"
},
"editAccountName": {
"message": "Upravit název účtu"
},
"emailUs": {
"message": "Napište nám e-mail!"
},
"encryptNewDen": {
"message": "Zašifrujte svůj nový DEN"
},
"enterPassword": {
"message": "Zadejte heslo"
},
"enterPasswordConfirm": {
"message": "Zadejte heslo k potvrzení"
},
"etherscanView": {
"message": "Prohlédněte si účet na Etherscan"
},
"exchangeRate": {
"message": "Směnný kurz"
},
"exportPrivateKey": {
"message": "Exportovat privátní klíč"
},
"exportPrivateKeyWarning": {
"message": "Exportujte privátní klíč na vlastní riziko."
},
"failed": {
"message": "Neúspěšné"
},
@ -323,49 +199,27 @@
"message": "Import souboru nefunguje? Klikněte sem!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "Sledujte nás na Twitteru"
},
"from": {
"message": "Od"
},
"fromToSame": {
"message": "Adresy odesílatele a příjemce nemohou být stejné"
},
"fromShapeShift": {
"message": "Z ShapeShift"
},
"gas": {
"message": "Palivo",
"description": "Short indication of gas cost"
},
"gasFee": {
"message": "Poplatek za palivo"
},
"gasLimit": {
"message": "Limit paliva"
},
"gasLimitCalculation": {
"message": "Počítáme doporučený limit paliva na základě úspěšnosti v síti."
},
"gasLimitRequired": {
"message": "Limit paliva je povinný"
},
"gasLimitTooLow": {
"message": "Limit paliva musí být alespoň 21000"
},
"generatingSeed": {
"message": "Generuji klíčovou frázi..."
},
"gasPrice": {
"message": "Cena paliva (GWEI)"
},
"gasPriceCalculation": {
"message": "Počítáme doporučenou cenu paliva na základě úspěšnosti v síti."
},
"gasPriceRequired": {
"message": "Cena paliva je povinná"
},
"getEther": {
"message": "Získejte Ether"
},
@ -381,9 +235,6 @@
"message": "zde",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "Tady je seznam!!!!"
},
"hide": {
"message": "Skrýt"
},
@ -393,31 +244,16 @@
"hideTokenPrompt": {
"message": "Skrýt token?"
},
"howToDeposit": {
"message": "Jakým způsobem chcete vložit Ether?"
},
"holdEther": {
"message": "Dovoluje vám držet ether a tokeny a slouží jako most k decentralizovaným aplikacím."
},
"importAccount": {
"message": "Import účtu"
},
"importAccountMsg": {
"message": "Importované účty nebudou spojeny s vaší původní MetaMaskovou klíčovou frází. Zjistěte více o importovaných účtech "
},
"importAnAccount": {
"message": "Import účtu"
},
"importDen": {
"message": "Import existujícího DEN"
},
"imported": {
"message": "Importováno",
"description": "status showing that an account has been fully loaded into the keyring"
},
"info": {
"message": "Informace"
},
"infoHelp": {
"message": "Informace a nápověda"
},
@ -433,31 +269,19 @@
"invalidAddressRecipient": {
"message": "Adresa příjemce je neplatná"
},
"invalidGasParams": {
"message": "Neplatná parametry paliva"
},
"invalidInput": {
"message": "Neplatný vstup."
},
"invalidRequest": {
"message": "Neplatný požadavek"
},
"invalidRPC": {
"message": "Neplatné RPC URI"
},
"jsonFail": {
"message": "Něco se pokazilo. Prosím, ujistěte se, že váš JSON soubor má správný formát."
"invalidBlockExplorerURL": {
"message": "Neplatné Block Explorer URI"
},
"jsonFile": {
"message": "JSON soubor",
"description": "format for importing an account"
},
"keepTrackTokens": {
"message": "Udržujte si záznamy o tokenech, které jste koupili s účtem v MetaMasku."
},
"knowledgeDataBase": {
"message": "Navštivte naši Knowledge Base"
},
"learnMore": {
"message": "Zjistěte více."
},
@ -483,12 +307,6 @@
"logout": {
"message": "Odhlásit"
},
"loose": {
"message": "Nevázané"
},
"loweCaseWords": {
"message": "slova klíčové fráze mají pouze malá písmena"
},
"message": {
"message": "Zpráva"
},
@ -508,10 +326,6 @@
"message": "Musíte zvolit soubor k importu.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "Musíte zadat heslo pro zvolený soubor.",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "Nelze odeslat zápornou částku ETH."
},
@ -531,12 +345,6 @@
"newPassword": {
"message": "Nové heslo (min 8 znaků)"
},
"newPassword8Chars": {
"message": "Nové heslo (min 8 znaků)"
},
"newRecipient": {
"message": "Nový příjemce"
},
"next": {
"message": "Další"
},
@ -546,45 +354,15 @@
"noDeposits": {
"message": "Žádný vklad"
},
"noTransactionHistory": {
"message": "Žádná historie transakcí."
},
"noTransactions": {
"message": "Žádné transakce"
},
"notStarted": {
"message": "Nezačalo"
},
"oldUI": {
"message": "Staré rozhraní"
},
"oldUIMessage": {
"message": "Vrátili jste se ke starému rozhraní. Můžete přepnout na nové rozhraní v nastavení v pravém horním menu."
},
"onlySendToEtherAddress": {
"message": "Posílejte jen ETH na Ethereum adresu."
},
"or": {
"message": "nebo",
"description": "choice between creating or importing a new account"
},
"passwordCorrect": {
"message": "Ujistěte se, že je vaše heslo správně."
},
"passwordsDontMatch": {
"message": "Hesla nejsou stejná"
},
"passwordMismatch": {
"message": "hesla nesouhlasí",
"description": "in password creation process, the two new password fields did not match"
},
"passwordNotLongEnough": {
"message": "Heslo není dost dlouhé"
},
"passwordShort": {
"message": "heslo je krátké",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "Vložte zde svůj privátní klíč:",
"description": "For importing an account from a private key"
@ -595,12 +373,6 @@
"personalAddressDetected": {
"message": "Detekována osobní adresa. Zadejte adresu kontraktu tokenu."
},
"pleaseReviewTransaction": {
"message": "Zkontrolujte si transakci."
},
"popularTokens": {
"message": "Oblíbené tokeny"
},
"privacyMsg": {
"message": "Zásady ochrany osobních údajů"
},
@ -620,21 +392,9 @@
"readdToken": {
"message": "Tento token můžete v budoucnu přidat zpět s „Přidat token“ v nastavení účtu."
},
"readMore": {
"message": "Přečtěte si více zde."
},
"readMore2": {
"message": "Přečtěte si více."
},
"receive": {
"message": "Obrdžet"
},
"recipientAddress": {
"message": "Adresa příjemce"
},
"refundAddress": {
"message": "Adresa pro vrácení peněz"
},
"rejected": {
"message": "Odmítnuto"
},
@ -644,15 +404,9 @@
"restoreFromSeed": {
"message": "Obnovit z seed fráze"
},
"restoreVault": {
"message": "Obnovit trezor"
},
"required": {
"message": "Povinné"
},
"retryWithMoreGas": {
"message": "Opakujte s vyšší cenou paliva"
},
"revealSeedWords": {
"message": "Zobrazit slova klíčové fráze"
},
@ -662,23 +416,9 @@
"revert": {
"message": "Zvrátit"
},
"rpc": {
"message": "Vlastní RPC"
},
"sampleAccountName": {
"message": "Např. můj nový účet",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "Uložit"
},
"saveAsFile": {
"message": "Uložit do souboru",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "Uložit slova klíčové fráze do souboru"
},
"search": {
"message": "Hledat"
},
@ -688,15 +428,9 @@
"seedPhraseReq": {
"message": "klíčové fráze mají 12 slov"
},
"select": {
"message": "Vybrat"
},
"selectCurrency": {
"message": "Vybrat měnu"
},
"selectService": {
"message": "Vybrat službu"
},
"selectType": {
"message": "Vybrat typ"
},
@ -712,21 +446,12 @@
"searchTokens": {
"message": "Hledat tokeny"
},
"sendTokensAnywhere": {
"message": "Posílejte tokeny komukoli s Ethereum účtem"
},
"settings": {
"message": "Nastavení"
},
"shapeshiftBuy": {
"message": "Nakoupit na ShapeShift"
},
"showPrivateKeys": {
"message": "Zobrazit privátní klíče"
},
"showQRCode": {
"message": "Zobrazit QR kód"
},
"sign": {
"message": "Podepsat"
},
@ -736,24 +461,12 @@
"signed": {
"message": "Podepsáno"
},
"signMessage": {
"message": "Podepsat zprávu"
},
"signNotice": {
"message": "Podepsání zprávy může mít \nnebezpečný vedlejší učinek. Podepisujte zprávy pouze ze \nstránek, kterým plně důvěřujete celým svým účtem.\n Tato nebezpečná metoda bude odebrána v budoucí verzi. "
},
"sigRequest": {
"message": "Požadavek podpisu"
},
"sigRequested": {
"message": "Požádáno o podpis"
},
"spaceBetween": {
"message": "mezi slovy může být pouze mezera"
},
"status": {
"message": "Stav"
},
"stateLogs": {
"message": "Stavové protokoly"
},
@ -775,9 +488,6 @@
"symbolBetweenZeroTwelve": {
"message": "Symbol musí být mezi 0 a 12 znaky."
},
"takesTooLong": {
"message": "Trvá to dlouho?"
},
"terms": {
"message": "Podmínky použití"
},
@ -791,92 +501,43 @@
"message": "$1 na ETH přes ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenAddress": {
"message": "Adresa tokenu"
},
"tokenAlreadyAdded": {
"message": "Token byl už přidán."
},
"tokenBalance": {
"message": "Váš zůstatek tokenu je:"
},
"tokenSelection": {
"message": "Vyhledejte token nebo je vyberte z našeho seznamu oblíbených tokenů."
},
"tokenSymbol": {
"message": "Symbol tokenu"
},
"tokenWarning1": {
"message": "Mějte přehled o tokenech, které jste koupili s účtem MetaMasku. Pokud jste koupili tokeny s jiným účtem, tyto tokeny se zde nezobrazí."
},
"total": {
"message": "Celkem"
},
"transactions": {
"message": "transakce"
},
"transactionError": {
"message": "Chyba transakce. Vyhozena výjimka v kódu kontraktu."
},
"transactionMemo": {
"message": "Poznámka transakce (nepovinné)"
},
"transactionNumber": {
"message": "Číslo transakce"
},
"transfers": {
"message": "Převody"
},
"troubleTokenBalances": {
"message": "Měli jsme problém s načtením vašich tokenových zůstatků. Můžete je vidět ",
"description": "Followed by a link (here) to view token balances"
},
"twelveWords": {
"message": "Těchto 12 slov je jedinou možností, jak obnovit MetaMask účet. \nUložte je na bezpečné a neveřejné místo."
},
"typePassword": {
"message": "Zadejte své heslo"
},
"uiWelcome": {
"message": "Vítejte v novém rozhraní (Beta)"
},
"uiWelcomeMessage": {
"message": "Používáte nyní nové rozhraní MetaMasku. Rozhlédněte se kolem, vyzkoušejte nové funkce, jako jsou zasílání tokenů, a dejte nám vědět, pokud narazíte na problém."
},
"unapproved": {
"message": "Neschváleno"
},
"unavailable": {
"message": "Nedostupné"
},
"unknown": {
"message": "Neznámé"
},
"unknownNetwork": {
"message": "Neznámá soukromá síť"
},
"unknownNetworkId": {
"message": "Neznámé ID sítě"
},
"uriErrorMsg": {
"message": "URI vyžadují korektní HTTP/HTTPS prefix."
},
"usaOnly": {
"message": "jen v USA",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Používána různými klienty"
},
"useOldUI": {
"message": "Použijte staré rozhraní"
},
"validFileImport": {
"message": "Musíte vybrat validní soubor k importu."
},
"vaultCreated": {
"message": "Trezor vytvořen"
},
"viewAccount": {
"message": "Zobrazit účet"
},
@ -886,15 +547,9 @@
"walletSeed": {
"message": "Klíčová fráze peněženky"
},
"warning": {
"message": "Varování"
},
"welcome": {
"message": "Vítejte v MetaMask"
},
"whatsThis": {
"message": "Co to je?"
},
"yourSigRequested": {
"message": "Je vyžadován váš podpis"
},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -2,27 +2,15 @@
"privacyModeDefault": {
"message": "Naka-enable ang Privacy Mode bilang default"
},
"exposeAccounts": {
"message": "I-expose Ang Mga Account"
},
"exposeDescription": {
"message": "I-expose ang mga account sa kasalukuyang website. Kapaki-pakinabang para sa legacy dapps."
},
"chartOnlyAvailableEth": {
"message": "Available lang ang chart sa mga Ethereum network."
},
"confirmExpose": {
"message": "Sigurado ka bang gusto mong ilantad ang iyong mga account sa kasalukuyang website?"
},
"confirmClear": {
"message": "Sigurado ka bang gusto mong i-clear ang mga inaprubahang website?"
},
"contractInteraction": {
"message": "Paggamit sa Contract"
},
"clearApprovalDataSuccess": {
"message": "Na-clear ang inaprubahang data ng website."
},
"clearApprovalData": {
"message": "I-clear ang Privacy Data"
},
@ -41,12 +29,6 @@
"aboutSettingsDescription": {
"message": "Bersyon, support center, at impormasyon sa pakikipag-ugnayan."
},
"aboutUs": {
"message": "Tungkol sa Amin"
},
"accept": {
"message": "Tanggapin"
},
"acceleratingATransaction": {
"message": "* Ang pagpapabilis sa isang transaksyon sa pamamagitan ng paggamit ng mas mataas na presyo ng gas ay makakadagdag sa tsansa nitong maproseso ng network nang mas mabilis, pero hindi ito palaging garantisado."
},
@ -68,9 +50,6 @@
"activityLog": {
"message": "log ng aktibidad"
},
"add": {
"message": "Magdagdag"
},
"addNetwork": {
"message": "Magdagdag ng Network"
},
@ -83,9 +62,6 @@
"advancedOptions": {
"message": "Mga Advanced na Opsyon"
},
"addCustomToken": {
"message": "Magdagdag ng custom na token"
},
"addToAddressBook": {
"message": "Idagdag sa address book"
},
@ -95,9 +71,6 @@
"addAlias": {
"message": "Magdagdag ng alias"
},
"addEthAddress": {
"message": "Magdagdag ng Ethereum address"
},
"addToken": {
"message": "Magdagdag ng Token"
},
@ -110,24 +83,9 @@
"addAcquiredTokens": {
"message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask"
},
"agreeTermsOfService": {
"message": "Sumasang-ayon ako sa Mga Tuntunin ng Serbisyo"
},
"allDone": {
"message": "Tapos na Lahat"
},
"alreadyHaveSeedPhrase": {
"message": "Hindi, may seed phrase na ako"
},
"amount": {
"message": "Halaga"
},
"amountPlusGas": {
"message": "Halaga + Gas"
},
"amountPlusTxFee": {
"message": "Halaga + TX Fee"
},
"appDescription": {
"message": "Isang Ethereum Wallet sa iyong Browser",
"description": "The description of the application"
@ -181,9 +139,6 @@
"balanceOutdated": {
"message": "Maaaring outdated na ang balanse"
},
"balances": {
"message": "(Mga) Token balance"
},
"balanceIsInsufficientGas": {
"message": "Hindi sapat ang balanse para sa kasalukuyang total ng gas"
},
@ -201,24 +156,12 @@
"blockiesIdenticon": {
"message": "Gumamit ng Blockies Identicon"
},
"borrowDharma": {
"message": "Humiram Sa Dharma (Beta)"
},
"browserNotSupported": {
"message": "Hindi sinusuportahan ang iyong Browser..."
},
"builtInCalifornia": {
"message": "Ang MetaMask ay dinisenyo at binuo sa California."
},
"buy": {
"message": "Bilhin"
},
"buyCoinbase": {
"message": "Bilhin sa Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Ang Coinbase ay ang pinakasikat na paraan para bumili at magbenta ng Bitcoin, Ethereum, at Litecoin sa mundo."
},
"buyWithWyre": {
"message": "Bumili ng ETH gamit ang Wyre"
},
@ -252,15 +195,6 @@
"cancelled": {
"message": "Nakansela"
},
"cancelN": {
"message": "Kanselahin ang lahat ng $1 (na) transaksyon"
},
"classicInterface": {
"message": "Gamitin ang classic interface"
},
"clickCopy": {
"message": "I-click para Kopyahin"
},
"clickToAdd": {
"message": "Mag-click sa $1 para idagdag ang mga iyon sa iyong account"
},
@ -273,30 +207,18 @@
"chromeRequiredForHardwareWallets": {
"message": "Kailangan mong gamitin ang MetaMask sa Google Chrome upang makakonekta sa iyong Hardware Wallet."
},
"company": {
"message": "Kumpanya"
},
"confirm": {
"message": "Kumpirmahin"
},
"confirmationTime": {
"message": "Tagal ng pagkumpirma (seg)"
},
"confirmed": {
"message": "Nakumpirma"
},
"confirmContract": {
"message": "Kumpirmahin ang Contract"
},
"confirmPassword": {
"message": "Kumpirmahin ang Password"
},
"confirmSecretBackupPhrase": {
"message": "Kumpirmahin ang iyong Secret Backup Phrase"
},
"confirmTransaction": {
"message": "Kumpirmahin ang Transaksyon"
},
"congratulations": {
"message": "Binabati kita"
},
@ -306,9 +228,6 @@
"connect": {
"message": "Kumonekta"
},
"connecting": {
"message": "Kumokonekta..."
},
"connectingTo": {
"message": "Kumokonekta sa $1"
},
@ -330,21 +249,6 @@
"connectingToGoerli": {
"message": "Kumokonekta sa Goerli Test Network"
},
"connectingToUnknown": {
"message": "Kumonekta sa Hindi Kilalang Network"
},
"connectToLedger": {
"message": "Kumonekta sa Ledger"
},
"connectToTrezor": {
"message": "Kumonekta sa Trezor"
},
"continue": {
"message": "Magpatuloy"
},
"continueToCoinbase": {
"message": "Magpatuloy sa Coinbase"
},
"continueToWyre": {
"message": "Magpatuloy sa Wyre"
},
@ -360,15 +264,9 @@
"copiedButton": {
"message": "Nakopya"
},
"copiedClipboard": {
"message": "Nakopya sa Clipboard"
},
"copiedExclamation": {
"message": "Nakopya!"
},
"copiedSafe": {
"message": "Nakopya ko ito sa isang lugar na ligtas"
},
"copyAddress": {
"message": "Kopyahin ang address sa clipboard"
},
@ -396,9 +294,6 @@
"createAWallet": {
"message": "Gumawa ng Wallet"
},
"createDen": {
"message": "Gumawa"
},
"createPassword": {
"message": "Gumawa ng Password"
},
@ -408,12 +303,6 @@
"currentLanguage": {
"message": "Kasalukuyang Wika"
},
"currentNetwork": {
"message": "Kasalukuyang Network"
},
"currentRpc": {
"message": "Kasalukuyang RPC"
},
"customGas": {
"message": "I-customize ang Gas"
},
@ -423,9 +312,6 @@
"customToken": {
"message": "Custom na Token"
},
"customize": {
"message": "I-customize"
},
"decimalsMustZerotoTen": {
"message": "Ang mga decimal ay hindi dapat bumaba sa 0, at hindi lumampas sa 36."
},
@ -441,39 +327,15 @@
"deleteAccount": {
"message": "I-delete ang Account"
},
"denExplainer": {
"message": "Ang iyong DEN ay ang iyong storage na naka-encrypt gamit ang isang password sa loob ng MetaMask."
},
"deposit": {
"message": "Deposito"
},
"depositBTC": {
"message": "Ideposito ang iyong BTC sa address sa ibaba:"
},
"depositEth": {
"message": "Magdeposito ng Eth"
},
"depositEther": {
"message": "Magdeposito ng Ether"
},
"depositFiat": {
"message": "Magdeposito gamit ang Fiat"
},
"depositFromAccount": {
"message": "Magdeposito mula sa ibang account"
},
"depositShapeShift": {
"message": "Magdeposito gamit ang ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Kung mayroon kang iba pang mga cryptocurrency, maaari kang makipagpalitan at magdeposito ng Ether nang direkta sa iyong MetaMask wallet. Walang Account na Kailangan."
},
"details": {
"message": "Mga Detalye"
},
"directDeposit": {
"message": "Direktang Deposito"
},
"directDepositEther": {
"message": "Direktang Magdeposito ng Ether"
},
@ -504,24 +366,12 @@
"edit": {
"message": "I-edit"
},
"editNetwork": {
"message": "I-edit ang Network"
},
"editAccountName": {
"message": "I-edit ang Pangalan ng Account"
},
"editContact": {
"message": "I-edit ang Contact"
},
"editingTransaction": {
"message": "Gumawa ng mga pagbabago sa iyong transaksyon"
},
"emailUs": {
"message": "Mag-email sa amin!"
},
"encryptNewDen": {
"message": "I-encrypt ang iyong bagong DEN"
},
"endOfFlowMessage1": {
"message": "Pumasa ka sa test - panatilihing ligtas ang iyong seedphrase, responsibilidad mo ito!"
},
@ -552,9 +402,6 @@
"endOfFlowMessage10": {
"message": "Tapos na Lahat"
},
"ensNameNotFound": {
"message": "Hindi nakita ang ENS name"
},
"ensRegistrationError": {
"message": "May error sa pagrerehistro ng ENS name"
},
@ -567,9 +414,6 @@
"enterPassword": {
"message": "Ilagay ang password"
},
"enterPasswordConfirm": {
"message": "Ilagay ang iyong password para kumpirmahin"
},
"enterPasswordContinue": {
"message": "Ilagay ang password para magpatuloy"
},
@ -579,18 +423,12 @@
"estimatedProcessingTimes": {
"message": "Tinatantiyang Tagal ng Pagproseso"
},
"exchangeRate": {
"message": "Presyo ng Palitan"
},
"expandView": {
"message": "I-expand ang View"
},
"exportPrivateKey": {
"message": "I-export ang Private Key"
},
"exportPrivateKeyWarning": {
"message": "Ikaw ang mananagot sa pag-export ng mga private key."
},
"failed": {
"message": "Nabigo"
},
@ -600,28 +438,16 @@
"faster": {
"message": "Mas Mabilis"
},
"fastest": {
"message": "Pinakamabilis"
},
"feeChartTitle": {
"message": "Mga Live na Prediksyon sa Fee sa Transaksyon"
},
"fileImportFail": {
"message": "Hindi gumagana ang pag-import ng file? Mag-click dito!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "I-follow kami sa Twitter"
},
"forgetDevice": {
"message": "Kalimutan ang device na ito"
},
"from": {
"message": "Mula sa"
},
"fromToSame": {
"message": "Hindi puwedeng pareho ang address na Mula sa at Para sa"
},
"fromShapeShift": {
"message": "Mula sa ShapeShift"
},
@ -637,18 +463,12 @@
"gasLimitInfoModalContent": {
"message": "Ang limitasyon sa gas ay ang maximum na dami ng mga unit ng gas na handa kang gastusin."
},
"gasLimitRequired": {
"message": "Kailangan ng Limitasyon sa Gas"
},
"gasLimitTooLow": {
"message": "Ang limitasyon sa gas ay dapat na hindi bababa sa 21000"
},
"gasUsed": {
"message": "Gas na Ginamit"
},
"generatingSeed": {
"message": "Jine-generate ang Seed..."
},
"gasPrice": {
"message": "Presyo ng Gas (GWEI)"
},
@ -664,18 +484,12 @@
"gasPriceCalculation": {
"message": "Kinakalkula namin ang mga iminumungkahing preyso ng gas batay sa mga success rate sa network."
},
"gasPriceRequired": {
"message": "Kailangan ang Presyo ng Gas"
},
"general": {
"message": "Pangkalahatan"
},
"generalSettingsDescription": {
"message": "Pagpapapalit ng currency, pangunahing currency, wika, blockies identicon"
},
"generatingTransaction": {
"message": "Jine-generate ang transaksyon"
},
"getEther": {
"message": "Kumuha ng Ether"
},
@ -712,9 +526,6 @@
"message": "dito",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "Narito ang isang listahan!!!!"
},
"hide": {
"message": "Itago"
},
@ -724,12 +535,6 @@
"hideTokenPrompt": {
"message": "Itago ang Token?"
},
"howToDeposit": {
"message": "Paano mo gustong magdeposito ng Ether?"
},
"holdEther": {
"message": "Binibigyang-daan ka nitong magkaroon ng ether at mga token, at nagsisilbi ito bilang iyong bridge sa mga decentralized na application."
},
"import": {
"message": "I-import",
"description": "Button to import an account from a selected file"
@ -743,12 +548,6 @@
"importAccountSeedPhrase": {
"message": "Mag-import ng Account gamit ang Seed Phrase"
},
"importAnAccount": {
"message": "Mag-import ng account"
},
"importDen": {
"message": "Mag-import ng Kasalukuyang DEN"
},
"importWallet": {
"message": "Mag-import ng Wallet"
},
@ -762,12 +561,6 @@
"importUsingSeed": {
"message": "Mag-import gamit ang seed phrase ng account"
},
"importWithSeedPhrase": {
"message": "Mag-import gamit ang seed phrase"
},
"info": {
"message": "Impormasyon"
},
"infoHelp": {
"message": "Impormasyon at Tulong"
},
@ -795,30 +588,18 @@
"invalidAddressRecipientNotEthNetwork": {
"message": "Hindi ito isang ETH network, i-set sa lowercase"
},
"invalidGasParams": {
"message": "Hindi Valid ang Mga Parameter ng Gas"
},
"invalidInput": {
"message": "Hindi valid ang input."
},
"invalidRequest": {
"message": "Hindi Valid ang Request"
},
"invalidRPC": {
"message": "Hindi valid ang RPC URL"
},
"invalidBlockExplorerURL": {
"message": "Hindi valid ang Block Explorer URL"
},
"invalidSeedPhrase": {
"message": "Hindi valid ang seed phrase"
},
"jsonFail": {
"message": "Nagkaroon ng problema. Pakitiyak na wasto ang formatting ng iyong JSON file."
},
"keepTrackTokens": {
"message": "Subaybayan ang mga token na nabili mo sa iyong MetaMask account."
},
"knowledgeDataBase": {
"message": "Bisitahin ang aming Knowledge Base"
},
"learnMore": {
"message": "Matuto pa"
},
@ -838,9 +619,6 @@
"links": {
"message": "Mga Link"
},
"limit": {
"message": "Limitasyon"
},
"liveGasPricePredictions": {
"message": "Mga Live na Prediksyon sa Presyo ng Gas"
},
@ -859,9 +637,6 @@
"logout": {
"message": "Mag-log out"
},
"loweCaseWords": {
"message": "ang seed words ay may mga lowercase na character lang"
},
"memorizePhrase": {
"message": "Tandaan ang pariralang ito."
},
@ -880,9 +655,6 @@
"missingYourTokens": {
"message": "Hindi mo ba nakikita ang iyong mga token?"
},
"mobileSyncTitle": {
"message": "I-sync ang mga account sa mobile"
},
"mobileSyncText": {
"message": "Pakilagay ang iyong password para kumpirmahing ikaw ito!"
},
@ -905,10 +677,6 @@
"message": "Dapat kang pumili ng file na ii-import.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "Dapat kang maglagay ng password para sa napiling file.",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "Hindi makakapagpadala ng mga negative na halaga ng ETH."
},
@ -939,12 +707,6 @@
"newPassword": {
"message": "Bagong Password (min 8 char)"
},
"newPassword8Chars": {
"message": "Bagong Password (min 8 char)"
},
"newRecipient": {
"message": "Bagong Recipient"
},
"newNetwork": {
"message": "Bagong Network"
},
@ -966,21 +728,12 @@
"rpcUrl": {
"message": "Bagong RPC URL"
},
"showAdvancedOptions": {
"message": "Ipakita ang Mga Advanced na Opsyon"
},
"hideAdvancedOptions": {
"message": "Itago ang Mga Advanced na Opsyon"
},
"optionalChainId": {
"message": "ChainID (opsyonal)"
},
"optionalSymbol": {
"message": "Simbolo (opsyonal)"
},
"optionalNickname": {
"message": "Palayaw (opsyonal)"
},
"newTotal": {
"message": "Bagong Total"
},
@ -999,21 +752,12 @@
"noConversionRateAvailable": {
"message": "Walang Presyo ng Palitan na Available"
},
"noTransactionHistory": {
"message": "Walang kasaysayan ng transaksyon."
},
"noTransactions": {
"message": "Wala kang mga transaksyon"
},
"notEnoughGas": {
"message": "Hindi Sapat Ang Gas"
},
"notFound": {
"message": "Hindi Natagpuan"
},
"notStarted": {
"message": "Hindi pa Nasimulan"
},
"noWebcamFoundTitle": {
"message": "Hindi nakita ang webcam"
},
@ -1023,64 +767,27 @@
"ofTextNofM": {
"message": "sa"
},
"oldUI": {
"message": "Lumang UI"
},
"oldUIMessage": {
"message": "Bumalik ka sa lumang UI. Maaari kang bumalik ulit sa Bagong UI sa pamamagitan ng opsyon sa kanang dropdown menu sa itaas."
},
"onlySendToEtherAddress": {
"message": "Magpadala lang ng ETH sa isang Ethereum address."
},
"onlySendTokensToAccountAddress": {
"message": "Magpadala lang ng $1 sa isang Ethereum account address.",
"description": "displays token symbol"
},
"openInTab": {
"message": "Buksan sa tab"
},
"or": {
"message": "o",
"description": "choice between creating or importing a new account"
},
"orderOneHere": {
"message": "Mag-order ng Trezor o Ledger para itago sa cold storage ang iyong pondo"
},
"origin": {
"message": "Pinanggalingan"
},
"outgoing": {
"message": "Papalabas"
},
"parameters": {
"message": "Mga Parameter"
},
"originalTotal": {
"message": "Original na Kabuuan"
},
"participateInMetaMetrics": {
"message": "Makilahok sa MetaMetrics"
},
"participateInMetaMetricsDescription": {
"message": "Makilahok sa MetaMetrics para tulungan kaming mas pagandahin ang MetaMask"
},
"passwordCorrect": {
"message": "Pakitiyak na tama ang iyong password."
},
"passwordsDontMatch": {
"message": "Hindi Nagtutugma Ang Mga Password"
},
"passwordMismatch": {
"message": "hindi nagtutugma ang mga password",
"description": "in password creation process, the two new password fields did not match"
},
"passwordNotLongEnough": {
"message": "Hindi sapat ang haba ng password"
},
"passwordShort": {
"message": "hindi sapat ang haba ng password",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "I-paste ang iyong private key string dito:",
"description": "For importing an account from a private key"
@ -1094,12 +801,6 @@
"personalAddressDetected": {
"message": "Naka-detect ng personal na address. I-input ang token contract address."
},
"pleaseReviewTransaction": {
"message": "Pakisuri ang iyong transaction."
},
"popularTokens": {
"message": "Mga Sikat na Token"
},
"prev": {
"message": "Nakaraan"
},
@ -1127,15 +828,6 @@
"readdToken": {
"message": "Puwede mong idagdag ulit ang token na ito sa hinaharap sa pamamagitan ng pagpunta sa “Magdagdag ng token” sa menu ng mga opsyon ng iyong mga accounts."
},
"readMore": {
"message": "Magbasa pa rito."
},
"readMore2": {
"message": "Magbasa pa."
},
"receive": {
"message": "Tanggapin"
},
"recents": {
"message": "Kamakailan"
},
@ -1145,9 +837,6 @@
"recipientAddressPlaceholder": {
"message": "Maghanap, pampublikong address (0x), o ENS"
},
"refundAddress": {
"message": "Ang Iyong Refund Address"
},
"rejectAll": {
"message": "Tanggihan Lahat"
},
@ -1181,9 +870,6 @@
"restoreFromSeed": {
"message": "I-restore ang account?"
},
"restoreVault": {
"message": "I-restore ang Vault"
},
"restoreAccountWithSeed": {
"message": "I-restore ang iyong Account gamit ang Seed Phrase"
},
@ -1193,9 +879,6 @@
"required": {
"message": "Kailangan"
},
"retryWithMoreGas": {
"message": "Subukan nang may mas mataas na presyo ng gas dito"
},
"restore": {
"message": "Ipanumbalik"
},
@ -1226,10 +909,6 @@
"readyToConnect": {
"message": "Handa ka nang Kumonekta?"
},
"sampleAccountName": {
"message": "Hal. Aking bagong account",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "I-save"
},
@ -1242,13 +921,6 @@
"saveAsCsvFile": {
"message": "I-save bilang CSV File"
},
"saveAsFile": {
"message": "I-save bilang File",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "I-save Ang Seed Words Bilang File"
},
"scanInstructions": {
"message": "Ilagay ang QR code sa harap ng iyong camera"
},
@ -1276,18 +948,12 @@
"securitySettingsDescription": {
"message": "Mga setting ng privacy at seed phrase ng wallet"
},
"secondsShorthand": {
"message": "Seg"
},
"seedPhrasePlaceholder": {
"message": "Paghiwa-hiwalayin ang bawat salita gamit ang isang space"
},
"seedPhraseReq": {
"message": "Ang mga seed phrase ay may habang 12 salita"
},
"select": {
"message": "Pumili"
},
"selectCurrency": {
"message": "Pumili ng Currency"
},
@ -1297,9 +963,6 @@
"selectLocale": {
"message": "Pumili ng Locale"
},
"selectService": {
"message": "Pumili ng Serbisyo"
},
"selectType": {
"message": "Piliin ang Uri"
},
@ -1327,18 +990,12 @@
"searchTokens": {
"message": "Maghanap ng Mga Token"
},
"selectAnAddress": {
"message": "Pumili ng Address"
},
"selectAnAccount": {
"message": "Pumili ng Account"
},
"selectAnAccountHelp": {
"message": "Piliin ang account na titingnan sa MetaMask"
},
"selectAnAsset": {
"message": "Pumili ng Asset"
},
"selectAHigherGasFee": {
"message": "Pumili ng mas mataas na gas fee para pabilisin ang pagproseso ng iyong transaksyon.*"
},
@ -1348,15 +1005,9 @@
"selectPathHelp": {
"message": "Kung hindi mo makita ang kasalukuyan mong mga Ledger account sa ibaba, subukang ilipat ang mga path sa \"Legacy (MEW / MyCrypto)\""
},
"sendTokensAnywhere": {
"message": "Magpadala ng Mga Token sa kahit sino gamit ang isang Ethereum account"
},
"settings": {
"message": "Mga Setting"
},
"shapeshiftBuy": {
"message": "Bilhin gamit ang Shapeshift"
},
"showAdvancedGasInline": {
"message": "Mga advanced na kontrol sa gas"
},
@ -1372,9 +1023,6 @@
"showPrivateKeys": {
"message": "Ipakita ang mga Private Key"
},
"showQRCode": {
"message": "Ipakita ang QR Code"
},
"showHexData": {
"message": "Ipakita ang Hex Data"
},
@ -1387,30 +1035,15 @@
"signed": {
"message": "Na-sign"
},
"signMessage": {
"message": "I-sign ang Mensahe"
},
"signNotice": {
"message": "Kapag na-sign ang mensaheng ito, maaaring magkaroon \nng mapapanganib na side effect. Mag-sign lang ng mga mensaheng mula \nsa mga site na ganap mong pinagkakatiwalaang gumamit sa iyong account.\n Isa itong mapanganib na method na aalisin sa isang bersyon sa hinaharap. "
},
"sigRequested": {
"message": "Hiniling ang Signature"
},
"somethingWentWrong": {
"message": "Oops! Nagkaroon ng problema."
},
"spaceBetween": {
"message": "puwede lang magkaroon ng space sa pagitan ng mga salita"
},
"speedUp": {
"message": "Pabilisin"
},
"speedUpTitle": {
"message": "Pabilisin Ang Transaksyon"
},
"speedUpSubtitle": {
"message": "Dagdagan ang iyong presyo ng gas para subukang i-overwrite at pabilisin ang iyong transaksyon"
},
"speedUpCancellation": {
"message": "Pabilisin ang pagkanselang ito"
},
@ -1420,9 +1053,6 @@
"switchNetworks": {
"message": "Lumipat ng Network"
},
"status": {
"message": "Katayuan"
},
"stateLogs": {
"message": "Mga State Log"
},
@ -1489,9 +1119,6 @@
"syncWithMobileComplete": {
"message": "Matagumpay na na-sync ang iyong data. I-enjoy ang MetaMask mobile app!"
},
"takesTooLong": {
"message": "Masyadong matagal?"
},
"terms": {
"message": "Mga Tuntunin ng Paggamit"
},
@ -1511,18 +1138,9 @@
"tokenAlreadyAdded": {
"message": "Naidagdag na ang token."
},
"tokenBalance": {
"message": "Ang iyong Token Balance ay:"
},
"tokenSelection": {
"message": "Maghanap ng mga token o pumili sa aming listahan ng mga sikat na token."
},
"tokenSymbol": {
"message": "Simbolo ng Token"
},
"tokenWarning1": {
"message": "Subaybayan ang mga token na nabili mo sa iyong MetaMask account. Kung bumili ka ng mga token gamit ang ibang account, lalabas dito ang mga token na iyon."
},
"total": {
"message": "Kabuuan"
},
@ -1535,9 +1153,6 @@
"transactionCreated": {
"message": "Nagawa ang transaksyon nang may halagang $1 sa ganap na $2."
},
"transactionWithNonce": {
"message": "Transaksyon $1"
},
"transactionDropped": {
"message": "Na-drop ang transaksyon sa $2."
},
@ -1550,9 +1165,6 @@
"transactionUpdated": {
"message": "Na-update ang transaksyon sa $2."
},
"transactionUpdatedGas": {
"message": "Na-update ang transaksyon nang may gas fee na $1 sa ganap na $2."
},
"transactionErrored": {
"message": "Nagkaroon ng error ang transaksyon."
},
@ -1562,9 +1174,6 @@
"transactionCancelSuccess": {
"message": "Nakansela ang transaksyon sa ganap na $2"
},
"transactions": {
"message": "mga transaksyon"
},
"transactionError": {
"message": "May Error sa Transaksyon. May exception sa contract code."
},
@ -1574,9 +1183,6 @@
"transactionFee": {
"message": "Fee sa Transaksyon"
},
"transactionMemo": {
"message": "Memo ng transaksyon (opsyonal)"
},
"transactionTime": {
"message": "Oras ng Transaksyon"
},
@ -1589,9 +1195,6 @@
"transferFrom": {
"message": "I-transfer Mula Sa"
},
"transfers": {
"message": "Mga Transfer"
},
"troubleTokenBalances": {
"message": "Nagkaroon kami ng problema sa pag-loading sa iyong mga token balance. Makikita mo ang mga iyon ",
"description": "Followed by a link (here) to view token balances"
@ -1599,27 +1202,12 @@
"tryAgain": {
"message": "Subukang muli"
},
"twelveWords": {
"message": "Ang 12 salitang ito lang ang tanging paraan para ma-restore ang iyong mga MetaMask account.\nI-save ang mga iyon sa isang lugar na ligtas at lihim."
},
"typePassword": {
"message": "I-type ang iyong password sa MetaMask"
},
"uiMigrationAnnouncement": {
"message": "Welcome sa bagong MetaMask UI. Kung mayroon kang feedback tungkol sa UI o mga feature request, makipag-ugnayan sa aming support team o sa GitHub."
},
"uiWelcome": {
"message": "Welcome sa Bagong UI (Beta)"
},
"uiWelcomeMessage": {
"message": "Ginagamit mo na ngayon ang bagong MetaMask UI."
},
"unapproved": {
"message": "Hindi inaprubahan"
},
"unavailable": {
"message": "Hindi available"
},
"units": {
"message": "(na) unit"
},
@ -1629,9 +1217,6 @@
"unknownNetwork": {
"message": "Hindi Kilalang Pribadong Network"
},
"unknownNetworkId": {
"message": "Hindi kilala ang network ID"
},
"unknownQrCode": {
"message": "Error: Hindi namin nakilala ang QR code na iyan"
},
@ -1653,22 +1238,12 @@
"uriErrorMsg": {
"message": "Kinakailangan ng mga URI ang naaangkop na HTTP/HTTPS prefix."
},
"usaOnly": {
"message": "USA lang",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Ginagamit ng iba't ibang client"
},
"useOldUI": {
"message": "Gamitin ang lumang UI"
},
"validFileImport": {
"message": "Dapat kang pumili ng valid na file na ii-import."
},
"vaultCreated": {
"message": "Nagawa ang Vault"
},
"viewAccount": {
"message": "Tingnan ang Account"
},
@ -1684,24 +1259,15 @@
"viewOnEtherscan": {
"message": "Tingnan sa Etherscan"
},
"viewNetworkInfo": {
"message": "Tingnan ang Impormasyon ng Network"
},
"visitWebSite": {
"message": "Bisitahin ang aming web site"
},
"warning": {
"message": "Babala"
},
"welcomeBack": {
"message": "Welcome Ulit!"
},
"welcome": {
"message": "Welcome sa MetaMask"
},
"whatsThis": {
"message": "Ano ito?"
},
"writePhrase": {
"message": "Isulat ang pariralang ito sa isang piraso ng papel at itago ito sa isang secure na lokasyon. Kung gusto mo ng higit pang seguridad, isulat ito sa maraming piraso ng papel at itago ang bawat isa sa 2 - 3 iba't ibang lokasyon."
},
@ -1720,18 +1286,6 @@
"yourPrivateSeedPhrase": {
"message": "Ang iyong pribadong seed phrase"
},
"yourUniqueAccountImage": {
"message": "Ang natatanging imahe ng iyong account"
},
"yourUniqueAccountImageDescription1": {
"message": "Ang imaheng ito ay na-generate ng isang program para sa iyo gamit ang iyong bagong account number."
},
"yourUniqueAccountImageDescription2": {
"message": "Makikita mo ang imaheng ito sa bawat pagkakataong kailangan mong kumpirmahin ang isang transaksyon."
},
"yourUniqueAccountImageDescription3": {
"message": "Hindi kailanman hihilingin ng MetaMask ang iyong seed phrase!"
},
"zeroGasPriceOnSpeedUpError": {
"message": "Zero ang presyo ng gas sa speed up"
}

File diff suppressed because it is too large Load Diff

@ -9,24 +9,12 @@
"about": {
"message": "વિ"
},
"accept": {
"message": "સ"
},
"account": {
"message": "એકઉનટ"
},
"add": {
"message": "ઉમ"
},
"address": {
"message": "સરન"
},
"advanced": {
"message": "વિગતવર"
},
"available": {
"message": "ઉપલબધ"
},
"back": {
"message": "પછળ"
},
@ -54,12 +42,6 @@
"connect": {
"message": "કનટ કર"
},
"connecting": {
"message": "કનિગ..."
},
"continue": {
"message": "આગળ વધ"
},
"copy": {
"message": "કિ કર"
},
@ -69,12 +51,6 @@
"create": {
"message": "બન"
},
"createDen": {
"message": "બન"
},
"customize": {
"message": "કસટમઇઝ કર"
},
"delete": {
"message": "ક"
},
@ -93,9 +69,6 @@
"fast": {
"message": "ઝડપ"
},
"fastest": {
"message": "સ ઝડપ"
},
"forgetDevice": {
"message": "આ ઉપકરણનઓ"
},
@ -119,15 +92,9 @@
"loading": {
"message": "લડ કર રહ..."
},
"min": {
"message": "નનતમ"
},
"next": {
"message": "આગલ"
},
"notFound": {
"message": "મળ નથ"
},
"origin": {
"message": "મળ"
},
@ -158,18 +125,12 @@
"search": {
"message": "શ"
},
"select": {
"message": "પસદ કર"
},
"send": {
"message": "મકલ"
},
"settings": {
"message": "સિસ"
},
"status": {
"message": "સિિ"
},
"submit": {
"message": "સબમિટ કર"
},
@ -187,8 +148,5 @@
},
"viewAccount": {
"message": "એકઉનટ જઓ"
},
"warning": {
"message": "ચતવણ"
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "ख परश कर"
},
"exposeDescription": {
"message": "मबसइट पर ख परश कर। विसत डस किए उपय।"
},
"confirmExpose": {
"message": "क आप वकई अपन वरतमन वबसइट पर बनकब करनहत?"
},
"confirmClear": {
"message": "क आप वकई अनित वबसइट करनहत?"
},
"clearApprovalDataSuccess": {
"message": "सत वबसइट ड सफलतवक म।"
},
"clearApprovalData": {
"message": "अनदन ड कर"
},
@ -26,9 +14,6 @@
"providerRequestInfo": {
"message": "नबदध डन वब 3 एपआई तक पहच क अनध करनरयस कर रहि यह एथियम बकचन सतचत कर सक। वब 3 एकस क पहल हम सहच करि आप सहइट पर ह।"
},
"accept": {
"message": "सर कर"
},
"account": {
"message": "ख"
},
@ -38,12 +23,6 @@
"accountName": {
"message": "खम"
},
"address": {
"message": "ख पत"
},
"addCustomToken": {
"message": "कसटम टकन ज"
},
"addToken": {
"message": "टकन ज"
},
@ -53,9 +32,6 @@
"amount": {
"message": "रि"
},
"amountPlusGas": {
"message": "रि + गस"
},
"appDescription": {
"message": "इथियम बउजर एकसटशन",
"description": "आवदन किवरण"
@ -70,24 +46,15 @@
"attributions": {
"message": "एटिशन"
},
"available": {
"message": "एटिशन उपलबध ह"
},
"back": {
"message": "वपस"
},
"balance": {
"message": "उपलबध बस।"
},
"balances": {
"message": "आपक उपलबध बस"
},
"balanceIsInsufficientGas": {
"message": "वरतमन गस कल किए अपरत शष"
},
"beta": {
"message": "BETA/ब"
},
"betweenMinAndMax": {
"message": "$1 क बरबर ययद, $2 क बरबर य कम हिए।",
"description": "हस इनपट किए दशमलव इनपट कप म सहयक"
@ -95,21 +62,9 @@
"blockiesIdenticon": {
"message": "बज पहचन क उपयग कर"
},
"borrowDharma": {
"message": "धर (ब) स / कथ उधर ल"
},
"builtInCalifornia": {
"message": "मक किििइन और बन गय।"
},
"buy": {
"message": "खर"
},
"buyCoinbase": {
"message": "कइनबस पर खर"
},
"buyCoinbaseExplainer": {
"message": "बिटकइन, इथियम और लइटकइन खरदन और बचनिए दि सबसकपिय तरइनबस ह।"
},
"buyCoinSwitch": {
"message": "कइनसिच पर खर"
},
@ -119,30 +74,12 @@
"cancel": {
"message": "रदद कर"
},
"classicInterface": {
"message": "किक इटरफस क उपयग क"
},
"clickCopy": {
"message": "क करनिए किक कर"
},
"confirm": {
"message": "पि कर"
},
"confirmContract": {
"message": "अनध कि कर"
},
"confirmPassword": {
"message": "पसवरड कि कर"
},
"confirmTransaction": {
"message": "लनदन कि कर"
},
"continue": {
"message": "ज रख"
},
"continueToCoinbase": {
"message": "कइनबस कजन रख"
},
"continueToCoinSwitch": {
"message": "कइनसिच कजन रख"
},
@ -155,15 +92,9 @@
"copiedButton": {
"message": "कि गय"
},
"copiedClipboard": {
"message": "किपबड पर कि गय"
},
"copiedExclamation": {
"message": "क कर दि गय!"
},
"copiedSafe": {
"message": "म इस कहरकित क कर दि"
},
"copy": {
"message": "क / परतििि कर"
},
@ -182,22 +113,9 @@
"createAccount": {
"message": "ख बन"
},
"createDen": {
"message": "डन बन"
},
"crypto": {
"message": "कि",
"description": "एकसचज टइप (किचरस)"
},
"currentNetwork": {
"message": "वरतमन नटवरक"
},
"customGas": {
"message": "अनित करस"
},
"customize": {
"message": "अनित कर"
},
"customRPC": {
"message": "कसटम RPC"
},
@ -210,39 +128,15 @@
"defaultNetwork": {
"message": "ईथर लनदन किए डिट नटवरक मय नट ह।"
},
"denExplainer": {
"message": "आपकन मक कतर आपकसवरड-एनिड सज ह।"
},
"deposit": {
"message": "जम"
},
"depositBTC": {
"message": "निए गए पत पर अपन जम कर:"
},
"depositEth": {
"message": "Eth जमआरथ"
},
"depositEther": {
"message": "जम - Ether"
},
"depositFiat": {
"message": "फिएट कथ जम"
},
"depositFromAccount": {
"message": "दसर जम कर"
},
"depositShapeShift": {
"message": "शपशिप कथ जम कर"
},
"depositShapeShiftExplainer": {
"message": "यदि आप अनय किटरज रखत, त आप सक वट म ईथर कर और जम कर सकत। कई ख आवशयक नह।"
},
"details": {
"message": "सश विवरण"
},
"directDeposit": {
"message": "परतयकष जम"
},
"directDepositEther": {
"message": "स ईथर जम कर"
},
@ -258,33 +152,18 @@
"edit": {
"message": "सित कर"
},
"editAccountName": {
"message": "खम सित कर"
},
"emailUs": {
"message": "हम ईमल कर!"
},
"encryptNewDen": {
"message": "अपन नयन एनिट कर"
},
"enterPassword": {
"message": "पसवरड दरज कर"
},
"enterPasswordConfirm": {
"message": "पि करनिए अपनसवरड दरज कर"
},
"etherscanView": {
"message": "ईथरसन पर ख"
},
"exchangeRate": {
"message": "वििमय दर"
},
"exportPrivateKey": {
"message": "निित कर"
},
"exportPrivateKeyWarning": {
"message": "अपनिम पर निित कर।"
},
"failed": {
"message": "विफल"
},
@ -296,49 +175,27 @@
"message": "फइल आयत कम नह कर रह? यहिक कर!",
"description": "यजर क अपन.एस..एन फइल स आयत करन मदद करत"
},
"followTwitter": {
"message": "हमिटर पर अनसरण कर"
},
"from": {
"message": "क तरफ स - सश"
},
"fromToSame": {
"message": "स और पत करनिए समन नह सकत"
},
"fromShapeShift": {
"message": "सशशशफट क"
},
"gas": {
"message": "गस कगत",
"description": "गस कगत कित सत"
},
"gasFee": {
"message": "गस शक"
},
"gasLimit": {
"message": "गस स"
},
"gasLimitCalculation": {
"message": "हम नटवरक क सफलत दर क आधर पर सई गई गस स गणन करत।"
},
"gasLimitRequired": {
"message": "गस स आवशयक"
},
"gasLimitTooLow": {
"message": "२१००० - गस क कम स कम 21000 हिए"
},
"generatingSeed": {
"message": "सजन बज उतपनन ... उतपनन ...उतपनन..."
},
"gasPrice": {
"message": "गस मय (जडबईआई),(GWEI)"
},
"gasPriceCalculation": {
"message": "हम नटवरक क सफलत दर क आधर पर सए गए गस कमत गणन करत।"
},
"gasPriceRequired": {
"message": "गस कमत आवशयक ह"
},
"getEther": {
"message": "ईथर पत कर"
},
@ -354,9 +211,6 @@
"message": "यह",
"description": "अधिक जनकिए यहिक कर- (परथ जकनबस) (troubleTokenBalances)"
},
"hereList": {
"message": "यह एक स !!!!"
},
"hide": {
"message": "छ"
},
@ -366,12 +220,6 @@
"hideTokenPrompt": {
"message": "टकन छिn?"
},
"howToDeposit": {
"message": "आप ईथर जम करन?"
},
"holdEther": {
"message": "यह आपक आकश और टकन रखन अनमति, और वित अनरयिए आपकल कप मय करत।"
},
"import": {
"message": "आयत",
"description": "एक चयनित फइल स एक ख आयत करनिए बटन "
@ -382,12 +230,6 @@
"importAccountMsg": {
"message": "आयत किए गए ख आपकल रप स बनए गए मक अकट सडफज सबदध नह। आयत किए गए ख और ज"
},
"importAnAccount": {
"message": "ख आयत कर"
},
"importDen": {
"message": "मन आयत कर - DEN"
},
"imported": {
"message": "आयित",
"description": "यह सििििई ख तरह सिग मड ह"
@ -407,20 +249,14 @@
"invalidAddressRecipient": {
"message": "पतकर पत अमय ह"
},
"invalidGasParams": {
"message": "अमय गस पटर"
},
"invalidInput": {
"message": "अमय इनपट।"
},
"invalidRequest": {
"message": "अमय अनध"
},
"invalidRPC": {
"message": "अमय RPC क URI"
},
"jsonFail": {
"message": "छ गलत ह गय। कपयिित करि आपक JSON फइल ठक सट क गई ह"
"invalidBlockExplorerURL": {
"message": "अमय Block Explorer क URI"
},
"jsonFile": {
"message": "JSON फइल",
@ -429,9 +265,6 @@
"kovan": {
"message": "कन टट नटवरक"
},
"knowledgeDataBase": {
"message": "हमज बस पर ज"
},
"lessThanMax": {
"message": "$1 स कम य बरबर हिए।",
"description": "हस इनपट किए दशमलव इनपट कप म सहयक"
@ -439,9 +272,6 @@
"likeToAddTokens": {
"message": "क आप इन टकनहत?"
},
"limit": {
"message": "स"
},
"loading": {
"message": "लड ह रह ....."
},
@ -457,12 +287,6 @@
"logout": {
"message": "लग आउट कर"
},
"loose": {
"message": "ढ"
},
"loweCaseWords": {
"message": "बज शबद मवल लअरकस वरण ह"
},
"mainnet": {
"message": "मय इथियम नटवरक"
},
@ -472,9 +296,6 @@
"metamaskDescription": {
"message": "मक इथियम किए एक सरकित पहचन वट ह।"
},
"min": {
"message": "ननतम"
},
"myAccounts": {
"message": "म"
},
@ -488,10 +309,6 @@
"message": "आयत करनिए आपक एक फइल क चयन करन।",
"description": "परय महतवपण ख और उस रखनिए एक फइल ज आवशयकत"
},
"needImportPassword": {
"message": "चयनित फइल किए आपक एक पसवरड दरज करन।",
"description": "पसवरड और फइल क एक ख आयत करनिए आवशयक ह"
},
"negativeETH": {
"message": "ईटएच क नकमक म नहज सकत।."
},
@ -511,9 +328,6 @@
"newPassword": {
"message": "नयसवरड (ननतम 8 वरण)"
},
"newRecipient": {
"message": "नयतकर"
},
"next": {
"message": "अगल"
},
@ -523,36 +337,9 @@
"noDeposits": {
"message": "कई जमत नहई"
},
"noTransactionHistory": {
"message": "कई लनदन इतिस नह ..."
},
"noTransactions": {
"message": "कई लन-दन नह"
},
"notStarted": {
"message": "पभ नहि गय"
},
"oldUI": {
"message": "प UI"
},
"oldUIMessage": {
"message": "आप प UI पर वपस आ गए ह। आप ऊपर द ओर डपडउन मिकलप कयम स नए UI पर वपस सिच कर सकत।"
},
"or": {
"message": "य",
"description": "एक नय बन आयत करनच क पसद"
},
"passwordCorrect": {
"message": "कपयिित करि आपकसवरड सह।"
},
"passwordMismatch": {
"message": "पसवरड मल नह",
"description": "पसवरड निण परकि, द नए पसवरड फड मल नह"
},
"passwordShort": {
"message": "पसवरड परत ल नह",
"description": "पसवरड बनरकि, पसवरड सरकित हिए परत नह"
},
"pastePrivateKey": {
"message": "यह अपनििग चिपक:",
"description": "कििि आयत करनिए"
@ -563,9 +350,6 @@
"personalAddressDetected": {
"message": "वयकिगत पति। टकन अनध क पत इनपट।"
},
"pleaseReviewTransaction": {
"message": "कपय अपननदन क सम कर।"
},
"privacyMsg": {
"message": "गपनयति"
},
@ -585,21 +369,9 @@
"readdToken": {
"message": "आप अपनिकलप म .टकन ज. पर जकर भविय म इस टकन कपस ज सकत।"
},
"readMore": {
"message": "यह और पढ।"
},
"readMore2": {
"message": "ह - और पढ।"
},
"receive": {
"message": "पत कर"
},
"recipientAddress": {
"message": "पतकर पत"
},
"refundAddress": {
"message": "आपकिड पत"
},
"rejected": {
"message": "असत"
},
@ -612,9 +384,6 @@
"required": {
"message": "आवशयक"
},
"retryWithMoreGas": {
"message": "यह एक उचच गस कमत कथ पन: परयस कर"
},
"revealSeedWords": {
"message": "बज शबद परकट कर"
},
@ -630,20 +399,9 @@
"ropsten": {
"message": "रन टट नटवरक"
},
"sampleAccountName": {
"message": "उदहरण किए म नय",
"description": "उपयगकर अपननव-पठनय नम ज अवधरण समझ."
},
"save": {
"message": "सह"
},
"saveAsFile": {
"message": "फइल कप म सह",
"description": "खित परकि"
},
"saveSeedAsFile": {
"message": "सड वरस - फईलस सव कर"
},
"search": {
"message": "खज कर"
},
@ -653,15 +411,9 @@
"seedPhraseReq": {
"message": "बज वश 12 शबद ल"
},
"select": {
"message": "च"
},
"selectCurrency": {
"message": "म"
},
"selectService": {
"message": "स"
},
"selectType": {
"message": "परकर च"
},
@ -674,42 +426,21 @@
"sendTokens": {
"message": "भकन"
},
"sendTokensAnywhere": {
"message": "इथियम खिकन भ"
},
"settings": {
"message": "सिस"
},
"shapeshiftBuy": {
"message": "शिट कथ खर"
},
"showPrivateKeys": {
"message": "निि"
},
"showQRCode": {
"message": "QR कड दि"
},
"sign": {
"message": "हसषर"
},
"signMessage": {
"message": "हसषर सश"
},
"signNotice": {
"message": "इस सश पर हसषर करन \n सइड इफट ह सकत। \n कवल अपनथ प तरह स भरद \n सइटश पर हसषर कर। \n यह खतरनक विि भविय ककरण मिल दएग।"
},
"sigRequest": {
"message": "हसषर अनध"
},
"sigRequested": {
"message": "हसषर अनित"
},
"spaceBetween": {
"message": "कवल शबच एक सन ह सकत"
},
"status": {
"message": "सिि"
},
"stateLogs": {
"message": "सििश"
},
@ -725,9 +456,6 @@
"symbolBetweenZeroTwelve": {
"message": "परतक 0 और 12 अकषरच हिए"
},
"takesTooLong": {
"message": "बहत समय ल रह?"
},
"terms": {
"message": "उपयग क शर"
},
@ -741,101 +469,46 @@
"message": "शपशट द $1 स ETH म जम",
"description": "सश कआत म जमरकर भर जएग"
},
"tokenAddress": {
"message": "टकन पत"
},
"tokenAlreadyAdded": {
"message": "टकन पहल।"
},
"tokenBalance": {
"message": "आपककन बस ह:"
},
"tokenSelection": {
"message": "टकन किए ख हमकपिय टस क।"
},
"tokenSymbol": {
"message": "टकन परतक"
},
"tokenWarning1": {
"message": "अपनक अकट स खर गए टकन नजर रख। अगर आप कि अलग ख उपयग कर टकन खर, तकन यहिई नह।"
},
"total": {
"message": "कल"
},
"transactions": {
"message": "लनदन"
},
"transactionMemo": {
"message": "लनदन म (वकलिक)"
},
"transactionNumber": {
"message": "लनदन स"
},
"transfers": {
"message": "सतरण"
},
"troubleTokenBalances": {
"message": "मबत... आपककन शष रिड करन हम परई थ। आप उनख सकत",
"description": "टकन शष दखनिए एक लिक ... (यह)"
},
"twelveWords": {
"message": "य 12 शबद आपकक खनरित करन एकमर तर। \n उन कहरकित और गत रप स सह।"
},
"typePassword": {
"message": "अपनसवरड टइप कर"
},
"uiWelcome": {
"message": "नयआई (ब) म आपकगत ह"
},
"uiWelcomeMessage": {
"message": "आप अब नए मक UI क उपयग कर रह। च ओर एक नजर ड, टकन भजन तरह नई सि, और हम बति आपकस कई समस।"
},
"unavailable": {
"message": "अनपलबध"
},
"unknown": {
"message": "अजत नटवरक"
},
"unknownNetwork": {
"message": "अजत निटवरक"
},
"unknownNetworkId": {
"message": "अजत नटवरक आईड.य़"
},
"uriErrorMsg": {
"message": "URI-यआरआई क उपयत HTTP / HTTPS उपसरग क आवशयकत।"
},
"usaOnly": {
"message": "कवल यएसए - USA",
"description": "इस एकसचज क उपयग करनत रय अमिदर हित ह"
},
"usedByClients": {
"message": "वििन कस द उपयग कि"
},
"useOldUI": {
"message": "प UI क उपयग कर"
},
"validFileImport": {
"message": "आयत करनिए आपक एक वध फइल चनन।"
},
"vaultCreated": {
"message": "वट बन गय"
},
"viewAccount": {
"message": "ख"
},
"visitWebSite": {
"message": "हमब सइट पर ज"
},
"warning": {
"message": "चवन"
},
"welcome": {
"message": "मक ब आपकगत ह"
},
"whatsThis": {
"message": "यह क?"
},
"yourSigRequested": {
"message": "आपक हसषर अनध कि रह"
},

File diff suppressed because it is too large Load Diff

@ -1,28 +1,13 @@
{
"exposeAccounts": {
"message": "Ekspoze Kont"
},
"exposeDescription": {
"message": "Ekspoze kont sou sitwèb aktyèl la. Itil pou dapps eritaj."
},
"confirmExpose": {
"message": "Èske ou sèten ou vle ekspoze kont ou sou sit entènèt aktyèl la?"
},
"confirmClear": {
"message": "Èske ou sèten ou vle klè sitwèb apwouve?"
},
"clearApprovalDataSuccess": {
"message": "Done sou sit wèb apwouve yo te klarifye avèk siksè."
},
"clearApprovalData": {
"message": "Klè Done sou vi prive"
},
"providerRequestInfo": {
"message": "Domèn ki nan lis anba a ap mande pou jwenn aksè a blòkchou Ethereum ak pou wè kont ou ye kounye a. Toujou double tcheke ke ou sou sit ki kòrèk la anvan apwouve aksè."
},
"accept": {
"message": "Aksepte"
},
"accessingYourCamera": {
"message": "Aksè a Kamera"
},
@ -44,12 +29,6 @@
"activityLog": {
"message": "aktivite ki fèt"
},
"address": {
"message": "Adrès"
},
"addCustomToken": {
"message": "Ajoute token"
},
"addToken": {
"message": "Ajoute Token"
},
@ -65,9 +44,6 @@
"amount": {
"message": "Kantite lajan"
},
"amountPlusGas": {
"message": "Kantite lajan + Gaz"
},
"appDescription": {
"message": "Ekstansyon Navigatè Ethereum",
"description": "The description of the application"
@ -94,18 +70,12 @@
"attributions": {
"message": "Atribisyon"
},
"available": {
"message": "Disponib"
},
"back": {
"message": "Retounen"
},
"balance": {
"message": "Balans"
},
"balances": {
"message": "Balans Token"
},
"balanceIsInsufficientGas": {
"message": "Ensifizan balans pou total gaz aktyèl la"
},
@ -116,24 +86,12 @@
"blockiesIdenticon": {
"message": "Itilize Blockies Identicon"
},
"borrowDharma": {
"message": "Prete Avèk Dharma (Beta)"
},
"browserNotSupported": {
"message": "Navigatè ou a pa sipòte..."
},
"builtInCalifornia": {
"message": "MetaMask fèt e bati nan California."
},
"buy": {
"message": "Achte"
},
"buyCoinbase": {
"message": "Achte sou Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Coinbase se fason ki pi popilè nan mond lan yo achte ak vann Bitcoin, Ethereum, ak Litecoin."
},
"buyCoinSwitch": {
"message": "Achte sou CoinSwitch"
},
@ -152,15 +110,6 @@
"cancellationGasFee": {
"message": "Anilasyon Gaz Chaj"
},
"cancelN": {
"message": "Anile tout $ 1 tranzaksyon"
},
"classicInterface": {
"message": "Sèvi ak fas klasik la"
},
"clickCopy": {
"message": "Klike sou kopi"
},
"clickToAdd": {
"message": "Klike sou $ 1 pou ajoute yo nan kont ou"
},
@ -176,24 +125,15 @@
"confirmed": {
"message": "Konfime"
},
"confirmContract": {
"message": "Konfime Kontra"
},
"confirmPassword": {
"message": "Konfime Modpas"
},
"confirmTransaction": {
"message": "Konfime Tranzaksyon"
},
"connectHardwareWallet": {
"message": "Konekte Materyèl Wallet"
},
"connect": {
"message": "Konekte"
},
"connecting": {
"message": "Koneksyon..."
},
"connectingToKovan": {
"message": "Konekte nan Kovan Tès Rezo a"
},
@ -206,21 +146,6 @@
"connectingToRinkeby": {
"message": "Konekte nan Rinkeby Tès Rezo a"
},
"connectingToUnknown": {
"message": "Konekte nan rezo enkoni"
},
"connectToLedger": {
"message": "Konekte ak Ledger"
},
"connectToTrezor": {
"message": "Konekte ak Trezor"
},
"continue": {
"message": "Kontinye"
},
"continueToCoinbase": {
"message": "Kontinye Coinbase"
},
"continueToCoinSwitch": {
"message": "Kontinye CoinSwitch"
},
@ -233,15 +158,9 @@
"copiedButton": {
"message": "Kopye"
},
"copiedClipboard": {
"message": "Kopi nan Clipboard"
},
"copiedExclamation": {
"message": "Kopye!"
},
"copiedSafe": {
"message": "Mwen te kopye li yon kote ki san danje"
},
"copy": {
"message": "Kopye"
},
@ -263,27 +182,15 @@
"createAccount": {
"message": "Kreye Kont"
},
"createDen": {
"message": "Kreye"
},
"currentLanguage": {
"message": "Lang Aktyèl"
},
"currentNetwork": {
"message": "Rezo aktyèl"
},
"currentRpc": {
"message": "Aktyèl RPC"
},
"customGas": {
"message": "Koutim Gaz"
},
"customToken": {
"message": "Koutim Token"
},
"customize": {
"message": "Koutim"
},
"customRPC": {
"message": "Koutim RPC"
},
@ -296,39 +203,15 @@
"defaultNetwork": {
"message": "Dfo rezo a pou tranzaksyon Ether se Mainnet."
},
"denExplainer": {
"message": "DEN ou se depo modpas avèk chif ou nan MetaMask."
},
"deposit": {
"message": "Depo"
},
"depositBTC": {
"message": "Depoze BTC ou nan adrès ki anba a:"
},
"depositEth": {
"message": "Depo Eth"
},
"depositEther": {
"message": "Depo Ether"
},
"depositFiat": {
"message": "Depo ak Fiat"
},
"depositFromAccount": {
"message": "Depo nan yon lòt kont"
},
"depositShapeShift": {
"message": "Depo avèk ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Si ou posede lòt cryptocurrencies, ou ka chanje ak depo Ether dirèkteman nan Wallet MetaMask ou. Pa gen kont ki nesesè."
},
"details": {
"message": "Detay yo"
},
"directDeposit": {
"message": "Depo Dirèk"
},
"directDepositEther": {
"message": "Dirèkteman Depo Ether"
},
@ -353,45 +236,24 @@
"edit": {
"message": "Korije"
},
"editAccountName": {
"message": "Korije Non Kont"
},
"editingTransaction": {
"message": "Fè chanjman nan tranzaksyon ou"
},
"emailUs": {
"message": "Imèl nou!"
},
"encryptNewDen": {
"message": "Ankripte nouvo DEN ou"
},
"ensNameNotFound": {
"message": "Nou pa jwenn non ENS ou a"
},
"enterPassword": {
"message": "Mete modpas"
},
"enterPasswordConfirm": {
"message": "Antre nan modpas ou a konfime"
},
"enterPasswordContinue": {
"message": "Mete modpas pou kontinye"
},
"etherscanView": {
"message": "Gade kont sou Etherscan"
},
"exchangeRate": {
"message": "Chanje to"
},
"expandView": {
"message": "Elaji Wè"
},
"exportPrivateKey": {
"message": "Voye Kòd Prive"
},
"exportPrivateKeyWarning": {
"message": "Voye kle prive ak pwòp risk ou."
},
"failed": {
"message": "Tonbe"
},
@ -403,61 +265,36 @@
"message": "Enpòte dosye ki pa travay? Klike la a!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "Swiv nou sou Twitter"
},
"forgetDevice": {
"message": "Bliye aparèy sa a"
},
"from": {
"message": "Soti nan"
},
"fromToSame": {
"message": "Adrès orijinal le ak sa ou resevwa pake menm"
},
"fromShapeShift": {
"message": "Soti nan ShapeShift"
},
"functionType": {
"message": "Kalite Fonksyon"
},
"gas": {
"message": "Gaz",
"description": "Short indication of gas cost"
},
"gasFee": {
"message": "Frè gaz"
},
"gasLimit": {
"message": "Limit gaz"
},
"gasLimitCalculation": {
"message": "Nou kalkile gaz limit sijere a ki baze sou pousantaj siksè rezo a."
},
"gasLimitRequired": {
"message": "Limit gaz nesesè"
},
"gasLimitTooLow": {
"message": "Limit gaz dwe omwen 21000"
},
"gasUsed": {
"message": "Gaz yo Itilize"
},
"generatingSeed": {
"message": "Grenn jenerasyon..."
},
"gasPrice": {
"message": "Pri gaz (GWEI)"
},
"gasPriceCalculation": {
"message": "Nou kalkile pri yo gaz ki sijere ki baze sou pousantaj siksè rezo."
},
"gasPriceRequired": {
"message": "Pri Gaz la Egzije"
},
"generatingTransaction": {
"message": "Tranzaksyon kap fè"
},
"getEther": {
"message": "Jwenn Ether"
},
@ -491,9 +328,6 @@
"message": "isit la",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "Isit la nan yon lis !!!!"
},
"hide": {
"message": "Kache"
},
@ -506,12 +340,6 @@
"history": {
"message": "Istwa"
},
"howToDeposit": {
"message": "Ki jan ou ta renmen depo Ether?"
},
"holdEther": {
"message": "Li pèmèt ou kenbe ether & tokens, epi sèvi kòm on pon pou desantralize aplikasyon."
},
"import": {
"message": "Pòte",
"description": "Button to import an account from a selected file"
@ -522,12 +350,6 @@
"importAccountMsg": {
"message": " Kont pòte pa pral asosye avèk orijinal ou te kreye nan kont MetaMask seed fraz. Aprann plis sou kont enpòte "
},
"importAnAccount": {
"message": "Pòte yon kont"
},
"importDen": {
"message": "Pòte ki deja egziste DEN"
},
"imported": {
"message": "Pòte",
"description": "status showing that an account has been fully loaded into the keyring"
@ -535,9 +357,6 @@
"importUsingSeed": {
"message": "Pòte lè sèvi avèk seed fraz"
},
"info": {
"message": "Enfo"
},
"infoHelp": {
"message": "Enfo & Èd"
},
@ -556,37 +375,25 @@
"invalidAddressRecipient": {
"message": "Moun ki resevwa adrès la pa valab"
},
"invalidGasParams": {
"message": "Gaz Paramèt la pa valab"
},
"invalidInput": {
"message": "Sa ou rantre a pa valab"
},
"invalidRequest": {
"message": "Demann pa valab"
},
"invalidRPC": {
"message": "RPC URI pa valab"
},
"invalidBlockExplorerURL": {
"message": "Block Explorer URI pa valab"
},
"invalidSeedPhrase": {
"message": "Seed fraz pa valab"
},
"jsonFail": {
"message": "Yon bagay ale mal. Tanpri, asire w ke dosye JSON ou an byen fòmate."
},
"jsonFile": {
"message": "JSON Dosye",
"description": "format for importing an account"
},
"keepTrackTokens": {
"message": "Gade tokens yo ou te achte ak kont MetaMask ou."
},
"kovan": {
"message": "Kovan Tès Rezo"
},
"knowledgeDataBase": {
"message": "Vizite baz nou an"
},
"max": {
"message": "Maksimòm"
},
@ -606,9 +413,6 @@
"links": {
"message": "Lyen"
},
"limit": {
"message": "Limitasyon"
},
"loading": {
"message": "Telechaje..."
},
@ -621,12 +425,6 @@
"logout": {
"message": "Dekonekte"
},
"loose": {
"message": "Pèdi"
},
"loweCaseWords": {
"message": "seed mo sèlman gen karaktè miniskil"
},
"mainnet": {
"message": "Prensipal Ethereum Rezo a"
},
@ -645,9 +443,6 @@
"metamaskVersion": {
"message": "MetaMask Vèsyon"
},
"min": {
"message": "Minimòm"
},
"missingYourTokens": {
"message": "Ou pa wè token ou a?"
},
@ -664,10 +459,6 @@
"message": "Ou dwe chwazi yon dosye pou enpòte.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "Ou dwe antre nan yon modpas pou dosye ou te chwazi a.",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "Pa ka voye kantite lajan negatif ETH."
},
@ -690,12 +481,6 @@
"newPassword": {
"message": "Nouvo modpas (minit 8)"
},
"newPassword8Chars": {
"message": "Nouvo modpas (minit 8)"
},
"newRecipient": {
"message": "Nouvo Benefisyè"
},
"next": {
"message": "Aprè sa"
},
@ -708,76 +493,33 @@
"noConversionRateAvailable": {
"message": "Pa gen okenn Konvèsyon Disponib"
},
"noTransactionHistory": {
"message": "Pa gen istwa tranzaksyon."
},
"noTransactions": {
"message": "Pa gen tranzaksyon"
},
"notFound": {
"message": "Pa jwenn"
},
"notStarted": {
"message": "Pa kòmanse"
},
"noWebcamFoundTitle": {
"message": "Pa jwenn webcam"
},
"noWebcamFound": {
"message": "Nou pakay jwenn webcam òdinatè ou. Tanpri eseye ankò."
},
"oldUI": {
"message": "Ansyen Itilizatè kouòdone"
},
"oldUIMessage": {
"message": "Ou te retounen nan Ansyen Itilizatè kouòdone. Ou ka chanje tounen nan nouvo Ansyen Itilizatè nan opsyon a nan meni an tèt la."
},
"onlySendToEtherAddress": {
"message": "Sèlman voye ETH nan yon adrès Ethereum."
},
"onlySendTokensToAccountAddress": {
"message": "Sèlman voye $ 1 nan yon adrès kont Ethereum.",
"description": "displays token symbol"
},
"openInTab": {
"message": "Louvri nan etikèt"
},
"or": {
"message": "oubyen",
"description": "choice between creating or importing a new account"
},
"orderOneHere": {
"message": "Mete nan lòd on Trezor oswa Ledger epi kenbe lajan ou nan yon stòk frèt."
},
"origin": {
"message": "Orijin"
},
"outgoing": {
"message": "Ap kite"
},
"parameters": {
"message": "Paramèt"
},
"password": {
"message": "Modpas"
},
"passwordCorrect": {
"message": "Tanpri asire ke modpas ou kòrèk."
},
"passwordsDontMatch": {
"message": "Modpas pa matche"
},
"passwordMismatch": {
"message": "modpas sa pa menm",
"description": "in password creation process, the two new password fields did not match"
},
"passwordNotLongEnough": {
"message": "Modpas pa lontan ase"
},
"passwordShort": {
"message": "modpas pa sifi",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "Kole fraz prive ou a la:",
"description": "For importing an account from a private key"
@ -791,12 +533,6 @@
"personalAddressDetected": {
"message": "Adrès pèsonèl detekte. Antre adrès kontra token la."
},
"pleaseReviewTransaction": {
"message": "Tanpri revize tranzaksyon ou."
},
"popularTokens": {
"message": "Popilè Tokens"
},
"prev": {
"message": "Avan"
},
@ -825,21 +561,9 @@
"readdToken": {
"message": "Ou ka ajoute token sa aprè sa ankò ou prale nan \"Ajoute token\" nan opsyon meni kont ou an."
},
"readMore": {
"message": "Li plis isit la."
},
"readMore2": {
"message": "Li plis isit la."
},
"receive": {
"message": "Resevwa"
},
"recipientAddress": {
"message": "Adrès pou resevwa"
},
"refundAddress": {
"message": "Adrès pou resevwa"
},
"reject": {
"message": "Rejte"
},
@ -867,18 +591,12 @@
"restoreFromSeed": {
"message": "Restore kont?"
},
"restoreVault": {
"message": "Retabli kazye"
},
"restoreAccountWithSeed": {
"message": "Retabli kont ou avèk yo Seed Fraz"
},
"required": {
"message": "Egzije"
},
"retryWithMoreGas": {
"message": "Reseye ak yon pri gaz pi wo isit la"
},
"restore": {
"message": "Retabli"
},
@ -918,26 +636,12 @@
"ropsten": {
"message": "Ropsten Tès Rezo"
},
"rpc": {
"message": "Koutim RPC"
},
"sampleAccountName": {
"message": "Pa egzanp, Nouvo kont mwen an",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "Sove"
},
"saveAsCsvFile": {
"message": "Sove kòm dosye CSV"
},
"saveAsFile": {
"message": "Sove kòm dosye",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "Sove pawòl seed kòm dosye"
},
"scanInstructions": {
"message": "Mete kòd QR la devan kamera ou"
},
@ -956,18 +660,12 @@
"seedPhraseReq": {
"message": "Seed fraz yo se 12 long mo"
},
"select": {
"message": "Chwazi"
},
"selectCurrency": {
"message": "Chwazi Lajan"
},
"selectLocale": {
"message": "Chwazi Lokasyon"
},
"selectService": {
"message": "Chwazi Sèvis"
},
"selectType": {
"message": "Chwazi Kalite"
},
@ -992,9 +690,6 @@
"searchTokens": {
"message": "Rechèch Tokens"
},
"selectAnAddress": {
"message": "Chwazi yon adrès"
},
"selectAnAccount": {
"message": "Chwazi yon kont"
},
@ -1007,21 +702,12 @@
"selectPathHelp": {
"message": "Si ou pa wè kont Ledger ou te genyen an anba a, eseye chanje chemen an \"Eritaj (MEW / MyCrypto)\""
},
"sendTokensAnywhere": {
"message": "Voye Tokens pou nenpòt moun ki gen yon kont Ethereum"
},
"settings": {
"message": "Paramèt"
},
"shapeshiftBuy": {
"message": "Achte avèk Shapeshift"
},
"showPrivateKeys": {
"message": "Montre Kle Prive"
},
"showQRCode": {
"message": "Montre Kòd QR"
},
"showHexData": {
"message": "Montre Hex Data"
},
@ -1037,33 +723,15 @@
"signed": {
"message": "Te Siyen"
},
"signMessage": {
"message": "Siyen mesaj"
},
"signNotice": {
"message": "Lè w siyen mesaj sa a ka gen efè segondè ki \ndanjere. Sèlman \nsit mesaj ki soti nan sit ou konplètman fè konfyans ak tout kont ou. \n Metòd danjere sa yo pral retire nan yon vèsyon fiti. "
},
"sigRequest": {
"message": "Demann Siyati"
},
"sigRequested": {
"message": "Demann Siyati"
},
"spaceBetween": {
"message": "ka gen sèlman yon espas ant mo yo"
},
"speedUp": {
"message": "pi vit"
},
"speedUpTitle": {
"message": "Monte vitès tranzaksyon"
},
"speedUpSubtitle": {
"message": "Ogmante pri gaz ou pou eseye efase tranzaksyon ou pi vit"
},
"status": {
"message": "Kondisyon"
},
"stateLogsDescription": {
"message": "State logs gen adrès kont piblik ou yo epi tranzaksyon ou te voye yo."
},
@ -1100,9 +768,6 @@
"symbolBetweenZeroTwelve": {
"message": "Senbòl yo dwe ant 0 ak 12 karaktè."
},
"takesTooLong": {
"message": "Pran twò lontan?"
},
"terms": {
"message": "Tèm pou itilize"
},
@ -1116,24 +781,12 @@
"message": "$1 pou ETH pa ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenAddress": {
"message": "Adrès Token"
},
"tokenAlreadyAdded": {
"message": "Ou te deja ajoute token."
},
"tokenBalance": {
"message": "Balans Token ou se:"
},
"tokenSelection": {
"message": "Chache Tokens oswa chwazi nan lis Tokens popilè nou an."
},
"tokenSymbol": {
"message": "Token Senbòl"
},
"tokenWarning1": {
"message": "Kenbe tras token yo ou te achte ak kont MetaMask ou. Si ou te achte tokens pandan wap itilize yon kont diferan tokens sa yo pa pral parèt la."
},
"transaction": {
"message": "tranzaksyon yo"
},
@ -1143,9 +796,6 @@
"transactionCreated": {
"message": "Tranzaksyon ou te kreye avèk on valè de $1 pou $2."
},
"transactionWithNonce": {
"message": "Tranzaksyon $1"
},
"transactionDropped": {
"message": "Tranzaksyon ou te tonbe a $2."
},
@ -1155,27 +805,12 @@
"transactionUpdated": {
"message": "Tranzaksyon ou te aktyalize a $2."
},
"transactionUpdatedGas": {
"message": "Tranzaksyon ou te aktyalize avèk on pri gaz de $1 a $2."
},
"transactionError": {
"message": "Erè tranzaksyon. Eksepsyon jete nan kòd kontra."
},
"transactionMemo": {
"message": "Memo tranzaksyon (opsyonèl)"
},
"transactionNumber": {
"message": "Nimewo Tranzaksyon"
},
"transfer": {
"message": "Transfè"
},
"transfers": {
"message": "Transfè yo"
},
"trezorHardwareWallet": {
"message": "TREZOR Materyèl Bous"
},
"troubleTokenBalances": {
"message": "Nou te gen pwoblèm chaje balans token ou. Ou ka wè yo ",
"description": "Followed by a link (here) to view token balances"
@ -1183,24 +818,12 @@
"tryAgain": {
"message": "Eseye anko"
},
"twelveWords": {
"message": "12 mo sa yo se sèl fason pou retabli kont MetaMask ou yo. \nKenbe yo yon kote ki an sekirite ak sekrè."
},
"typePassword": {
"message": "Tape modpas ou"
},
"uiWelcome": {
"message": "Byenveni nan New itilizatè koòdone (Beta)"
},
"uiWelcomeMessage": {
"message": "Kounya w ap itilize nouvo MetaMask UI (itilizatè koòdone) a."
},
"unapproved": {
"message": "Pa apwouve"
},
"unavailable": {
"message": "Pa disponib"
},
"units": {
"message": "inite yo"
},
@ -1210,9 +833,6 @@
"unknownNetwork": {
"message": "Rezo Prive Enkoni"
},
"unknownNetworkId": {
"message": "Rezo ID Enkoni"
},
"unknownQrCode": {
"message": "Erè: Nou pa t kapab idantifye QR kòd sa"
},
@ -1234,22 +854,12 @@
"uriErrorMsg": {
"message": "URIs mande pou apwopriye prefiks HTTP / HTTPS a."
},
"usaOnly": {
"message": "USA sèlman",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Itilize pa yon varyete de kliyan diferan"
},
"useOldUI": {
"message": "Itilizasyon ansyen UI (itilizatè koòdone)"
},
"validFileImport": {
"message": "Ou dwe chwazi yon dosye ki valab pou enpòte."
},
"vaultCreated": {
"message": "Kòf Kreye"
},
"viewAccount": {
"message": "Wè Kont"
},
@ -1262,18 +872,12 @@
"walletSeed": {
"message": "Bous Seed"
},
"warning": {
"message": "Avètisman"
},
"welcomeBack": {
"message": "Bon Retou!"
},
"welcome": {
"message": "Byenveni nan MetaMask"
},
"whatsThis": {
"message": "Kisa sa ye?"
},
"yesLetsTry": {
"message": "Wi, ann eseye"
},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -6,7 +6,7 @@
{ "code": "ca", "name": "Català" },
{ "code": "cs", "name": "Čeština" },
{ "code": "da", "name": "Dansk" },
{ "code": "de", "name": "Deutsche" },
{ "code": "de", "name": "Deutsch" },
{ "code": "el", "name": "ελληνικά" },
{ "code": "en", "name": "English" },
{ "code": "es", "name": "Español" },

File diff suppressed because it is too large Load Diff

@ -2,27 +2,15 @@
"privacyModeDefault": {
"message": "プライバシーモードがデフォルトで有効になりました"
},
"exposeAccounts": {
"message": "アカウントを公開する"
},
"exposeDescription": {
"message": "アカウントを現在のウェブサイトに公開する。従来のdappsに役立ちます。"
},
"chartOnlyAvailableEth": {
"message": "チャートはEthereumネットワークでのみ利用可能です。"
},
"confirmExpose": {
"message": "現在のウェブサイトにアカウントを公開してもよろしいですか?"
},
"confirmClear": {
"message": "承認されたウェブサイトをクリアしてもよろしいですか?"
},
"contractInteraction": {
"message": "コントラクトへのアクセス"
},
"clearApprovalDataSuccess": {
"message": "承認されたウェブサイトデータが正常に消去されました。"
},
"clearApprovalData": {
"message": "承認データのクリア"
},
@ -38,9 +26,6 @@
"aboutSettingsDescription": {
"message": "バージョンやサポート、問合せ先など"
},
"accept": {
"message": "承認"
},
"acceleratingATransaction": {
"message": "*より高いガス価格を使用すると、ネットワークでより速く処理され、トランザクションを高速化できる可能性が高くなりますが、常に保証されるとは限りません。"
},
@ -65,21 +50,12 @@
"activityLog": {
"message": "アクティビティログ"
},
"add": {
"message": "追加"
},
"address": {
"message": "アドレス"
},
"addNetwork": {
"message": "ネットワーク追加"
},
"addRecipient": {
"message": "受取人追加"
},
"addressBook": {
"message": "アドレス帳"
},
"advanced": {
"message": "詳細"
},
@ -89,9 +65,6 @@
"advancedOptions": {
"message": "詳細設定"
},
"addCustomToken": {
"message": "カスタムトークンを追加"
},
"addToAddressBook": {
"message": "アドレス帳に追加"
},
@ -101,9 +74,6 @@
"addAlias": {
"message": "エイリアスを追加"
},
"addEthAddress": {
"message": "Ethereumアドレスを追加"
},
"addToken": {
"message": "トークンを追加"
},
@ -116,21 +86,9 @@
"addAcquiredTokens": {
"message": "Metamaskで獲得したトークンを追加する"
},
"agreeTermsOfService": {
"message": "利用規約に同意する"
},
"allDone": {
"message": "全て完了"
},
"alreadyHaveSeedPhrase": {
"message": "すでにシードを持っています"
},
"amount": {
"message": "金額"
},
"amountPlusGas": {
"message": "金額 + ガス"
},
"appDescription": {
"message": "Ethereumのブラウザ・エクステンション",
"description": "The description of the application"
@ -166,9 +124,6 @@
"autoLogoutTimeLimitDescription": {
"message": "MetaMaskが自動的にログアウトするまでのアイドル時間を分単位で設定します。"
},
"available": {
"message": "有効"
},
"average": {
"message": "平均"
},
@ -178,15 +133,9 @@
"balance": {
"message": "残高:"
},
"balances": {
"message": "トークン残高"
},
"balanceIsInsufficientGas": {
"message": "現在のガス総量に対して残高が不足しています"
},
"beta": {
"message": "ベータ版"
},
"betweenMinAndMax": {
"message": " $1以上 $2以下にして下さい。",
"description": "helper for inputting hex as decimal input"
@ -194,18 +143,6 @@
"blockiesIdenticon": {
"message": "Blockies Identicon を使用"
},
"borrowDharma": {
"message": "Dharmaで借りる(ベータ版)"
},
"buy": {
"message": "購入"
},
"buyCoinbase": {
"message": "Coinbaseのサイトで購入"
},
"buyCoinbaseExplainer": {
"message": "Etherを購入できます。Coinbaseは、世界的なBitcoin、Ethereum、そしてLitecoinの取引所です。"
},
"buyCoinSwitch": {
"message": "CoinSwitchのサイトで購入"
},
@ -215,30 +152,12 @@
"cancel": {
"message": "キャンセル"
},
"classicInterface": {
"message": "旧インタフェイスを使用"
},
"clickCopy": {
"message": "クリックしてコピー"
},
"confirm": {
"message": "確認"
},
"confirmContract": {
"message": "コントラクトの確認"
},
"confirmPassword": {
"message": "パスワードの確認"
},
"confirmTransaction": {
"message": "トランザクションの確認"
},
"continue": {
"message": "続行"
},
"continueToCoinbase": {
"message": "Coinbaseを開く"
},
"continueToCoinSwitch": {
"message": "CoinSwitchを開く"
},
@ -251,9 +170,6 @@
"copiedButton": {
"message": "コピー完了"
},
"copiedClipboard": {
"message": "クリップボードへコピー済み"
},
"copiedExclamation": {
"message": "コピー完了!"
},
@ -275,22 +191,12 @@
"createAccount": {
"message": "アカウント作成"
},
"createDen": {
"message": "作成"
},
"crypto": {
"message": "暗号通貨",
"description": "Exchange type (cryptocurrencies)"
},
"customGas": {
"message": "ガスのカスタマイズ"
},
"customToken": {
"message": "カスタムトークン"
},
"customize": {
"message": "カスタマイズ"
},
"customRPC": {
"message": "カスタムRPC"
},
@ -300,39 +206,15 @@
"defaultNetwork": {
"message": "デフォルトのEther送受信ネットワークはメインネットです。"
},
"denExplainer": {
"message": "DENとは、あなたのパスワードが暗号化されたMetaMask内のストレージです。"
},
"deposit": {
"message": "振込"
},
"depositBTC": {
"message": "BTCを下記のアドレスへ振込んでください:"
},
"depositEth": {
"message": "ETHを入金"
},
"depositEther": {
"message": "Etherを振込"
},
"depositFiat": {
"message": "法定通貨でデポジット"
},
"depositFromAccount": {
"message": "別のアカウントから入金"
},
"depositShapeShift": {
"message": "ShapeShiftで交換"
},
"depositShapeShiftExplainer": {
"message": "他の暗号通貨とEtherを交換して、MetaMaskのウォレットへ入金できます。アカウント作成は不要です。"
},
"details": {
"message": "詳細"
},
"directDeposit": {
"message": "ダイレクトデポジット"
},
"directDepositEther": {
"message": "Etherを直接入金"
},
@ -345,12 +227,6 @@
"edit": {
"message": "編集"
},
"editAccountName": {
"message": "アカウント名を編集"
},
"encryptNewDen": {
"message": "新しいDENを暗号化する"
},
"endOfFlowMessage10": {
"message": "全て完了"
},
@ -360,15 +236,9 @@
"etherscanView": {
"message": "Etherscanでアカウントを確認"
},
"exchangeRate": {
"message": "交換レート"
},
"exportPrivateKey": {
"message": "秘密鍵のエクスポート"
},
"exportPrivateKeyWarning": {
"message": "あなた自身の責任で秘密鍵をエクスポート"
},
"failed": {
"message": "失敗"
},
@ -386,22 +256,12 @@
"fromShapeShift": {
"message": "ShapeShiftから"
},
"gas": {
"message": "ガス",
"description": "Short indication of gas cost"
},
"gasFee": {
"message": "ガス料金"
},
"gasLimit": {
"message": "ガスリミット"
},
"gasLimitCalculation": {
"message": "ネットワークの成功率を基にして、ガスリミットを提案しています。"
},
"gasLimitRequired": {
"message": "必要ガスリミット"
},
"gasLimitTooLow": {
"message": "ガスリミットは最低21000です。"
},
@ -411,9 +271,6 @@
"gasPriceCalculation": {
"message": "ネットワークの成功率を基にして、ガスプライスを提案しています。"
},
"gasPriceRequired": {
"message": "必要ガスプライス"
},
"getEther": {
"message": "Etherを取得する"
},
@ -438,9 +295,6 @@
"hideTokenPrompt": {
"message": "トークンを隠しますか?"
},
"howToDeposit": {
"message": "どのようにEtherをデポジットしますか?"
},
"import": {
"message": "追加",
"description": "Button to import an account from a selected file"
@ -451,19 +305,10 @@
"importAccountMsg": {
"message": "追加したアカウントはMetaMaskのアカウントパスフレーズとは関連付けられません。インポートしたアカウントについての詳細は"
},
"importAnAccount": {
"message": "アカウントをインポート"
},
"importDen": {
"message": "既存のDENをインポート"
},
"imported": {
"message": "インポート完了",
"description": "status showing that an account has been fully loaded into the keyring"
},
"info": {
"message": "情報"
},
"infoHelp": {
"message": "情報とヘルプ"
},
@ -473,22 +318,13 @@
"invalidAddress": {
"message": "アドレスが無効です。"
},
"invalidGasParams": {
"message": "ガスのパラメーターが無効です。"
},
"invalidInput": {
"message": "インプットが無効です。"
},
"invalidRequest": {
"message": "リクエストが無効です。"
},
"jsonFile": {
"message": "JSONファイル",
"description": "format for importing an account"
},
"keepTrackTokens": {
"message": "MetaMaskアカウントで入手したトークンを検索できます。"
},
"kovan": {
"message": "Kovanテストネットワーク"
},
@ -508,9 +344,6 @@
"links": {
"message": "リンク"
},
"limit": {
"message": "リミット"
},
"loading": {
"message": "ロード中..."
},
@ -523,9 +356,6 @@
"logout": {
"message": "ログアウト"
},
"loose": {
"message": "外部秘密鍵"
},
"mainnet": {
"message": "Ethereumメインネットワーク"
},
@ -535,9 +365,6 @@
"message": {
"message": "メッセージ"
},
"min": {
"message": "ミニマム"
},
"myAccounts": {
"message": "マイアカウント"
},
@ -551,10 +378,6 @@
"message": "インポートするファイルを選択してください。",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "選択したファイルのパスワードを入力してください。",
"description": "Password and file needed to import an account"
},
"networks": {
"message": "ネットワーク"
},
@ -571,12 +394,6 @@
"newPassword": {
"message": "新規パスワード(最低8文字)"
},
"newPassword8Chars": {
"message": "新しいパスワード (8桁以上)"
},
"newRecipient": {
"message": "新規受取人"
},
"noAlreadyHaveSeed": {
"message": "すでにシードを持っています"
},
@ -589,46 +406,12 @@
"noDeposits": {
"message": "振込みがありません。"
},
"noTransactionHistory": {
"message": "トランザクション履歴がありません。"
},
"noTransactions": {
"message": "トランザクションがありません。"
},
"notStarted": {
"message": "スタートしていません。"
},
"oldUI": {
"message": "旧UI"
},
"oldUIMessage": {
"message": "旧UIを表示しています。右上のドロップダウンメニューのオプションより、新UIへ切り替えが可能です。"
},
"onlySendToEtherAddress": {
"message": "ETH はイーサリウムアカウントのみに送信できます。"
},
"onlySendTokensToAccountAddress": {
"message": "$1 はイーサリアムアカウントのみに送信できます。",
"description": "displays token symbol"
},
"openInTab": {
"message": "タブを開く"
},
"or": {
"message": "または",
"description": "choice between creating or importing a new account"
},
"password": {
"message": "パスワード"
},
"passwordMismatch": {
"message": "パスワードが一致しません。",
"description": "in password creation process, the two new password fields did not match"
},
"passwordShort": {
"message": "パスワードが短すぎます。",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "秘密鍵をここにペーストして下さい:",
"description": "For importing an account from a private key"
@ -636,12 +419,6 @@
"pasteSeed": {
"message": "パスフレーズをここにペーストして下さい!"
},
"pleaseReviewTransaction": {
"message": "トランザクションを確認して下さい。"
},
"popularTokens": {
"message": "人気のトークン"
},
"privacyMsg": {
"message": "プライバシーポリシー"
},
@ -661,18 +438,9 @@
"readdToken": {
"message": "アカウントのオプションメニューから「トークンを追加」すれば、将来このトークンを追加し直すことができます。"
},
"readMore": {
"message": "もっと読む"
},
"receive": {
"message": "受取"
},
"recipientAddress": {
"message": "受取人アドレス"
},
"refundAddress": {
"message": "受取アドレス"
},
"rejected": {
"message": "拒否されました"
},
@ -682,15 +450,9 @@
"restoreFromSeed": {
"message": "パスフレーズから復元する"
},
"restoreVault": {
"message": "ウォレットを復元する"
},
"required": {
"message": "必要です。"
},
"retryWithMoreGas": {
"message": "より高いガスプライスで再度試して下さい。"
},
"revealSeedWords": {
"message": "パスフレーズを表示"
},
@ -703,35 +465,18 @@
"ropsten": {
"message": "Ropstenテストネットワーク"
},
"rpc": {
"message": "カスタムRPC"
},
"sampleAccountName": {
"message": "例.新しいマイアカウント",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "保存"
},
"saveAsFile": {
"message": "ファイルとして保存",
"description": "Account export process"
},
"search": {
"message": "検索"
},
"searchResults": {
"message": "検索結果"
},
"select": {
"message": "選択"
},
"selectCurrency": {
"message": "通貨を選択"
},
"selectService": {
"message": "サービスを選択"
},
"selectType": {
"message": "キーの種類"
},
@ -747,48 +492,27 @@
"searchTokens": {
"message": "トークンの検索"
},
"sendTokensAnywhere": {
"message": "イーサリアムアカウントを持っている人にトークンを送る"
},
"settings": {
"message": "設定"
},
"shapeshiftBuy": {
"message": "Shapeshiftで交換"
},
"showPrivateKeys": {
"message": "秘密鍵を表示"
},
"showQRCode": {
"message": "QRコードを表示"
},
"sign": {
"message": "署名"
},
"signatureRequest": {
"message": "署名リクエスト"
},
"signMessage": {
"message": "メッセージに署名"
},
"signNotice": {
"message": "このメッセージへの署名は危険となる可能性があります。\n完全に信頼するサイトからのメッセージのみ、\nあなたのアカウントで署名して下さい。今後のバージョンでは、\nこの危険なメソッドは削除される予定です。"
},
"sigRequest": {
"message": "署名リクエスト"
},
"sigRequested": {
"message": "署名がリクエストされました"
},
"status": {
"message": "ステータス"
},
"submit": {
"message": "送信"
},
"takesTooLong": {
"message": "送信に時間がかかりますか?"
},
"terms": {
"message": "利用規約"
},
@ -805,36 +529,12 @@
"token": {
"message": "トークン"
},
"tokenAddress": {
"message": "トークンアドレス"
},
"tokenBalance": {
"message": "あなたのトークン残高:"
},
"tokenSelection": {
"message": "トークンを検索、またはリストから選択してください。"
},
"tokenSymbol": {
"message": "トークンシンボル"
},
"tokenWarning1": {
"message": "MetaMaskのアカウントで取得したアカウントのみ追加できます。他のアカウントを使用して取得したトークンは、カスタムトークンを使用してください。"
},
"total": {
"message": "合計"
},
"transactions": {
"message": "トランザクション"
},
"transactionMemo": {
"message": "トランザクションメモ (オプション)"
},
"transactionNumber": {
"message": "トランザクション番号"
},
"transfers": {
"message": "トランスファー"
},
"troubleTokenBalances": {
"message": "トークン残高を取得できません。こちらでご確認ください。",
"description": "Followed by a link (here) to view token balances"
@ -842,34 +542,15 @@
"typePassword": {
"message": "パスワードの入力"
},
"uiWelcome": {
"message": "新UIへようこそ! (ベータ版)"
},
"uiWelcomeMessage": {
"message": "現在、MetaMask の新しいUIをお使いになっています。トークン送信など、新たな機能を試してみましょう! 何か問題があればご報告ください。"
},
"unavailable": {
"message": "有効ではありません。"
},
"unknown": {
"message": "不明"
},
"unknownNetwork": {
"message": "不明なプライベートネットワーク"
},
"unknownNetworkId": {
"message": "不明なネットワークID"
},
"usaOnly": {
"message": "米国居住者のみ",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "様々なクライアントによって使用されています。"
},
"useOldUI": {
"message": "旧UIに切り替え"
},
"viewAccount": {
"message": "アカウントを見る"
},
@ -879,18 +560,12 @@
"walletSeed": {
"message": "ウォレットのパスフレーズ"
},
"warning": {
"message": "警告"
},
"welcomeBack": {
"message": "おかえりなさい!"
},
"welcome": {
"message": "MetaMask ベータ版へようこそ!"
},
"whatsThis": {
"message": "この機能について"
},
"yourSigRequested": {
"message": "あなたの署名がリクエストされています。"
},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -9,24 +9,12 @@
"about": {
"message": "വിവര"
},
"accept": {
"message": "സകരിക"
},
"account": {
"message": "അക"
},
"add": {
"message": "ച"
},
"address": {
"message": "വി"
},
"advanced": {
"message": "നതന"
},
"available": {
"message": "ലഭയമ"
},
"back": {
"message": "പി"
},
@ -54,12 +42,6 @@
"connect": {
"message": "കണകക"
},
"connecting": {
"message": "കണക..."
},
"continue": {
"message": "തടരക"
},
"copy": {
"message": "പകരക"
},
@ -69,12 +51,6 @@
"create": {
"message": "സിക"
},
"createDen": {
"message": "സിക"
},
"customize": {
"message": "ഇചതമക"
},
"delete": {
"message": "ഇലക"
},
@ -93,9 +69,6 @@
"fast": {
"message": "വഗത"
},
"fastest": {
"message": "ഏററവഗതയളത"
},
"forgetDevice": {
"message": "ഈ ഉപകരണ മറകക"
},
@ -119,15 +92,9 @@
"loading": {
"message": "ല..."
},
"min": {
"message": "കറഞഞത"
},
"next": {
"message": "അടതത"
},
"notFound": {
"message": "കണിില"
},
"origin": {
"message": "ഉറവി"
},
@ -158,18 +125,12 @@
"search": {
"message": "തിരയ"
},
"select": {
"message": "തിരഞക"
},
"send": {
"message": "അയയക"
},
"settings": {
"message": "കരമകരണങങള"
},
"status": {
"message": "നില"
},
"submit": {
"message": "സമരി"
},
@ -187,8 +148,5 @@
},
"viewAccount": {
"message": "അകക"
},
"warning": {
"message": "മനറിി"
}
}

@ -9,24 +9,12 @@
"about": {
"message": "बददल"
},
"accept": {
"message": "स"
},
"account": {
"message": "ख"
},
"add": {
"message": "ज"
},
"address": {
"message": "पत"
},
"advanced": {
"message": "परगत"
},
"available": {
"message": "उपलबध"
},
"back": {
"message": "मल"
},
@ -54,12 +42,6 @@
"connect": {
"message": "कनट कर"
},
"connecting": {
"message": "कनट करत आह..."
},
"continue": {
"message": "स"
},
"copy": {
"message": "क कर"
},
@ -69,12 +51,6 @@
"create": {
"message": "तयर कर"
},
"createDen": {
"message": "तयर कर"
},
"customize": {
"message": "सल कर"
},
"delete": {
"message": "हटव"
},
@ -93,9 +69,6 @@
"fast": {
"message": "जलद"
},
"fastest": {
"message": "सरत जलद"
},
"forgetDevice": {
"message": "हिइस विसर"
},
@ -119,15 +92,9 @@
"loading": {
"message": "लड करत आह..."
},
"min": {
"message": "किन"
},
"next": {
"message": "पल"
},
"notFound": {
"message": "आढळल"
},
"origin": {
"message": "मळ"
},
@ -158,18 +125,12 @@
"search": {
"message": "श"
},
"select": {
"message": "निवड"
},
"send": {
"message": "पठव"
},
"settings": {
"message": "सिज"
},
"status": {
"message": "सि"
},
"submit": {
"message": "सबमिट कर"
},
@ -187,8 +148,5 @@
},
"viewAccount": {
"message": "ख पह"
},
"warning": {
"message": "चवण"
}
}

File diff suppressed because it is too large Load Diff

@ -1,16 +1,7 @@
{
"exposeDescription": {
"message": "Stel accounts vrij op de huidige website. Handig voor legacy dapps."
},
"confirmExpose": {
"message": "Weet u zeker dat u uw accounts wilt weergeven aan de huidige website?"
},
"confirmClear": {
"message": "Weet je zeker dat je goedgekeurde websites wilt wissen?"
},
"clearApprovalDataSuccess": {
"message": "Goedgekeurde websitegegevens zijn met succes gewist."
},
"clearApprovalData": {
"message": "Gegevens over goedkeuring wissen"
},
@ -20,21 +11,12 @@
"providerRequestInfo": {
"message": "Het onderstaande domein probeert toegang tot de Ethereum API te vragen zodat deze kan communiceren met de Ethereum-blockchain. Controleer altijd eerst of u op de juiste site bent voordat u Ethereum-toegang goedkeurt."
},
"accept": {
"message": "Aanvaarden"
},
"accountDetails": {
"message": "Accountgegevens"
},
"accountName": {
"message": "Accountnaam"
},
"address": {
"message": "Adres"
},
"addCustomToken": {
"message": "Aangepaste token toevoegen"
},
"addToken": {
"message": "Voeg token toe"
},
@ -44,9 +26,6 @@
"amount": {
"message": "Bedrag"
},
"amountPlusGas": {
"message": "Bedrag + gas"
},
"appDescription": {
"message": "Ethereum Browser-extensie",
"description": "The description of the application"
@ -64,18 +43,12 @@
"attributions": {
"message": "Bevoegdheden"
},
"available": {
"message": "Beschikbaar"
},
"back": {
"message": "Terug"
},
"balance": {
"message": "Balans:"
},
"balances": {
"message": "Je saldo"
},
"balanceIsInsufficientGas": {
"message": "Onvoldoende saldo voor huidig gastotaal"
},
@ -86,21 +59,9 @@
"blockiesIdenticon": {
"message": "Gebruik Blockies Identicon"
},
"borrowDharma": {
"message": "Lenen met Dharma (Beta)"
},
"builtInCalifornia": {
"message": "MetaMask is ontworpen en gebouwd in Californië."
},
"buy": {
"message": "Kopen"
},
"buyCoinbase": {
"message": "Koop op Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Coinbase is 's werelds populairste manier om Bitcoin, Ethereum en Litecoin te kopen en verkopen."
},
"buyCoinSwitch": {
"message": "Koop op CoinSwitch"
},
@ -110,30 +71,12 @@
"cancel": {
"message": "Annuleer"
},
"classicInterface": {
"message": "Gebruik de klassieke interface"
},
"clickCopy": {
"message": "Klik om te kopiëren"
},
"confirm": {
"message": "Bevestigen"
},
"confirmContract": {
"message": "Contract bevestigen"
},
"confirmPassword": {
"message": "bevestig wachtwoord"
},
"confirmTransaction": {
"message": "Bevestig transactie"
},
"continue": {
"message": "Doorgaan met"
},
"continueToCoinbase": {
"message": "Ga verder naar Coinbase"
},
"continueToCoinSwitch": {
"message": "Ga verder naar CoinSwitch"
},
@ -146,15 +89,9 @@
"copiedButton": {
"message": "gekopieerde"
},
"copiedClipboard": {
"message": "Gekopieerd naar het klembord"
},
"copiedExclamation": {
"message": "Gekopieerde!"
},
"copiedSafe": {
"message": "Ik heb het ergens veilig gekopieerd"
},
"copy": {
"message": "Kopiëren"
},
@ -173,22 +110,9 @@
"createAccount": {
"message": "Account aanmaken"
},
"createDen": {
"message": "creëren"
},
"crypto": {
"message": "crypto",
"description": "Exchange type (cryptocurrencies)"
},
"currentNetwork": {
"message": "Huidig netwerk"
},
"customGas": {
"message": "Pas Gas aan"
},
"customize": {
"message": "Aanpassen"
},
"customRPC": {
"message": "Aangepaste RPC"
},
@ -201,36 +125,12 @@
"defaultNetwork": {
"message": "Het standaardnetwerk voor Ether-transacties is Main Net."
},
"denExplainer": {
"message": "Uw DEN is uw wachtwoord-gecodeerde opslag binnen MetaMask."
},
"deposit": {
"message": "Storting"
},
"depositBTC": {
"message": "Stort uw BTC op het onderstaande adres:"
},
"depositEth": {
"message": "Aanbetaling Eth"
},
"depositEther": {
"message": "Stort Ether"
},
"depositFiat": {
"message": "Stort met Fiat"
},
"depositFromAccount": {
"message": "Storten van een ander account"
},
"depositShapeShift": {
"message": "Stort met ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Als u andere cryptocurrencies bezit, kunt u Ether direct in uw MetaMask-portemonnee ruilen en storten. Geen account nodig."
},
"directDeposit": {
"message": "Directe storting"
},
"directDepositEther": {
"message": "Directe Ether storten"
},
@ -246,33 +146,18 @@
"edit": {
"message": "Bewerk"
},
"editAccountName": {
"message": "Bewerk accountnaam"
},
"emailUs": {
"message": "Email ons!"
},
"encryptNewDen": {
"message": "Versleutel je nieuwe DEN"
},
"enterPassword": {
"message": "Voer wachtwoord in"
},
"enterPasswordConfirm": {
"message": "Voer uw wachtwoord in om te bevestigen"
},
"etherscanView": {
"message": "Bekijk account op Etherscan"
},
"exchangeRate": {
"message": "Wisselkoers"
},
"exportPrivateKey": {
"message": "Exporteer privésleutel"
},
"exportPrivateKeyWarning": {
"message": "Exporteer privésleutels op eigen risico."
},
"failed": {
"message": "mislukt"
},
@ -284,45 +169,27 @@
"message": "Bestandsimport werkt niet? Klik hier!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "Volg ons op Twitter"
},
"from": {
"message": "Van"
},
"fromToSame": {
"message": "Van en naar adres kan niet hetzelfde zijn"
},
"fromShapeShift": {
"message": "Van ShapeShift"
},
"gasFee": {
"message": "Gas vergoeding"
},
"gasLimit": {
"message": "Gaslimiet"
},
"gasLimitCalculation": {
"message": "We berekenen de voorgestelde gaslimiet op basis van succespercentages van het netwerk."
},
"gasLimitRequired": {
"message": "Gaslimiet vereist"
},
"gasLimitTooLow": {
"message": "De gaslimiet moet minstens 21000 zijn"
},
"generatingSeed": {
"message": "Back-up woorden produceren ..."
},
"gasPrice": {
"message": "Gasprijs (GWEI)"
},
"gasPriceCalculation": {
"message": "We berekenen de voorgestelde gasprijzen op basis van succespercentages van het netwerk."
},
"gasPriceRequired": {
"message": "Gasprijs vereist"
},
"getEther": {
"message": "Krijg Ether"
},
@ -338,9 +205,6 @@
"message": "hier",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "Hier is een lijst !!!!"
},
"hide": {
"message": "Verbergen"
},
@ -350,12 +214,6 @@
"hideTokenPrompt": {
"message": "Token verbergen?"
},
"howToDeposit": {
"message": "Hoe zou je Ether willen deponeren?"
},
"holdEther": {
"message": "Hiermee kunt u ether & tokens bewaren en dient u als brug naar gedecentraliseerde applicaties."
},
"import": {
"message": "Importeren",
"description": "Button to import an account from a selected file"
@ -366,12 +224,6 @@
"importAccountMsg": {
"message": " Geïmporteerde accounts worden niet gekoppeld aan de seedphrase van uw oorspronkelijk gemaakte MetaMask-account. Meer informatie over geïmporteerde accounts"
},
"importAnAccount": {
"message": "Importeer een account"
},
"importDen": {
"message": "Bestaande DEN importeren"
},
"imported": {
"message": "geïmporteerde",
"description": "status showing that an account has been fully loaded into the keyring"
@ -391,20 +243,14 @@
"invalidAddressRecipient": {
"message": "Het adres van de ontvanger is ongeldig"
},
"invalidGasParams": {
"message": "Ongeldige gasparameters"
},
"invalidInput": {
"message": "Ongeldige invoer."
},
"invalidRequest": {
"message": "ongeldig verzoek"
},
"invalidRPC": {
"message": "Ongeldige RPC-URI"
},
"jsonFail": {
"message": "Er is iets fout gegaan. Zorg ervoor dat uw JSON-bestand correct is opgemaakt."
"invalidBlockExplorerURL": {
"message": "Ongeldige Block Explorer URI"
},
"jsonFile": {
"message": "JSON-bestand",
@ -413,9 +259,6 @@
"kovan": {
"message": "Kovan-testnetwerk"
},
"knowledgeDataBase": {
"message": "Bezoek onze Knowledge Base"
},
"lessThanMax": {
"message": "moet kleiner zijn dan of gelijk zijn aan $1.",
"description": "helper for inputting hex as decimal input"
@ -423,9 +266,6 @@
"likeToAddTokens": {
"message": "Wil je deze tokens toevoegen?"
},
"limit": {
"message": "Begrenzing"
},
"loading": {
"message": "Bezig met laden..."
},
@ -438,12 +278,6 @@
"logout": {
"message": "Uitloggen"
},
"loose": {
"message": "Los"
},
"loweCaseWords": {
"message": "back-up woorden hebben alleen kleine letters"
},
"mainnet": {
"message": "Main Netwerk"
},
@ -466,10 +300,6 @@
"message": "U moet een bestand selecteren om te importeren.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "U moet een wachtwoord invoeren voor het geselecteerde bestand.",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "Kan geen negatieve hoeveelheden ETH verzenden."
},
@ -485,12 +315,6 @@
"newPassword": {
"message": "Nieuw wachtwoord (min 8 tekens)"
},
"newPassword8Chars": {
"message": "Nieuw wachtwoord (min 8 tekens)"
},
"newRecipient": {
"message": "Nieuwe ontvanger"
},
"next": {
"message": "volgende"
},
@ -500,36 +324,9 @@
"noDeposits": {
"message": "Geen aanbetalingen ontvangen"
},
"noTransactionHistory": {
"message": "Geen transactiegeschiedenis."
},
"noTransactions": {
"message": "Geen transacties"
},
"notStarted": {
"message": "Niet begonnen"
},
"oldUI": {
"message": "Oude gebruikersinterface"
},
"oldUIMessage": {
"message": "U bent teruggekeerd naar de oude gebruikersinterface. U kunt terugschakelen naar de nieuwe gebruikersinterface via de optie in het vervolgkeuzemenu in de rechterbovenhoek."
},
"or": {
"message": "of",
"description": "choice between creating or importing a new account"
},
"passwordCorrect": {
"message": "Zorg ervoor dat uw wachtwoord correct is."
},
"passwordMismatch": {
"message": "wachtwoorden komen niet overeen",
"description": "in password creation process, the two new password fields did not match"
},
"passwordShort": {
"message": "wachtwoord niet lang genoeg",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "Plak hier uw privésleutelstring:",
"description": "For importing an account from a private key"
@ -540,9 +337,6 @@
"personalAddressDetected": {
"message": "Persoonlijk adres gedetecteerd. Voer het tokencontractadres in."
},
"pleaseReviewTransaction": {
"message": "Controleer uw transactie."
},
"privacyMsg": {
"message": "Privacybeleid"
},
@ -562,21 +356,9 @@
"readdToken": {
"message": "U kunt dit token in de toekomst weer toevoegen door naar \"Token toevoegen\" te gaan in het menu met accountopties."
},
"readMore": {
"message": "Lees hier meer."
},
"readMore2": {
"message": "Lees verder."
},
"receive": {
"message": "Te ontvangen"
},
"recipientAddress": {
"message": "Geadresseerde adres"
},
"refundAddress": {
"message": "Uw teruggave adres"
},
"rejected": {
"message": "Verworpen"
},
@ -589,9 +371,6 @@
"required": {
"message": "Verplicht"
},
"retryWithMoreGas": {
"message": "Probeer hier opnieuw met een hogere gasprijs"
},
"revealSeedWords": {
"message": "Onthul back-up woorden"
},
@ -607,23 +386,9 @@
"ropsten": {
"message": "Ropsten testnetwerk"
},
"rpc": {
"message": "Aangepaste RPC"
},
"sampleAccountName": {
"message": "Bijv. Mijn nieuwe account",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "Opslaan"
},
"saveAsFile": {
"message": "Sla op als bestand",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "Bewaar back-up woorden als bestand"
},
"search": {
"message": "Zoeken"
},
@ -633,15 +398,9 @@
"seedPhraseReq": {
"message": "Back-up woorden zijn 12 woorden lang"
},
"select": {
"message": "kiezen"
},
"selectCurrency": {
"message": "selecteer valuta"
},
"selectService": {
"message": "Selecteer Service"
},
"selectType": {
"message": "Selecteer type"
},
@ -654,45 +413,24 @@
"sendTokens": {
"message": "Stuur tokens"
},
"sendTokensAnywhere": {
"message": "Stuur tokens naar iedereen met een Ethereum-account"
},
"settings": {
"message": "instellingen"
},
"shapeshiftBuy": {
"message": "Koop met Shapeshift"
},
"showPrivateKeys": {
"message": "Privésleutels weergeven"
},
"showQRCode": {
"message": "QR-code weergeven"
},
"sign": {
"message": "Teken"
},
"signatureRequest": {
"message": "Ondertekeningsverzoek"
},
"signMessage": {
"message": "Teken bericht"
},
"signNotice": {
"message": "Het ondertekenen van dit bericht kan hebben \ngevaarlijke bijwerkingen. Meld alleen berichten van \nsites die u volledig vertrouwt met uw volledige account.\n Deze gevaarlijke methode wordt in een toekomstige versie verwijderd."
},
"sigRequest": {
"message": "Ondertekeningsverzoek"
},
"sigRequested": {
"message": "Handtekening aangevraagd"
},
"spaceBetween": {
"message": "er kan alleen een spatie tussen woorden zijn"
},
"status": {
"message": "staat"
},
"stateLogs": {
"message": "Staatslogboeken"
},
@ -708,9 +446,6 @@
"symbolBetweenZeroTwelve": {
"message": "Het symbool moet tussen 0 en 12 tekens lang zijn."
},
"takesTooLong": {
"message": "Duurt te lang?"
},
"terms": {
"message": "Gebruiksvoorwaarden"
},
@ -724,98 +459,43 @@
"message": "$1 tot ETH via ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenAddress": {
"message": "Token-adres"
},
"tokenAlreadyAdded": {
"message": "Token is al toegevoegd."
},
"tokenBalance": {
"message": "Uw tokensaldo is:"
},
"tokenSelection": {
"message": "Zoek naar tokens of selecteer uit onze lijst met populaire tokens."
},
"tokenWarning1": {
"message": "Houd de tokens bij die je hebt gekocht met je MetaMask-account. Als je tokens met een ander account hebt gekocht, worden die tokens hier niet weergegeven."
},
"total": {
"message": "Totaal"
},
"transactions": {
"message": "transacties"
},
"transactionMemo": {
"message": "Transactiememo (optioneel)"
},
"transactionNumber": {
"message": "Transactie nummer"
},
"transfers": {
"message": "transfers"
},
"troubleTokenBalances": {
"message": "We hadden problemen bij het laden van uw tokenbalansen. Je kunt ze bekijken",
"description": "Followed by a link (here) to view token balances"
},
"twelveWords": {
"message": "Deze 12 woorden zijn de enige manier om uw MetaMask-accounts te herstellen.\nBewaar ze ergens veilig en geheim."
},
"typePassword": {
"message": "Typ uw wachtwoord"
},
"uiWelcome": {
"message": "Welkom bij de nieuwe gebruikersinterface (bèta)"
},
"uiWelcomeMessage": {
"message": "U gebruikt nu de nieuwe gebruikersinterface van MetaMask. Kijk rond, probeer nieuwe functies uit zoals het verzenden van tokens en laat ons weten of u problemen ondervindt."
},
"unavailable": {
"message": "Niet beschikbaar"
},
"unknown": {
"message": "Onbekend"
},
"unknownNetwork": {
"message": "Onbekend privénetwerk"
},
"unknownNetworkId": {
"message": "Onbekende netwerk-ID"
},
"uriErrorMsg": {
"message": "Voor URI's is het juiste HTTP / HTTPS-voorvoegsel vereist."
},
"usaOnly": {
"message": "Alleen in de VS.",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Gebruikt door verschillende klanten"
},
"useOldUI": {
"message": "Gebruik de oude gebruikersinterface"
},
"validFileImport": {
"message": "U moet een geldig bestand selecteren om te importeren."
},
"vaultCreated": {
"message": "Vault gemaakt"
},
"viewAccount": {
"message": "Bekijk account"
},
"visitWebSite": {
"message": "Bezoek onze website"
},
"warning": {
"message": "Waarschuwing"
},
"welcome": {
"message": "Welkom bij MetaMask"
},
"whatsThis": {
"message": "Wat is dit?"
},
"yourSigRequested": {
"message": "Uw handtekening wordt aangevraagd"
},

File diff suppressed because it is too large Load Diff

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "Ilantad ang Mga Account"
},
"exposeDescription": {
"message": "Ilantad ang mga account sa kasalukuyang website. Kapaki-pakinabang para sa mga dapps ng legacy."
},
"confirmExpose": {
"message": "Sigurado ka bang gusto mong ilantad ang iyong mga account sa kasalukuyang website?"
},
"confirmClear": {
"message": "Sigurado ka bang gusto mong i-clear ang mga naaprubahang website?"
},
"clearApprovalDataSuccess": {
"message": "Matagumpay na na-clear ang data ng aprubadong website."
},
"clearApprovalData": {
"message": "Tanggalin ang data ng pag-apruba"
},
@ -30,9 +18,6 @@
"providerRequestInfo": {
"message": "Ang domain na nakalista sa ibaba ay sinusubukang humiling ng access sa Ethereum API upang maaari itong makipag-ugnayan sa Ethereum blockchain. Laging i-double check na ikaw ay nasa tamang site bago aprubahan ang Ethereum access."
},
"accept": {
"message": "Tanggapin"
},
"accountDetails": {
"message": "Detalye ng Account"
},
@ -45,9 +30,6 @@
"amount": {
"message": "Halaga"
},
"amountPlusGas": {
"message": "Halaga + Gas"
},
"appDescription": {
"message": "Ethereum Browser Extension",
"description": "Ang deskripsyon ng application"
@ -55,9 +37,6 @@
"attemptingConnect": {
"message": "Sinusubukang kumonekta sa blockchain."
},
"available": {
"message": "Magagamit"
},
"back": {
"message": "Bumalik"
},
@ -71,18 +50,6 @@
"message": "dapat mas malaki o katumbas ng $1 at mas mababa o katumbas ng $2.",
"description": "helper para sa pag-input ng hex bilang decimal input"
},
"borrowDharma": {
"message": "Humiram sa Dharma (Beta)"
},
"buy": {
"message": "Bumili"
},
"buyCoinbase": {
"message": "Bumili sa Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Ang Coinbase ang pinakasikat na paraan upang bumili at magbenta ng Bitcoin, Ethereum, at Litecoin sa buong mundo."
},
"buyCoinSwitch": {
"message": "Bumili sa CoinSwitch"
},
@ -92,24 +59,12 @@
"cancel": {
"message": "Kanselahin"
},
"clickCopy": {
"message": "I-click upang Makopya"
},
"confirm": {
"message": "Tiyakin"
},
"confirmContract": {
"message": "Tiyakin ang Contract"
},
"confirmPassword": {
"message": "Tiyakin ang Password"
},
"confirmTransaction": {
"message": "Tiyakin ang Transaksyon"
},
"continueToCoinbase": {
"message": "Magpatuloy sa Coinbase"
},
"continueToCoinSwitch": {
"message": "Magpatuloy sa CoinSwitch"
},
@ -122,9 +77,6 @@
"copiedButton": {
"message": "Kinopya"
},
"copiedClipboard": {
"message": "Kinopya sa Clipboard"
},
"copiedExclamation": {
"message": "Kinopya!"
},
@ -146,51 +98,21 @@
"createAccount": {
"message": "Gumawa ng Account"
},
"createDen": {
"message": "Gumawa"
},
"customGas": {
"message": "I-customize ang Gas"
},
"customize": {
"message": "I-customize"
},
"defaultNetwork": {
"message": "Ang default network para sa Ether transactions ay ang Main Net."
},
"denExplainer": {
"message": "Ang iyong DEN ang nagsisilbing password-encrypted storage mo sa loob ng MetaMask."
},
"deposit": {
"message": "Deposito"
},
"depositBTC": {
"message": "I-deposito ang iyong BTC sa address na ito:"
},
"depositEth": {
"message": "I-deposito ang Eth"
},
"depositEther": {
"message": "I-deposito ang Ether"
},
"depositFiat": {
"message": "I-deposito ang Fiat"
},
"depositFromAccount": {
"message": "I-deposito mula sa ibang account"
},
"depositShapeShift": {
"message": "I-deposito gamit ang ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Kung ikaw ay nagmamay-ari ng iba pang cryptocurrencies, pwede kang mag-trade at mag-deposito ng Ether diretso sa iyong MetaMask wallet. Hindi mo na kailangan ng account."
},
"details": {
"message": "Detalye"
},
"directDeposit": {
"message": "Direktang Deposito"
},
"directDepositEther": {
"message": "Direktang I-deposito ang Ether"
},
@ -203,12 +125,6 @@
"edit": {
"message": "I-edit"
},
"editAccountName": {
"message": "I-edit ang Pangalang ng Account"
},
"encryptNewDen": {
"message": "I-encrypt ang iyong bagong DEN"
},
"enterPassword": {
"message": "I-enter ang password"
},
@ -218,9 +134,6 @@
"exportPrivateKey": {
"message": "I-export ang Private Key"
},
"exportPrivateKeyWarning": {
"message": "I-export ang private keys at intindihin ang panganib na kasama nito."
},
"failed": {
"message": "Nabigo"
},
@ -241,18 +154,12 @@
"gasLimitCalculation": {
"message": "Kinalkula namin ang iminungkahing gas limit base sa network success rates."
},
"gasLimitRequired": {
"message": "Kailangan ang Gas Limit"
},
"gasLimitTooLow": {
"message": "Ang gas limit ay hindi dabat bababa sa 21000"
},
"gasPriceCalculation": {
"message": "Kinalkula namin ang iminungkahing gas prices base sa network success rates."
},
"gasPriceRequired": {
"message": "Kailangan ang Gas Price"
},
"getEther": {
"message": "Kumuha ng Ether"
},
@ -277,9 +184,6 @@
"hideTokenPrompt": {
"message": "Itago ang Token?"
},
"howToDeposit": {
"message": "Paano mo gustong mag-deposito ng Ether?"
},
"import": {
"message": "I-import",
"description": "Button para i-import ang account mula sa napiling file"
@ -287,12 +191,6 @@
"importAccount": {
"message": "I-import ang Account"
},
"importAnAccount": {
"message": "I-import ang account"
},
"importDen": {
"message": "I-import ang Existing DEN"
},
"imported": {
"message": "Na-import na",
"description": "status na nagpapakita na ang account ay lubos na na-load sa keyring"
@ -303,22 +201,13 @@
"invalidAddress": {
"message": "Invalid ang address"
},
"invalidGasParams": {
"message": "Invalid ang Gas Parameters"
},
"invalidInput": {
"message": "Invalid ang input."
},
"invalidRequest": {
"message": "Invalid ang Request"
},
"lessThanMax": {
"message": "dapat mas mababa o katumbas ng $1.",
"description": "helper para sa pag-input ng hex bilang decimal input"
},
"limit": {
"message": "Limitasyon"
},
"loading": {
"message": "Naglo-load..."
},
@ -338,10 +227,6 @@
"message": "Dapat kang pumili ng file para i-import.",
"description": "Ang user ay nag-iimport ng account at kailangan magdagdag ng file upang tumuloy"
},
"needImportPassword": {
"message": "Dapat mong i-enter ang password para sa napiling file.",
"description": "Password at file na kailangan upang ma-import ang account"
},
"newAccount": {
"message": "Bagong Account"
},
@ -351,9 +236,6 @@
"newPassword": {
"message": "Bagong Password (min 8 chars)"
},
"newRecipient": {
"message": "Bagong Recipient"
},
"next": {
"message": "Sunod"
},
@ -363,33 +245,9 @@
"noDeposits": {
"message": "Walang natanggap na mga deposito"
},
"noTransactionHistory": {
"message": "Walang kasaysayan ng transaksyon."
},
"noTransactions": {
"message": "Walang mga Transaksyon"
},
"notStarted": {
"message": "Hindi Sinimulan"
},
"oldUI": {
"message": "Lumang UI"
},
"oldUIMessage": {
"message": "Ikaw ay bumalik sa lumang UI. Maaari kang bumalik sa bagong UI mula sa isang opsyon sa dropdown menu na matatagpuan sa bandang taas at kanan."
},
"or": {
"message": "o",
"description": "Pagpili sa pagitan ng paggawa of pag-import ng bagong account"
},
"passwordMismatch": {
"message": "hindi nagtugma ang mga password",
"description": "Sa proseso ng paggawa ng password, ang dalawang password fields ay hindi nagtugma"
},
"passwordShort": {
"message": "hindi sapat ang haba ng password",
"description": "Sa proseso ng paggawa ng password, ang password ay hindi in password creation process, hind sapat ang haba ng password upang maging ligtas"
},
"pastePrivateKey": {
"message": "I-paste dito ang iyong private key string:",
"description": "Para sa pag-import ng account mula sa private key"
@ -397,9 +255,6 @@
"pasteSeed": {
"message": "I-paste dito ang iyong seed phrase!"
},
"pleaseReviewTransaction": {
"message": "Mangyaring suriin ang iyong transaksyon."
},
"privateKeyWarning": {
"message": "Babala: Huwag sabihin sa kahit na sino ang key na ito. Maaring makuha at manakaw ng sinumang nakakaalam ng iyong private key ang mga assets sa iyong account."
},
@ -412,108 +267,52 @@
"readdToken": {
"message": "Upang muling idagdag ang token na ito, pumunta sa “Magdagdag ng Token” sa options menu ng iyong account."
},
"readMore": {
"message": "Alamin ang iba pang impormasyon dito."
},
"receive": {
"message": "Tanggapin"
},
"recipientAddress": {
"message": "Address ng Tatanggap"
},
"refundAddress": {
"message": "Ang Iyong Refund Address"
},
"rejected": {
"message": "Tinanggihan"
},
"required": {
"message": "Kailangan"
},
"retryWithMoreGas": {
"message": "Muling subukan ng may mas mataas na gas price dito"
},
"revert": {
"message": "Ibalik"
},
"sampleAccountName": {
"message": "Halimbawa: Ang aking bagong account",
"description": "Tulungan ang user na intindihin ang konsepto ng pagdagdag ng human-readable name sa kanilang account"
},
"save": {
"message": "I-save"
},
"saveAsFile": {
"message": "I-save bilang File",
"description": "Proseso sa pag-export ng Account"
},
"selectService": {
"message": "Piliin ang Service"
},
"send": {
"message": "Magpadala"
},
"sendTokens": {
"message": "Magpadala ng Tokens"
},
"sendTokensAnywhere": {
"message": "Magpadala ng Tokens sa sinumang may Ethereum account"
},
"settings": {
"message": "Mga Setting"
},
"shapeshiftBuy": {
"message": "Bumili gamit ang Shapeshift"
},
"showPrivateKeys": {
"message": "Ipakita ang Private Keys"
},
"showQRCode": {
"message": "Ipakita ang QR Code"
},
"sign": {
"message": "I-sign"
},
"signMessage": {
"message": "I-sign ang mensahe"
},
"signNotice": {
"message": "Ang pag-sign ng mensaheng ito ay maaring magdulot ng mapanganib na epekto. I-sign lamang ang mga mensahe mula sa mga site na pinagkakatiwalaan mo ng iyong account. Ang mapanganib na paraang ito ay aalisin sa isa sa mga susunod na bersyon. "
},
"sigRequest": {
"message": "Hiling na Signature"
},
"sigRequested": {
"message": "Hiniling ang Signature"
},
"status": {
"message": "Istado"
},
"submit": {
"message": "I-submit"
},
"takesTooLong": {
"message": "Masyadong matagal?"
},
"toETHviaShapeShift": {
"message": "$1 sa ETH sa pamamagitan ng ShapeShift",
"description": "Pupunan ng system ang deposit type sa simula ng mensahe"
},
"tokenBalance": {
"message": "Ang iyong Token Balance ay:"
},
"total": {
"message": "Kabuuan"
},
"transactionMemo": {
"message": "Memo ng transaksyon (opsyonal)"
},
"transactionNumber": {
"message": "Numero ng Transaksyon"
},
"transfers": {
"message": "Mga Inilipat"
},
"troubleTokenBalances": {
"message": "Nagkaroon kami ng problema sa paglo-load ng iyong mga balanseng token. Tingnan ito dito ",
"description": "Susundan ng link (dito) para tingnan ang token balances"
@ -521,40 +320,18 @@
"typePassword": {
"message": "I-type ang iyong Password"
},
"uiWelcome": {
"message": "Maligayang pagdating sa Bagong UI (Beta)"
},
"uiWelcomeMessage": {
"message": "Ginagamit mo na ngayon ang bagong MetaMask UI. I-explore at subukan ang mga bagong features tulad ng pagpapadala ng mga token, at ipaalam sa amin kung mayroon kang anumang mga isyu."
},
"unavailable": {
"message": "Hindi Magagamit"
},
"unknown": {
"message": "Hindi Alam"
},
"unknownNetwork": {
"message": "Hindi Alam ang Pribadong Network"
},
"unknownNetworkId": {
"message": "Hindi alam ang network ID"
},
"usaOnly": {
"message": "USA lamang",
"description": "Ang paggamit ng exchange na ito ay limitado sa mga tao sa loob ng Estados Unidos"
},
"usedByClients": {
"message": "Ginagamit ng iba't ibang mga clients"
},
"viewAccount": {
"message": "Tingnan ang Account"
},
"warning": {
"message": "Babala"
},
"whatsThis": {
"message": "Ano ito?"
},
"yourSigRequested": {
"message": "Hinihiling ang iyong signature"
},

File diff suppressed because it is too large Load Diff

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "Expor contas"
},
"exposeDescription": {
"message": "Exponha contas ao site atual. Útil para dapps herdados."
},
"confirmExpose": {
"message": "Tem certeza de que deseja expor suas contas ao site atual?"
},
"confirmClear": {
"message": "Tem certeza de que deseja limpar sites aprovados?"
},
"clearApprovalDataSuccess": {
"message": "Dados aprovados do website foram limpos com sucesso."
},
"clearApprovalData": {
"message": "Limpar dados de aprovação"
},
@ -23,9 +11,6 @@
"providerRequestInfo": {
"message": "O domínio listado abaixo está tentando solicitar acesso à API Ethereum para que ele possa interagir com o blockchain Ethereum. Sempre verifique se você está no site correto antes de aprovar o acesso à Ethereum."
},
"accept": {
"message": "Aceitar"
},
"account": {
"message": "Conta"
},
@ -35,12 +20,6 @@
"accountName": {
"message": "Nome da Conta"
},
"address": {
"message": "Endereço"
},
"addCustomToken": {
"message": "Adicionar token customizada"
},
"addToken": {
"message": "Adicionar Token"
},
@ -50,9 +29,6 @@
"amount": {
"message": "Valor"
},
"amountPlusGas": {
"message": "Valor + Gas"
},
"appDescription": {
"message": "Extensão para o browser de Ethereum",
"description": "The description of the application"
@ -70,18 +46,12 @@
"attributions": {
"message": "Atribuições"
},
"available": {
"message": "Disponível"
},
"back": {
"message": "Voltar"
},
"balance": {
"message": "Saldo:"
},
"balances": {
"message": "O meu saldo"
},
"balanceIsInsufficientGas": {
"message": "Saldo insuficiente para a quantidade de gas total"
},
@ -92,21 +62,9 @@
"blockiesIdenticon": {
"message": "Usar Blockies Identicon"
},
"borrowDharma": {
"message": "Pedir Empréstimo Com Dharma (Beta)"
},
"builtInCalifornia": {
"message": "MetaMask é desenhada e construída na California."
},
"buy": {
"message": "Comprar"
},
"buyCoinbase": {
"message": "Comprar no Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Coinbase é a forma mais conhecida para comprar e vender Bitcoin, Ethereum, e Litecoin."
},
"buyCoinSwitch": {
"message": "Comprar no CoinSwitch"
},
@ -116,30 +74,12 @@
"cancel": {
"message": "Cancelar"
},
"classicInterface": {
"message": "Utilizar interface clássico"
},
"clickCopy": {
"message": "Carregue para copiar"
},
"confirm": {
"message": "Confirmar"
},
"confirmContract": {
"message": "Confirmar Contrato"
},
"confirmPassword": {
"message": "Confirmar Palavra-passe"
},
"confirmTransaction": {
"message": "Confirmar Transação"
},
"continue": {
"message": "Continuar"
},
"continueToCoinbase": {
"message": "Continuar para o Coinbase"
},
"continueToCoinSwitch": {
"message": "Continuar para o CoinSwitch"
},
@ -152,15 +92,9 @@
"copiedButton": {
"message": "Copiado"
},
"copiedClipboard": {
"message": "Copiado para a Área de Transferência"
},
"copiedExclamation": {
"message": "Copiado!"
},
"copiedSafe": {
"message": "Já copiei para um lugar seguro"
},
"copy": {
"message": "Copiar"
},
@ -179,22 +113,9 @@
"createAccount": {
"message": "Criar Conta"
},
"createDen": {
"message": "Criar"
},
"crypto": {
"message": "Cripto",
"description": "Exchange type (cryptocurrencies)"
},
"currentNetwork": {
"message": "Rede Atual"
},
"customGas": {
"message": "Customizar Gas"
},
"customize": {
"message": "Customizar"
},
"customRPC": {
"message": "Customizar RPC"
},
@ -207,39 +128,15 @@
"defaultNetwork": {
"message": "A rede pré definida para transações em Ether é a Main Net."
},
"denExplainer": {
"message": " DEN é o armazenamento encriptado da sua palavra-passe no MetaMask."
},
"deposit": {
"message": "Depósito"
},
"depositBTC": {
"message": "Deposite as suas BTC no endereço abaixo:"
},
"depositEth": {
"message": "Depositar Eth"
},
"depositEther": {
"message": "Depositar Ether"
},
"depositFiat": {
"message": "Depositar moeda fiduciária"
},
"depositFromAccount": {
"message": "Depositar de outra conta"
},
"depositShapeShift": {
"message": "Depositar com ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Se tem criptomoedas, pode trocar e depositar Ether diretamente na sua carteira MetaMask. Não precisa de conta."
},
"details": {
"message": "Detalhes"
},
"directDeposit": {
"message": "Depósito Direto"
},
"directDepositEther": {
"message": "Depositar Diretamente Ether"
},
@ -255,33 +152,18 @@
"edit": {
"message": "Editar"
},
"editAccountName": {
"message": "Editar Nome da Conta"
},
"emailUs": {
"message": "Fale connosco!"
},
"encryptNewDen": {
"message": "Encripte o seu novo DEN"
},
"enterPassword": {
"message": "Introduza palavra-passe"
},
"enterPasswordConfirm": {
"message": "Introduza a sua palavra-passe para confirmar"
},
"etherscanView": {
"message": "Ver conta no Etherscan"
},
"exchangeRate": {
"message": "Taxa de Câmbio"
},
"exportPrivateKey": {
"message": "Exportar Chave Privada"
},
"exportPrivateKeyWarning": {
"message": "Exportar chaves privadas por sua conta e risco."
},
"failed": {
"message": "Falhou"
},
@ -293,45 +175,27 @@
"message": "A importação de ficheiro não está a funcionar? Carregue aqui!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "Siga-nos no Twitter"
},
"from": {
"message": "De"
},
"fromToSame": {
"message": "Endereços De e Para não podem ser iguais"
},
"fromShapeShift": {
"message": "De ShapeShift"
},
"gasFee": {
"message": "Taxa de Gas"
},
"gasLimit": {
"message": "Limite de Gas"
},
"gasLimitCalculation": {
"message": "Calculamos o limite sugerido do gas com base nas taxas de sucesso da rede."
},
"gasLimitRequired": {
"message": "Limite de Gas Necessário"
},
"gasLimitTooLow": {
"message": "Limite de Gas deve ser no mínimo 21000"
},
"generatingSeed": {
"message": "A gerar Seed..."
},
"gasPrice": {
"message": "Preço Gas (GWEI)"
},
"gasPriceCalculation": {
"message": "Calculamos o gas sugerido com base nas taxas de sucesso da rede."
},
"gasPriceRequired": {
"message": "Preço Gas Necessário"
},
"getEther": {
"message": "Obter Ether"
},
@ -347,9 +211,6 @@
"message": "aqui",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "Aqui está uma lista!!!!"
},
"hide": {
"message": "Ocultar"
},
@ -359,12 +220,6 @@
"hideTokenPrompt": {
"message": "Ocultar Token?"
},
"howToDeposit": {
"message": "Como gostaria de depositar Ether?"
},
"holdEther": {
"message": "Permite ter ether & tokens, e serve como uma ponte para aplicações descentralizadas."
},
"import": {
"message": "Importar",
"description": "Button to import an account from a selected file"
@ -375,12 +230,6 @@
"importAccountMsg": {
"message": "Contas importadas não irão ser associadas com a frase seed da conta criada originalmente pelo MetaMask. Saiba mais sobre contas importadas."
},
"importAnAccount": {
"message": "Importar uma conta"
},
"importDen": {
"message": "Importar DEN Existente"
},
"imported": {
"message": "Importado",
"description": "status showing that an account has been fully loaded into the keyring"
@ -400,20 +249,14 @@
"invalidAddressRecipient": {
"message": "O endereço do destinatário é inválido "
},
"invalidGasParams": {
"message": "Parâmetros para o Gas Inválidos"
},
"invalidInput": {
"message": "Campo inválido."
},
"invalidRequest": {
"message": "Pedido Inválido"
},
"invalidRPC": {
"message": "RPC URI Inválido"
},
"jsonFail": {
"message": "Ocorreu um erro. Por favor confirme que o seu ficheiro JSON está devidamente formatado."
"invalidBlockExplorerURL": {
"message": "Block Explorer URI Inválido"
},
"jsonFile": {
"message": "Ficheiro JSON",
@ -422,9 +265,6 @@
"kovan": {
"message": "Rede de Teste Kovan"
},
"knowledgeDataBase": {
"message": "Visite o nosso Centro de Conhecimento"
},
"lessThanMax": {
"message": "tem de ser menor ou igual a $1.",
"description": "helper for inputting hex as decimal input"
@ -432,9 +272,6 @@
"likeToAddTokens": {
"message": "Gostaria de adicionar estes tokens?"
},
"limit": {
"message": "Limite"
},
"loading": {
"message": "A carregar..."
},
@ -447,12 +284,6 @@
"logout": {
"message": "Sair"
},
"loose": {
"message": "Vago"
},
"loweCaseWords": {
"message": "palavras da seed apenas têm caracteres minúsculos"
},
"mainnet": {
"message": "Rede Principal de Ethereum"
},
@ -462,9 +293,6 @@
"metamaskDescription": {
"message": "O MetaMask é um lugar seguro para guardar a sua identidade em em Ethereum."
},
"min": {
"message": "Mínimo"
},
"myAccounts": {
"message": "As minhas contas"
},
@ -478,10 +306,6 @@
"message": "Deve selecionar um ficheiro para importar.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "Deve introduzir uma palavra-passe para o ficheiro selecionado.",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "Não é possível enviar valores negativos de ETH."
},
@ -501,12 +325,6 @@
"newPassword": {
"message": "Nova Palavra-passe (min 8 caracteres)"
},
"newPassword8Chars": {
"message": "Nova Palavra-passe (min 8 caracteres)"
},
"newRecipient": {
"message": "Recipiente Novo"
},
"next": {
"message": "Próximo"
},
@ -516,36 +334,9 @@
"noDeposits": {
"message": "Sem depósitos recebidos"
},
"noTransactionHistory": {
"message": "Sem histórico de transações."
},
"noTransactions": {
"message": "Sem Transações"
},
"notStarted": {
"message": "Não Iniciado"
},
"oldUI": {
"message": "UI Antigo"
},
"oldUIMessage": {
"message": "Voltou para o UI antigo. Pode reverter para o Novo UI através da opção no menu do topo direito."
},
"or": {
"message": "ou",
"description": "choice between creating or importing a new account"
},
"passwordCorrect": {
"message": "Por favor confirme que a sua palavra-passe esteja correta."
},
"passwordMismatch": {
"message": "as palavras-passe não coincidem",
"description": "in password creation process, the two new password fields did not match"
},
"passwordShort": {
"message": "palavra-passe deve ser mais comprida",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "Cole aqui a sua chave privada:",
"description": "For importing an account from a private key"
@ -556,9 +347,6 @@
"personalAddressDetected": {
"message": "Endereço pessoal detectado. Introduza o endereço do contrato do token."
},
"pleaseReviewTransaction": {
"message": "Por favor reveja a sua transação."
},
"privacyMsg": {
"message": "Política de Privacidade"
},
@ -578,21 +366,9 @@
"readdToken": {
"message": "Pode adicionar este token de novo clicando na opção “Adicionar token” no menu de opções da sua conta."
},
"readMore": {
"message": "Ler mais aqui."
},
"readMore2": {
"message": "Ler mais."
},
"receive": {
"message": "Receber"
},
"recipientAddress": {
"message": "Endereço do Destinatário"
},
"refundAddress": {
"message": "O seu endereço de reembolso"
},
"rejected": {
"message": "Rejeitado"
},
@ -605,9 +381,6 @@
"required": {
"message": "Necessário"
},
"retryWithMoreGas": {
"message": "Tentar novamente com um preço mais elevado aqui"
},
"revealSeedWords": {
"message": "Revelar Palavras Seed"
},
@ -623,23 +396,9 @@
"ropsten": {
"message": "Rede de Teste Ropsten"
},
"rpc": {
"message": "Customizar RPC"
},
"sampleAccountName": {
"message": "Ex. A minha conta nova",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "Guardar"
},
"saveAsFile": {
"message": "Guardar como Ficheiro",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "Guardar Palavras Seed como um Ficheiro"
},
"search": {
"message": "Procurar"
},
@ -649,15 +408,9 @@
"seedPhraseReq": {
"message": "seed phrases are 12 words long"
},
"select": {
"message": "Selecionar"
},
"selectCurrency": {
"message": "Selecionar Moeda"
},
"selectService": {
"message": "Selecionar Serviço"
},
"selectType": {
"message": "Selecionar Tipo"
},
@ -670,45 +423,24 @@
"sendTokens": {
"message": "Enviar Tokens"
},
"sendTokensAnywhere": {
"message": "Enviar Tokens para qualquer pessoa com uma conta Ethereum"
},
"settings": {
"message": "Definições"
},
"shapeshiftBuy": {
"message": "Comprar com Shapeshift"
},
"showPrivateKeys": {
"message": "Mostrar Chaves Privadas"
},
"showQRCode": {
"message": "Mostrar Código QR"
},
"sign": {
"message": "Assinar"
},
"signatureRequest": {
"message": "Pedido de Assinatura"
},
"signMessage": {
"message": "Assinar Mensagem"
},
"signNotice": {
"message": "Assinar esta mensagem pode ter \nefeitos laterais perigosos. Apenas assine mensagens de sites que \ntotalmente confia com a sua conta total.\n Este método perigoso será removido numa versão posterior."
},
"sigRequest": {
"message": "Pedido de Assinatura"
},
"sigRequested": {
"message": "Assinatura Pedida"
},
"spaceBetween": {
"message": "só pode haver um espaço entre palavras"
},
"status": {
"message": "Estado"
},
"stateLogs": {
"message": "Registos de Estado"
},
@ -724,9 +456,6 @@
"symbolBetweenZeroTwelve": {
"message": "Símbolo deve conter entre 0 e 12 characters."
},
"takesTooLong": {
"message": "A demorar muito?"
},
"terms": {
"message": "Termos de Uso"
},
@ -740,98 +469,43 @@
"message": "$1 para ETH via ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenAddress": {
"message": "Endereço do Token"
},
"tokenAlreadyAdded": {
"message": "Token já foi adicionado."
},
"tokenBalance": {
"message": "O seu balanço é:"
},
"tokenSelection": {
"message": "Procure por tokens ou seleccione da nossa lista de tokens populares."
},
"tokenSymbol": {
"message": "Símbolo do Token"
},
"tokenWarning1": {
"message": "Registe os tokens que comprou com a sua conta MetaMask. Se comprou tokens utilizando uma conta diferente, esses tokens não irão aparecer aqui."
},
"transactions": {
"message": "transações"
},
"transactionMemo": {
"message": "Notas da transação (opcional)"
},
"transactionNumber": {
"message": "Número da Transação"
},
"transfers": {
"message": "Transferências"
},
"troubleTokenBalances": {
"message": "Tivemos um problema a carregar o balanço dos seus tokens. Pode vê-los em ",
"description": "Followed by a link (here) to view token balances"
},
"twelveWords": {
"message": "Estas 12 palavras são a única forma de recuperar as suas contas na MetaMask.\nGuarde-as num local seguro e secreto."
},
"typePassword": {
"message": "Digite a sua Palavra-passe"
},
"uiWelcome": {
"message": "Bem-vindo ao seu Novo UI (Beta)"
},
"uiWelcomeMessage": {
"message": "Está agora a usar o novo UI da MetaMask. Dê uma vista de olhos, experimenta as novas funcionalidades como enviar tokens e diga-nos se tiver algum problema."
},
"unavailable": {
"message": "Indisponível"
},
"unknown": {
"message": "Desconhecido"
},
"unknownNetwork": {
"message": "Rede Privada Desconhecida"
},
"unknownNetworkId": {
"message": "Identificador da rede desconhecido"
},
"uriErrorMsg": {
"message": "Links requerem o prefixo HTTP/HTTPS apropriado."
},
"usaOnly": {
"message": "Só nos EUA",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Utilizado por vários tipos de clientes"
},
"useOldUI": {
"message": "Utilizar UI antigo"
},
"validFileImport": {
"message": "Deve selecionar um ficheiro válido para importar."
},
"vaultCreated": {
"message": "Cofre Criado"
},
"viewAccount": {
"message": "Ver Conta"
},
"visitWebSite": {
"message": "Visite o nosso site"
},
"warning": {
"message": "Aviso"
},
"welcome": {
"message": "Bem-vindo ao MetaMask"
},
"whatsThis": {
"message": "O que é isto?"
},
"yourSigRequested": {
"message": "A sua assinatura está a ser pedida"
},

File diff suppressed because it is too large Load Diff

@ -9,27 +9,15 @@
"about": {
"message": "Acerca de"
},
"accept": {
"message": "Aceitar"
},
"account": {
"message": "Conta"
},
"add": {
"message": "Adicionar"
},
"address": {
"message": "Endereço"
},
"advanced": {
"message": "Avançadas"
},
"amount": {
"message": "Quantia"
},
"available": {
"message": "Disponível"
},
"back": {
"message": "Anterior"
},
@ -57,12 +45,6 @@
"connect": {
"message": "Ligar"
},
"connecting": {
"message": "A ligar..."
},
"continue": {
"message": "Continuar"
},
"copiedExclamation": {
"message": "Copiado!"
},
@ -75,12 +57,6 @@
"create": {
"message": "Criar"
},
"createDen": {
"message": "Criar"
},
"customize": {
"message": "Personalizar"
},
"delete": {
"message": "Eliminar"
},
@ -105,9 +81,6 @@
"fast": {
"message": "Rápido"
},
"fastest": {
"message": "A mais rápida"
},
"forgetDevice": {
"message": "Esquecer este dispositivo"
},
@ -138,15 +111,9 @@
"loading": {
"message": "A carregar..."
},
"min": {
"message": "Mínimo"
},
"next": {
"message": "Seguinte"
},
"notFound": {
"message": "Não encontrado"
},
"origin": {
"message": "Origem"
},
@ -180,28 +147,15 @@
"slow": {
"message": "Lento"
},
"saveAsFile": {
"message": "Gravar como Ficheiro",
"description": "Account export process"
},
"search": {
"message": "Pesquisar"
},
"select": {
"message": "Selecionar"
},
"send": {
"message": "Enviar"
},
"settings": {
"message": "Definições"
},
"showQRCode": {
"message": "Mostre o código QR"
},
"status": {
"message": "Estado"
},
"submit": {
"message": "Submeter"
},
@ -211,9 +165,6 @@
"tryAgain": {
"message": "Tentar novamente"
},
"unavailable": {
"message": "Indisponível"
},
"unknown": {
"message": "Desconhecido"
},
@ -226,9 +177,6 @@
"viewAccount": {
"message": "Ver Conta"
},
"warning": {
"message": "Aviso"
},
"welcomeBack": {
"message": "Bem-vindo de volta!"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "கணககள அமபலபபடகள"
},
"exposeDescription": {
"message": "தறய இணயதளதி கணககள அமபலபபடகள. மரபண பயனபடத."
},
"confirmExpose": {
"message": "நிசயமக உஙகள கணககள தறய இணயததளதி அமபலபபடத விிகள?"
},
"confirmClear": {
"message": "அஙகரிகபபடட வலதளஙகளிசயமக நக விிகள?"
},
"clearApprovalDataSuccess": {
"message": "அஙகரிகபபடட வலதள தரவிகரமக அழிகபபடடத."
},
"clearApprovalData": {
"message": "ஒபதல தரவ அழி"
},
@ -23,18 +11,9 @@
"reject": {
"message": "நிகரி"
},
"providerAPIRequest": {
"message": "Web3 API கி"
},
"reviewProviderRequest": {
"message": "இநத வல 3 API கி மதியவ."
},
"providerRequestInfo": {
"message": "க படியலிடபபடள ட Web3 ஏபிஐ அணகலவதறயறிிறத, எனவ இத Ethereum blockchain உடனடரள மி. Web3 அண அஙகரிபதற சரின தளதி இரபத எப இர சரிகவ."
},
"accept": {
"message": "ஏறி"
},
"account": {
"message": "கணக"
},
@ -44,12 +23,6 @@
"accountName": {
"message": "கணகியர"
},
"address": {
"message": "மகவரி"
},
"addCustomToken": {
"message": "தனிபயனகனகவ"
},
"addToken": {
"message": "டகன"
},
@ -59,9 +32,6 @@
"amount": {
"message": "த"
},
"amountPlusGas": {
"message": "த + எரி"
},
"appDescription": {
"message": "எதிிசரி",
"description": "பயனிிளககம"
@ -79,24 +49,15 @@
"attributions": {
"message": "பணகள"
},
"available": {
"message": "மதமளத:"
},
"back": {
"message": "மய பககம"
},
"balance": {
"message": "இர:"
},
"balances": {
"message": "உஙகள இர"
},
"balanceIsInsufficientGas": {
"message": "நடபதமன சமநி"
},
"beta": {
"message": "ப"
},
"betweenMinAndMax": {
"message": "$ 1 க அதிகமகவ அலலத $ 2 க சமமகவ இரக வ.",
"description": "ஹ உள தசம உள என உதவி"
@ -104,21 +65,9 @@
"blockiesIdenticon": {
"message": "பி ஐடி பயன"
},
"borrowDharma": {
"message": "தரமதடன கடனகள (ப)"
},
"builtInCalifornia": {
"message": "மடமஸ வடிவமகபபட கலிிி கடடபபடளத."
},
"buy": {
"message": "வக"
},
"buyCoinbase": {
"message": "கஇனபசகவ"
},
"buyCoinbaseExplainer": {
"message": "கஇனபசிறக , எதி மறிடசக மறிக உலகிிகவிரபலமன வழி"
},
"buyCoinSwitch": {
"message": "நணயமிிகவ"
},
@ -131,33 +80,15 @@
"cancel": {
"message": "ரத"
},
"classicInterface": {
"message": "கிி இடகத பயனபடதவ"
},
"clickCopy": {
"message": "நகலக கிியவ"
},
"confirm": {
"message": "உறிபட"
},
"confirmed": {
"message": "உறி"
},
"confirmContract": {
"message": "ஒபபநதத உறிபடக"
},
"confirmPassword": {
"message": "கடவ உறிபடக"
},
"confirmTransaction": {
"message": "பரிவரதன உறிபடதவ"
},
"continue": {
"message": "தடரக"
},
"continueToCoinbase": {
"message": "கஇனபச ஐதடரவ"
},
"continueToCoinSwitch": {
"message": "நணயமமலடரக"
},
@ -170,15 +101,9 @@
"copiedButton": {
"message": "நகலகபபடடன"
},
"copiedClipboard": {
"message": "கிி நகலகபபடடத"
},
"copiedExclamation": {
"message": "நகலகபபடடன!"
},
"copiedSafe": {
"message": "ந எஙவதக நகலிி"
},
"copy": {
"message": "நகல"
},
@ -197,28 +122,12 @@
"createAccount": {
"message": "உஙகள கணகவஙகள"
},
"createDen": {
"message": "உர"
},
"crypto": {
"message": "கிி",
"description": "பரிற வக (கிிி)"
},
"currentConversion": {
"message": "தறய மறம"
},
"currentNetwork": {
"message": "தறய ந"
},
"customGas": {
"message": "எரி தனிபயனகள"
},
"customToken": {
"message": "தனிபயனகன"
},
"customize": {
"message": "தனிபயன"
},
"customRPC": {
"message": "விப RPC ஐ"
},
@ -231,39 +140,15 @@
"defaultNetwork": {
"message": "எதி பரிவரதனகளன மி வலயமதனிகரம."
},
"denExplainer": {
"message": "உஙகள DEN எனபத உஙகள கடவ-மறிகபபடட சிபகமி."
},
"deposit": {
"message": "வ"
},
"depositBTC": {
"message": "க உஙகளகவரி உஙகள BTC வ:"
},
"depositEth": {
"message": "வ எத "
},
"depositEther": {
"message": "வ எதி "
},
"depositFiat": {
"message": "ஃபியட உடன"
},
"depositFromAccount": {
"message": "மற கணகிி"
},
"depositShapeShift": {
"message": "ShapeShift உடன"
},
"depositShapeShiftExplainer": {
"message": "நகள மறற கிிிரனகளதமக வி, உஙகள பணபிரடிக ஈதர வரதகமயல மறயல. கணகி."
},
"details": {
"message": "விவரஙகள"
},
"directDeposit": {
"message": "நரடி"
},
"directDepositEther": {
"message": "நரடிக வ"
},
@ -282,21 +167,12 @@
"edit": {
"message": "தி"
},
"editAccountName": {
"message": "கணகயரக"
},
"emailUs": {
"message": "எஙகளினஞசல!"
},
"encryptNewDen": {
"message": "உஙகளிய DEN ஐ கிக"
},
"enterPassword": {
"message": "கடவ உளிடவ"
},
"enterPasswordConfirm": {
"message": "உறிபடத உஙகள கடவ உளிடவ"
},
"passwordNotLongEnough": {
"message": "கடவ"
},
@ -306,15 +182,9 @@
"etherscanView": {
"message": "Etherscan கணககவ"
},
"exchangeRate": {
"message": "மிிதம"
},
"exportPrivateKey": {
"message": "தனிி ஐ ஏறமதிக"
},
"exportPrivateKeyWarning": {
"message": "தனிபடட விகள உஙகளத ஆபதி ஏறமதிகள."
},
"failed": {
"message": "தி"
},
@ -326,49 +196,27 @@
"message": "க இறகமதியவி? இஙிியவ!",
"description": "JSON கி பயனர கணக தஙகள கணக இறகமதிய உதவிறத"
},
"followTwitter": {
"message": "Twitter இல எஙகளிடரவ"
},
"from": {
"message": "இர"
},
"fromToSame": {
"message": "இர மறகவரி அத இரக மி"
},
"fromShapeShift": {
"message": "ShapeShift இலி"
},
"gas": {
"message": "எரி",
"description": "எரிி"
},
"gasFee": {
"message": "எரி கடடணம"
},
"gasLimit": {
"message": "எரி வரம"
},
"gasLimitCalculation": {
"message": "நிிிதஙகளி அடிபடி பரிகபபடட எரி வரமகள கணகிி."
},
"gasLimitRequired": {
"message": "எரி வரம"
},
"gasLimitTooLow": {
"message": "எரி வரமதத 21000 ஆக இரக வ"
},
"generatingSeed": {
"message": "வி உரிறத ..."
},
"gasPrice": {
"message": "எரிி (GWEI)"
},
"gasPriceCalculation": {
"message": "நிிிதஙகளி அடிபடி பரிகபபடட எரிிகளகள கணகிி."
},
"gasPriceRequired": {
"message": "எரிிபடிறத"
},
"getEther": {
"message": "ஈததரி"
},
@ -384,9 +232,6 @@
"message": "இங",
"description": "இங-கிியவ- ம தகவல (troubleTokenBalances சிறத)"
},
"hereList": {
"message": "இங ஒர படியல !!!!"
},
"hide": {
"message": "மற"
},
@ -396,12 +241,6 @@
"hideTokenPrompt": {
"message": "டகன மற?"
},
"howToDeposit": {
"message": "எபபடி ஈததரபத?"
},
"holdEther": {
"message": "இதகள ஈததர மறகனகளிக உதவிறத, மற பரவலகபபடட பயனகள உஙகளலமக சயலபடிறத."
},
"import": {
"message": "இறகமதி",
"description": "Button to import an account from a selected file"
@ -412,12 +251,6 @@
"importAccountMsg": {
"message": " இறகமதியபபடட கணக உஙகளதலி உரகபபடட ம கணகிலமடரயதக இர. இறகமதியபபடட கணககள பறி அறிக "
},
"importAnAccount": {
"message": "ஒர கணக இறகமதிக"
},
"importDen": {
"message": "இறகமதி DEN இறகமதி"
},
"imported": {
"message": "இறகமதினத",
"description": "status showing that an account has been fully loaded into the keyring"
@ -437,34 +270,22 @@
"invalidAddressRecipient": {
"message": "பநரகவரி தவறனத"
},
"invalidGasParams": {
"message": "தவறன எரி அளவகள"
},
"invalidInput": {
"message": "தவறன உள.."
},
"invalidRequest": {
"message": "தவறன கி"
},
"invalidRPC": {
"message": "தவறன RPC URI"
},
"jsonFail": {
"message": "ஏத தவற நடநிடத. உஙகள JSON க ஒழக வடிவமகபபடளத எனபத உறிபடதவ"
"invalidBlockExplorerURL": {
"message": "தவறன Block Explorer URI"
},
"jsonFile": {
"message": "JSON க",
"description": "ஒர கணக இறகமதிய வடிவமகபபடளத"
},
"keepTrackTokens": {
"message": "உஙகளடமஸ கணகடனகளிய டகனகள கணிகள."
},
"kovan": {
"message": "கவன"
},
"knowledgeDataBase": {
"message": "எஙகள அறி தளதிடவ"
},
"max": {
"message": "ம"
},
@ -481,9 +302,6 @@
"links": {
"message": "இணகள"
},
"limit": {
"message": "அளவ"
},
"loading": {
"message": "ஏறிறத…"
},
@ -499,12 +317,6 @@
"logout": {
"message": "வி"
},
"loose": {
"message": "ல"
},
"loweCaseWords": {
"message": "விகள எழகள மட"
},
"mainnet": {
"message": "மதன எதி"
},
@ -514,9 +326,6 @@
"metamaskDescription": {
"message": "மடமஸ எனபத ஒரன அடள வ எதி"
},
"min": {
"message": "கதபடசம"
},
"myAccounts": {
"message": "எனத கணககள"
},
@ -530,10 +339,6 @@
"message": "இறகமதிய ஒரகளக வ.",
"description": "பயனர ஒர கணகியம மறடர ஒரக வ"
},
"needImportPassword": {
"message": "நகளத க ஒர கடவ உளிட வ.",
"description": "ஒர கணக இறகமதிய கடவ மற"
},
"negativeETH": {
"message": "ETH எதிமற அளவகள அனப மி."
},
@ -553,12 +358,6 @@
"newPassword": {
"message": "பிய கடவ (min 8 எழகள)"
},
"newRecipient": {
"message": "பிய பநர"
},
"newRPC": {
"message": "பிய RPC URL"
},
"next": {
"message": "அடதத"
},
@ -568,36 +367,9 @@
"noDeposits": {
"message": "எநத வகளிகவி"
},
"noTransactionHistory": {
"message": "பரிவரதன வரல இல."
},
"noTransactions": {
"message": "பரிவரதனகள இல"
},
"notStarted": {
"message": "தவஙகவி"
},
"oldUI": {
"message": "பழய UI"
},
"oldUIMessage": {
"message": "நகள பழய UI கிிகள. ம வலதி உளள விபதிலமிய UI ஐ மறல."
},
"or": {
"message": "அலலத",
"description": "ஒரிய கணக உரக அலலத இறகமதிவதற இட"
},
"passwordCorrect": {
"message": "தயவ உஙகள கடவ சரினத என உறிபடதவ."
},
"passwordMismatch": {
"message": "கடவகளதவி",
"description": "கடவ உரகதி, இரணிய கடவலஙகளதவி"
},
"passwordShort": {
"message": "கடவட கலமக இல",
"description": "கடவ உரகதி, பனதக இர கடவ"
},
"pastePrivateKey": {
"message": "இங உஙகள தனிபடட வி சரத ஒடக:",
"description": "ஒர தனிபடட வி ஒர கணக இறகமதிய"
@ -608,12 +380,6 @@
"personalAddressDetected": {
"message": "தனிபடட மகவரி கணடறியபபடடத. டகன ஒபபநத மகவரி உளிடவ."
},
"pleaseReviewTransaction": {
"message": "உஙகள பரிவரதன மதியவ."
},
"popularTokens": {
"message": "பிரபலமன டகனகள"
},
"privacyMsg": {
"message": "தனிி"
},
@ -633,21 +399,9 @@
"readdToken": {
"message": "உஙகள கணகிபஙகளி \"டகன\" எனபதனலமகள எதிலதி இநத டகனகல."
},
"readMore": {
"message": "மிக இங."
},
"readMore2": {
"message": "மிக."
},
"receive": {
"message": "பக"
},
"recipientAddress": {
"message": "பநரகவரி"
},
"refundAddress": {
"message": "உஙகள பணதிி அனகவரி"
},
"rejected": {
"message": "நிகரிகபபடடத"
},
@ -657,15 +411,9 @@
"restoreFromSeed": {
"message": "விியதிிகவ"
},
"restoreVault": {
"message": "வகவ"
},
"required": {
"message": "தன"
},
"retryWithMoreGas": {
"message": "இங அதிக எரிியறிகவ"
},
"walletSeed": {
"message": "வி"
},
@ -684,9 +432,6 @@
"ropsten": {
"message": "ர"
},
"currentRpc": {
"message": "தறய RPC"
},
"connectingToMainnet": {
"message": "மிய எதி இண"
},
@ -699,50 +444,21 @@
"connectingToRinkeby": {
"message": "ரிய டடன இணிறத"
},
"connectingToUnknown": {
"message": "தித நடன இணிறத"
},
"sampleAccountName": {
"message": "உதரணமக எனதிய கணக",
"description": "தஙகள கணகி மனிதர படிககிய பயர கர பயனரிள உதவகள"
},
"save": {
"message": "சி"
},
"reprice_title": {
"message": "ரி பரிவரதன"
},
"reprice_subtitle": {
"message": "உஙகள பரிவரதனகளயறி அதிகரிக உஙகள எரிி அதிகரிகவ"
},
"saveAsFile": {
"message": "கக சிகவ",
"description": "கணக ஏறமதியல"
},
"saveSeedAsFile": {
"message": "க என விகளிகவ"
},
"search": {
"message": "தடல"
},
"secretPhrase": {
"message": "உஙகளடகதபதறக இங உஙகள ரகசிய பனிரணடர உளிடவ."
},
"newPassword8Chars": {
"message": "பிய கடவ (கதபடசம 8 எழகள)"
},
"seedPhraseReq": {
"message": "விியஙகள 12 வகளடவ"
},
"select": {
"message": "த"
},
"selectCurrency": {
"message": "நணயத"
},
"selectService": {
"message": "சகவ"
},
"selectType": {
"message": "வக"
},
@ -755,54 +471,27 @@
"sendTokens": {
"message": "டகனகள அனபவ"
},
"onlySendToEtherAddress": {
"message": "ETH ஐ ஒர எதரிகவரி மட அனபவ."
},
"searchTokens": {
"message": "தடலகன"
},
"sendTokensAnywhere": {
"message": "யடனகனகள அனபவ எதி கணக"
},
"settings": {
"message": "அமகள"
},
"info": {
"message": "தகவல"
},
"shapeshiftBuy": {
"message": "Shapeshift உடனகவ"
},
"showPrivateKeys": {
"message": "தனிபடட விகளி"
},
"showQRCode": {
"message": "QR கி"
},
"sign": {
"message": "உள"
},
"signed": {
"message": "கபமிடபபடட"
},
"signMessage": {
"message": "சி பதிக"
},
"signNotice": {
"message": "இநத சிிபமிடல \nஆபதன பகக விகள இரகல. \n உஙகளத கணகிக நமபகிய தளஙகளிிகள மடபமிகள. \n இநத ஆபதன ம எதில பதிி அகறறபபட."
},
"sigRequest": {
"message": "கபமி"
},
"sigRequested": {
"message": "கபமரபபடடத"
},
"spaceBetween": {
"message": "வகள இட இடி மட இரக மி"
},
"status": {
"message": "நி"
},
"stateLogs": {
"message": "மில பதிகள"
},
@ -824,9 +513,6 @@
"symbolBetweenZeroTwelve": {
"message": "கி 0 மற 12 எழகள இடி இரக வ."
},
"takesTooLong": {
"message": "நட நரம எடிறத?"
},
"terms": {
"message": "பயனிிகள"
},
@ -840,107 +526,52 @@
"message": "$ 1 மதல ETH வர வடிவம",
"description": "சிடககதி வககளிிரபபபபட"
},
"tokenAddress": {
"message": "டகனகவரி"
},
"tokenAlreadyAdded": {
"message": "டகன ஏறகனவகபபடடத."
},
"tokenBalance": {
"message": "உஙகளகன இர:"
},
"tokenSelection": {
"message": "டகனகள அலலதிரபல டகனகளி படியலிிகவ."
},
"tokenSymbol": {
"message": "டகனினம"
},
"tokenWarning1": {
"message": "உஙகளடமஸ கணகடனகளிய டகனகள கணிகள. வ கணக பயனபடிகனகளிி, அநத டகனகள இங."
},
"total": {
"message": "மத"
},
"transactions": {
"message": "பரிவரதனகள"
},
"transactionError": {
"message": "பரிவரதனி. விி ஒபபநததிிிிலக."
},
"transactionMemo": {
"message": "பரிவரதனி (விபம)"
},
"transactionNumber": {
"message": "பரிவரதன எண"
},
"transfers": {
"message": "இடமறஙகள"
},
"troubleTokenBalances": {
"message": "உஙகளகனிகள ஏறவதிிகல ஏறபடடத. நகள அவரகளக மி.",
"description": "டகனிகளண ஒர இண (இங) தடர"
},
"twelveWords": {
"message": "இநத 12 வகள உஙகள கணகக ஒர வழி. \n அவற எஙவதகவ ரகசியமகவிகவ."
},
"typePassword": {
"message": "உஙகள கடவ தடடசயவ"
},
"uiWelcome": {
"message": "பிய UI (ப) க வரவி"
},
"uiWelcomeMessage": {
"message": "இபகளிய ம UI ஐ பயனபடிகள. சிகள, டகனகள அனிய அமசஙகளயறிகவ, உஙகளிடம ஏதிகல இர எஙகளியபபடதவ."
},
"unapproved": {
"message": "அஙகரிகபபடத"
},
"unavailable": {
"message": "கிகவி"
},
"unknown": {
"message": "தியவி"
},
"unknownNetwork": {
"message": "அறியபபடத தனி"
},
"unknownNetworkId": {
"message": "தித ந ஐடி"
},
"uriErrorMsg": {
"message": "URI கள சரின HTTP / HTTPS ம."
},
"usaOnly": {
"message": "அமி மட",
"description": "இநத பரிறத பயனபடி அமிி உளளவரகள மட இத வரயறகபபடிறத"
},
"usedByClients": {
"message": "பலிளரகள பல பயனபடிய"
},
"useOldUI": {
"message": "உஸ ஓல உய "
},
"validFileImport": {
"message": "இறகமதிய சரின கக வ."
},
"vaultCreated": {
"message": "வ உரகபபடடத"
},
"viewAccount": {
"message": "கணக"
},
"visitWebSite": {
"message": "எஙகள வலதளதிடவ"
},
"warning": {
"message": "எசசரி"
},
"welcome": {
"message": "ம வரக"
},
"whatsThis": {
"message": "இத எனன?"
},
"yourSigRequested": {
"message": "உஙகளபமரபபடிறத"
},
@ -950,9 +581,6 @@
"about": {
"message": "அறிகம"
},
"add": {
"message": "ச"
},
"advanced": {
"message": "மபடடவ"
},
@ -971,9 +599,6 @@
"connect": {
"message": "இண"
},
"connecting": {
"message": "இணிறத..."
},
"delete": {
"message": "ந"
},
@ -983,9 +608,6 @@
"fast": {
"message": "வகமன"
},
"fastest": {
"message": "அதிகபடச வகம"
},
"forgetDevice": {
"message": "இநதசதனத அகற"
},
@ -995,9 +617,6 @@
"history": {
"message": "வரல"
},
"notFound": {
"message": "கணடறிய மியவி"
},
"origin": {
"message": "அசல"
},

@ -9,24 +9,12 @@
"about": {
"message": "గిి"
},
"accept": {
"message": "ఆమి"
},
"account": {
"message": "ఖ"
},
"add": {
"message": "జి"
},
"address": {
"message": "చి"
},
"advanced": {
"message": "ఆధిక"
},
"available": {
"message": "అి"
},
"back": {
"message": "వకక"
},
@ -54,12 +42,6 @@
"connect": {
"message": "కని"
},
"connecting": {
"message": "కన అవి..."
},
"continue": {
"message": "కనసి"
},
"copy": {
"message": "కి"
},
@ -69,12 +51,6 @@
"create": {
"message": "సి"
},
"createDen": {
"message": "సి"
},
"customize": {
"message": "అనకరి"
},
"delete": {
"message": "తలగి"
},
@ -93,9 +69,6 @@
"fast": {
"message": "వ"
},
"fastest": {
"message": "అతత వగవ"
},
"forgetDevice": {
"message": "ఈ పరికరిిమరి"
},
@ -119,15 +92,9 @@
"loading": {
"message": "ల అవి..."
},
"min": {
"message": "కని"
},
"next": {
"message": "తదపరి"
},
"notFound": {
"message": "దరకల"
},
"origin": {
"message": "మ"
},
@ -158,18 +125,12 @@
"search": {
"message": "శి"
},
"select": {
"message": "ఎి"
},
"send": {
"message": "ప"
},
"settings": {
"message": "సి"
},
"status": {
"message": "సిి"
},
"submit": {
"message": "సమరి"
},
@ -187,8 +148,5 @@
},
"viewAccount": {
"message": "ఖిి"
},
"warning": {
"message": "హచరిక"
}
}

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "เปดเผยบญช"
},
"exposeDescription": {
"message": "เปดเผยบญชไปยงเวบไซตจจน มประโยชนสำหรบ dapps แบบเดม"
},
"confirmExpose": {
"message": "คณแนใจหรอไมาตองการเปดเผยบญชของคณไปยงเวบไซตจจน"
},
"confirmClear": {
"message": "คณแนใจหรอไมาตองการลางเวบไซตานการอน"
},
"clearApprovalDataSuccess": {
"message": "อนอมลเวบไซตไดบอนแลว"
},
"clearApprovalData": {
"message": "ลางขอมลการอน"
},
@ -29,9 +17,6 @@
"about": {
"message": "เกยวกบ"
},
"accept": {
"message": "ยอมรบ"
},
"account": {
"message": "บญช"
},
@ -41,12 +26,6 @@
"accountName": {
"message": "ชอบญช"
},
"address": {
"message": "แอดเดรส"
},
"addCustomToken": {
"message": "เพมโทเคนดวยตวเอง"
},
"addToken": {
"message": "เพมโทเคน"
},
@ -56,9 +35,6 @@
"amount": {
"message": "จำนวน"
},
"amountPlusGas": {
"message": "จำนวน + แกส"
},
"appDescription": {
"message": "สวนขยายเบราวเซอรสำหรบอเธอเรยม",
"description": "The description of the application"
@ -76,9 +52,6 @@
"attributions": {
"message": "อางถง"
},
"available": {
"message": "วาง"
},
"back": {
"message": "กลบ"
},
@ -88,15 +61,9 @@
"balance": {
"message": "ยอดคงเหลอ:"
},
"balances": {
"message": "ยอดคงเหลอของคณ"
},
"balanceIsInsufficientGas": {
"message": "ยอดคงเหลอไมพอสำหรบจายคาแกสทงหมด"
},
"beta": {
"message": "เบตา"
},
"betweenMinAndMax": {
"message": "ตองมากกวาหรอเทากบ $1 และนอยกวาหรอเทากบ $2",
"description": "helper for inputting hex as decimal input"
@ -104,21 +71,9 @@
"blockiesIdenticon": {
"message": "ใชงาน Blockies Identicon"
},
"borrowDharma": {
"message": "ยมดวย Dharma (เบตา)"
},
"builtInCalifornia": {
"message": "MetaMask ออกแบบและพฒนาทแคลฟอรเนย"
},
"buy": {
"message": "ซอ"
},
"buyCoinbase": {
"message": "ซอดวย Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Coinbase เปนแหลงซอขายบตคอยนไลทคอยนและอเธอเรยมทไดบความนยมสงสดในโลก"
},
"buyCoinSwitch": {
"message": "ซอดวย CoinSwitch"
},
@ -134,36 +89,21 @@
"cancellationGasFee": {
"message": "คาธรรมเนยม Gas การยกเลก"
},
"classicInterface": {
"message": "ใชหนาตาแบบเกา"
},
"clickCopy": {
"message": "กดเพอคดลอก"
},
"chromeRequiredForHardwareWallets": {
"message": "คณตองใช MetaMask บน Google Chrome เพอเชอมตอกบ Hardware Wallet ของคณ"
},
"confirm": {
"message": "ยนยน"
},
"confirmContract": {
"message": "ยนยนสญญา"
},
"confirmPassword": {
"message": "ยนยนรหสผาน"
},
"confirmSecretBackupPhrase": {
"message": "ยนยน Phrase แบคอพลบของคณ"
},
"confirmTransaction": {
"message": "ยนยนการทำรายการธรกรรม"
},
"congratulations": {
"message": "ยนดวย"
},
"connecting": {
"message": "กำลงเชอมตอ..."
},
"connectingTo": {
"message": "เชอมตอกบ $1"
},
@ -173,15 +113,6 @@
"connectingToRopsten": {
"message": "เชอมตอกบเครอขายทดสอบ Ropsten"
},
"connectingToUnknown": {
"message": "เชอมตอกบเครอขายทไมก"
},
"continue": {
"message": "ทำตอไป"
},
"continueToCoinbase": {
"message": "ไปท Coinbase"
},
"continueToWyre": {
"message": "ไปท Wyre"
},
@ -197,15 +128,9 @@
"copiedButton": {
"message": "คดลอกแลว"
},
"copiedClipboard": {
"message": "คดลอกไปทคลบบอรดแลว"
},
"copiedExclamation": {
"message": "คดลอกแลว!"
},
"copiedSafe": {
"message": "ฉนไดดลอกเกบไวในทปลอดภยเรยบรอยแลว"
},
"copy": {
"message": "คดลอก"
},
@ -227,28 +152,15 @@
"createAWallet": {
"message": "สราง Wallet"
},
"createDen": {
"message": "สราง"
},
"crypto": {
"message": "ครปโต",
"description": "Exchange type (cryptocurrencies)"
},
"currencyConversion": {
"message": "การแปลงสกลเงน"
},
"currentNetwork": {
"message": "เครอขายปจจน"
},
"customGas": {
"message": "กำหนดคาแกสเอง"
},
"customGasSubTitle": {
"message": "การเพมคาธรรมเนยมอาจลดเวลาดำเนนการ แตไมแนเสมอไป"
},
"customize": {
"message": "กำหนดคาเอง"
},
"customRPC": {
"message": "กำหนดคา RPC เอง"
},
@ -264,39 +176,15 @@
"delete": {
"message": "ลบ"
},
"denExplainer": {
"message": "DEN ของคณคอตวเกบขอมลทเขารหสไววยรหสผานของคณภายใน MetaMask "
},
"deposit": {
"message": "ฝาก"
},
"depositBTC": {
"message": "ฝากบตคอยนของคณไปทแอดเดรสดานลางน:"
},
"depositEth": {
"message": "การฝากอเธอร"
},
"depositEther": {
"message": "การฝากอเธอร"
},
"depositFiat": {
"message": "ฝากดวยเงนตรา"
},
"depositFromAccount": {
"message": "ฝากจากบญชน"
},
"depositShapeShift": {
"message": "ฝากดวย ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "ถามเงนสกลอนอยสามารถแลกเงนและฝากเปนอเธอรไดโดยตรงเขากระเปา MetaMask ไดเลยไมองสมครบญช"
},
"details": {
"message": "รายละเอยด"
},
"directDeposit": {
"message": "ฝากตรง"
},
"directDepositEther": {
"message": "ฝากอเธอรโดยตรง"
},
@ -321,18 +209,12 @@
"edit": {
"message": "แกไข"
},
"editAccountName": {
"message": "แกไขชอบญช"
},
"editContact": {
"message": "แกไขผดตอ"
},
"emailUs": {
"message": "อเมลหาเรา!"
},
"encryptNewDen": {
"message": "เขารหส DEN ของคณ"
},
"endOfFlowMessage1": {
"message": "คณผานการทดสอบแลว กรณารบผดชอบในการรกษา Seed Phrase ใหปลอดภย"
},
@ -342,30 +224,18 @@
"endOfFlowMessage9": {
"message": "เรยนรเพมเตม"
},
"ensNameNotFound": {
"message": "ไมพบชอ ENS"
},
"enterPassword": {
"message": "ใสรหสผาน"
},
"enterPasswordConfirm": {
"message": "ใสรหสผานอกครงเพอยนยน"
},
"etherscanView": {
"message": "ดญชบน Etherscan"
},
"exchangeRate": {
"message": "อตราแลกเปลยน"
},
"expandView": {
"message": "ขยายมมมอง"
},
"exportPrivateKey": {
"message": "สงออกควนตว"
},
"exportPrivateKeyWarning": {
"message": "สงออกควนตวโดยคณรบความเสยงเอง"
},
"failed": {
"message": "ลมเหลว"
},
@ -375,9 +245,6 @@
"faster": {
"message": "เรวขน"
},
"feeChartTitle": {
"message": "การคาดการณาธรรมเนยมธรกรรมแบบสด"
},
"fiat": {
"message": "เงนตรา",
"description": "Exchange type"
@ -386,49 +253,27 @@
"message": "นำเขาไฟลไมสำเหรจ กดท!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "ตดตามเราบนทวตเตอร"
},
"from": {
"message": "จาก"
},
"fromToSame": {
"message": "แอดเดรสทงกบทบจะตองไมไชนเดยวกน"
},
"fromShapeShift": {
"message": "จาก ShapeShift"
},
"gas": {
"message": "แกส",
"description": "Short indication of gas cost"
},
"gasFee": {
"message": "คาแกส"
},
"gasLimit": {
"message": "วงเงนแกส"
},
"gasLimitCalculation": {
"message": "เราแนะนำวงเงนแกสตามความสำเรจบนเครอขาย"
},
"gasLimitRequired": {
"message": "ตองกำหนดวงเงนแกส"
},
"gasLimitTooLow": {
"message": "วงเงนแกสตองอยางนอย 21000"
},
"generatingSeed": {
"message": "กำลงสรางชด..."
},
"gasPrice": {
"message": "ราคาแกส (GWEI)"
},
"gasPriceCalculation": {
"message": "เราแนะนำราคาแกสตามความสำเรจบนเครอขาย"
},
"gasPriceRequired": {
"message": "ตองมราคาแกส"
},
"general": {
"message": "ทวไป"
},
@ -447,9 +292,6 @@
"message": "ท",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "รายการอย!!!!"
},
"hide": {
"message": "ซอน"
},
@ -459,12 +301,6 @@
"hideTokenPrompt": {
"message": "ซอนโทเคนหรอไม?"
},
"howToDeposit": {
"message": "คณตองการฝากอเธอรอยางไร?"
},
"holdEther": {
"message": "ชวยคณถออเทอรและโทเคนและทำหนาทเปนสะพานเชอมตอกบแอพพลเคชนแบบกระจาย"
},
"import": {
"message": "นำเขา",
"description": "Button to import an account from a selected file"
@ -475,19 +311,10 @@
"importAccountMsg": {
"message": "บญชนำเขาจะไมกรวมกบบญชสรางดวยคำเเรมตนบนเมตามารสในตอนแรก เรยนรเพมเตมเกยวกบบญชนำเขา"
},
"importAnAccount": {
"message": "นำเขาบญช"
},
"importDen": {
"message": "นำเขา DEN ทอยแลว"
},
"imported": {
"message": "นำเขาเรยบรอย",
"description": "status showing that an account has been fully loaded into the keyring"
},
"info": {
"message": "ขอมล"
},
"infoHelp": {
"message": "ขอมลและความชวยเหลอ"
},
@ -506,20 +333,14 @@
"invalidAddressRecipientNotEthNetwork": {
"message": "ไมใชเครอขาย ETH ตงเปนตวพมพเลก"
},
"invalidGasParams": {
"message": "ตงคาแกสไมกตอง"
},
"invalidInput": {
"message": "อนพทไมกตอง"
},
"invalidRequest": {
"message": "คำรองขอไมกตอง"
},
"invalidRPC": {
"message": "RPC URI ไมกตอง"
},
"jsonFail": {
"message": "เกดบางอยางผดพลาด โปรดตรวจสอบวาไฟล JSON ของคณมปแบบทกตอง."
"invalidBlockExplorerURL": {
"message": "Block Explorer URI ไมกตอง"
},
"jsonFile": {
"message": "ไฟล JSON",
@ -528,15 +349,9 @@
"kovan": {
"message": "เครอขายทดสอบ Kovan"
},
"knowledgeDataBase": {
"message": "ไปทคลงความรของเรา"
},
"learnMore": {
"message": "เรยนรเพมเตม"
},
"legal": {
"message": "กฎหมาย"
},
"lessThanMax": {
"message": "ตองนอยกวาหรอเทากบ $1.",
"description": "helper for inputting hex as decimal input"
@ -544,9 +359,6 @@
"likeToAddTokens": {
"message": "คณตองการเพมโทเคนเหลานหรอไม?"
},
"limit": {
"message": "ขอจำกด"
},
"loading": {
"message": "กำลงโหลด..."
},
@ -559,12 +371,6 @@
"logout": {
"message": "ออกจากระบบ"
},
"loose": {
"message": "อสระ"
},
"loweCaseWords": {
"message": "กลมคำชดมเพยงตวพมพเลกเทานน"
},
"mainnet": {
"message": "เครอขาย Main Net"
},
@ -574,9 +380,6 @@
"metamaskDescription": {
"message": "MetaMask คอทเกบตวตนนรภยสำหรบอเธอเรยม"
},
"min": {
"message": "ขนตำ"
},
"myAccounts": {
"message": "บญชของฉน"
},
@ -590,10 +393,6 @@
"message": "คณตองเลอกไฟลจะนำเขา",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "คณตองปอนรหสผานสำหรบไฟลเลอก",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "ไมสามารถสงอเธอรเปนจำนวนตดลบได"
},
@ -619,18 +418,9 @@
"newPassword": {
"message": "รหสผานใหม(ขนตำ 8 ตวอกษร)"
},
"newPassword8Chars": {
"message": "รหสผานใหม(ขนตำ 8 ตวอกษร)"
},
"newRecipient": {
"message": "ผบใหม"
},
"newToMetaMask": {
"message": "เพงเรมใช MetaMask?"
},
"optionalNickname": {
"message": "ชอเลน (ไมงคบ)"
},
"newTransactionFee": {
"message": "คาธรรมเนยมธรกรรมใหม"
},
@ -643,45 +433,12 @@
"noDeposits": {
"message": "ไมเงนฝากเขามา"
},
"noTransactionHistory": {
"message": "ไมรายการธรกรรมในอดต"
},
"noTransactions": {
"message": "ยงไมรายการธรกรรม"
},
"notStarted": {
"message": "ยงไมเรม"
},
"oldUI": {
"message": "หนาตาแบบเกา"
},
"oldUIMessage": {
"message": "คณไดเปลยนเปนหนาตาแบบเกาแลว คณสามารถเปลยนเปนหนาตาแบบใหมไดโดยไปทวเลอกตรงเมนมขวาบน"
},
"onlySendToEtherAddress": {
"message": "สง ETH ไปยงทอย Ethereum เทานน"
},
"or": {
"message": "หรอ",
"description": "choice between creating or importing a new account"
},
"originalTotal": {
"message": "ยอดรวมเดม"
},
"participateInMetaMetricsDescription": {
"message": "เขารวมใน MetaMetrics เพอชวยเราในการพฒนา MetaMask"
},
"passwordCorrect": {
"message": "โปรดตรวจสอบวารหสผานของคณถกตอง"
},
"passwordMismatch": {
"message": "รหสผานไมตรงกน",
"description": "in password creation process, the two new password fields did not match"
},
"passwordShort": {
"message": "รหสผานไมยาวพอ",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "วางควนตวของคณท:",
"description": "For importing an account from a private key"
@ -692,9 +449,6 @@
"personalAddressDetected": {
"message": "ตรวจพบแอดแดรสสวนตวแลว ใสแอดแดรสสญญาโทเคน"
},
"pleaseReviewTransaction": {
"message": "โปรดตรวจสอบธรกรรมของคณ"
},
"privacyMsg": {
"message": "นโยบายสความเปนสวนตว"
},
@ -714,21 +468,9 @@
"readdToken": {
"message": "คณสามารถเพมโทเคนนในอนาคตไดโดยไปท “เพมโทเคน” ในเมนวเลอกบญชของคณ"
},
"readMore": {
"message": "อานเพมเตมท"
},
"readMore2": {
"message": "อานเพมเตม"
},
"receive": {
"message": "รบ"
},
"recipientAddress": {
"message": "แอดแดรสผบ"
},
"refundAddress": {
"message": "แอดแดรสสำหรบการคนเงนของคณ"
},
"rejected": {
"message": "ถกปฏเสธ"
},
@ -747,9 +489,6 @@
"required": {
"message": "จำเปน"
},
"retryWithMoreGas": {
"message": "ลองใหมวยราคาแกสทงกวาน"
},
"revealSeedWords": {
"message": "เปดเผยกลมคำชด"
},
@ -765,26 +504,12 @@
"ropsten": {
"message": "เครอขายทดสอบ Ropsten"
},
"rpc": {
"message": "กำหนดคา RPC เอง"
},
"sampleAccountName": {
"message": "เชน บญชเฮงเฮงของฉน",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "บนทก"
},
"slower": {
"message": "ชาลง"
},
"saveAsFile": {
"message": "บนทกเปนไฟล",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "บนทกกลมคำชดเปนไฟล"
},
"search": {
"message": "คนหา"
},
@ -794,15 +519,9 @@
"seedPhraseReq": {
"message": "กลมคำชดมความยาว 12 คำ"
},
"select": {
"message": "เลอก"
},
"selectCurrency": {
"message": "เลอกสกลเงน"
},
"selectService": {
"message": "เลอกบรการ"
},
"selectType": {
"message": "เลอกประเภท"
},
@ -824,24 +543,15 @@
"selectHdPath": {
"message": "เลอกเสนทาง HD"
},
"sendTokensAnywhere": {
"message": "สงโทเคนไปใหกคนทญชเธอเรยม"
},
"settings": {
"message": "การตงคา"
},
"shapeshiftBuy": {
"message": "ซอดวย Shapeshift"
},
"showAdvancedGasInline": {
"message": "การควบคม Gas ขนสง"
},
"showPrivateKeys": {
"message": "แสดงควนตว"
},
"showQRCode": {
"message": "แสดง QR Code"
},
"sign": {
"message": "เซนชอ"
},
@ -851,27 +561,15 @@
"signed": {
"message": "ลงชอแลว"
},
"signMessage": {
"message": "เซนชอในขอความ"
},
"signNotice": {
"message": "การเซนชอในขอความนอาจจะเปนอนตรายได \nเซนชอเฉพาะขอความจากแหลงทณไววางใจไดจรง ๆ เทานน \nวนตรายนจะถกลบออกในอนาคต"
},
"sigRequest": {
"message": "ขอลายเซน"
},
"sigRequested": {
"message": "ขอลายเซนแลว"
},
"spaceBetween": {
"message": "มองวางไดเพยงตวเดยวระหวางคำเทานน"
},
"switchNetworks": {
"message": "เปลยนเครอขาย"
},
"status": {
"message": "สถานะ"
},
"stateLogs": {
"message": "บนทกของสถานะ"
},
@ -905,9 +603,6 @@
"syncWithMobileComplete": {
"message": "ซงคอมลของคณเรยบรอยแลว ใชแอพ MetaMask ใหสนกนะ!"
},
"takesTooLong": {
"message": "ใชเวลานานเกนไปใชหรอไม?"
},
"terms": {
"message": "ขอตกลงในการใชงาน"
},
@ -924,24 +619,12 @@
"message": "$1 เปนอเธอรโดย ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenAddress": {
"message": "แอดแดรสโทเคน"
},
"tokenAlreadyAdded": {
"message": "โทเคนไดกเพมไปแลว"
},
"tokenBalance": {
"message": "ยอดโทเคนคงเหลอของคณคอ:"
},
"tokenSelection": {
"message": "คนหาโทเคนหรอเลอกจากรายการโทเคนยอดนยมของเรา"
},
"tokenSymbol": {
"message": "สญลกษณประจำตว"
},
"tokenWarning1": {
"message": "ตดตามโทเคนทณซอดวยบญช MetaMask ของคณ หากคณซอโทเคนโดยใชญชนโทเคนเหลานนจะไมปรากฏท"
},
"total": {
"message": "รวม"
},
@ -951,49 +634,22 @@
"transactionCancelSuccess": {
"message": "ยกเลกธรกรรมเรยบรอยแลวเมอ $2"
},
"transactions": {
"message": "ธรกรรม"
},
"transactionMemo": {
"message": "บนทกชวยจำของการทำธรกรรม (ไมงคบ)"
},
"transactionNumber": {
"message": "หมายเลขธรกรรม"
},
"transferBetweenAccounts": {
"message": "โอนระหวางบญชของฉน"
},
"transfers": {
"message": "โอน"
},
"troubleTokenBalances": {
"message": "เรามญหาในการโหลดยอดโทเคนคงเหลอของคณ คณสามารถดได",
"description": "Followed by a link (here) to view token balances"
},
"twelveWords": {
"message": "กลมคำ 12 คำเหลานเปนวเดยวทจะกนบญช MetaMask ของคณ \n กรณาเกบไวในทปลอดภยและเกบเปนความลบ"
},
"typePassword": {
"message": "พมพรหสผานของคณ"
},
"uiWelcome": {
"message": "ยนดอนรบสหนาตาใหม (เบตา)"
},
"uiWelcomeMessage": {
"message": "ขณะนณใชงาน MetaMask หนาตาใหมแลว ลองใชความสามรถใหม ๆ เชนการสงโทเคนและหากพบปญหากรณาแจงใหเราทราบ"
},
"unavailable": {
"message": "ใชงานไมได"
},
"unknown": {
"message": "ไมก"
},
"unknownNetwork": {
"message": "ไมกเครอขายสวนตว"
},
"unknownNetworkId": {
"message": "ไมกหมายเลขเครอขาย"
},
"unlock": {
"message": "ปลดลอก"
},
@ -1003,44 +659,25 @@
"uriErrorMsg": {
"message": "URI ตองมคำนำหนาเปน HTTP หรอ HTTPS"
},
"usaOnly": {
"message": "ในสหรฐอเมรกาเทานน",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "ถกใชงานโดยหลายไคลเอนท"
},
"useOldUI": {
"message": "ใชหนาตาเกา"
},
"validFileImport": {
"message": "คณตองเลอกไฟลกตองเพอนำเขา"
},
"vaultCreated": {
"message": "สรางตเซฟแลว"
},
"viewAccount": {
"message": "ดญช"
},
"visitWebSite": {
"message": "เยยมชมเวบไซตของเรา"
},
"warning": {
"message": "คำเตอน"
},
"welcome": {
"message": "ยนดอนรบส MetaMask เบตา"
},
"whatsThis": {
"message": "นออะไร?"
},
"yourSigRequested": {
"message": "ลายเซนของคณกำลงไดบการรองขอ"
},
"youSign": {
"message": "คณกำลงเซนชอ"
},
"yourUniqueAccountImage": {
"message": "ภาพบญชไมเหมอนใครของคณ"
}
}

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "Hesapları Açığa Çıkar"
},
"exposeDescription": {
"message": "Hesapları mevcut web sitesine gösterin. Eski dapps için kullanışlıdır."
},
"confirmExpose": {
"message": "Hesaplarınızı mevcut web sitesine taşımak istediğinizden emin misiniz?"
},
"confirmClear": {
"message": "Onaylanmış web sitelerini silmek istediğinizden emin misiniz?"
},
"clearApprovalDataSuccess": {
"message": "Onaylanan web sitesi verileri başarıyla temizlendi."
},
"clearApprovalData": {
"message": "Onay verilerini temizle"
},
@ -23,9 +11,6 @@
"providerRequestInfo": {
"message": "Aşağıda listelenen etki alanı, Ethereum API'sine erişim talep etmeye çalışmaktadır, böylece Ethereum blockchain ile etkileşime girebilir. Web3 erişimini onaylamadan önce her zaman doğru sitede olduğunuzu kontrol edin."
},
"accept": {
"message": "Kabul et"
},
"account": {
"message": "Hesap"
},
@ -35,12 +20,6 @@
"accountName": {
"message": "Hesap İsmi"
},
"address": {
"message": "Adres"
},
"addCustomToken": {
"message": "Özel jeton ekle"
},
"addToken": {
"message": "Jeton ekle"
},
@ -50,9 +29,6 @@
"amount": {
"message": "Tutar"
},
"amountPlusGas": {
"message": "Tutar + Gas"
},
"appDescription": {
"message": "Ethereum Tarayıcı Uzantısı",
"description": "The description of the application"
@ -73,18 +49,12 @@
"attributions": {
"message": "Atıflar"
},
"available": {
"message": "Müsait"
},
"back": {
"message": "Geri"
},
"balance": {
"message": "Bakiye:"
},
"balances": {
"message": "Jeton bakiyesi"
},
"balanceIsInsufficientGas": {
"message": "Toplam gas için yetersiz bakiye"
},
@ -95,21 +65,9 @@
"blockiesIdenticon": {
"message": "Blockies Identicon kullan"
},
"borrowDharma": {
"message": "Dharma (Beta) ile ödünç al"
},
"builtInCalifornia": {
"message": "MetaMask California'da tasarlandı ve yaratıldı"
},
"buy": {
"message": "Satın al"
},
"buyCoinbase": {
"message": "Coinbase'de satın al"
},
"buyCoinbaseExplainer": {
"message": "Coinbase Bitcoin, Ethereum, and Litecoin alıp satmanın dünyadaki en popüler yolu"
},
"buyCoinSwitch": {
"message": "CoinSwitch'de satın al"
},
@ -122,27 +80,15 @@
"cancel": {
"message": "Vazgeç"
},
"classicInterface": {
"message": "Klasik arayüzü kullan"
},
"clickCopy": {
"message": "Kopyalamak için tıkla"
},
"confirm": {
"message": "Onayla"
},
"confirmed": {
"message": "Onaylandı"
},
"confirmContract": {
"message": "Sözleşmeyi onayla"
},
"confirmPassword": {
"message": "Şifreyi onayla"
},
"confirmTransaction": {
"message": "İşlemi onayla"
},
"connectingToKovan": {
"message": "Kovan Test Ağına bağlanıyor"
},
@ -155,15 +101,6 @@
"connectingToRinkeby": {
"message": "Rinkeby Test Ağına bağlanıyor"
},
"connectingToUnknown": {
"message": "Bilinmeyen Ağa bağlanıyor"
},
"continue": {
"message": "Devam et"
},
"continueToCoinbase": {
"message": "Coinbase'e devam et"
},
"continueToCoinSwitch": {
"message": "CoinSwitch'e devam et"
},
@ -176,15 +113,9 @@
"copiedButton": {
"message": "Kopyalandı"
},
"copiedClipboard": {
"message": "Panoya kopyalandı"
},
"copiedExclamation": {
"message": "Kopyalandı!"
},
"copiedSafe": {
"message": "Güvenli bir yere kopyaladım"
},
"copy": {
"message": "Kopyala"
},
@ -203,28 +134,12 @@
"createAccount": {
"message": "Hesap Oluştur"
},
"createDen": {
"message": "Yarat"
},
"crypto": {
"message": "Kripto",
"description": "Exchange type (cryptocurrencies)"
},
"currentNetwork": {
"message": "Geçerli Ağ"
},
"currentRpc": {
"message": "Geçerli RPC"
},
"customGas": {
"message": "Gas'i özelleştir"
},
"customToken": {
"message": "Özel Jeton"
},
"customize": {
"message": "Özelleştir"
},
"customRPC": {
"message": "Özel RPC"
},
@ -237,39 +152,15 @@
"defaultNetwork": {
"message": "Ether işlemleri için varsayılan ağ Main Net."
},
"denExplainer": {
"message": "DEN'iniz MetaMask içersinde parola-şifrelenmiş deponuzdur."
},
"deposit": {
"message": "Yatır"
},
"depositBTC": {
"message": "BTC'inizi aşağıdaki adrese yatırın:"
},
"depositEth": {
"message": "Eth yatır"
},
"depositEther": {
"message": "Ether yatır"
},
"depositFiat": {
"message": "Para yatır"
},
"depositFromAccount": {
"message": "Başka bir hesaptan yatır"
},
"depositShapeShift": {
"message": "ShapeShift ile yatır"
},
"depositShapeShiftExplainer": {
"message": "Eğer başka kripto paralara sahipseniz, MetaMask cüzdanınıza direk olarak Ether yatırabilirsiniz. Hesaba gerek yoktur."
},
"details": {
"message": "Ayrıntılar"
},
"directDeposit": {
"message": "Direk Yatırma"
},
"directDepositEther": {
"message": "Direk Ether Yatırma"
},
@ -288,33 +179,18 @@
"edit": {
"message": "Düzenle"
},
"editAccountName": {
"message": "Hesap ismini düzenle"
},
"emailUs": {
"message": "Bize e-posta atın!"
},
"encryptNewDen": {
"message": "Yeni DEN'inizi şifreleyin"
},
"enterPassword": {
"message": "Parolanızı girin"
},
"enterPasswordConfirm": {
"message": "Onaylamak için parolanızı girin"
},
"etherscanView": {
"message": "Hesabı Etherscan üzerinde izle"
},
"exchangeRate": {
"message": "Döviz kuru"
},
"exportPrivateKey": {
"message": "Özel anahtarı ver"
},
"exportPrivateKeyWarning": {
"message": "Özel anahtarınızı vermek sizin sorumluluğunuzdadır."
},
"failed": {
"message": "Başarısız oldu"
},
@ -326,45 +202,27 @@
"message": "Dosya alma çalışmıyor mu? Buraya tıklayın!",
"description": "Helps user import their account from a JSON file"
},
"followTwitter": {
"message": "Bizi twitter'da takip edin"
},
"from": {
"message": "Kimden"
},
"fromToSame": {
"message": "Kimden ve kime adresi aynı olamaz"
},
"fromShapeShift": {
"message": "ShapeShift'den"
},
"gasFee": {
"message": "Gas Ücreti"
},
"gasLimit": {
"message": "Gas Limiti"
},
"gasLimitCalculation": {
"message": "Önerilen gas limitini ağ başarı oranını baz alarak hesaplıyoruz."
},
"gasLimitRequired": {
"message": "Gas limiti gereklidir"
},
"gasLimitTooLow": {
"message": "Gas limiti en az 21000 olmalıdır"
},
"generatingSeed": {
"message": "Kaynak Oluşturuyor..."
},
"gasPrice": {
"message": "Gas Fiyatı (GWEI)"
},
"gasPriceCalculation": {
"message": "Önerilen gas fiyatını ağ başarı oranını baz alarak hesaplıyoruz."
},
"gasPriceRequired": {
"message": "Gas Fiyatı Gereklidir"
},
"getEther": {
"message": "Ether Al"
},
@ -376,9 +234,6 @@
"message": "burada",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hereList": {
"message": "İşte bir liste!!!!"
},
"hide": {
"message": "Gizle"
},
@ -388,12 +243,6 @@
"hideTokenPrompt": {
"message": "Jetonu gizle?"
},
"howToDeposit": {
"message": "Ether'i nasıl yatırmak istersiniz?"
},
"holdEther": {
"message": "Ether ve jeton tutmanızı sağlar ve merkezi olmayan uygulamalar ve sizin aranızda köprü vazifesi görür."
},
"import": {
"message": "Al",
"description": "Button to import an account from a selected file"
@ -404,19 +253,10 @@
"importAccountMsg": {
"message": " Alınan hesaplar orjinal kaynakifadenizle yarattığınız MetaMask hesabınızla ilişkilendirilmez. Alınan hesaplar ile ilgili daha fazla bilgi edinin "
},
"importAnAccount": {
"message": "Hesap al"
},
"importDen": {
"message": "Varolan DEN al"
},
"imported": {
"message": "Alındı",
"description": "status showing that an account has been fully loaded into the keyring"
},
"info": {
"message": "Bilgi"
},
"infoHelp": {
"message": "Bilgi ve yardım"
},
@ -432,34 +272,22 @@
"invalidAddressRecipient": {
"message": "Alıcı adresi geçersiz"
},
"invalidGasParams": {
"message": "Geçersiz gas parametreleri"
},
"invalidInput": {
"message": "Geçersiz giriş."
},
"invalidRequest": {
"message": "Geçersiz istek"
},
"invalidRPC": {
"message": "Geçersiz RPC URI"
},
"jsonFail": {
"message": "Birşeyler yanlış gitti. JSON dosyanızın düzgün derlendiğinden emin olun."
"invalidBlockExplorerURL": {
"message": "Geçersiz Block Explorer URI"
},
"jsonFile": {
"message": "JSON Dosyası",
"description": "format for importing an account"
},
"keepTrackTokens": {
"message": "MetaMask hesabınızla satın aldığınız jetonların kaydını tutun."
},
"kovan": {
"message": "Kovan Test Ağı"
},
"knowledgeDataBase": {
"message": "Bilgi veritabanımızı ziyaret edin"
},
"max": {
"message": "Maksimum"
},
@ -488,12 +316,6 @@
"logout": {
"message": "Çıkış"
},
"loose": {
"message": "Gevşek"
},
"loweCaseWords": {
"message": "kaynak kelimeleri sadece küçük harflerden oluşabilir."
},
"mainnet": {
"message": "Main Ethereum Ağı"
},
@ -516,10 +338,6 @@
"message": "Almak için bir dosya seçmelisiniz.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "Seçilen dosya için bir parola girmelisiniz.",
"description": "Password and file needed to import an account"
},
"negativeETH": {
"message": "Negatif ETH miktarları gönderilemez."
},
@ -539,12 +357,6 @@
"newPassword": {
"message": "Yeni Parola (min 8 karakter)"
},
"newPassword8Chars": {
"message": "Yeni Parola (minumum 8 karakter)"
},
"newRecipient": {
"message": "Yeni alıcı"
},
"next": {
"message": "Sonraki"
},
@ -554,45 +366,15 @@
"noDeposits": {
"message": "Yatırma alınmadı"
},
"noTransactionHistory": {
"message": "İşlem geçmişi yok."
},
"noTransactions": {
"message": "İşlem yok"
},
"notStarted": {
"message": "Başlamadı"
},
"oldUI": {
"message": "Eski UI"
},
"oldUIMessage": {
"message": "Eski UI'a döndünüz. Yeni UI'a üst sağ sekme menüsündeki seçenek ile dönebilirsiniz."
},
"onlySendToEtherAddress": {
"message": "Ethereum adresine sadece ETH gönder."
},
"or": {
"message": "veya",
"description": "choice between creating or importing a new account"
},
"passwordCorrect": {
"message": "Lütfen parolanın doğru olduğuna emin olun."
},
"passwordsDontMatch": {
"message": "Parolalar eşleşmiyor"
},
"passwordMismatch": {
"message": "parolalar eşleşmiyor",
"description": "in password creation process, the two new password fields did not match"
},
"passwordNotLongEnough": {
"message": "Parola yeterince uzun değil"
},
"passwordShort": {
"message": "parola yeterince uzun değil",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "Özel anahtar dizinizi buraya yapıştırın:",
"description": "For importing an account from a private key"
@ -603,12 +385,6 @@
"personalAddressDetected": {
"message": "Kişisel adres tespit edilidi. Jeton sözleşme adresini girin."
},
"pleaseReviewTransaction": {
"message": "Lütfen işleminizi gözden geçirin."
},
"popularTokens": {
"message": "Popüler Jetonlar"
},
"privacyMsg": {
"message": "Gizlilik Şartları"
},
@ -628,21 +404,9 @@
"readdToken": {
"message": "Gelecekte Bu jetonu hesap seçenekleri menüsünde “Jeton ekle”'ye giderek geri ekleyebilirsiniz."
},
"readMore": {
"message": "Burada daha fazla okuyun."
},
"readMore2": {
"message": "Daha fazla okuyun."
},
"receive": {
"message": "Al"
},
"recipientAddress": {
"message": "Alıcı adresi"
},
"refundAddress": {
"message": "İade adresiniz"
},
"rejected": {
"message": "Rededildi"
},
@ -652,15 +416,9 @@
"restoreFromSeed": {
"message": "Kaynak ifadeden geri getir. Restore from seed phrase"
},
"restoreVault": {
"message": "Kasayı geri getir"
},
"required": {
"message": "Gerekli"
},
"retryWithMoreGas": {
"message": "Daha yüksek bir gas fiyatı ile tekrar dene"
},
"revealSeedWords": {
"message": "Kaynak kelimelerini göster"
},
@ -676,23 +434,9 @@
"ropsten": {
"message": "Ropsten Test Ağı"
},
"rpc": {
"message": "Özel RPC"
},
"sampleAccountName": {
"message": "E.g. Yeni hesabım",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "Kaydet"
},
"saveAsFile": {
"message": "Dosya olarak kaydet",
"description": "Account export process"
},
"saveSeedAsFile": {
"message": "Kaynak Kelimelerini Dosya olarak Kaydet"
},
"search": {
"message": "Ara"
},
@ -702,15 +446,9 @@
"seedPhraseReq": {
"message": "Kaynak ifadeleri 12 kelimedir."
},
"select": {
"message": "Seç"
},
"selectCurrency": {
"message": "Döviz Seç"
},
"selectService": {
"message": "Servis Seç"
},
"selectType": {
"message": "Tip Seç"
},
@ -726,21 +464,12 @@
"searchTokens": {
"message": "Jeton ara"
},
"sendTokensAnywhere": {
"message": "Ethereum hesabı olan birine Jeton gönder"
},
"settings": {
"message": "Ayarlar"
},
"shapeshiftBuy": {
"message": "Shapeshift ile satın al"
},
"showPrivateKeys": {
"message": "Özel anahtarları göster"
},
"showQRCode": {
"message": "QR Kodu göster"
},
"sign": {
"message": "İmza"
},
@ -750,24 +479,12 @@
"signed": {
"message": "İmzalandı"
},
"signMessage": {
"message": "Mesajı İmzala"
},
"signNotice": {
"message": "Bu mesajı imzalamanın tehlikeli \nyan etkileri olabilir. Tamamen güvendiğiniz sitelerden \ngelen mesajları hesabınızla imzalayınız.\n Bu tehlikeli metod gelecek versiyonlarda çıkarılacaktır. "
},
"sigRequest": {
"message": "İmza isteği"
},
"sigRequested": {
"message": "İmza isteniyor"
},
"spaceBetween": {
"message": "Kelimeler arası sadece bir boşluk olabilir."
},
"status": {
"message": "Durum"
},
"stateLogs": {
"message": "Durum Kayıtları"
},
@ -789,9 +506,6 @@
"symbolBetweenZeroTwelve": {
"message": "Sembol 0 ve 12 karakter aralığında olmalıdır."
},
"takesTooLong": {
"message": "Çok mu uzun sürüyor?"
},
"terms": {
"message": "Kullanım şartları"
},
@ -805,92 +519,43 @@
"message": "ShapeShift üstünden $1'dan ETH'e",
"description": "system will fill in deposit type in start of message"
},
"tokenAddress": {
"message": "Jeton Adresi"
},
"tokenAlreadyAdded": {
"message": "Jeton çoktan eklenmiş."
},
"tokenBalance": {
"message": "Jeton bakiyeniz:"
},
"tokenSelection": {
"message": "Jeton arayın veya popüler jeton listemizden seçin."
},
"tokenSymbol": {
"message": "Jeton Sembolü"
},
"tokenWarning1": {
"message": "MetaMask hesabınızla aldığınız jetonların kaydını tutun. Başka bir hesapla jetonlar satın aldıysanız, o jetonlar burada gözükmeyecektir."
},
"total": {
"message": "Toplam"
},
"transactions": {
"message": "işlemler"
},
"transactionError": {
"message": "İşlem Hatası. Sözleşme kodundan kural dışı durum fırlatıldı."
},
"transactionMemo": {
"message": "İşlem notu (opsiyonel)"
},
"transactionNumber": {
"message": "İşlem numarası"
},
"transfers": {
"message": "Transferler"
},
"troubleTokenBalances": {
"message": "Jeton bakiyelerinizi yüklerken sorun yaşadık. Buradan izleyebilirsiniz ",
"description": "Followed by a link (here) to view token balances"
},
"twelveWords": {
"message": "MetaMask hesaplarınızı geri getirmenin tek yolu bu 12 kelimedir.\nBu kelimeleri güvenli ve gizli bir yerde saklayın."
},
"typePassword": {
"message": "Parolanızı girin"
},
"uiWelcome": {
"message": "Yeni UI (Beta)'ya hoşgeldiniz"
},
"uiWelcomeMessage": {
"message": "Şu anda yeni MetaMask UI kullanmaktasınız. Gözatın, jeton gönderme gibi yeni özellikleri deneyin ve herhangi bir sorunlar karşılaşırsanız bize haber verin"
},
"unapproved": {
"message": "Onaylanmadı"
},
"unavailable": {
"message": "Mevcut değil"
},
"unknown": {
"message": "Bilinmeyen"
},
"unknownNetwork": {
"message": "Bilinmeyen özel ağ"
},
"unknownNetworkId": {
"message": "Bilinmeyen ağ IDsi"
},
"uriErrorMsg": {
"message": "URIler için HTTP/HTTPS öneki gerekmektedir."
},
"usaOnly": {
"message": "Sadece ABD",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Farklı istemciler tarafından kullanılmakta"
},
"useOldUI": {
"message": "Eski UI kullan"
},
"validFileImport": {
"message": "Almak için geçerli bir dosya seçmelisiniz"
},
"vaultCreated": {
"message": "Kasa Yaratıldı"
},
"viewAccount": {
"message": "Hesabı İncele"
},
@ -900,15 +565,9 @@
"walletSeed": {
"message": "Cüzdan Kaynağı"
},
"warning": {
"message": "Uyarı"
},
"welcome": {
"message": "MetaMask'ya Hoşgeldiniz"
},
"whatsThis": {
"message": "Bu nedir?"
},
"yourSigRequested": {
"message": "İmzanız isteniyor"
},

File diff suppressed because it is too large Load Diff

@ -1,19 +1,7 @@
{
"exposeAccounts": {
"message": "Hiển thị tài khoản"
},
"exposeDescription": {
"message": "Hiển thị tài khoản cho trang web hiện tại. Hữu ích cho các ứng dụng cũ."
},
"confirmExpose": {
"message": "Bạn có chắc chắn muốn hiển thị tài khoản của mình cho trang web hiện tại không?"
},
"confirmClear": {
"message": "Bạn có chắc chắn muốn xóa các trang web được phê duyệt không?"
},
"clearApprovalDataSuccess": {
"message": "Đã xóa thành công dữ liệu trang web được phê duyệt."
},
"clearApprovalData": {
"message": "Xóa dữ liệu phê duyệt"
},
@ -23,9 +11,6 @@
"providerRequestInfo": {
"message": "Miền được liệt kê bên dưới đang cố gắng yêu cầu quyền truy cập vào API Ethereum để nó có thể tương tác với chuỗi khối Ethereum. Luôn kiểm tra kỹ xem bạn có đang ở đúng trang web trước khi phê duyệt quyền truy cập Ethereum hay không."
},
"accept": {
"message": "Chấp nhận"
},
"account": {
"message": "Tài khoản"
},
@ -35,18 +20,12 @@
"accountName": {
"message": "Tên tài khoản"
},
"address": {
"message": "Địa chỉ"
},
"addToken": {
"message": "Thêm mã Token"
},
"amount": {
"message": "Số lượng"
},
"amountPlusGas": {
"message": "Số lượng + Gas"
},
"appDescription": {
"message": "Tính năng Ethereum cho trình duyệt",
"description": "The description of the application"
@ -61,9 +40,6 @@
"attemptingConnect": {
"message": "Đang kết nối đến blockchain."
},
"available": {
"message": "Có sẵn"
},
"back": {
"message": "Quay lại"
},
@ -73,25 +49,10 @@
"balanceIsInsufficientGas": {
"message": "Số dư không đủ để thanh toán tổng tiền gas hiện tại"
},
"beta": {
"message": "Bản thử nghiệm Beta"
},
"betweenMinAndMax": {
"message": "phải nhiều hơn hoặc bằng $1 và ít hơn hoặc bằng $2.",
"description": "helper for inputting hex as decimal input"
},
"borrowDharma": {
"message": "Vay Dharma (thử nghiệm)"
},
"buy": {
"message": "Mua"
},
"buyCoinbase": {
"message": "Mua trên Coinbase"
},
"buyCoinbaseExplainer": {
"message": "Coinbase là dịch vụ ví điện tử thông dụng nhất thế giới để mua bán Bitcoin, Ethereum, và Litecoin"
},
"buyCoinSwitch": {
"message": "Mua trên CoinSwitch"
},
@ -101,24 +62,12 @@
"cancel": {
"message": "Hủy"
},
"clickCopy": {
"message": "Nhấp vào để sao chép"
},
"confirm": {
"message": "Xác nhận"
},
"confirmContract": {
"message": "Xác nhận hợp đồng"
},
"confirmPassword": {
"message": "Xác nhận mật khẩu"
},
"confirmTransaction": {
"message": "Xác nhận giao dịch"
},
"continueToCoinbase": {
"message": "Tiếp tục đến Coinbase"
},
"continueToCoinSwitch": {
"message": "Tiếp tục đến CoinSwitch"
},
@ -131,9 +80,6 @@
"copiedButton": {
"message": "Đã sao chép"
},
"copiedClipboard": {
"message": "Đã sao chép vào bộ nhớ Clipboard"
},
"copiedExclamation": {
"message": "Đã sao chép!"
},
@ -155,58 +101,24 @@
"createAccount": {
"message": "Tạo tài khoản"
},
"createDen": {
"message": "Tạo"
},
"crypto": {
"message": "Tiền điện tử",
"description": "Exchange type (cryptocurrencies)"
},
"customGas": {
"message": "Tùy chỉnh gas"
},
"customize": {
"message": "Tùy chỉnh"
},
"customRPC": {
"message": "Tùy chỉnh RPC"
},
"defaultNetwork": {
"message": "Mạng lưới mặc định dùng cho các giao dịch Ether là Main Net (tiền ETH thật)."
},
"denExplainer": {
"message": "Số DEN của bạn là mật khẩu đã được mã hóa và lưu trữ trong MetaMask"
},
"deposit": {
"message": "Ký gửi/nạp tiền"
},
"depositBTC": {
"message": "Ký gửi BTC đến địa chỉ sau:"
},
"depositEth": {
"message": "Ký gửi Eth"
},
"depositEther": {
"message": "Ký gửi Ether"
},
"depositFiat": {
"message": "Ký gửi bằng tiền Fiat (USD, GBP, ...)"
},
"depositFromAccount": {
"message": "Ký gửi từ một tài khoản khác"
},
"depositShapeShift": {
"message": "Ký gửi với ShapeShift"
},
"depositShapeShiftExplainer": {
"message": "Nếu bạn sở hữu các đồng tiền điện tử khác, bạn có thể giao dịch và ký gửi Ether trực tiếp vào ví MetaMask của bạn. Không cần tạo thêm tài khoản."
},
"details": {
"message": "Chi tiết"
},
"directDeposit": {
"message": "Ký gửi trực tiếp"
},
"directDepositEther": {
"message": "Ký gửi Ether trực tiếp"
},
@ -219,27 +131,15 @@
"edit": {
"message": "Chỉnh sửa"
},
"editAccountName": {
"message": "Chỉnh sửa tên tài khoản"
},
"encryptNewDen": {
"message": "Mã hóa số DEN mới của bạn"
},
"enterPassword": {
"message": "Nhập mật khẩu"
},
"etherscanView": {
"message": "Xem tài khoản trên Etherscan"
},
"exchangeRate": {
"message": "Tỷ giá"
},
"exportPrivateKey": {
"message": "Xuất mã khóa cá nhân"
},
"exportPrivateKeyWarning": {
"message": "Xuất mã khóa cá nhân theo rủi ro tự chịu"
},
"failed": {
"message": "Không thành công"
},
@ -257,22 +157,12 @@
"fromShapeShift": {
"message": "Từ ShapeShift"
},
"gas": {
"message": "Ga",
"description": "Short indication of gas cost"
},
"gasFee": {
"message": "Tiền ga"
},
"gasLimit": {
"message": "Hạn mức ga"
},
"gasLimitCalculation": {
"message": "Chúng tôi tính toán và gợi ý một hạn mức ga cụ thể dựa trên tỷ lệ thành công của hệ thống."
},
"gasLimitRequired": {
"message": "Hạn mức ga được yêu cầu"
},
"gasLimitTooLow": {
"message": "Hạn mức ga phải đạt tối thiểu 21000"
},
@ -282,9 +172,6 @@
"gasPriceCalculation": {
"message": "Chúng tôi tính toán và gợi ý một giá ga cụ thể dựa trên tỷ lệ thành công của hệ thống."
},
"gasPriceRequired": {
"message": "Giá ga được yêu cầu"
},
"getEther": {
"message": "Lấy Ether"
},
@ -309,9 +196,6 @@
"hideTokenPrompt": {
"message": "Ẩn mã token?"
},
"howToDeposit": {
"message": "Bạn muốn ký gửi Ether bằng cách nào?"
},
"import": {
"message": "Nhập",
"description": "Button to import an account from a selected file"
@ -319,12 +203,6 @@
"importAccount": {
"message": "Nhập tài khoản"
},
"importAnAccount": {
"message": "Nhập một tài khoản"
},
"importDen": {
"message": "Nhập mã DEN hiện hành"
},
"imported": {
"message": "Đã nhập",
"description": "status showing that an account has been fully loaded into the keyring"
@ -335,15 +213,9 @@
"invalidAddress": {
"message": "Địa chỉ không hợp lệ"
},
"invalidGasParams": {
"message": "Thông số ga không hợp lệ"
},
"invalidInput": {
"message": "Thông tin nhập vào không hợp lệ"
},
"invalidRequest": {
"message": "Yêu cầu không hợp lệ"
},
"jsonFile": {
"message": "Tập tin JSON",
"description": "format for importing an account"
@ -355,9 +227,6 @@
"message": "phải ít hơn hoặc bằng $1.",
"description": "helper for inputting hex as decimal input"
},
"limit": {
"message": "Giới hạn"
},
"loading": {
"message": "Đang tải..."
},
@ -367,18 +236,12 @@
"logout": {
"message": "Thoát"
},
"loose": {
"message": "Nới lỏng"
},
"mainnet": {
"message": "Mạng Ethereum MainNet (tiền ETH thật)"
},
"message": {
"message": "Tin nhắn"
},
"min": {
"message": "Tối thiểu"
},
"myAccounts": {
"message": "Tài khoản của tôi"
},
@ -389,10 +252,6 @@
"message": "Bạn phải chọn một tập tin để nhập.",
"description": "User is important an account and needs to add a file to continue"
},
"needImportPassword": {
"message": "Bạn phải điền mật khẩu cho tập tin đã chọn.",
"description": "Password and file needed to import an account"
},
"networks": {
"message": "Các mạng lưới"
},
@ -409,12 +268,6 @@
"newPassword": {
"message": "Mật khẩu mới (tối thiểu 8 ký tự)"
},
"newPassword8Chars": {
"message": "Mật khẩu mới (tối thiểu 8 ký tự)"
},
"newRecipient": {
"message": "Người nhận mới"
},
"next": {
"message": "Kế tiếp"
},
@ -424,33 +277,9 @@
"noDeposits": {
"message": "Không có tiền ký gửi nào được nhận"
},
"noTransactionHistory": {
"message": "Không có lịch sử giao dịch"
},
"noTransactions": {
"message": "Không có giao dịch"
},
"notStarted": {
"message": "Chưa bắt đầu"
},
"oldUI": {
"message": "Giao diện cũ"
},
"oldUIMessage": {
"message": "Bạn vừa quay về giao diện cũ. Bạn có thể chuyển đổi sang giao diện mới bằng tùy chọn trong menu ở góc phải trên cùng."
},
"or": {
"message": "hoặc",
"description": "choice between creating or importing a new account"
},
"passwordMismatch": {
"message": "mật khẩu không khớp",
"description": "in password creation process, the two new password fields did not match"
},
"passwordShort": {
"message": "mật khẩu không đủ dài",
"description": "in password creation process, the password is not long enough to be secure"
},
"pastePrivateKey": {
"message": "Dán dãy khóa cá nhân của bạn tại đây:",
"description": "For importing an account from a private key"
@ -458,9 +287,6 @@
"pasteSeed": {
"message": "Dán Mật Khẩu Sinh Khoá (seed phrase) của bạn tại đây!"
},
"pleaseReviewTransaction": {
"message": "Vui lòng xem lại giao dịch của bạn."
},
"privateKey": {
"message": "Khóa Bí Mật",
"description": "select this type of file to use to import an account"
@ -477,27 +303,15 @@
"readdToken": {
"message": "Bạn có thể thêm trở lại mã token này bằng cách nhấn \"Thêm mã token\" trong menu tùy chọn trong tài khoản của bạn."
},
"readMore": {
"message": "Đọc thêm tại đây."
},
"receive": {
"message": "Nhận"
},
"recipientAddress": {
"message": "Địa chỉ người nhận"
},
"refundAddress": {
"message": "Địa chỉ hoàn trả lại của bạn"
},
"rejected": {
"message": "Không chấp thuận/Bị từ chối"
},
"required": {
"message": "Yêu cầu"
},
"retryWithMoreGas": {
"message": "Thử lại với một giá ga cao hơn tại đây"
},
"revert": {
"message": "Chuyển lại"
},
@ -507,71 +321,36 @@
"ropsten": {
"message": "Mạng thử nghiệm Ropsten"
},
"rpc": {
"message": "Tùy chỉnh RPC"
},
"sampleAccountName": {
"message": "Ví dụ, Tài khoản mới của tôi",
"description": "Help user understand concept of adding a human-readable name to their account"
},
"save": {
"message": "Lưu"
},
"saveAsFile": {
"message": "Lưu lại dưới dạng tập tin",
"description": "Account export process"
},
"selectService": {
"message": "Chọn dịch vụ"
},
"send": {
"message": "Gửi"
},
"sendTokens": {
"message": "Gửi mã token"
},
"sendTokensAnywhere": {
"message": "Gửi mã token đến bất kỳ ai có tài khoản Ethereum"
},
"settings": {
"message": "Cài đặt"
},
"shapeshiftBuy": {
"message": "Mua với ShapeShift"
},
"showPrivateKeys": {
"message": "Hiển thị khóa cá nhân"
},
"showQRCode": {
"message": "Hiển thị mã QR"
},
"sign": {
"message": "Ký nhận"
},
"signatureRequest": {
"message": "Yêu cầu chữ ký"
},
"signMessage": {
"message": "Ký nhận tin nhắn"
},
"signNotice": {
"message": "Ký nhận vào tin nhắn này có thể gây nguy hiểm. Chỉ nên ký nhận tin nhắn từ những nguồn bạn hoàn toàn tin tưởng có thể dùng với tài khoản của bạn. Cách thức nguy hiểm này sẽ bị xóa trong phiên bản sắp tới."
},
"sigRequest": {
"message": "Yêu cầu chữ ký"
},
"sigRequested": {
"message": "Đã yêu cầu chữ ký"
},
"status": {
"message": "Trạng thái"
},
"submit": {
"message": "Gửi đi"
},
"takesTooLong": {
"message": "Chờ quá lâu?"
},
"testFaucet": {
"message": "Vòi nhận tiền ETH ảo để thử nghiệm"
},
@ -582,65 +361,28 @@
"message": "$1 thành ETH qua ShapeShift",
"description": "system will fill in deposit type in start of message"
},
"tokenBalance": {
"message": "Số dư token của bạn là:"
},
"total": {
"message": "Tổng cộng"
},
"transactionMemo": {
"message": "Ghi nhớ giao dịch (tùy chọn)"
},
"transactionNumber": {
"message": "Số thứ tự giao dịch"
},
"transfers": {
"message": "Các giao dịch"
},
"troubleTokenBalances": {
"message": "Chúng tôi gặp sự cố khi tải số dư token của bạn. Xin vui lòng xem lại",
"description": "Followed by a link (here) to view token balances"
},
"twelveWords": {
"message": "These 12 words are the only way to restore your MetaMask accounts. Save them somewhere safe and secret."
},
"typePassword": {
"message": "Điền mật khẩu của bạn"
},
"uiWelcome": {
"message": "Chào mừng bạn đến với giao diện mới (Beta)"
},
"uiWelcomeMessage": {
"message": "Bạn đang sử dụng giao diện mới của MetaMask. Chúng tôi khuyến khích bạn thử nghiệm và khám phá các tính năng mới như gửi token, và nếu bạn có gặp phải vấn đề gì khó khăn, xin hãy liên hệ ngay để chúng tôi có thể giúp đỡ bạn."
},
"unavailable": {
"message": "Không có sẵn"
},
"unknown": {
"message": "Không xác định"
},
"unknownNetwork": {
"message": "Mạng lưới riêng không xác định"
},
"unknownNetworkId": {
"message": "ID không xác định"
},
"usaOnly": {
"message": "Chỉ áp dụng cho người dùng ở Mỹ",
"description": "Using this exchange is limited to people inside the USA"
},
"usedByClients": {
"message": "Được sử dụng bởi nhiều khách hàng khác nhau"
},
"viewAccount": {
"message": "Xem tài khoản"
},
"warning": {
"message": "Cảnh báo"
},
"whatsThis": {
"message": "Đây là gì?"
},
"yourSigRequested": {
"message": "Chữ ký của bạn đang được yêu cầu"
},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -9,7 +9,7 @@
</head>
<body>
<div id="app-content"></div>
<script src="./libs.js" type="text/javascript" charset="utf-8"></script>
<script src="./ui-libs.js" type="text/javascript" charset="utf-8"></script>
<script src="./ui.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -1,14 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>Artboard Copy</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Artboard-Copy" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-48">
<circle id="Oval" fill="#D0021B" cx="8" cy="8" r="8"></circle>
<rect id="Rectangle-41" fill="#FFFFFF" x="7" y="3" width="2" height="7" rx="1"></rect>
<rect id="Rectangle-41" fill="#FFFFFF" x="7" y="11" width="2" height="2" rx="1"></rect>
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<circle cx="8" cy="8" fill="#d0021b" r="8"/>
<g fill="#fff">
<rect height="7" rx="1" width="2" x="7" y="3"/>
<rect height="2" rx="1" width="2" x="7" y="11"/>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 331 B

@ -1,19 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>7414FFD8-B28A-4593-9D7E-19E73D687B50</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Action-Screens" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Approve---insufficient-amount" transform="translate(-69.000000, -166.000000)">
<g id="Group-7" transform="translate(53.000000, 51.000000)">
<g id="Group-34" transform="translate(0.000000, 91.000000)">
<g id="alert" transform="translate(16.000000, 24.000000)">
<circle id="Oval" fill="#605A1C" cx="14.5" cy="14.5" r="14.5"></circle>
<path d="M16,16.8282967 L14,16.8282967 L14,7 L16,7 L16,16.8282967 Z M16,21 L14,21 L14,19 L16,19 L16,21 Z" id="!" fill="#FFFCDB"></path>
</g>
</g>
</g>
</g>
<svg height="29" width="29" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<circle cx="14.5" cy="14.5" fill="#605a1c" r="14.5"/>
<path d="M16 16.828h-2V7h2zM16 21h-2v-2h2z" fill="#fffcdb"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 251 B

@ -1,3 +1,3 @@
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.67589 0.641872C8.65169 0.642635 8.62756 0.644749 8.6036 0.648202H4.79279C4.55863 0.644896 4.34082 0.767704 4.22278 0.969601C4.10473 1.1715 4.10473 1.4212 4.22278 1.6231C4.34082 1.825 4.55863 1.9478 4.79279 1.9445H7.12113L0.437932 8.61587C0.268309 8.77843 0.19998 9.01984 0.259298 9.24697C0.318616 9.47411 0.496311 9.65149 0.723852 9.71071C0.951393 9.76992 1.19322 9.70171 1.35608 9.53239L8.03927 2.86102V5.18524C8.03596 5.41898 8.15899 5.6364 8.36124 5.75424C8.56349 5.87208 8.81364 5.87208 9.0159 5.75424C9.21815 5.6364 9.34118 5.41898 9.33787 5.18524V1.37863C9.36404 1.18976 9.30558 0.998955 9.17804 0.857009C9.0505 0.715062 8.86682 0.636369 8.67589 0.641872Z" fill="#359BDD"/>
<svg fill="none" height="10" width="10" xmlns="http://www.w3.org/2000/svg">
<path d="M8.676.642a.65.65 0 00-.072.006H4.793a.65.65 0 00-.57.975.65.65 0 00.57.322H7.12L.438 8.614a.647.647 0 00.286 1.096.65.65 0 00.632-.179L8.04 2.861v2.324a.648.648 0 00.977.57.648.648 0 00.322-.57V1.38a.647.647 0 00-.662-.737z" fill="#359bdd"/>
</svg>

Before

Width:  |  Height:  |  Size: 795 B

After

Width:  |  Height:  |  Size: 339 B

@ -1,16 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="21px" viewBox="0 0 25 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
<title>arrow-right</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Confirm-Send-ETH---V3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-500.000000, -235.000000)">
<g id="Group-4" transform="translate(312.000000, 99.000000)" fill="#5B5B5B">
<g id="Group-18" transform="translate(109.000000, 119.000000)">
<g id="arrow-right" transform="translate(78.000000, 17.000000)">
<path d="M13.2809946,0.467462271 L13.2809946,0.467462271 C12.6477116,1.09191648 12.6477116,2.10286154 13.2809946,2.72571868 L19.1052554,8.46878095 L2.61883998,8.46878095 C1.72479329,8.46878095 0.999190175,9.18426813 0.999190175,10.0658505 L0.999190175,10.0674476 C0.999190175,10.94903 1.72479329,11.6629201 2.61883998,11.6629201 L19.1052554,11.6629201 L13.2809946,17.4075795 C12.6477116,18.0304366 12.6477116,19.0413817 13.2809946,19.6658359 C13.9126581,20.288693 14.9378964,20.288693 15.5711795,19.6658359 L25.3052748,10.0658505 L15.5711795,0.467462271 C14.9378964,-0.155394872 13.9126581,-0.155394872 13.2809946,0.467462271" id="Fill-1"></path>
</g>
</g>
</g>
</g>
</svg>
<svg height="21" width="25" xmlns="http://www.w3.org/2000/svg">
<path d="M12.281.467a1.58 1.58 0 000 2.259l5.824 5.743H1.62a1.61 1.61 0 00-1.62 1.597v.001c0 .882.726 1.596 1.62 1.596h16.486l-5.824 5.745a1.58 1.58 0 000 2.258 1.637 1.637 0 002.29 0l9.734-9.6L14.571.467a1.637 1.637 0 00-2.29 0" fill="#5b5b5b" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 342 B

@ -1,18 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="24.088px" height="24px" viewBox="113.789 0 24.088 24" enable-background="new 113.789 0 24.088 24" xml:space="preserve" fill="#F7861C">
<g>
<path d="M134.613,6.85h-3.499l-2.035-2.009c-0.003-0.002-0.004-0.004-0.006-0.006l-0.004-0.003l0,0
c-0.306-0.298-0.725-0.482-1.189-0.482h-4.23c-0.491,0-0.93,0.209-1.238,0.539l-0.003-0.005l-1.991,1.966h-3.571
c-0.935,0-1.691,0.747-1.691,1.667v10c0,0.92,0.757,1.668,1.691,1.668h17.768c0.934,0,1.691-0.748,1.691-1.668v-10
C136.305,7.597,135.547,6.85,134.613,6.85z M135.459,18.518c0,0.459-0.381,0.834-0.846,0.834h-17.768
c-0.466,0-0.846-0.374-0.846-0.834v-10c0-0.459,0.38-0.833,0.846-0.833h3.571h0.351l0.248-0.245l1.024-1.011l0.021,0.062
l0.971-1.035c0.164-0.175,0.385-0.271,0.618-0.271h4.23c0.223,0,0.435,0.086,0.602,0.247l2.033,2.008l0.247,0.245h0.353h3.499
c0.465,0,0.846,0.374,0.846,0.833V18.518L135.459,18.518z"/>
<path d="M125.729,9.351c-2.104,0-3.808,1.678-3.808,3.749c0,2.072,1.703,3.752,3.808,3.752c2.104,0,3.808-1.68,3.808-3.752
C129.537,11.028,127.833,9.351,125.729,9.351z M125.729,16.018c-1.633,0-2.962-1.31-2.962-2.918s1.329-2.916,2.962-2.916
s2.961,1.307,2.961,2.916S127.362,16.018,125.729,16.018z"/>
</g>
<svg fill="#f7861c" height="24" viewBox="113.789 0 24.088 24" width="24.088" xmlns="http://www.w3.org/2000/svg">
<path d="M134.613 6.85h-3.499l-2.035-2.009-.006-.006-.004-.003a1.698 1.698 0 00-1.189-.482h-4.23c-.491 0-.93.209-1.238.539l-.003-.005-1.991 1.966h-3.571c-.935 0-1.691.747-1.691 1.667v10c0 .92.757 1.668 1.691 1.668h17.768a1.68 1.68 0 001.691-1.668v-10a1.682 1.682 0 00-1.693-1.667zm.846 11.668a.843.843 0 01-.846.834h-17.768a.841.841 0 01-.846-.834v-10c0-.459.38-.833.846-.833h3.922l.248-.245 1.024-1.011.021.062.971-1.035a.843.843 0 01.618-.271h4.23c.223 0 .435.086.602.247l2.033 2.008.247.245H134.613c.465 0 .846.374.846.833z"/>
<path d="M125.729 9.351c-2.104 0-3.808 1.678-3.808 3.749 0 2.072 1.703 3.752 3.808 3.752 2.104 0 3.808-1.68 3.808-3.752s-1.704-3.749-3.808-3.749zm0 6.667c-1.633 0-2.962-1.31-2.962-2.918s1.329-2.916 2.962-2.916 2.961 1.307 2.961 2.916-1.328 2.918-2.961 2.918z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

@ -1,18 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="9px" height="15px" viewBox="0 0 9 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>8439120D-5704-4273-B416-FEE134322584</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Action-Screens" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Approve---insufficient-amount" transform="translate(-75.000000, -69.000000)" stroke="#000000" stroke-width="2">
<g id="Group-7" transform="translate(53.000000, 51.000000)">
<g id="cancel" transform="translate(24.000000, 14.000000)">
<g id="Group">
<polyline id="Path-8" points="6.1263881 18.0633906 0 11.6306831 6.31493631 5"></polyline>
</g>
</g>
</g>
</g>
</g>
<svg height="15" width="9" xmlns="http://www.w3.org/2000/svg">
<path d="M8.126 14.063L2 7.631 8.315 1" fill="none" stroke="#000" stroke-width="2"/>
</svg>

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 159 B

@ -1,18 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="9px" height="15px" viewBox="0 0 9 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>8439120D-5704-4273-B416-FEE134322584</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Action-Screens" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Approve---insufficient-amount" transform="translate(-75.000000, -69.000000)" stroke="#3099F2" stroke-width="2">
<g id="Group-7" transform="translate(53.000000, 51.000000)">
<g id="cancel" transform="translate(24.000000, 14.000000)">
<g id="Group">
<polyline id="Path-8" points="6.1263881 18.0633906 0 11.6306831 6.31493631 5"></polyline>
</g>
</g>
</g>
</g>
</g>
</svg>
<svg height="15" width="9" xmlns="http://www.w3.org/2000/svg">
<path d="M8.126 14.063L2 7.631 8.315 1" fill="none" stroke="#3099f2" stroke-width="2"/>
</svg>

Before

Width:  |  Height:  |  Size: 992 B

After

Width:  |  Height:  |  Size: 162 B

@ -1,76 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;" xml:space="preserve">
<style type="text/css">
.st0{fill:#231F20;}
.st1{fill:none;stroke:#000000;stroke-width:35;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st2{fill:none;stroke:#000000;stroke-width:35;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:25,61;}
.st3{display:none;}
.st4{display:inline;}
.st5{fill:#EC008C;}
.st6{display:inline;fill:#FFF200;}
</style>
<g id="Layer_4">
</g>
<g id="Layer_1">
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<path class="st0" d="M380.4,756.7c-4.5,0-9-1.7-12.4-5.1c-6.8-6.8-6.8-17.9,0-24.7L594.9,500L368,273.2
c-6.8-6.8-6.8-17.9,0-24.7c6.8-6.8,17.9-6.8,24.7,0L632,487.6c6.8,6.8,6.8,17.9,0,24.7L392.8,751.6
C389.3,755,384.9,756.7,380.4,756.7z"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
<g id="Layer_2" class="st3">
</g>
</svg>
<svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
<path d="M380.4 756.7c-4.5 0-9-1.7-12.4-5.1-6.8-6.8-6.8-17.9 0-24.7L594.9 500 368 273.2c-6.8-6.8-6.8-17.9 0-24.7s17.9-6.8 24.7 0L632 487.6c6.8 6.8 6.8 17.9 0 24.7L392.8 751.6c-3.5 3.4-7.9 5.1-12.4 5.1z" fill="#231f20"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 296 B

@ -1,4 +1,6 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.833374 10C0.833374 4.9374 4.93743 0.833344 10 0.833344C15.0626 0.833344 19.1667 4.9374 19.1667 10C19.1667 15.0626 15.0626 19.1667 10 19.1667C4.93743 19.1667 0.833374 15.0626 0.833374 10Z" fill="#28A745"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4256 6.70245C14.7511 7.02789 14.7511 7.55553 14.4256 7.88097L9.25303 13.2976C8.9276 13.6231 8.39996 13.6231 8.07452 13.2976L5.57452 10.7976C5.24909 10.4722 5.24909 9.94456 5.57452 9.61912C5.89996 9.29368 6.4276 9.29368 6.75303 9.61912L8.66378 11.5299L13.2471 6.70245C13.5725 6.37702 14.1002 6.37702 14.4256 6.70245Z" fill="white"/>
<svg fill="none" height="20" width="20" xmlns="http://www.w3.org/2000/svg">
<g clip-rule="evenodd" fill-rule="evenodd">
<path d="M.833 10a9.167 9.167 0 1118.334 0A9.167 9.167 0 01.833 10z" fill="#28a745"/>
<path d="M14.426 6.702a.833.833 0 010 1.179l-5.173 5.417a.833.833 0 01-1.178 0l-2.5-2.5a.833.833 0 111.178-1.179l1.91 1.91 4.584-4.827a.833.833 0 011.179 0z" fill="#fff"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 414 B

@ -1,17 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100px" height="100px" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>76BCDB09-52B0-41CB-908F-12F9087A2F1B</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Confirm-TX-screen" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="confirmed-alert" transform="translate(-144.000000, -53.000000)" stroke="#61BA00" stroke-width="4">
<g id="Group-17-Copy" transform="translate(22.000000, 20.000000)">
<g id="check-icon" transform="translate(124.000000, 35.000000)">
<circle id="Oval-5" cx="48" cy="48" r="48"></circle>
<polyline id="Path-3" stroke-linecap="round" points="29.76 52.8 41.0023819 64.32 71.04 34.56"></polyline>
</g>
</g>
</g>
<svg height="100" width="100" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd" stroke="#61ba00" stroke-width="4" transform="translate(2 2)">
<circle cx="48" cy="48" r="48"/>
<path d="M29.76 52.8l11.242 11.52L71.04 34.56" stroke-linecap="round"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 304 B

@ -1,14 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>check-white</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="MetaMascara-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="account-dropdown-top-bar-IXD" transform="translate(-17.000000, -80.000000)" fill-rule="nonzero" fill="#FFFFFF">
<g id="Group-11" transform="translate(18.000000, 74.000000)">
<polygon id="check-white" points="4.2 15.5712828 0.714212839 12.0143571 -0.714212839 13.4142143 4.2 18.4287172 14.7142128 7.69992858 13.2857872 6.30007142"></polygon>
</g>
</g>
</g>
</svg>
<svg height="13" width="16" xmlns="http://www.w3.org/2000/svg">
<path d="M5.2 9.571L1.714 6.014l-1.428 1.4L5.2 12.43l10.514-10.73L14.286.3z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 872 B

After

Width:  |  Height:  |  Size: 166 B

@ -1,4 +1,4 @@
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.14917" y="1.09723" width="1.34076" height="15.4188" rx="0.670381" transform="rotate(-45 0.14917 1.09723)" fill="#A1A5B3"/>
<rect x="0.94812" y="11.8508" width="1.34076" height="15.4188" rx="0.670381" transform="rotate(-135 0.94812 11.8508)" fill="#A1A5B3"/>
<svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x=".149" y="1.097" width="1.341" height="15.419" rx=".67" transform="rotate(-45 .15 1.097)" fill="#A1A5B3"/>
<rect x=".948" y="11.851" width="1.341" height="15.419" rx=".67" transform="rotate(-135 .948 11.85)" fill="#A1A5B3"/>
</svg>

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -1,11 +1,4 @@
<svg width="288" height="288" xmlns="http://www.w3.org/2000/svg">
<g>
<title>background</title>
<rect fill="none" id="canvas_background" height="402" width="582" y="-1" x="-1"/>
</g>
<g>
<title>Layer 1</title>
<path fill="#ffffff" id="svg_1" d="m122,25l15,-21c4,-5 10,-5 14,0l16,22c4,5 2,10 -5,10l-12,0l0,118c0,3 3,3 5,1l25,-25c4,-4 6,-10 6,-16l0,-24c-7,0 -12,-5 -12,-12l0,-12c0,-6 5,-12 12,-12l12,0c7,0 12,5 12,12l0,12c0,7 -5,12 -12,12l0,24c0,10 -3,18 -10,25l-31,31c-4,4 -7,6 -7,16l0,49c12,3 21,13 21,26c0,15 -12,27 -27,27s-27,-12 -27,-27c0,-13 9,-23 21,-26l0,-13c0,-10 -3,-13 -7,-17l-31,-31c-6,-6 -10,-14 -10,-24l0,-25c-7,-2 -12,-9 -12,-17c0,-10 8,-18 18,-18s18,8 18,18c0,8 -5,15 -12,17l0,25c0,7 3,12 7,16l25,25c2,2 4,2 4,-1l0,-154l-12,0c-7,0 -9,-5 -4,-11z"/>
</g>
</svg>
<svg height="288" width="288" xmlns="http://www.w3.org/2000/svg">
<path d="M-1-1h582v402H-1z" fill="none"/>
<path d="M122 25l15-21c4-5 10-5 14 0l16 22c4 5 2 10-5 10h-12v118c0 3 3 3 5 1l25-25c4-4 6-10 6-16V90c-7 0-12-5-12-12V66c0-6 5-12 12-12h12c7 0 12 5 12 12v12c0 7-5 12-12 12v24c0 10-3 18-10 25l-31 31c-4 4-7 6-7 16v49c12 3 21 13 21 26 0 15-12 27-27 27s-27-12-27-27c0-13 9-23 21-26v-13c0-10-3-13-7-17l-31-31c-6-6-10-14-10-24v-25c-7-2-12-9-12-17 0-10 8-18 18-18s18 8 18 18c0 8-5 15-12 17v25c0 7 3 12 7 16l25 25c2 2 4 2 4-1V36h-12c-7 0-9-5-4-11z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 576 B

@ -1,24 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="17px" viewBox="0 0 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
<title>374E58A5-C29E-4921-83E7-889FA06D6408</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Reveal-Seedphrase" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Seed-phrase-2" transform="translate(-39.000000, -379.000000)">
<g id="Group-2">
<g id="Group-8" transform="translate(16.000000, 248.000000)">
<g id="Group-6" transform="translate(23.336478, 120.000000)">
<g id="Group-5" transform="translate(0.408805, 11.000000)">
<g id="copy-to-clipboard">
<rect id="Rectangle-18" stroke="#3098DC" stroke-width="2" x="1" y="1" width="12.0220126" height="12"></rect>
<rect id="Rectangle-18-Copy-2" fill="#FFFFFF" x="2.1572327" y="2" width="14.0220126" height="14"></rect>
<rect id="Rectangle-18-Copy" stroke="#3098DC" stroke-width="2" x="4.23584906" y="4" width="12.0220126" height="12"></rect>
</g>
</g>
</g>
</g>
</g>
</g>
<svg height="17" width="18" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M1.745 1h12.022v12H1.745z" stroke="#3098dc" stroke-width="2"/>
<path d="M2.903 2h14.022v14H2.903z" fill="#fff"/>
<path d="M4.981 4h12.022v12H4.981z" stroke="#3098dc" stroke-width="2"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 338 B

@ -1,21 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="24.088px" height="24px" viewBox="189.192 0 24.088 24" enable-background="new 189.192 0 24.088 24" xml:space="preserve" fill="#F7861C">
<g>
<g>
<path fill="#F7861C" d="M204.655,7.169h-8.962c-1.1,0-1.991,0.891-1.991,1.991v8.963c0,1.1,0.892,1.99,1.991,1.99h8.962
c1.101,0,1.991-0.891,1.991-1.99V9.16C206.646,8.06,205.756,7.169,204.655,7.169z M205.651,18.123
c0,0.549-0.446,0.994-0.996,0.994h-8.962c-0.549,0-0.995-0.445-0.995-0.994V9.16c0-0.55,0.446-0.996,0.995-0.996h8.962
c0.55,0,0.996,0.446,0.996,0.996V18.123z"/>
</g>
</g>
<path fill="#F7861C" d="M196.689,11.152h6.969v-0.996h-6.969V11.152z"/>
<path fill="#F7861C" d="M196.689,13.144h6.969v-0.996h-6.969V13.144z"/>
<path fill="#F7861C" d="M196.689,15.135h6.969v-0.996h-6.969V15.135z"/>
<path fill="#F7861C" d="M196.689,17.126h3.982v-0.994h-3.982V17.126z"/>
<path fill="#F7861C" d="M207.643,4.182h-8.962c-1.101,0-1.991,0.892-1.991,1.991h0.995c0-0.549,0.446-0.996,0.996-0.996h8.962
c0.549,0,0.995,0.447,0.995,0.996v8.962c0,0.55-0.446,0.997-0.995,0.997v0.994c1.101,0,1.991-0.891,1.991-1.991V6.172
C209.634,5.073,208.743,4.182,207.643,4.182z"/>
<svg fill="#f7861c" height="24" viewBox="189.192 0 24.088 24" width="24.088" xmlns="http://www.w3.org/2000/svg">
<path d="M204.655 7.169h-8.962a1.99 1.99 0 00-1.991 1.991v8.963c0 1.1.892 1.99 1.991 1.99h8.962a1.99 1.99 0 001.991-1.99V9.16c0-1.1-.89-1.991-1.991-1.991zm.996 10.954a.995.995 0 01-.996.994h-8.962a.995.995 0 01-.995-.994V9.16c0-.55.446-.996.995-.996h8.962c.55 0 .996.446.996.996z"/>
<path d="M196.689 11.152h6.969v-.996h-6.969zM196.689 13.144h6.969v-.996h-6.969zM196.689 15.135h6.969v-.996h-6.969zM196.689 17.126h3.982v-.994h-3.982z"/>
<path d="M207.643 4.182h-8.962a1.99 1.99 0 00-1.991 1.991h.995c0-.549.446-.996.996-.996h8.962c.549 0 .995.447.995.996v8.962c0 .55-.446.997-.995.997v.994a1.99 1.99 0 001.991-1.991V6.172a1.99 1.99 0 00-1.991-1.99z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -1,32 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="80px" height="78px" viewBox="0 0 80 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 49 (51002) - http://www.bohemiancoding.com/sketch -->
<title>deposit-eth</title>
<desc>Created with Sketch.</desc>
<defs>
<circle id="path-1" cx="34" cy="34" r="34"></circle>
<circle id="path-2" cx="17" cy="17" r="17"></circle>
</defs>
<g id="Buy-ETH" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="deposit-Ether" transform="translate(-79.000000, -146.000000)">
<g id="Group-12" transform="translate(8.000000, 10.000000)">
<g id="Group-7" transform="translate(71.000000, 122.000000)">
<g id="deposit-eth" transform="translate(0.000000, 14.000000)">
<g id="Oval">
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
<circle stroke="#38393A" stroke-width="3" cx="34" cy="34" r="32.5"></circle>
</g>
<path d="M34.406509,44.95 L22,37.7 L34.406509,55 L46.8205983,37.7 L34.4039822,44.95 L34.406509,44.95 Z M34.593491,15 L22.186982,35.37 L34.593491,42.6275 L47,35.3775 L34.593491,15 Z" id="Shape" fill="#38393A"></path>
<g id="Group-6" transform="translate(46.000000, 44.000000)">
<g id="Oval-Copy">
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-2"></use>
<circle stroke="#38393A" stroke-width="3" cx="17" cy="17" r="15.5"></circle>
</g>
<path d="M19.0769231,15.4230769 L25.5,15.4230769 L25.5,19.5769231 L19.0769231,19.5769231 L19.0769231,26 L14.9230769,26 L14.9230769,19.5769231 L8.5,19.5769231 L8.5,15.4230769 L14.9230769,15.4230769 L14.9230769,9 L19.0769231,9 L19.0769231,15.4230769 Z" id="Combined-Shape" fill="#38393A"></path>
</g>
</g>
</g>
</g>
<svg height="78" width="80" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<circle cx="34" cy="34" fill="#fff" r="34"/>
<circle cx="34" cy="34" r="32.5" stroke="#38393a" stroke-width="3"/>
<path d="M34.407 44.95L22 37.7 34.407 55 46.82 37.7l-12.417 7.25zM34.593 15L22.187 35.37l12.406 7.258L47 35.378z" fill="#38393a"/>
<g transform="translate(46 44)">
<circle cx="17" cy="17" fill="#fff" r="17"/>
<circle cx="17" cy="17" r="15.5" stroke="#38393a" stroke-width="3"/>
<path d="M19.077 15.423H25.5v4.154h-6.423V26h-4.154v-6.423H8.5v-4.154h6.423V9h4.154z" fill="#38393a"/>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 696 B

@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12px" height="8px" viewBox="0 0 12 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>first/last</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Action-Screens" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="first/last" fill="#5F5C5D">
<polygon id="Path-12-Copy" points="12 0 12 8 6 4"></polygon>
<polygon id="Path-12-Copy-2" points="6 0 6 8 0 4"></polygon>
</g>
<svg height="8" width="12" xmlns="http://www.w3.org/2000/svg">
<g fill="#5f5c5d" fill-rule="evenodd">
<path d="M12 0v8L6 4zM6 0v8L0 4z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 166 B

@ -1,5 +1,7 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="40" y="40" width="40" height="4.57143" rx="2.28571" transform="rotate(-180 40 40)" fill="#979797"/>
<rect x="22.5641" y="21.7144" width="4.10256" height="21.7143" rx="2.05128" transform="rotate(-180 22.5641 21.7144)" fill="#979797"/>
<path d="M20.5 30L7.07661 12L33.9234 12L20.5 30Z" fill="#979797"/>
<svg fill="none" height="40" width="40" xmlns="http://www.w3.org/2000/svg">
<g fill="#979797">
<rect height="4.571" rx="2.286" transform="rotate(180 40 40)" width="40" x="40" y="40"/>
<rect height="21.714" rx="2.051" transform="rotate(180 22.564 21.714)" width="4.103" x="22.564" y="21.714"/>
<path d="M20.5 30L7.077 12h26.846z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 375 B

@ -1,26 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="18px" viewBox="0 0 20 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
<title>50559280-0739-419A-8E87-3CDD16A6996A</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Reveal-Seedphrase" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Seed-phrase-2" transform="translate(-212.000000, -379.000000)" stroke="#259DE5" stroke-width="2">
<g id="Group-2">
<g id="Group-8" transform="translate(16.000000, 248.000000)">
<g id="Group-6" transform="translate(23.336478, 120.000000)">
<g id="Group-3" transform="translate(174.000000, 11.000000)">
<g id="Group-4">
<g id="download">
<polyline id="Path-5" points="0 11 0 17 17 17 17 11"></polyline>
<path d="M8.5,0 L8.5,11" id="Path-6"></path>
<polyline id="Path-7" points="3.1875 7 8.5 11 13.8125 7"></polyline>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
<svg height="18" width="20" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd" stroke="#259de5" stroke-width="2">
<path d="M1.336 11v6h17v-6M9.836 0v11"/>
<path d="M4.524 7l5.312 4 5.313-4"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 248 B

@ -1 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 72.52 80.95"><defs><style>.cls-3{fill:#a0a8d4}</style><linearGradient id="linear-gradient" x1="41.95" y1="2.57" x2="12.57" y2="34.42" gradientUnits="userSpaceOnUse"><stop offset=".58" stop-color="#a0a8d4"/><stop offset=".73" stop-color="#8791c7"/><stop offset=".91" stop-color="#6470b4"/></linearGradient><linearGradient id="linear-gradient-2" x1="42.57" y1="81.66" x2="71.96" y2="49.81" xlink:href="#linear-gradient"/><linearGradient id="linear-gradient-3" x1="42.26" y1="1.24" x2="42.26" y2="82.84" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#513eff"/><stop offset=".18" stop-color="#5157ff"/><stop offset=".57" stop-color="#5298ff"/><stop offset="1" stop-color="#52e5ff"/></linearGradient></defs><g style="isolation:isolate"><g id="Layer_1" data-name="Layer 1"><path d="M15.28 34.39c.8 1.71 2.78 5.09 2.78 5.09L40.95 1.64l-22.34 15.6a9.75 9.75 0 0 0-3.18 3.5 16.19 16.19 0 0 0-.15 13.65z" transform="translate(-6 -1.64)" fill="url(#linear-gradient)"/><path class="cls-3" d="M6.21 46.85a25.47 25.47 0 0 0 10 18.51l24.71 17.23s-15.46-22.28-28.5-44.45a22.39 22.39 0 0 1-2.62-7.56 12.1 12.1 0 0 1 0-3.63c-.34.63-1 1.92-1 1.92a29.35 29.35 0 0 0-2.67 8.55 52.28 52.28 0 0 0 .08 9.43z" transform="translate(-6 -1.64)"/><path d="M69.25 49.84c-.8-1.71-2.78-5.09-2.78-5.09L43.58 82.59 65.92 67a9.75 9.75 0 0 0 3.18-3.5 16.19 16.19 0 0 0 .15-13.66z" transform="translate(-6 -1.64)" fill="url(#linear-gradient-2)"/><path class="cls-3" d="M78.32 37.38a25.47 25.47 0 0 0-10-18.51L43.61 1.64s15.45 22.28 28.5 44.45a22.39 22.39 0 0 1 2.61 7.56 12.1 12.1 0 0 1 0 3.63c.34-.63 1-1.92 1-1.92a29.35 29.35 0 0 0 2.67-8.55 52.28 52.28 0 0 0-.07-9.43z" transform="translate(-6 -1.64)"/><path d="M15.43 20.74a9.75 9.75 0 0 1 3.18-3.5l22.34-15.6-22.89 37.85s-2-3.38-2.78-5.09a16.19 16.19 0 0 1 .15-13.66zM6.21 46.85a25.47 25.47 0 0 0 10 18.51l24.71 17.23s-15.46-22.28-28.5-44.45a22.39 22.39 0 0 1-2.62-7.56 12.1 12.1 0 0 1 0-3.63c-.34.63-1 1.92-1 1.92a29.35 29.35 0 0 0-2.67 8.55 52.28 52.28 0 0 0 .08 9.43zm63 3c-.8-1.71-2.78-5.09-2.78-5.09L43.58 82.59 65.92 67a9.75 9.75 0 0 0 3.18-3.5 16.19 16.19 0 0 0 .15-13.66zm9.07-12.46a25.47 25.47 0 0 0-10-18.51L43.61 1.64s15.45 22.28 28.5 44.45a22.39 22.39 0 0 1 2.61 7.56 12.1 12.1 0 0 1 0 3.63c.34-.63 1-1.92 1-1.92a29.35 29.35 0 0 0 2.67-8.55 52.28 52.28 0 0 0-.07-9.43z" transform="translate(-6 -1.64)" style="mix-blend-mode:color" fill="url(#linear-gradient-3)"/></g></g></svg>
<svg viewBox="0 0 72.52 80.95" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="41.95" x2="12.57" y1="2.57" y2="34.42">
<stop offset=".58" stop-color="#a0a8d4"/>
<stop offset=".73" stop-color="#8791c7"/>
<stop offset=".91" stop-color="#6470b4"/>
</linearGradient>
<linearGradient id="b" x1="42.57" x2="71.96" xlink:href="#a" y1="81.66" y2="49.81"/>
<linearGradient id="c" gradientUnits="userSpaceOnUse" x1="42.26" x2="42.26" y1="1.24" y2="82.84">
<stop offset="0" stop-color="#513eff"/>
<stop offset=".18" stop-color="#5157ff"/>
<stop offset=".57" stop-color="#5298ff"/>
<stop offset="1" stop-color="#52e5ff"/>
</linearGradient>
<path d="M15.28 34.39c.8 1.71 2.78 5.09 2.78 5.09L40.95 1.64l-22.34 15.6a9.75 9.75 0 00-3.18 3.5 16.19 16.19 0 00-.15 13.65z" fill="url(#a)" transform="translate(-6 -1.64)"/>
<path d="M.21 45.21a25.47 25.47 0 0010 18.51l24.71 17.23S19.46 58.67 6.42 36.5a22.39 22.39 0 01-2.62-7.56 12.1 12.1 0 010-3.63c-.34.63-1 1.92-1 1.92a29.35 29.35 0 00-2.67 8.55 52.28 52.28 0 00.08 9.43z" fill="#a0a8d4"/>
<path d="M69.25 49.84c-.8-1.71-2.78-5.09-2.78-5.09L43.58 82.59 65.92 67a9.75 9.75 0 003.18-3.5 16.19 16.19 0 00.15-13.66z" fill="url(#b)" transform="translate(-6 -1.64)"/>
<path d="M72.32 35.74a25.47 25.47 0 00-10-18.51L37.61 0s15.45 22.28 28.5 44.45a22.39 22.39 0 012.61 7.56 12.1 12.1 0 010 3.63c.34-.63 1-1.92 1-1.92a29.35 29.35 0 002.67-8.55 52.28 52.28 0 00-.07-9.43z" fill="#a0a8d4"/>
<path d="M15.43 20.74a9.75 9.75 0 013.18-3.5l22.34-15.6-22.89 37.85s-2-3.38-2.78-5.09a16.19 16.19 0 01.15-13.66zM6.21 46.85a25.47 25.47 0 0010 18.51l24.71 17.23s-15.46-22.28-28.5-44.45a22.39 22.39 0 01-2.62-7.56 12.1 12.1 0 010-3.63c-.34.63-1 1.92-1 1.92a29.35 29.35 0 00-2.67 8.55 52.28 52.28 0 00.08 9.43zm63 3c-.8-1.71-2.78-5.09-2.78-5.09L43.58 82.59 65.92 67a9.75 9.75 0 003.18-3.5 16.19 16.19 0 00.15-13.66zm9.07-12.46a25.47 25.47 0 00-10-18.51L43.61 1.64s15.45 22.28 28.5 44.45a22.39 22.39 0 012.61 7.56 12.1 12.1 0 010 3.63c.34-.63 1-1.92 1-1.92a29.35 29.35 0 002.67-8.55 52.28 52.28 0 00-.07-9.43z" fill="url(#c)" transform="translate(-6 -1.64)"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -1,14 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
<style type="text/css">
.st0{fill:#38393A;}
</style>
<title>deposit-eth</title>
<desc>Created with Sketch.</desc>
<g id="deposit-eth" transform="translate(0.000000, 14.000000)">
<path id="Shape" class="st0" d="M19.9,16L7.5,8.7L19.9,26L32.3,8.7L19.9,16L19.9,16z M20.1-14L7.7,6.4l12.4,7.3l12.4-7.2L20.1-14z"
/>
</g>
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path d="M19.9 30L7.5 22.7 19.9 40l12.4-17.3zm.2-30L7.7 20.4l12.4 7.3 12.4-7.2z" fill="#38393a"/>
</svg>

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 170 B

@ -1,11 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="417px" viewBox="0 0 256 417" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<polygon fill="#343434" points="127.9611 0 125.1661 9.5 125.1661 285.168 127.9611 287.958 255.9231 212.32"/>
<polygon fill="#8C8C8C" points="127.962 0 0 212.32 127.962 287.959 127.962 154.158"/>
<polygon fill="#3C3C3B" points="127.9611 312.1866 126.3861 314.1066 126.3861 412.3056 127.9611 416.9066 255.9991 236.5866"/>
<polygon fill="#8C8C8C" points="127.962 416.9052 127.962 312.1852 0 236.5852"/>
<polygon fill="#141414" points="127.9611 287.9577 255.9211 212.3207 127.9611 154.1587"/>
<polygon fill="#393939" points="0.0009 212.3208 127.9609 287.9578 127.9609 154.1588"/>
</g>
</svg>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#343434;}
.st1{fill:#8C8C8C;}
.st2{fill:#3C3C3B;}
.st3{fill:#141414;}
.st4{fill:#393939;}
</style>
<g id="XMLID_1_">
<polygon id="XMLID_2_" class="st0" points="250,67.5 247.5,75.8 247.5,317.2 250,319.6 362,253.4 "/>
<polygon id="XMLID_3_" class="st1" points="250,67.5 137.9,253.4 250,319.6 250,202.5 "/>
<polygon id="XMLID_4_" class="st2" points="250,340.8 248.6,342.5 248.6,428.5 250,432.5 362.1,274.6 "/>
<polygon id="XMLID_5_" class="st1" points="250,432.5 250,340.8 137.9,274.6 "/>
<polygon id="XMLID_6_" class="st3" points="250,319.6 362,253.4 250,202.5 "/>
<polygon id="XMLID_7_" class="st4" points="137.9,253.4 250,319.6 250,202.5 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 45 KiB

@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>expand</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Extension-(mobile-form-factor)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="expand" fill="#FFFFFF" fill-rule="nonzero">
<path d="M15.4802977,0.0647543729 C15.3777028,0.0227060788 15.2692212,0 15.1590578,0 L10.1134046,0 C9.64920448,0 9.27246238,0.376752715 9.27246238,0.840965882 C9.27246238,1.30602001 9.64920448,1.68193176 10.1134046,1.68193176 L13.1290233,1.68193176 L8.77993963,6.03113791 C8.45113123,6.35995557 8.45113123,6.89228697 8.77993963,7.22026366 C8.94392336,7.38509298 9.15920457,7.46666667 9.37448577,7.46666667 C9.58976698,7.46666667 9.80504818,7.38509298 9.96903191,7.22026366 L14.3181156,2.87105752 L14.3181156,5.88676117 C14.3181156,6.35181531 14.6948577,6.72772705 15.1590578,6.72772705 C15.6232579,6.72772705 16,6.35181531 16,5.88676117 L16,0.840965882 C16,0.731640317 15.9781355,0.623155718 15.9352475,0.519716915 C15.8494713,0.31452124 15.6863286,0.150532893 15.4802977,0.0647543729 Z" id="Fill-1" transform="translate(12.266667, 3.733333) rotate(-360.000000) translate(-12.266667, -3.733333) "></path>
<path d="M6.94696439,8.59808771 C6.84436944,8.55603941 6.73588789,8.53333333 6.62572446,8.53333333 L1.58007124,8.53333333 C1.11587115,8.53333333 0.739129042,8.91008605 0.739129042,9.37429922 C0.739129042,9.83935335 1.11587115,10.2152651 1.58007124,10.2152651 L4.59568999,10.2152651 L0.246606301,14.5644712 C-0.0822021004,14.8932889 -0.0822021004,15.4256203 0.246606301,15.753597 C0.410590031,15.9184263 0.625871235,16 0.841152439,16 C1.05643364,16 1.27171485,15.9184263 1.43569858,15.753597 L5.78478226,11.4043909 L5.78478226,14.4200945 C5.78478226,14.8851486 6.16152437,15.2610604 6.62572446,15.2610604 C7.08992456,15.2610604 7.46666667,14.8851486 7.46666667,14.4200945 L7.46666667,9.37429922 C7.46666667,9.26497365 7.44480217,9.15648905 7.40191412,9.05305025 C7.31613801,8.84785457 7.15299522,8.68386623 6.94696439,8.59808771 Z" id="Fill-1-Copy" transform="translate(3.733333, 12.266667) rotate(-180.000000) translate(-3.733333, -12.266667) "></path>
</g>
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
<g fill="#fff">
<path d="M15.48.065A.846.846 0 0015.16 0h-5.047a.841.841 0 000 1.682h3.016l-4.35 4.35A.84.84 0 109.97 7.22l4.35-4.349v3.016a.84.84 0 101.681 0V.84a.846.846 0 00-.52-.776zM.52 15.935A.846.846 0 00.84 16h5.047a.841.841 0 000-1.682H2.87l4.35-4.35A.84.84 0 106.03 8.78l-4.35 4.349v-3.016a.84.84 0 10-1.681 0v5.046a.846.846 0 00.52.776z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 443 B

@ -1,74 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="4.2333331mm"
height="12.800793mm"
viewBox="0 0 14.999999 45.357139"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forward-carrat.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="17.87049"
inkscape:cy="17.678567"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
showguides="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1276"
inkscape:window-height="755"
inkscape:window-x="4"
inkscape:window-y="1"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4136"
originx="-180"
originy="-602.14286" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-180,-404.8622)">
<path
style="fill:#f7861c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 180,404.8622 0,7.5 10,15 -10,15 0,7.85714 15,-22.85714 z"
id="path4138"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
<svg height="48.381" viewBox="0 0 15 45.357" width="16" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0v7.5l10 15-10 15v7.857L15 22.5z" fill="#f7861c" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 186 B

@ -1,44 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="213px" height="78px" viewBox="0 0 213 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>2981A924-C7CB-4957-87AD-8C680802DAD7</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Import-account" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hardware-connect" transform="translate(-406.000000, -602.000000)">
<g id="Group-9" transform="translate(356.000000, 522.000000)">
<g id="connect-hardware" transform="translate(51.000000, 81.000000)">
<path d="M4,9 L70,9 L70,17 L4,17 C1.790861,17 2.705415e-16,15.209139 0,13 L0,13 C-2.705415e-16,10.790861 1.790861,9 4,9 Z" id="Rectangle" fill="#D9F0FF"></path>
<g id="Group-4-Copy">
<g id="Group-2" transform="translate(91.000000, 31.000000)" stroke="#3098DC">
<polyline id="Stroke-10" points="7.33333333 0 13.4253333 5.29042105 7.33333333 10.5802632"></polyline>
<path d="M0,5.21052632 L13.5,5.21052632" id="Stroke-11"></path>
</g>
<g id="Group-3" transform="translate(109.000000, 0.000000)">
<path d="M92.535988,75.1897419 L9.16167665,75.1897419 C7.13816766,75.1897419 5.49700599,73.5434839 5.49700599,71.5123226 L5.49700599,3.67741935 C5.49700599,1.64625806 7.13816766,0 9.16167665,0 L92.535988,0 C94.5601078,0 96.2006587,1.64625806 96.2006587,3.67741935 L96.2006587,71.5123226 C96.2006587,73.5434839 94.5601078,75.1897419 92.535988,75.1897419" id="Fill-12" fill="#FEFEFE"></path>
<path d="M92.535988,75.1897419 L9.16167665,75.1897419 C7.13816766,75.1897419 5.49700599,73.5434839 5.49700599,71.5123226 L5.49700599,3.67741935 C5.49700599,1.64625806 7.13816766,0 9.16167665,0 L92.535988,0 C94.5601078,0 96.2006587,1.64625806 96.2006587,3.67741935 L96.2006587,71.5123226 C96.2006587,73.5434839 94.5601078,75.1897419 92.535988,75.1897419 Z" id="Stroke-13" stroke="#3098DC"></path>
<path d="M100.70576,75.6298065 L1.22155689,75.6298065 C0.546646707,75.6298065 0,75.0812581 0,74.404 L0,69.8709677 C0,69.1937097 0.546646707,68.6451613 1.22155689,68.6451613 L100.70576,68.6451613 C101.38006,68.6451613 101.927317,69.1937097 101.927317,69.8709677 L101.927317,74.404 C101.927317,75.0812581 101.38006,75.6298065 100.70576,75.6298065" id="Fill-14" fill="#D9F0FF"></path>
<path d="M100.70576,75.6298065 L1.22155689,75.6298065 C0.546646707,75.6298065 0,75.0812581 0,74.404 L0,69.8709677 C0,69.1937097 0.546646707,68.6451613 1.22155689,68.6451613 L100.70576,68.6451613 C101.38006,68.6451613 101.927317,69.1937097 101.927317,69.8709677 L101.927317,74.404 C101.927317,75.0812581 101.38006,75.6298065 100.70576,75.6298065 Z" id="Stroke-15" stroke="#3098DC"></path>
<polygon id="Fill-16" fill="#FEFEFE" points="9.77245509 63.6953548 92.1554731 63.6953548 92.1554731 4.90322581 9.77245509 4.90322581"></polygon>
<polygon id="Stroke-17" stroke="#3098DC" points="9.77245509 63.6953548 92.1554731 63.6953548 92.1554731 4.90322581 9.77245509 4.90322581"></polygon>
<path d="M53.4327111,51.4764454 L48.3815734,51.4764454 C48.2930105,51.4764454 48.2081123,51.4494776 48.1354296,51.3986067 L45.1462799,49.3073809 L43.8318847,48.2207035 L36.536747,50.2488002 C36.3101482,50.3113164 36.0719446,50.1770906 36.0059805,49.9490906 L33.8908548,42.6077357 C33.8664237,42.523768 33.8676452,42.4361228 33.8939087,42.352768 L36.1409626,35.2823164 L34.7923638,33.6826389 C34.7141841,33.5900906 34.6775374,33.4675099 34.6921961,33.346768 C34.7068548,33.226026 34.7709865,33.1157035 34.8693219,33.0446067 L35.1105793,32.8693164 L34.4368907,32.2484454 C34.3428308,32.1608002 34.2915255,32.0376067 34.2958009,31.9095099 C34.3006871,31.7808002 34.3611542,31.6612841 34.4607111,31.5822196 L34.8406153,31.2806712 L34.2218967,30.8044454 C34.1150105,30.7223164 34.0508787,30.5905422 34.0521003,30.4544776 C34.0533219,30.3178002 34.1180644,30.1872518 34.2273937,30.1057357 L34.6818129,29.7655744 L33.6019566,24.5289293 C33.5860763,24.4541551 33.5909626,24.3744776 33.6160045,24.3003164 L35.2620524,19.299026 C35.2993099,19.1862518 35.3805434,19.0930906 35.4862081,19.0428325 C35.5918728,18.9919615 35.7140284,18.9864454 35.8233578,19.0275099 L46.4826632,23.0506067 L55.3316213,23.0506067 L65.9903159,19.0275099 C66.0996452,18.9858325 66.2224117,18.9919615 66.3280763,19.0428325 C66.4343518,19.0937035 66.5155853,19.1868647 66.552232,19.299026 L68.1988907,24.3021551 C68.2227111,24.3732518 68.2275973,24.4517035 68.2123278,24.5277035 L67.1440763,29.7674131 L67.5911662,30.1081873 C67.6998847,30.1909293 67.7621841,30.3178002 67.7627949,30.4550906 C67.7634057,30.5905422 67.6998847,30.7210906 67.5936093,30.8038325 L66.9742799,31.2806712 L67.3535734,31.5822196 C67.453741,31.661897 67.5135973,31.7814131 67.5178728,31.9095099 C67.522759,32.0382196 67.4714536,32.1614131 67.3773937,32.2478325 L66.7037051,32.8693164 L66.9455734,33.0452196 C67.0432979,33.1157035 67.1074296,33.226026 67.1220883,33.3473809 C67.136747,33.4681228 67.0994895,33.5907035 67.0213099,33.6832518 L65.6739326,35.2817035 L67.9332021,42.3515422 C67.9600763,42.4336712 67.9612979,42.5225422 67.9374775,42.6071228 L65.8076931,49.9497035 C65.7423398,50.1770906 65.5035255,50.3100906 65.2775374,50.2488002 L57.9823997,48.2207035 L56.6283039,49.3368002 L53.6788548,51.3986067 C53.6061722,51.4494776 53.5206632,51.4764454 53.4327111,51.4764454" id="Fill-18" fill="#FEFEFE"></path>
<path d="M53.4327111,51.4764454 L48.3815734,51.4764454 C48.2930105,51.4764454 48.2081123,51.4494776 48.1354296,51.3986067 L45.1462799,49.3073809 L43.8318847,48.2207035 L36.536747,50.2488002 C36.3101482,50.3113164 36.0719446,50.1770906 36.0059805,49.9490906 L33.8908548,42.6077357 C33.8664237,42.523768 33.8676452,42.4361228 33.8939087,42.352768 L36.1409626,35.2823164 L34.7923638,33.6826389 C34.7141841,33.5900906 34.6775374,33.4675099 34.6921961,33.346768 C34.7068548,33.226026 34.7709865,33.1157035 34.8693219,33.0446067 L35.1105793,32.8693164 L34.4368907,32.2484454 C34.3428308,32.1608002 34.2915255,32.0376067 34.2958009,31.9095099 C34.3006871,31.7808002 34.3611542,31.6612841 34.4607111,31.5822196 L34.8406153,31.2806712 L34.2218967,30.8044454 C34.1150105,30.7223164 34.0508787,30.5905422 34.0521003,30.4544776 C34.0533219,30.3178002 34.1180644,30.1872518 34.2273937,30.1057357 L34.6818129,29.7655744 L33.6019566,24.5289293 C33.5860763,24.4541551 33.5909626,24.3744776 33.6160045,24.3003164 L35.2620524,19.299026 C35.2993099,19.1862518 35.3805434,19.0930906 35.4862081,19.0428325 C35.5918728,18.9919615 35.7140284,18.9864454 35.8233578,19.0275099 L46.4826632,23.0506067 L55.3316213,23.0506067 L65.9903159,19.0275099 C66.0996452,18.9858325 66.2224117,18.9919615 66.3280763,19.0428325 C66.4343518,19.0937035 66.5155853,19.1868647 66.552232,19.299026 L68.1988907,24.3021551 C68.2227111,24.3732518 68.2275973,24.4517035 68.2123278,24.5277035 L67.1440763,29.7674131 L67.5911662,30.1081873 C67.6998847,30.1909293 67.7621841,30.3178002 67.7627949,30.4550906 C67.7634057,30.5905422 67.6998847,30.7210906 67.5936093,30.8038325 L66.9742799,31.2806712 L67.3535734,31.5822196 C67.453741,31.661897 67.5135973,31.7814131 67.5178728,31.9095099 C67.522759,32.0382196 67.4714536,32.1614131 67.3773937,32.2478325 L66.7037051,32.8693164 L66.9455734,33.0452196 C67.0432979,33.1157035 67.1074296,33.226026 67.1220883,33.3473809 C67.136747,33.4681228 67.0994895,33.5907035 67.0213099,33.6832518 L65.6739326,35.2817035 L67.9332021,42.3515422 C67.9600763,42.4336712 67.9612979,42.5225422 67.9374775,42.6071228 L65.8076931,49.9497035 C65.7423398,50.1770906 65.5035255,50.3100906 65.2775374,50.2488002 L57.9823997,48.2207035 L56.6283039,49.3368002 L53.6788548,51.3986067 C53.6061722,51.4494776 53.5206632,51.4764454 53.4327111,51.4764454 Z" id="Stroke-19" stroke="#3098DC"></path>
<polygon id="Fill-20" fill="#3098DC" points="52.0480958 46.5806452 49.4779401 46.5806452 49.0320719 46.9355161 48.8622754 49.0745484 52.6637605 49.0745484 52.4933533 46.9355161"></polygon>
<path d="M54.8341371,38.1394234 L53.7713826,40.485617 C53.6852628,40.675617 53.8562808,40.8809396 54.0505083,40.8208751 L57.6742569,39.7017138 C57.8807,39.6379718 57.9014664,39.3425525 57.7054066,39.2493912 L55.1444125,38.0223589 C55.0277539,37.9665847 54.8891072,38.0186815 54.8341371,38.1394234" id="Fill-21" fill="#3098DC"></path>
<path d="M46.6690624,38.0223713 L44.1117331,39.2487906 C43.916284,39.3425648 43.9364397,39.6373713 44.1434936,39.7017261 L47.7666313,40.8208874 C47.9608589,40.8809519 48.1318768,40.6750164 48.0457571,40.4850164 L46.9793379,38.1388229 C46.9243678,38.0186939 46.7857211,37.9665971 46.6690624,38.0223713" id="Fill-22" fill="#3098DC"></path>
</g>
<g id="Group" transform="translate(0.000000, 9.000000)">
<path d="M66.9571429,59 L3.68571429,59 C1.65058571,59 0,57.3318526 0,55.2736842 L0,3.72631579 C0,1.66876842 1.65058571,0 3.68571429,0 L66.9571429,0 C68.9922714,0 70.6428571,1.66876842 70.6428571,3.72631579 L70.6428571,55.2736842 C70.6428571,57.3318526 68.9922714,59 66.9571429,59 Z" id="Stroke-1" stroke="#3098DC"></path>
<path d="M66.9571429,7.45263158 L3.68571429,7.45263158 C1.65058571,7.45263158 0,5.78448421 0,3.72631579 C0,1.66876842 1.65058571,0 3.68571429,0 L66.9571429,0 C68.9922714,0 70.6428571,1.66876842 70.6428571,3.72631579" id="Stroke-3" stroke="#3098DC"></path>
<path d="M66.9571429,7.45263158 C68.9922714,7.45263158 70.6428571,9.1214 70.6428571,11.1789474" id="Stroke-5" stroke="#3098DC"></path>
<polygon id="Stroke-7" stroke="#3098DC" points="70.6428571 23.5987579 85.5319143 23.5987579 85.5319143 19.8736842 70.6428571 19.8736842"></polygon>
<polygon id="Stroke-9" stroke="#3098DC" points="70.6428571 38.6530737 85.5319143 38.6530737 85.5319143 23.6 70.6428571 23.6"></polygon>
<path d="M35.2784286,22.3578947 L28.9666429,32.8356737 L35.2784286,36.5682 L41.5902143,32.8387789 L35.2784286,22.3578947 Z M35.1832143,37.7631053 L28.8714286,34.0336842 L35.1832143,42.9321263 L41.4986857,34.0336842 L35.1819857,37.7631053 L35.1832143,37.7631053 Z" id="Fill-23" fill="#3098DC"></path>
<path d="M50.4672571,32.9642316 C50.4672571,24.3626526 43.5700571,17.3894737 35.0622,17.3894737 C26.5543429,17.3894737 19.6571429,24.3626526 19.6571429,32.9642316 C19.6571429,41.5664316 26.5543429,48.5389895 35.0622,48.5389895 C43.5700571,48.5389895 50.4672571,41.5664316 50.4672571,32.9642316 Z" id="Stroke-24" stroke="#3098DC"></path>
</g>
</g>
</g>
<svg height="78" width="213" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M5 10h66v8H5a4 4 0 110-8z" fill="#d9f0ff"/>
<g stroke="#3098dc">
<path d="M99.333 32l6.092 5.29-6.092 5.29M92 37.21h13.5"/>
</g>
<path d="M202.536 76.19h-83.374a3.671 3.671 0 01-3.665-3.678V4.677A3.671 3.671 0 01119.162 1h83.374a3.67 3.67 0 013.665 3.677v67.835a3.67 3.67 0 01-3.665 3.678" fill="#fefefe"/>
<path d="M202.536 76.19h-83.374a3.671 3.671 0 01-3.665-3.678V4.677A3.671 3.671 0 01119.162 1h83.374a3.67 3.67 0 013.665 3.677v67.835a3.67 3.67 0 01-3.665 3.678z" stroke="#3098dc"/>
<path d="M210.706 76.63h-99.484A1.223 1.223 0 01110 75.404v-4.533c0-.677.547-1.226 1.222-1.226h99.484c.674 0 1.221.549 1.221 1.226v4.533c0 .677-.547 1.226-1.221 1.226" fill="#d9f0ff"/>
<path d="M210.706 76.63h-99.484A1.223 1.223 0 01110 75.404v-4.533c0-.677.547-1.226 1.222-1.226h99.484c.674 0 1.221.549 1.221 1.226v4.533c0 .677-.547 1.226-1.221 1.226z" stroke="#3098dc"/>
<path d="M119.772 64.695h82.383V5.903h-82.383z" fill="#fefefe"/>
<path d="M119.772 64.695h82.383V5.903h-82.383z" stroke="#3098dc"/>
<path d="M163.433 52.476h-5.051a.427.427 0 01-.247-.077l-2.989-2.092-1.314-1.086-7.295 2.028a.435.435 0 01-.531-.3l-2.115-7.341a.437.437 0 01.003-.255l2.247-7.07-1.349-1.6a.44.44 0 01.077-.638l.242-.176-.674-.62a.442.442 0 01.024-.667l.38-.301-.62-.477a.44.44 0 01.006-.698l.455-.34-1.08-5.237a.435.435 0 01.014-.229l1.646-5.001a.434.434 0 01.561-.271l10.66 4.023h8.849l10.658-4.023a.429.429 0 01.562.271l1.647 5.003a.44.44 0 01.013.226l-1.068 5.24.447.34a.443.443 0 01.002.696l-.619.477.38.301c.1.08.16.2.164.328a.436.436 0 01-.14.338l-.674.621.242.176a.437.437 0 01.075.638l-1.347 1.599 2.26 7.07a.439.439 0 01.003.255l-2.13 7.343a.436.436 0 01-.53.299l-7.295-2.028-1.354 1.116-2.95 2.062a.428.428 0 01-.245.077" fill="#fefefe"/>
<path d="M163.433 52.476h-5.051a.427.427 0 01-.247-.077l-2.989-2.092-1.314-1.086-7.295 2.028a.435.435 0 01-.531-.3l-2.115-7.341a.437.437 0 01.003-.255l2.247-7.07-1.349-1.6a.44.44 0 01.077-.638l.242-.176-.674-.62a.442.442 0 01.024-.667l.38-.301-.62-.477a.44.44 0 01.006-.698l.455-.34-1.08-5.237a.435.435 0 01.014-.229l1.646-5.001a.434.434 0 01.561-.271l10.66 4.023h8.849l10.658-4.023a.429.429 0 01.562.271l1.647 5.003a.44.44 0 01.013.226l-1.068 5.24.447.34a.443.443 0 01.002.696l-.619.477.38.301c.1.08.16.2.164.328a.436.436 0 01-.14.338l-.674.621.242.176a.437.437 0 01.075.638l-1.347 1.599 2.26 7.07a.439.439 0 01.003.255l-2.13 7.343a.436.436 0 01-.53.299l-7.295-2.028-1.354 1.116-2.95 2.062a.428.428 0 01-.245.077z" stroke="#3098dc"/>
<g fill="#3098dc">
<path d="M162.048 47.58h-2.57l-.446.356-.17 2.139h3.802l-.17-2.14zM164.834 39.14l-1.063 2.346c-.086.19.085.395.28.335l3.623-1.12c.207-.063.227-.358.031-.452l-2.56-1.227a.231.231 0 00-.31.117M156.67 39.022l-2.558 1.227c-.196.094-.176.388.031.453l3.624 1.119c.194.06.365-.146.279-.336l-1.067-2.346a.231.231 0 00-.31-.117"/>
</g>
<g>
<g stroke="#3098dc">
<path d="M67.957 69H4.686C2.65 69 1 67.332 1 65.274V13.726C1 11.67 2.65 10 4.686 10h63.271c2.035 0 3.686 1.669 3.686 3.726v51.548c0 2.058-1.65 3.726-3.686 3.726z"/>
<path d="M67.957 17.453H4.686C2.65 17.453 1 15.784 1 13.726 1 11.67 2.65 10 4.686 10h63.271c2.035 0 3.686 1.669 3.686 3.726M67.957 17.453c2.035 0 3.686 1.668 3.686 3.726M71.643 33.599h14.889v-3.725h-14.89zM71.643 48.653h14.889V33.6h-14.89z"/>
</g>
<path d="M36.278 32.358l-6.311 10.478 6.311 3.732 6.312-3.73zm-.095 15.405l-6.312-3.73 6.312 8.9 6.316-8.9-6.317 3.73z" fill="#3098dc"/>
<path d="M51.467 42.964c0-8.601-6.897-15.575-15.405-15.575s-15.405 6.974-15.405 15.575c0 8.602 6.897 15.575 15.405 15.575s15.405-6.973 15.405-15.575z" stroke="#3098dc"/>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

@ -1,81 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="302px" height="98px" viewBox="0 0 302 98" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>27B850D0-B3BA-4F98-8BB4-B542D8BFDE3B</title>
<desc>Created with sketchtool.</desc>
<svg width="302" height="98" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<rect id="path-1" x="0" y="0" width="294" height="32"></rect>
<filter x="-2.4%" y="-15.6%" width="104.8%" height="143.8%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"></feComposite>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.123075181 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
<filter x="-2.4%" y="-15.6%" width="104.8%" height="143.8%" filterUnits="objectBoundingBox" id="a">
<feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/>
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/>
<feComposite in="shadowBlurOuter1" in2="SourceAlpha" operator="out" result="shadowBlurOuter1"/>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.123075181 0" in="shadowBlurOuter1"/>
</filter>
<path id="b" d="M0 0h294v32H0z"/>
</defs>
<g id="Import-account" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hardware-connect" transform="translate(-361.000000, -797.000000)">
<g id="Group-10" transform="translate(356.000000, 717.000000)">
<g id="accounts" transform="translate(9.000000, 80.000000)">
<g id="Group-5" transform="translate(21.000000, 0.000000)">
<g id="Group-7" transform="translate(0.000000, 45.000000)">
<rect id="Rectangle-6-Copy" stroke="#AFDFFF" fill="#FFFFFF" x="0.5" y="0.5" width="250" height="26"></rect>
<text id="3" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="31" y="19">3</tspan>
</text>
<text id="OXz3…T3A4" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="50" y="19">OXz3…T3A4</tspan>
</text>
<text id="0.020000-ETH" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="142" y="19">0.020000 ETH</tspan>
</text>
<circle id="Oval-Copy" stroke="#AFDFFF" stroke-width="2" cx="16.5" cy="14.5" r="6.5"></circle>
</g>
<g id="Group-7-Copy">
<rect id="Rectangle-6-Copy" stroke="#AFDFFF" fill="#FFFFFF" x="0.5" y="0.5" width="250" height="26"></rect>
<text id="1" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="31" y="19">1</tspan>
</text>
<text id="OXa4…s0a2" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="50" y="19">OXa4…s0a2</tspan>
</text>
<text id="0.01500-ETH" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="142" y="19">0.01500 ETH</tspan>
</text>
<circle id="Oval-Copy" stroke="#AFDFFF" stroke-width="2" cx="16.5" cy="14.5" r="6.5"></circle>
</g>
<g id="Group-8" transform="translate(0.000000, 71.000000)">
<rect id="Rectangle-6-Copy-2" stroke="#AFDFFF" fill="#FFFFFF" x="0.5" y="0.5" width="250" height="26"></rect>
<text id="4" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="31" y="18">4</tspan>
</text>
<text id="OXd2…D0V4" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="50" y="18">OXd2…D0V4</tspan>
</text>
<text id="0.030000-ETH" font-family="Roboto-Regular, Roboto" font-size="12" font-weight="normal" fill="#ABB4BB">
<tspan x="142" y="18">0.030000 ETH</tspan>
</text>
<circle id="Oval-Copy-2" stroke="#AFDFFF" stroke-width="2" cx="16.5" cy="13.5" r="6.5"></circle>
</g>
</g>
<g id="Group-4" transform="translate(0.000000, 21.000000)">
<g id="Rectangle-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<rect stroke="#3098DC" stroke-width="1" stroke-linejoin="square" fill="#D9F0FF" fill-rule="evenodd" x="0.5" y="0.5" width="293" height="31"></rect>
</g>
<text id="2" font-family="Roboto-Regular, Roboto" font-size="16" font-weight="normal" fill="#4A4A4A">
<tspan x="36" y="22">2</tspan>
</text>
<text id="OXe7…B0a1" font-family="Roboto-Regular, Roboto" font-size="16" font-weight="normal" fill="#4A4A4A">
<tspan x="58" y="22">OXe7…B0a1</tspan>
</text>
<text id="0.041000-ETH" font-family="Roboto-Regular, Roboto" font-size="16" font-weight="normal" fill="#4A4A4A">
<tspan x="166" y="22">0.041000 ETH</tspan>
</text>
<circle id="Oval" stroke="#3098DC" stroke-width="2" cx="19.5" cy="16.5" r="7.5"></circle>
<polyline id="Path-5" stroke="#3098DC" stroke-width="2" points="15 17 17.5495098 19.5495098 24 13.9042921"></polyline>
</g>
</g>
</g>
<g fill="none" fill-rule="evenodd">
<g transform="translate(25 45)">
<path stroke="#AFDFFF" fill="#FFF" d="M.5.5h250v26H.5z"/>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="31" y="19">3</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="50" y="19">OXz3…T3A4</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="142" y="19">0.020000 ETH</tspan>
</text>
<circle stroke="#AFDFFF" stroke-width="2" cx="16.5" cy="14.5" r="6.5"/>
</g>
<g transform="translate(25)">
<path stroke="#AFDFFF" fill="#FFF" d="M.5.5h250v26H.5z"/>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="31" y="19">1</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="50" y="19">OXa4…s0a2</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="142" y="19">0.01500 ETH</tspan>
</text>
<circle stroke="#AFDFFF" stroke-width="2" cx="16.5" cy="14.5" r="6.5"/>
</g>
<g transform="translate(25 71)">
<path stroke="#AFDFFF" fill="#FFF" d="M.5.5h250v26H.5z"/>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="31" y="18">4</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="50" y="18">OXd2…D0V4</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="12" fill="#ABB4BB">
<tspan x="142" y="18">0.030000 ETH</tspan>
</text>
<circle stroke="#AFDFFF" stroke-width="2" cx="16.5" cy="13.5" r="6.5"/>
</g>
<g transform="translate(4 21)">
<use fill="#000" filter="url(#a)" xlink:href="#b"/>
<path stroke="#3098DC" stroke-linejoin="square" fill="#D9F0FF" d="M.5.5h293v31H.5z"/>
<text font-family="Roboto-Regular, Roboto" font-size="16" fill="#4A4A4A">
<tspan x="36" y="22">2</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="16" fill="#4A4A4A">
<tspan x="58" y="22">OXe7…B0a1</tspan>
</text>
<text font-family="Roboto-Regular, Roboto" font-size="16" fill="#4A4A4A">
<tspan x="166" y="22">0.041000 ETH</tspan>
</text>
<circle stroke="#3098DC" stroke-width="2" cx="19.5" cy="16.5" r="7.5"/>
<path stroke="#3098DC" stroke-width="2" d="M15 17l2.55 2.55L24 13.904"/>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -1,42 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="108px" height="85px" viewBox="0 0 108 85" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>CEB55C41-7BCE-405E-83CD-834B388B495F</title>
<desc>Created with sketchtool.</desc>
<defs></defs>
<g id="Import-account" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hardware-connect" transform="translate(-457.000000, -1057.000000)">
<g id="Group-11" transform="translate(356.000000, 929.000000)">
<g id="use-dapps" transform="translate(102.000000, 129.000000)">
<g id="Group-3">
<path d="M96.2021481,83 L9.79785192,83 C7.70080469,83 6,81.2922121 6,79.1851351 L6,8.81486493 C6,6.70778787 7.70080469,5 9.79785192,5 L96.2021481,5 C98.2998283,5 100,6.70778787 100,8.81486493 L100,79.1851351 C100,81.2922121 98.2998283,83 96.2021481,83" id="Fill-12" fill="#FEFEFE"></path>
<path d="M96.2021481,83 L9.79785192,83 C7.70080469,83 6,81.2922121 6,79.1851351 L6,8.81486493 C6,6.70778787 7.70080469,5 9.79785192,5 L96.2021481,5 C98.2998283,5 100,6.70778787 100,8.81486493 L100,79.1851351 C100,81.2922121 98.2998283,83 96.2021481,83 Z" id="Stroke-13" stroke="#3098DC"></path>
<path d="M104.729634,83 L1.27036631,83 C0.568488923,83 0,82.4502457 0,81.7714988 L0,77.2285012 C0,76.5497543 0.568488923,76 1.27036631,76 L104.729634,76 C105.430876,76 106,76.5497543 106,77.2285012 L106,81.7714988 C106,82.4502457 105.430876,83 104.729634,83" id="Fill-14" fill="#D9F0FF"></path>
<path d="M104.729634,83 L1.27036631,83 C0.568488923,83 0,82.4502457 0,81.7714988 L0,77.2285012 C0,76.5497543 0.568488923,76 1.27036631,76 L104.729634,76 C105.430876,76 106,76.5497543 106,77.2285012 L106,81.7714988 C106,82.4502457 105.430876,83 104.729634,83 Z" id="Stroke-15" stroke="#3098DC"></path>
<polygon id="Fill-16" fill="#FEFEFE" points="10 71 96 71 96 10 10 10"></polygon>
<polygon id="Stroke-17" stroke="#3098DC" points="10 71 96 71 96 10 10 10"></polygon>
<rect id="Rectangle-2" stroke="#3098DC" fill="#FFFFFF" x="14.5" y="14.5" width="77" height="53" rx="2"></rect>
<path d="M14.5,21.5 L91.5,21.5 L91.5,16 C91.5,15.1715729 90.8284271,14.5 90,14.5 L16,14.5 C15.1715729,14.5 14.5,15.1715729 14.5,16 L14.5,21.5 Z" id="Rectangle-3" stroke="#3098DC" fill="#FFFFFF"></path>
<g id="Group-6" transform="translate(17.000000, 17.000000)" fill="#D9F0FF" stroke="#3098DC">
<circle id="Oval-2" cx="1" cy="1" r="1"></circle>
<circle id="Oval-2" cx="5.76923077" cy="1" r="1"></circle>
<circle id="Oval-2" cx="10.5384615" cy="1" r="1"></circle>
</g>
<g id="metamask-outline" transform="translate(73.000000, 0.000000)">
<g id="Group-6">
<path d="M19.2986136,29.0578722 L14.6471457,29.0578722 C14.5655903,29.0578722 14.4874097,29.0337432 14.420478,28.988227 L11.6678439,27.1171303 L10.4574498,26.1448399 L3.73953772,27.9594528 C3.53086848,28.0153883 3.31151268,27.8952915 3.250768,27.6912915 L1.30300094,21.1227109 C1.28050291,21.0475819 1.28162782,20.9691625 1.3058132,20.8945819 L3.37506962,14.5683883 L2.1331783,13.137098 C2.0611846,13.0542915 2.02743755,12.9446141 2.04093637,12.8365819 C2.05443519,12.7285496 2.11349252,12.6298399 2.20404709,12.566227 L2.42621515,12.4093883 L1.80583194,11.8538722 C1.71921452,11.7754528 1.67196866,11.665227 1.67590581,11.5506141 C1.68040542,11.4354528 1.73608805,11.3285174 1.82776752,11.2577754 L2.17761191,10.987969 L1.60784927,10.5618722 C1.50942038,10.4883883 1.45036305,10.3704851 1.45148795,10.2487432 C1.45261285,10.1264528 1.51223264,10.0096464 1.61291132,9.9367109 L2.0313747,9.63235606 L1.03696173,4.94693671 C1.02233801,4.88003348 1.02683761,4.80874316 1.04989809,4.74238832 L2.56570295,0.267549611 C2.60001244,0.166646385 2.6748184,0.0832915464 2.77212238,0.0383238044 C2.86942637,-0.00719232461 2.98191652,-0.0121278085 3.08259521,0.024614127 L12.8984862,3.62422703 L21.0472731,3.62422703 L30.8626017,0.024614127 C30.9632804,-0.0126761956 31.076333,-0.00719232461 31.173637,0.0383238044 C31.2715034,0.0838399335 31.3463093,0.167194772 31.3800564,0.267549611 L32.8964237,4.74403348 C32.9183593,4.80764639 32.9228589,4.87783993 32.9087976,4.94583993 L31.9250712,9.63400122 L32.3367852,9.93890445 C32.4369014,10.0129367 32.4942714,10.1264528 32.4948338,10.2492915 C32.4953963,10.3704851 32.4369014,10.4872915 32.339035,10.5613238 L31.7687099,10.987969 L32.1179918,11.2577754 C32.2102337,11.3290657 32.2653539,11.4360012 32.2692911,11.5506141 C32.2737907,11.6657754 32.2265448,11.7760012 32.1399274,11.8533238 L31.5195442,12.4093883 L31.7422747,12.5667754 C31.8322668,12.6298399 31.8913241,12.7285496 31.904823,12.8371303 C31.9183218,12.9451625 31.8840123,13.0548399 31.8120186,13.1376464 L30.5712522,14.5678399 L32.6517576,20.8934851 C32.6765054,20.966969 32.6776303,21.0464851 32.6556948,21.1221625 L30.6944289,27.6918399 C30.6342467,27.8952915 30.4143284,28.0142915 30.2062216,27.9594528 L23.4883095,26.1448399 L22.2413561,27.1434528 L19.5252813,28.988227 C19.4583497,29.0337432 19.3796066,29.0578722 19.2986136,29.0578722 Z" id="Stroke-19" stroke="#3098DC" fill="#FFFFFF"></path>
<polygon id="Fill-20" fill="#3098DC" points="18.0235556 24.6774194 15.6567628 24.6774194 15.2461737 24.9949355 15.0898124 26.9088065 18.590506 26.9088065 18.4335823 24.9949355"></polygon>
<path d="M20.5891522,17.1247473 L19.6104879,19.2239731 C19.5311823,19.3939731 19.6886685,19.5776828 19.8675279,19.5239408 L23.2045484,18.522586 C23.3946567,18.4655537 23.4137801,18.2012312 23.2332334,18.1178763 L20.8748772,17.0200054 C20.7674491,16.9701021 20.6397728,17.016715 20.5891522,17.1247473" id="Fill-21" fill="#3098DC"></path>
<path d="M13.0701367,17.0200164 L10.7151553,18.117339 C10.535171,18.2012422 10.5537319,18.4650164 10.7444027,18.5225971 L14.0808608,19.5239519 C14.2597201,19.5776938 14.4172063,19.3934358 14.3379008,19.2234358 L13.3558617,17.12421 C13.3052411,17.0167261 13.1775648,16.9701132 13.0701367,17.0200164" id="Fill-22" fill="#3098DC"></path>
</g>
</g>
</g>
<text id="LOGIN-WITH-METAMASK" font-family="RobotoMono-Bold, Roboto Mono" font-size="10" font-weight="bold" fill="#3098DC">
<tspan x="24.4951172" y="43">LOGIN WITH </tspan>
<tspan x="30.4960938" y="56">METAMASK</tspan>
</text>
</g>
<svg height="85" width="108" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M97.202 84H10.798A3.807 3.807 0 017 80.185V9.815C7 7.708 8.7 6 10.798 6h86.404A3.806 3.806 0 01101 9.815v70.37C101 82.292 99.3 84 97.202 84" fill="#fefefe"/>
<path d="M97.202 84H10.798A3.807 3.807 0 017 80.185V9.815C7 7.708 8.7 6 10.798 6h86.404A3.806 3.806 0 01101 9.815v70.37C101 82.292 99.3 84 97.202 84z" stroke="#3098dc"/>
<path d="M105.73 84H2.27C1.568 84 1 83.45 1 82.771V78.23C1 77.549 1.568 77 2.27 77h103.46c.7 0 1.27.55 1.27 1.229v4.542c0 .68-.57 1.229-1.27 1.229" fill="#d9f0ff"/>
<path d="M105.73 84H2.27C1.568 84 1 83.45 1 82.771V78.23C1 77.549 1.568 77 2.27 77h103.46c.7 0 1.27.55 1.27 1.229v4.542c0 .68-.57 1.229-1.27 1.229z" stroke="#3098dc"/>
<path d="M11 72h86V11H11z" fill="#fefefe"/>
<g stroke="#3098dc" transform="translate(1 1)">
<path d="M10 71h86V10H10z"/>
<rect fill="#fff" height="53" rx="2" width="77" x="14.5" y="14.5"/>
<path d="M14.5 21.5h77V16a1.5 1.5 0 00-1.5-1.5H16a1.5 1.5 0 00-1.5 1.5z" fill="#fff"/>
<g fill="#d9f0ff">
<circle cx="18" cy="18" r="1"/>
<circle cx="22.769" cy="18" r="1"/>
<circle cx="27.538" cy="18" r="1"/>
</g>
</g>
<path d="M93.299 30.058h-4.652a.401.401 0 01-.227-.07l-2.752-1.87-1.21-.973-6.718 1.814a.403.403 0 01-.49-.268l-1.947-6.568a.38.38 0 01.003-.228l2.07-6.327-1.243-1.43a.386.386 0 01.071-.572l.222-.157-.62-.555a.39.39 0 01-.13-.303.39.39 0 01.152-.293l.35-.27-.57-.426a.39.39 0 01-.157-.313.391.391 0 01.162-.312l.418-.305-.994-4.685a.379.379 0 01.013-.205l1.516-4.474c.034-.101.109-.185.206-.23a.406.406 0 01.31-.013l9.816 3.6h8.15l9.815-3.6a.405.405 0 01.31.013.392.392 0 01.207.23l1.516 4.476a.383.383 0 01.013.202l-.984 4.688.412.305a.386.386 0 01.002.622l-.57.427.349.27a.387.387 0 01.022.595l-.62.556.222.158a.387.387 0 01.07.57l-1.24 1.43 2.08 6.326a.382.382 0 01.004.23l-1.962 6.569a.403.403 0 01-.488.267l-6.718-1.814-1.247.998-2.716 1.845a.402.402 0 01-.226.07z" fill="#fff" stroke="#3098dc"/>
<g fill="#3098dc">
<path d="M92.024 25.677h-2.367l-.41.318-.157 1.914h3.5l-.156-1.914zM94.59 18.125l-.98 2.099c-.079.17.079.354.258.3l3.337-1.001a.217.217 0 00.028-.405l-2.358-1.098a.215.215 0 00-.286.105M87.07 18.02l-2.355 1.097a.218.218 0 00.03.406l3.336 1.001a.217.217 0 00.257-.3l-.982-2.1a.216.216 0 00-.286-.104"/>
</g>
<text fill="#3098dc" font-family="RobotoMono-Bold, Roboto Mono" font-size="10" font-weight="bold" transform="translate(1 1)">
<tspan x="24.495" y="43">LOGIN WITH </tspan><tspan x="30.496" y="56">METAMASK</tspan>
</text>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

@ -1,16 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="24.088px" height="24px" viewBox="51.64 0 24.088 24" enable-background="new 51.64 0 24.088 24" xml:space="preserve">
<g>
<path d="M67.495,2.012c-1.519-1.154-3.229-1.551-5.399-1.551c-1.646,0-3.053,0.337-4.168,1.087
c-1.646,1.121-2.419,3.003-2.419,5.979h4.241c0-0.794-0.078-1.65,0.385-2.384c0.465-0.734,1.11-1.297,2.22-1.297
c1.126,0,1.707,0.325,2.254,0.999c0.464,0.574,0.641,1.258,0.641,1.987c0,0.63-0.321,1.209-0.701,1.734
c-0.211,0.309-0.486,0.584-0.834,0.85c0,0-2.293,1.364-3.098,2.656c-0.602,0.961-0.817,2.166-0.866,3.606
c-0.006,0.105,0.031,0.32,0.396,0.32c0.36,0,3.092,0,3.412,0s0.388-0.243,0.393-0.342c0.021-0.526,0.089-1.331,0.183-1.635
c0.182-0.575,0.534-1.076,1.087-1.507l1.144-0.791c1.032-0.807,1.854-1.463,2.22-1.982c0.623-0.851,1.06-1.899,1.06-3.142
C69.644,4.575,68.897,3.078,67.495,2.012z M61.804,18.195c-1.431-0.044-2.613,0.95-2.661,2.501
c-0.046,1.557,1.075,2.578,2.512,2.623c1.489,0.044,2.645-0.916,2.688-2.468C64.388,19.299,63.294,18.239,61.804,18.195z"/>
</g>
<svg height="24" viewBox="51.64 0 24.088 24" width="24.088" xmlns="http://www.w3.org/2000/svg">
<path d="M67.495 2.012C65.976.858 64.266.461 62.096.461c-1.646 0-3.053.337-4.168 1.087-1.646 1.121-2.419 3.003-2.419 5.979h4.241c0-.794-.078-1.65.385-2.384.465-.734 1.11-1.297 2.22-1.297 1.126 0 1.707.325 2.254.999.464.574.641 1.258.641 1.987 0 .63-.321 1.209-.701 1.734a3.713 3.713 0 01-.834.85s-2.293 1.364-3.098 2.656c-.602.961-.817 2.166-.866 3.606-.006.105.031.32.396.32h3.412s.388-.243.393-.342c.021-.526.089-1.331.183-1.635.182-.575.534-1.076 1.087-1.507l1.144-.791c1.032-.807 1.854-1.463 2.22-1.982.623-.851 1.06-1.899 1.06-3.142-.002-2.024-.749-3.521-2.151-4.587zm-5.691 16.183c-1.431-.044-2.613.95-2.661 2.501-.046 1.557 1.075 2.578 2.512 2.623 1.489.044 2.645-.916 2.688-2.468.045-1.552-1.049-2.612-2.539-2.656z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 833 B

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

Loading…
Cancel
Save